Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Language
Any
Platform
License
Any
Can be brief the problem some more... so that v can answers. Since the problem u r facing is not clear.
"Always Smile :)"
Hi,
I am trying to write a program to display custom character on LCD using CGRAM. I am 68HC11 MCU and 20x2 LCD for this purpose.
Here my code. I don't seem to get anything on LCD. The HEX...
Just ask a question and if it's ok by the forum rules, we'll try to help.
hi, i'm doing my assignment myself. the post was just to assist me in clearing my doubts,so that i could process with my assignment. there is no cheating i'm doing.
hey.Do the assignment by yourself, don't waste your time on this forum. I already check your email address. and i know who you are, if you try to cheat again, i'll bar you immediately....
regard...
Hi there,
Tried searching for this on the forum but couldn't find anything. I have a program which simply loads a dialog box at particular times of the day, depending on the user's settings. The...
i looked around for you Mahey, and I could not find anything about changing the input format for a datetimepicker (I am assuming this is the control you are referring to that is contained in the cell...
I added Sortable BindingList inherited from BindingList. It's sorting the check box column fine but the feature I mentioned before (when datagridview is sorted automatically on the cell value edit)...
I remember the good old days when I was still learning and every puzzle pozed was new grounds to tackle (insert nostalgia here)
Sure! not a problem:
I don't know how much you know about For...
I write a program in C but i have not the right to use the standard library. I want to open a file so i use an assembly procedure that i have written, open_file. Here is what i mean:
At code part:...
If you mean the DOS 'type' command,
it is built-in to command.com
How to get its source code from there I do not know,
you would have to disasssemble it.
you could cross check the one byte of the string
with every digit, to see if it is a digit.
Once it is equal to one of the digits simply jump to
some other place.
jmp start
mydig db...
Delete the post that I have made.
Hi i am looking for a Huffman algorithm implementation in IA-32 assembly, because of same reason.
My e-mail is serdata@gmail.com
so i am waiting for your help.
Hi all
I'm trying to use directdraw to scale a high mega pixel video to a window size, but I fail on certain video cards.
The details are as followed:
Surface1 holds the original frames,...
I'm developing this tool for work and I am stuck on how to implement what I need. See Attachment
Somehow I need to be able to let people add and remove lines under each stage (B8:B14),...
Here's my exact code
FOR_EXPR:
cmp ecx, arraySize
jge END_FOR
mov al, byte ptr
cmp al, dl
jge NOT_MIN
mov dl, al
inc ecx
jmp...
I did that. I still receive the first letter of the array only, however.
Same as the code above, the only thing I'm missing is to increase the counter before looping back.