搜索资源列表
Verilog_counters
- 12-modulo counter in Verilog. Counts up and down, devides by 2, stops, resets. If <5 Y = 1 . Counter.v is behavioral, counter_b.v - gates level.-12-modulo counter in Verilog. Counts up and down, devides by 2, stops, resets. If <5 Y = 1 . Count
data-00551-en
- This particular feature of GAUSS causes a number of unexpected problems, particularly when using loops to access columns or rows in sequence. If your counter drops to zero (or some unspeciÖ ed values) then you will Ö nd the program operat
switch_case_program
- This program written in matlab (.m) or matlab code is good example of switch-case statements. IF STATEMENT- The switch statement permits us to different statements based on the different values of a parameter. The values can be numeric or they ca
1
- Program has four different function for each calculator operation do while loop is used to display menu options if else statement is used to check option Program has two variables on which all basic operations are applied Every functions rec
2
- User enters a number which stores in variable num Then number passes as argument in function call A static variable is used to check that how many times function is called When base case becomes true if(statement) then function returns result
3
- For 2D array size there must be constant value in square brackets like array[constant value][constant value] Two const variables row and col are used to define size if we do not make both const then error found because without const reserve wo
5
- A while loop is used and will terminate when user will press esc key. To get the characters a function getche() is used conio.h which will store in char variable and store into the file using putc() function. On pressing esc to avoid any other cha
dvbt2simulation
- dvb-t2完整的仿真代码,matlab ,qq116164690-dvb-t2 simulation code ,please contact me if anyqestion , qq116164690
palindrome
- Check the given number is palindrome number or not using c program How to check if a number is a palindrome using for loop