Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 546 results for
psuedo-code
- Page 1
From Psuedo code to Visual Basic
Programming
Software Development
17 Years Ago
by jem00
… into a few troubles. How can i write this
psuedo
code
into visual basic: [
CODE
] BEGIN even and odd numbers PUT "Enter… of odd numbers = ", odd END even and odd numbers [/
CODE
] Any help would be greatly apprecieated. Thanks, Jem.
Re: Help.......Psuedo code
Programming
Software Development
14 Years Ago
by tong1
You may learn how to write
Psuedo
code
from web sites, such as [URL="http://www.unf.edu/~broggio/cop2221/2221pseu.htm"]http://www.unf.edu/~broggio/cop2221/2221pseu.htm[/URL] Following the samples overthere we may write as follows: create an input channel ask client to type in score convert the input into int variable if .....
Error in my MD5 code
Programming
Software Development
14 Years Ago
by Auraomega
… for me so I can get on and fix it! [
CODE
]int k[64]; int r[] = {7, 12, 17, 22, 7… the padding buffer[length] = buffer[length] | 0x80; // below based on
psuedo
code
from Wikipedia for(int MD5_loop = 0; MD5_loop < bufLen / 64…;%04X%04X%04X%04X\n", h0, h1, h2, h3); }[/
CODE
] Cheers!
Re: Error in my MD5 code
Programming
Software Development
14 Years Ago
by Auraomega
… hopefully someone can point me in the right direction. [
CODE
=c++] // generated by using floor(fabs(sin(loop +… char)buffer[bufLen - 1]); return; } } // below based on
psuedo
code
from Wikipedia for(int MD5_loop = 0; MD5_loop < bufLen / 64…n", h0, h1, h2, h3); }[/
CODE
] the below error occurs for pretty much every value…
Re: Error in my MD5 code
Programming
Software Development
14 Years Ago
by Kieran Y5
… hopefully someone can point me in the right direction. [
CODE
=c++] // generated by using floor(fabs(sin(loop +… char)buffer[bufLen - 1]); return; } } // below based on
psuedo
code
from Wikipedia for(int MD5_loop = 0; MD5_loop < bufLen / 64…n", h0, h1, h2, h3); }[/
CODE
] the below error occurs for pretty much every value…
Help.......Psuedo code
Programming
Software Development
14 Years Ago
by SC803
… 60 – 69 F Below 60 Your task: 1) Write pseudo
code
based on your analysis 2) Write a java application program…
Re: From Psuedo code to Visual Basic
Programming
Software Development
17 Years Ago
by debasisdas
1. remove the begin end part 2.use INPUT BOX instead of PUT 3.accept the value from inputbox instead of GET. rest almost remains
Re: From Psuedo code to Visual Basic
Programming
Software Development
17 Years Ago
by Jx_Man
declare even and odd as integer and value to accomodate input (get). to insert (put) number you can use text box or inputbox.
Re: From Psuedo code to Visual Basic
Programming
Software Development
17 Years Ago
by jem00
Hey guys thanks for your help so far but how do i accomodate the input Thanks.
Re: From Psuedo code to Visual Basic
Programming
Software Development
17 Years Ago
by jem00
Don't worry i did some googling and found it out thanks for your help.
Re: From Psuedo code to Visual Basic
Programming
Software Development
17 Years Ago
by Jx_Man
ha...3x, google is great searcher machine...:)
Re: help with pseudo code
Programming
Software Development
14 Years Ago
by Momerath
…] There is no specification on what 'difference' means in the
psuedo
code
. It can be one, two, three, anything that you want… you know what it means. That's why it's
psuedo
code
, and not an algorithm for finding the difference.
Re: Help with writing a bit of code
Programming
Software Development
19 Years Ago
by J_Search
… do some math. I'm going to write it in
psuedo
code
, becuase I really can't write it in C…. [
code
] { if ( i > 52 ) /*check for numbers larger than 52 (…]; else /* less than or equal to 26 */ printf alphabet[i]; } [/
code
] ok so i didn't write this next part in…
Re: Unreachable Code Detected - ?
Programming
Software Development
14 Years Ago
by nick.crane
…] < MAX_TRIES; loop++) right? :)[/QUOTE] Yeah, thank. It is only
psuedo
code
. Duki, you need to do the test for the error… out side the loop. [
CODE
]int loop; for (loop = 0; loop < MAX_TRIES; loop++) { try…// use if(xlBook!=null) too } } if (loop == MAX_TRIES) { // report error } [/
CODE
]
Re: psuedo help!
Programming
Computer Science
11 Years Ago
by rubberman
Actually, for this pseudo
code
(pseudo
code
is NOT standardized), I think it is the dimension of an array. IE, the C
code
for `DIM EmpName = 1` would likely be `const char* EmpName[1];` Since I don't have your professor's definition to be sure, this would be my best guess.
C++ Bigint calculator (yet agiain...)
Programming
Software Development
15 Years Ago
by TheZea
… a variable for the result // // Begin writing
psuedo
code
} Bigint operator*(const Bigint &x, const …a variable for the result // // Begin writing
psuedo
code
} Bigint operator-(const Bigint &x, const …a variable for the result // // Begin writing
psuedo
code
} Bigint operator/(const Bigint &x, const …
operations
Programming
Web Development
18 Years Ago
by Brims
…, I have been told to do it in
psuedo
code
, but i dnt know
psuedo
code
. is there any other way this can be…
Can someone help me pls?
Community Center
18 Years Ago
by pawpaw_2514
… thankful. Our teacher wants a pseudo
code
and a flowchart for the questions. But a
psuedo
code
alone is alright. :) compute for the… I have no idea how to put it in a
psuedo
code
... Thanks so much!
Making my void functions look at little better
Programming
Software Development
17 Years Ago
by ice_tea_lemon
…int main () runs them. So I'll be omitting them. [
CODE
] void income_menu () { for (;;) // C/C++ idiom for (…'s on fixed expenses and one's on variable expenses. [
CODE
] void fixed_expenses_menu () { for (;;) { system ("cls&…. You could just give me good ol'
psuedo
code
and I would try to work it out …
Combine Buffers - How To?
Programming
Software Development
15 Years Ago
by Superfreak3
…date. Anyway, here is the current
code
... I'll put the
psuedo
code
or what I would like to do… in << >>. or commented //.. [
CODE
]DWORD … pNextSetting = pNextSetting + strlen(pNextSetting) + 1; str = pNextSetting; } }[/
CODE
] Again, it may not be the best and its older…
mem-fun with a parameter to function
Programming
Software Development
15 Years Ago
by lross1309
… research but I am just confused. Here is some
psuedo
code
of the original. [
Code
] ClassB { void ClassB::openSocket(void) { ... } } ClassA { …(sigc::mem_fun(m_manager, &ClassB::openSocket),false); } } [/
Code
] The above
code
works fine. I am now trying to change to…
PowerPC / Mac - how are libraries used by GCC to insert machine independent code?
Programming
Software Development
14 Years Ago
by Allasso
… the assembly
code
output by GCC, I observe several directives (which I believe can also be called
psuedo
-ops) which…or the linker is using that ultimately generates the machine
code
that performs these operations. I have searched and hacked…? One other thing that puzzles me is that the
code
branches to routines that have a suffix called "…
help with parrallel arrays
Programming
Software Development
19 Years Ago
by lsu420luv
… and then score. I had a lot of help with
psuedo
code
on the first assignment based on this task and would… so far. Am I even going in the right direction? [
CODE
]#include <iostream> #include <fstream> #include <…;> score[i]; fin >> judgeNumber[i]; } } } return countPlayers; } [/
CODE
]
need help...!
Programming
Software Development
17 Years Ago
by katharnakh
…so that you guys can easily follow my question), [
code
=Java] public class testClass{ String name = "…; } public String getName(String string) { return name; } } [/
code
] This class i use as a helper class in one…should go like this, i will write a
psuedo
code
of this, [
code
=Java] public testClass[] dbFunction(){ ArrayList a …
Varible change Detection
Programming
Software Development
17 Years Ago
by Seagull One
…'t we talking about Dinosaurs?" Like so in this
psuedo
code
: [
CODE
]class Topic: OnTopic = 'Dinosaurs' if OnTopic changes #Or tries to….Speak('Okay, lets talk about movies') Set OnTopic to 'movies'[/
CODE
] I'll continue to search for a solution myself. Thanks.
Javascript resize problem
Programming
Web Development
16 Years Ago
by PsychicTide
…I don't know all these languages extensively, but
psuedo
code
works for me. It seems I have the most… this javascript I found while trolling the forums... [
code
=Javascript]<script type="text/javascript">…quot;).height = document.body.offsetHeight ; </script>[/
code
] 90% of the time this script works perfectly resizing…
Multiple student database
Programming
Software Development
16 Years Ago
by tones1986
… multiple students. As of now i do the following: [
code
] void Student::loadInfoFromFile(fstream& inFile) { string firstName…); inFile >> courseID; //check for courseID == '$' ???? } [/
code
] That is how i read in from file and it… could be done, could someone give me some
psuedo
code
, because right now i am at a complete …
Recursive algorithm
Programming
Software Development
16 Years Ago
by zoner7
… possibility (the direction you came from). here is some
psuedo
code
I wrote [
CODE
=C++] bool GenBoard(class Tile pBoard[pBoard.GetRows][pBoard…) = append a to list p. return true; } //backtrack return false } [/
CODE
] I figured I would have 2 sets, w and p…
Re: [PROBLEM] inverting a list
Programming
Software Development
15 Years Ago
by eggmatters
…Can somebody offer at least a
psuedo
code
? Thanks[/QUOTE] Cool problem. Can you post the
code
that shows how your list …distinct_flag = "true" } push (@groups, $value} } #endwhile [/
CODE
] so now that you have those lists. Use a variation… on the above
code
to go through your list, obitain groups where …
Java Menu
Programming
Software Development
15 Years Ago
by whiteyoh
Hi All, Hoping you can help with the following. The
psuedo
code
is: 1. Menu is displayed 2. User inputs a … completion, the user is returned to 1 above. the
code
i have so far is as follows, but its still… exiting the program. [
code
] /* * To change this template, choose Tools | Templates * and open…
1
2
3
10
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC