资源列表
1000counter
- 在US-2中用汇编实现的一个1000进制的计数器.我本人写的,验证可用.有不明处可以联系:gracequanliang@126.com
fenbujianyan
- 此程序是用来检验一组已知数据是否服从一定分布的:如,正态分布,t分布,poisson分布等。-This procedure is used to test whether a given set of data to obey a certain distribution: for example, normal distribution, t distribution, poisson distribution.
number4
- 回文判别 实验要求:称正读和反读都相同的字符序列为“回文”,如“abba”和“abccba”是“回文”,“abcde”和“ababab”则不是“回文”,试设计一个算法,判别读入的一个以@为结束符的字符序列是否是“回文”。 实验目的: 1、掌握循环队列的定义及应用; 2、掌握队列的基本操作; 3、进一步熟练掌握栈的基本操作及应用; 4、初步学会解决具体问题的算法设计。-Experimental identification requirements palindrome:
test
- Source code for one of my robots for a robotic event. The robot patrols an pre-defined area and senses any obstacles for informing other robots. Immediately, other robots scuttle to sorround the obstacle and prevent it from dodging elsewhere.
qichejiayou
- 一辆汽车加满油后可行驶n公里。旅途中有若干个加油站。设计一个有效 // // 算法,指出应在哪些加油站停靠加油,使沿途加油次数最少。对于给定的 // // n和k个加油站位置,编程计算最少加油次数。 -Fill up the car after driving an n km. There are a number of gas stations journey. To design an effective//// algorithm, which should be
ValueItr
- This implementation of Value Iteration learning algorith which is based on dynamic programming
plusrilinoise
- 基于小波包的带通滤波器设计程序。给出了小波变换的快速算法和重构算法,讨论了应用小波变换进行信号带通滤波的方法,并通过正交小波包对信号的分解,把频率成分复杂的信号分解到各个频带上,根据需要提取指定频率的信号,然后用小波包重构算法对信号进行重构,实现对信号的提取。-Based on wavelet packet band-pass filter design program. Given the fast algorithm of wavelet transform and reconstructi
dir
- 遍历目录下的所有文件,vc++6编译通过-Traverse all the files in the directory
prime
- 实现两个四位素数之间的转换,每次变一位数 中间过程都是素数 要几次-Between the two prime numbers to achieve the conversion of four, each time varying the number of intermediate process is a prime number to be several times
obtain-documents-listed-and--lines-
- 打开数据文件,通过循环获取文件的行数和列数-Open data files, through the cycle and obtain documents listed and lines number
log-code(BCB)
- 日志代码,BCB调试通过,单线程使用正常。每日一个日志文本,可设置天数,超过即覆盖最早的日志。 学习中,多线程应用好像不稳定,向大家学习更好的日志代码。-Log code, use the normal single-threaded. A daily log text, you can set the number of days over which overwrites the oldest log. Learning, multi-threaded applications like
big-number-mult
- 大数的乘法,结构简单程序思路清晰,易于学习改进,对于初学者来说是个很好的选择-Large numbers of subtraction, while with negative addition. The code is shorter, clearer structure, suitable for beginners who use algorithms