资源列表
main
- 用栈实现ackerman函数,解释了递归的本质其实就是进栈出栈-use stack to perform ackerman
PIC16F1829-PWM
- pic16f1829 pwm demo用户可以通过这个DEMO了解PIC16F1829的PWM 配置
main
- 对给定一个Pascal源文件,请检查其中 (1)begin与end (2)if,then,else 是否合法配对。 对于begin与end,可以理解为C语言中的“{”与“}” 对于if,then,else,可以这么理解:if与then合在一起相当于C语言中的if, else与C语言中的else完全相同。 注意1:为了简化问题,end出现的时候,后面没有“;”,“.”,也就是只有“end”的情况,没有“end ”, end. 。
GeneAlgorithm
- 现代优化算法包括 遗传算法 退火算法.代码基于matlab 可以直接运行,有图示说明-Modern optimization algorithms, including genetic algorithm annealing algorithm code based on Matlab can be directly run, there is illustrated
plot_edge_filter
- curve edge detection with Python
apriorimapred-code-fb93f920e5c6c17b82516d3dba5a83
- Frequent itemsets searching using hadoop mapreduce
HadoopApriori-master
- Java implementation example of hadoop mapreduce
n_queen
- 基于八皇后改进的n皇后问题,输出n皇后的解的个数-Based on the number of solutions of Eight Queens improved n queens problem, output n Queen
combinatoricslib-2.0-sources.jar
- combinatoric library on java
guess_number
- 猜数位 首先自动产生一个n位0-9数字,每位上的数字互不相同。 然后,程序接受玩家输入所猜测的n位不重复的数字; 接着,由程序比对符合的位数以及不符合但有出现的数字的数量。完全符合的数字会以A来表示,而不符合正确位置但有出现的数字则以B来表示。举例,如果正确答案是2345且玩家猜的是4395,则会得到2A1B。 最后,玩家在m次内猜测出完全相符的数字组合即为胜利。若没有在指定m回合完成,则给出准确答案。 注:m,n可以由玩家自行设定。若不设定,其缺省为n=4;m=
Apriori_SourceForge
- apriori implementation algorithm
numbers_out
- 试编写一个函数,用整数序列1、 2、 3、 ……、n人的顺序队列,第1趟出列奇数位置的人员,第2趟出列偶数位置, ……,如此类推,求第m趟出列的人员编号。采用单链表表示及求解过程中使用的数据结构。-Try to write a function, with the sequence of integers 1, 2, 3, ......, n people the order queue, the first trip out of the line of personnel odd posit
