Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Language
Any
Platform
License
Any
how to write reverse a string program in c?
how to write Reverse string program source code using pointers in c programming language..?
Armstrong numbers in c?
palindrome numbers program in c?...
Ok nice site, seriously , cant delete posts either, I actually made 2 posts accidentally, and in 1 of the posted I accidentally posted my apologies for double posting also 2 times, everything cause...
see the book for x86 assembly guide
The best solution will depend on the type of file you are counting words from and how you want to define a word. ASCII vs. Unicode. MS-Word docs vs. PDF files. It can get quite elaborate.
ASCII is...
Hi there,
I have second column as datagridviewTextBoxColumn column in the datagridview, after opening dot net form runtime, in first cell of this column , I am populating ‘-‘ character at...
I faced this same problem in making my own OS. Using information I found on Toshihiro Horie's website, I made these routines to do the job:
DEFINT A-Z
SUB APMGetVer(vMajor, vMinor, APMState)...
Hi,
You may want to check the date on that first post - it is 28-Dec-2005! I think he graduated by now - OR DIDN'T (maybe did not make the Merge Sort)
:-)
But, seriously: check the Wikipedia...
Hi! I'm doing the same now. did you ever make it?
If you did, would you please send mi your code just to see how you did it?
Thank's a lot!!
Hi Matlab community
I desperately need help with matlab.
My data are stored as cell arrays (1x48 cells)(please, see attachment). Each cell contains 5 cells {1,1}, {1,2}...{1,5}.
Cells {1,1}...
filesize in bytes divided by 2 == number of words in file...
LOL but seriously.
It depends on your definition of a word and on what type of file. You could simply scan for the value 20h (space)...
200/8 = 25 chars high
and bx,bx ; test buttons
jz inputLoop
;calc mouse click address
mov ax,80
mul dx ; mul doubles as xor dx,dx later on
add ax,cx...
I'm not familiar with those specific instructions on CPU's, but there are a couple of general things to keep in mind.
On modern hardware, at least MUL & DIV are usually processed iteratively in...
Hi,
I have performance issues with the following code:
...
mulsd %xmm1, %xmm0
addsd %xmm2, %xmm0
add 1, %eax
cmp 10000000, %eax
...
basically: for (i = 0; i
I forgot TASM... sorry, but here is some pseudo-code:
open file
nbytes = get file size
token = 0
nwords = 0
repeat 'nbytes' times
{
c = read one character from file
if (c is a word...
How can I cuont The number of words in a file ?Using TASM
Hello,
I am trying to write some code that will utilize an input box to find a value. At that point I want to run a macro that will reference the cell rows of all values that equal the input box...