资源列表
USplite
- 用接口实现的字符串分割函数,示例: var A: ISplite I: Integer begin A := Splite( 1,2,3 , , ) for I := 0 to A.Count do ShowMessage(A[I]) A.DoSplite( a b c , ) for I := 0 to A.Count do ShowMessage(A[I]) end -Split string using interfa
sound
- 聆听混沌的声音 本世纪70年代初,美国普林斯顿大学的生态学家R·May在研究昆虫群体繁殖规律时提出一个著名的模型: χ[n+1]=k*χ[n]*(1-χ[n]) 其中χ[n]表示第n代群体的数目。当给定一个初始的χ[0]值,然后不停地迭代,人们发现随着k值的不同,得到的序列χn 有许多有趣的现象。当k值介于0与1之间时,χ[n]经过一定次数的迭代后都趋于0。当k值介于1和3之间时趋于1/k,当k值大于3时,经过一定次数的迭代后χ[n]在2个值之间交替变化,k值
1002
- zoj acm 1002 Fire Net Ac代码-zoj acm 1002 Fire Net AC Code
Analysis-and-simulation-of-the-mixer
- Analysis and simulation of the mixer the first roller track
wannianli
- 万年历程序。利用C++的输入输出语句在屏幕上输出任意指定一年的年历,输出格式是按月输出,并带星期显示。-Calendar program. Use of C++ input and output statements are output on the screen any given year calendar, the output format of the monthly output, and with a week of shows.
APEN
- 计算一个N点序列的近似熵,运用的原始的算法,最后得出的事m=2时的一个结果,还需再次调用,以获得m=3时,两者相减方为近似熵-this is use the means of tradition calculation of APEN to calculate the APEN ,the first run only get the result of when the m=2,you should run again to set up the m=3 to got the outcome
pinyumengluokanuo
- 此代码为频域多通道采样实现并行传输的matlab源代码-This code for multi-channel frequency-domain sampling matlab source code for parallel transmission
shizhong
- 数码管实现不能调节的时钟计时显示,掉电自动归零,大家可以-Digital tube can not adjust the clock timing, power-down auto-zero, we can see
shiyan_2
- 在matlab中用雷克子波模拟地震记录,并进行滤波-Ricker wavelet in matlab using analog seismic records, and filtering
shiyan2lianbiao
- 数据结构实验二,使用链表方式解决约瑟夫问题-Experiment two data structures, the use of linked lists to resolve the problem of Joseph
yam
- 实现两个数的加法,输入的数的长度不能大于数组的定义的范围。-Achieve addition of two numbers, the number of inputs can not be greater than the length of the array definition.
shuangxianxin
- 用双线性变换方法实现低通滤波器设计,验证了该方法的有效性.-Bilinear transformation method is used to implement the filter design.Verify the effectiveness of the proposed method.