i am doing my final year project about programming use
verilog ,i am new about it so got problem,i want to record
the readings of a waveform every 2us use the verilog
code ,every ten readings i need to add them together after
that i need to compare this series of number to get which
one is the biggest , right now i don't know how to use
code to store the readings every 2us on a waveform ,pls
help me thanks a lot .
I have a file which contains so many lines and variable number of lines are treated as a record. For example *first ooooo xxxxx ttttt mmmm vvvvvvv *end uuu bbbb *first kkkkvvvvvv nnnn mmmmm kkkkk fffff gggg ffff kkkk lllll *end. Here the lines from *first to *end are treated as a record. The number of lines between *first and *end is not same for all the records. Suppose there are 100 records (or number of records are not predefined)like the format given in the above example. Now the entire file needs to split into two files, first having 40 and remaining in the second file. Can we split using sort utility? If possible then what is the sort card?
Write a Program to truncate a given floating point value (e.g.16.25=16).
Write a sql query to find n'th maximum in the database table.
Write a Program to find the sum of digits of a given number until the sum becomes a single digit.
How to find the list of users who have two codes su01 and pfcg? thank in advance all.
Write code that allows to create only one instance of a class?
Write a program that implements a date class containing day, month and year as data members. Implement assignment operator and copy constructor in this class.
Write code to add functions, which would work as get and put properties of a class?
How to get the version(major,minor,revision ) of VB6.0 delphi code .I am able to fetch dll file of vb6.0 but not vba file .Can u send me the code snippet in delphi to get the value for vb6.0.
can any body give me answer to this question please? please give me code in cl with the folling specifications. 1.Accept 2 parameters-date and date type 2.If date type is J then convert date to *MDY format 3.If date type is M convert date to *JUL format 4. Send a program message with the value of converted date? Please give me the answer.Because im practicing in my house.Im taking trining on AS/400.
Write a program that will convert an integer pointer to an integer and vice-versa.
What is the coding about how to recognize color in fuzzy logic using Matlab R2009b?