Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 523 results for
nand
- Page 1
NAND functions
Programming
Software Development
17 Years Ago
by matt999tye
… not. I am now stuck on making it do an
NAND
function. I have to use 16 bit registers, but I… cant wrap my head around the logic. I must
NAND
these numbers together. Can anyone get me started? short int…
Re: NAND functions
Programming
Software Development
17 Years Ago
by Duoas
[B]
Nand
[/B] isn't a single operation. How is [B]
nand
[/B] defined? That will give you your answer. If you are using x86 assembly, look at the [B]and[/B] and [B]not[/B] instructions. If you are using MIPS, you'll have to think just a little harder: [B]and[/B] and [B]xor[/B]. Good luck.
Re: NAND functions
Programming
Software Development
17 Years Ago
by matt999tye
thank you, one more quick thing, is ax as in mov ax considered 16 bit registers?
Re: NAND functions
Programming
Software Development
17 Years Ago
by Duoas
Yes. AH and AL are 8-bits. AX is 16-bits. EAX is 32 bits.
Total Newbie Could Use A Pointer In The Right Direction
Programming
Software Development
19 Years Ago
by Rodan
…system("PAUSE"); system("CLS"); printf("\
nAnd
if I ever (ever fall) in love again (again)\nI… system("PAUSE"); system("CLS"); printf("\
nAnd
I'm changing,\nSwore I'd never compromise,\nOh, but…
need a little help with a switch problem
Programming
Software Development
16 Years Ago
by tmoney7566
…"Three french hens,\n" + "Two turtle doves \
nand
\nA " + "partridge in a pear tree\n\n…"Three french hens,\n" + "Two turtle doves \
nand
\nA " + "partridge in a pear tree\n\n…
Printing a song by using repetition and switch statements
Programming
Software Development
15 Years Ago
by the great
…Calling Birds\nThree French Hens\nTwo Turtle Doves\
nand
a Partridge in a Pear Tree"&…Calling Birds\nThree French Hens\nTwo Turtle Doves\
nand
a Partridge in a Pear Tree"&…Calling Birds\nThree French Hens\nTwo Turtle Doves\
nand
a Partridge in a Pear Tree"&… Birds\nThree French Hens\nTwo Turtle Doves\
nand
a Partridge in a Pear Tree"&…
Will Flash Memory Prices Drop Enough to Revive the SSD Market?
Hardware and Software
Hardware
14 Years Ago
by APatrizio
… for that. Starting in early 2009, the price of
NAND
flash memory took off, almost doubling in price, and… accelerated deployment of new manufacturing plants, the supply of
NAND
flash is poised to drastically increase. This in turn …result, the price rebounded," said Yang. That caused
NAND
prices to skyrocket to more than $2 per gigabyte. …
ISCAS netlist parsing: selection of data structure ?
Programming
Software Development
13 Years Ago
by Niketh
… here 10 =
NAND
(1, 3) 11 =
NAND
(3, 6) 16 =
NAND
(2, 11) 19 =
NAND
(11, 7) 22 =
NAND
(10, 16) 23 =
NAND
(16, 19) INPUT…
Re: ISCAS netlist parsing: selection of data structure ?
Programming
Software Development
13 Years Ago
by nezachem
… val1 = dep1->calculate(); bool val2 = dep2->calculate(); result =
nand
(val1, val2); resolved = true; } return result; }[/CODE] Of course, if… more than one input (and/or perform functions other than
nand
), replace dep1 and dep2 with [ICODE]std::vector<gate…
BigInt multiplication & handling positive/negative
Programming
Software Development
14 Years Ago
by smoothe19
…" << number1 << "\
nand
\n\t" << number2 <<…" << number1 << "\
nand
\n\t" << number2 <<…" << number1 << "\
nand
\n\t" << number2 <<…" << number1 << "\
nand
\n\t" << number2 <<…
Adding Structure to Array of Structs - CRASHING?!
Programming
Software Development
13 Years Ago
by C++newbie chick
…code (the SCM offers courses 3506, 3633, 3634 \
nand
3639).\n"; cin >> newStdCourseCode; if… (the SCM offers courses 3506, 3633, 3634 \
nand
3639).\n"; cin >> newStdCourseCode; if…
logic circuit simulation
Programming
Software Development
12 Years Ago
by akku123
…int a, int b); int Not(int a); int
Nand
(int ,int ); int Xor(int ,int ); int Nor…quot;%d %d",&a,&b); p=
Nand
(a,b); printf("%d\n",p); …amp;b==1) output=1; return(output); } int
Nand
(int a,int b) { int output; if(a==…
while loop
Programming
Software Development
17 Years Ago
by sonyb
…, " You chose " + answer1 + "\
nand
when inserted into the function equals :\n" + function(… " \n\nYou chose " + answer2 + "\
nand
when inserted into the function equals:\n" + function(answer2…; \n\nYou chose " + answer3 + "\
nand
when inserted into the function equals:\n" + function(answer3…
help please validity check is driving me mad!
Programming
Software Development
16 Years Ago
by god_43
… Location Is $%.2f\n", fAnswer); printf("\
nAnd
Total Sales Amount Is $%.2f\n", fPrice); … Location Is $%.2f\n", fAnswer); printf("\
nAnd
Total Sales Amount Is $%.2f\n", fPrice); … Jolla Location Is $%.2f\n", fAnswer); printf("\
nAnd
Total Sales Amount Is $%.2f\n", fPrice); break…
If You Like Mini Laptops, Say Yes sir to Acer
Hardware and Software
Linux and Unix
16 Years Ago
by EddieC
… overall dimensions. Asus includes 1GB DDR2 RAM but only 4GB
NAND
for non-volatile storage. That’s compared with Acer’s… 512KB standard (expandable to 1GB) and 8GB
NAND
. In the Linux version of the Eee, Asus throws in… 16GB more
NAND
for a total of 20GB. Not too shabby. Both have…
C++ problem
Programming
Software Development
13 Years Ago
by pendo826
… rumours that the Viking are coming to find" "\
nand
kill the heir to Julias Ceaser in order to unsettle… a lookout for unusual activity. your armour soaked" "\
nand
heavy. Nearly time to finish your shift and go home… understand. You are then dragged to up stairs" "\
nand
to the hull of the ship. Waht appears to be…
Re: Binary Search- Array of Structs
Programming
Software Development
13 Years Ago
by C++newbie chick
…code (the SCM offers courses 3506, 3633, 3634 \
nand
3639).\n"; cin >> newStdCourseCode; if… (the SCM offers courses 3506, 3633, 3634 \
nand
3639).\n"; cin >> newStdCourseCode; if…
Apple iPhone 3G creates shortage of flash memory chips
Hardware and Software
Hardware
16 Years Ago
by newsguy
… to go hang. Indeed, Samsung has been warning them that
NAND
flash is about to become pretty scarce for a while… iPhones before the year is out, it looks like the
NAND
shortage could get worse before it gets any better.
convert from c++ to c
Programming
Software Development
15 Years Ago
by newcuser
… person (1 - 4), "); printf("product number (1 - 5)\
nand
total sales."); printf("Enter -1 for the sales… (1 - 4), " << "product number (1 - 5)\
nand
total sales." << "Enter -1 for the…
LinkedList
Programming
Software Development
14 Years Ago
by L.sha
…;2) OR"<<endl<<"3)
NAND
"<<endl<<"4) NOR"…;2) OR"<<endl<<"3)
NAND
"<<endl<<"4) NOR"…
Please help , I'm just a beginner at assembly code programming..Urgent help
Programming
Software Development
13 Years Ago
by patskinks
… Coldfire 5206 simulator to emulate the 2 input AND, OR,
NAND
, NOR, logic functions. • The parallel port should be programmed to… function to OR, binary 2 sets the logic function to
NAND
and binary 3 sets the logic function to NOR. Pins…
Calling a button click method within another method
Programming
Software Development
11 Years Ago
by humorouscheese
…;this is the first time you've run this program.\
nand
where you want your maps to be stored (optional)."…;Please set the path of your server's .jar file,\
nand
where you want your maps to be stored (optional)"…
Re: convert from c++ to c
Programming
Software Development
15 Years Ago
by newcuser
… person (1 - 4), "); printf("product number (1 - 5)\
nand
total sales."); printf("Enter -1 for the sales…
FTP Software for new load balancing set up
Community Center
Geeks' Lounge
20 Years Ago
by Arizona Web
… one had the ability to upload to one remote locatio
nand
immediately synch that with another remote location. Any ideas?
Error Message Concerning Reading File From A Drive
Programming
Software Development
20 Years Ago
by cgre0205
… on the correct drive\n"; cout<<"\
nand
that the name of the file is spelled correctly."…
HELP:Data Files
Programming
Software Development
19 Years Ago
by jack999
…(outp1,"the sum=%d\n the product=%d\
nand
the average=lf",even_sum,even_product,even_average); fprintf(outp2…
Re: HELP:Data Files
Programming
Software Development
19 Years Ago
by jack999
…); fprintf(outp1,"the sum=%d\n the product=%d\
nand
the average=lf",even_sum,even_product,even_average); fprintf(outp2,"…
Seeking Help!!!
Programming
Computer Science
18 Years Ago
by nhm919
… will display the truth table of AND, OR, XOR, NOT,
NAND
and NOR logical operators. The user should be allowed to…
printing to file and to stdout
Programming
Software Development
18 Years Ago
by Aia
…(1); } fprintf(file_ptr,[COLOR=Red] "More writing text here.\
nAnd
here I keep writing some more\n"[/COLOR]); [COLOR…
1
2
3
9
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
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC