资源列表
interesting
- 趣味问题的程序原代码 海滩上有一堆桃子,五只猴子来分。第一只猴子把这堆桃子凭据分为五份,多了一个,这只 猴子把多的一个扔入海中,拿走了一份。第二只猴子把剩下的桃子又平均分成五份,又多了 一个,它同样把多的一个扔入海中,拿走了一份,第三、第四、第五只猴子都是这样做的, 问海滩上原来最少有多少个桃子?- On the interest question procedure original code beach has pile of peaches, five monkeys
hing
- vhdl的一般过程代码,主要的是关于总线的配置要求-vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl vhdl
kmp
- 快速实现模式匹配的kmp算法,时间复杂度仅为O(n*m)-Rapid kmp pattern matching algorithm, time complexity is only O (n* m)
Cover_board
- 棋盘覆盖问题,,算法中分治法的一个好例子,代码不到100行啊-Chessboard coverage, distributed algorithm for treatment of a good example of the code less than 100 lines ah
sf
- 素数筛选,求1--1000000的素数。-Prime filter, Require 1- 1000000 primes.
Prim
- 数据结构中的PRIM算法,在DEV c++测试通过,数据结构为邻接矩阵-The PRIM algorithm data structure, in DEV c++ test, the data structure of adjacency matrix
1316
- URAL_1316_树状数组AC代码 简单的树状数组题目-URAL_1316_ AC code simple tree array array of subject tree
InsertSort
- 插入排序#sort the number from small to big #insert the rest number into an sorted array ,compare with the former element, #if smaller then insert before the element,and all the array number move backward.-Insert Sort
canshuchuandi
- 参数进行值传递的方式有三种,分别是传值(value),传址(address),和传引用(reference) 传值时子函数(被调用者)复制父函数(调用者)传递的值,这样子函数无法改变父函数变量的值 传址时父函数将变量的地址传递给子函数,这样子函数可以能过改写地址里的内容改变父函数中的变量 传引用则是一种看起来像传值调用,而实际上功能同传址一样的传递方式。子函数可以改写父函数的变量值。-Parameters are passed by value in three w
zhijiefty
- CT重建算法-直接反投影技术的matlab源代码-CT reconstruction algorithm- direct back-projection technology matlab source code
zhengjiao
- 雷达产生线性调频信号,正交解调后得到雷达IQ信号-The radar generates a chirp signal and quadrature demodulation to obtain a radar IQ signal
F_Score
- 特征选择的一种方法,对数据矩阵进行f打分,然后降序排序,可以从中发现重要的数据。-A method of feature selection, to f score data matrix, and then descending order, you can find important data.