Click here to Skip to main content
15,891,864 members
Home / Discussions / C#
   

C#

 
GeneralRe: WPF datagrid popup dropdown from from a combobox Pin
Richard MacCutchan7-Nov-10 22:40
mveRichard MacCutchan7-Nov-10 22:40 
AnswerRead the instructions! (My vote of 1) Pin
OriginalGriff7-Nov-10 22:53
mveOriginalGriff7-Nov-10 22:53 
QuestionC# safe deployment (FOXPRO) Pin
michael_jhons7-Nov-10 9:07
michael_jhons7-Nov-10 9:07 
AnswerRe: C# safe deployment (FOXPRO) Pin
Eddy Vluggen8-Nov-10 1:04
professionalEddy Vluggen8-Nov-10 1:04 
QuestionMessage Removed Pin
7-Nov-10 7:32
ZeroOne87-Nov-10 7:32 
AnswerRe: left Circular shift ?? Pin
PIEBALDconsult7-Nov-10 7:50
mvePIEBALDconsult7-Nov-10 7:50 
AnswerRe: left Circular shift ?? Pin
Pete O'Hanlon7-Nov-10 8:21
mvePete O'Hanlon7-Nov-10 8:21 
GeneralRe: left Circular shift ?? [modified] Pin
ZeroOne87-Nov-10 8:51
ZeroOne87-Nov-10 8:51 
thank you much Pete Smile | :)

in fact my real problem is :

I'm trying to implement Simplified DES (DES is an encryption algorithm )

on of the step to implement is Left Circular shift for every halve of the key
if the key is 1000001100

string h1 = 10000
string h2 = 01100

then do Left Circular shift by 1 , so 10000 will be 00001
and 01100 will be 11000

i need function to do that shift Smile | :)
I tried a lot, but there is no result Mad | :mad: .

modified on Sunday, November 14, 2010 1:34 PM

GeneralRe: left Circular shift ?? Pin
Henry Minute7-Nov-10 9:04
Henry Minute7-Nov-10 9:04 
GeneralRe: left Circular shift ?? Pin
ZeroOne87-Nov-10 9:47
ZeroOne87-Nov-10 9:47 
GeneralRe: left Circular shift ?? Pin
Henry Minute7-Nov-10 9:49
Henry Minute7-Nov-10 9:49 
GeneralRe: left Circular shift ?? Pin
Pete O'Hanlon7-Nov-10 9:13
mvePete O'Hanlon7-Nov-10 9:13 
GeneralRe: left Circular shift ?? Pin
ZeroOne87-Nov-10 9:54
ZeroOne87-Nov-10 9:54 
GeneralRe: left Circular shift ?? Pin
OriginalGriff7-Nov-10 21:42
mveOriginalGriff7-Nov-10 21:42 
GeneralRe: left Circular shift ?? Pin
ZeroOne88-Nov-10 11:10
ZeroOne88-Nov-10 11:10 
GeneralRe: left Circular shift ?? Pin
harold aptroot7-Nov-10 10:11
harold aptroot7-Nov-10 10:11 
AnswerRe: left Circular shift ?? Pin
Dave Kreskowiak7-Nov-10 8:26
mveDave Kreskowiak7-Nov-10 8:26 
AnswerRe: left Circular shift ?? Pin
Henry Minute7-Nov-10 8:53
Henry Minute7-Nov-10 8:53 
AnswerRe: left Circular shift ?? Pin
AspDotNetDev7-Nov-10 11:48
protectorAspDotNetDev7-Nov-10 11:48 
GeneralRe: left Circular shift ?? [modified] Pin
ZeroOne87-Nov-10 12:04
ZeroOne87-Nov-10 12:04 
AnswerRe: left Circular shift ?? Pin
Luc Pattyn7-Nov-10 12:15
sitebuilderLuc Pattyn7-Nov-10 12:15 
GeneralRe: left Circular shift ?? Pin
ZeroOne87-Nov-10 12:31
ZeroOne87-Nov-10 12:31 
GeneralRe: left Circular shift ?? Pin
PIEBALDconsult8-Nov-10 14:13
mvePIEBALDconsult8-Nov-10 14:13 
GeneralRe: left Circular shift ?? Pin
AspDotNetDev8-Nov-10 15:08
protectorAspDotNetDev8-Nov-10 15:08 
GeneralRe: left Circular shift ?? Pin
PIEBALDconsult8-Nov-10 15:28
mvePIEBALDconsult8-Nov-10 15:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.