资源列表
TFanalysis
- TF analysis of signal in Matlab
example28
- 题目:有5个人坐在一起,问第五个人多少岁?他说比第4个人大2岁。问第4个人岁数,他说比第 3个人大2岁。问第三个人,又说比第2人大两岁。问第2个人,说比第一个人大两岁。最后 问第一个人,他说是10岁。请问第五个人多大?-Title: 5 people sit together, and asked the fifth person how old? He said the 2-year-old than 4 people. Ask individuals age 4, he
xhdm
- 是一些关于如何写好代码的小建议和总结,希望能够有用!-Some code on how to write a small summary of the recommendations and hope to be useful!
CODE
- A BUILT-IN REPAIR ANALYZER WITH OPTIMAL REPAIR RATE FOR WORD-ORIENTED MEMORIES
jumpdetct_standard
- TEST JUMP IN STOCK MARKET ,相当有用哦- TEST JUMP IN STOCK MARKET
LEACH
- LEACH [1] is an autonomous adaptive clustering protocol that distributes the energy load evenly among the sensors in the network using randomization. The nodes organize themselves into local clusters, with one node acting as the local base stat
SymDemo
- PROGRAMME DE SEGMENTATION
example3
- 题目:一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少? 1.程序分析:在10万以内判断,先将该数加上100后再开方,再将该数加上268后再开方,如果开方后-Title: an integer plus 100 is a perfect square number plus 168 is a perfect square number, what the number is? Program analysis: less than 100,000 ju
hw3
- c語言教學手冊 第三版 第五章 關於函數方面的習題解答-c language teaching Manual, 3rd Edition Chapter answers to the exercises on the function
LINKED-LIST
- LinkList impelementation
example11
- 题目:古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月 后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少?-Title: Classical: one pair of rabbits, one pair of rabbits are born from the month from 3 months after birth, a small rabbit gave birth to one pair of rabbits grow up to
bstree.tar
- This archive conteains a simple binary search tree algorithm written in standard C.