资源列表
wh
- cs1180此为芯海公司的AD转换芯片cs1180的程序代码-cs1180
functionobject
- the example of function object
erchashu
- 在二叉树中查找值为X的结点,试设计打印值为X的结点的所有祖先的算法-In the binary tree to find a value of X, node, trial designed to print the value of X, all the ancestor nodes the algorithm
calculator-cathy
- 简易计算器 用VB实现加减乘除基本运算。-Simple calculator using VB to achieve the basic operations addition and subtraction multiplication and division.
bfs
- hdu 3085 一道bfs题 一点值得注意的,鬼魅先走,mm与gg后走,直接模拟这个这个场景,突出时间的先后性,一秒与一秒的区别。。。这样模拟很难出错-hdu 3085 an ACM question.it is about bfs
zuiyouzhuangzaizhizhongliangzuida
- 最优装载之回溯法 有n个集装箱要装上1艘载重量分别为c的轮船,其中第i个集装箱的重量为wi。最优装载问题要求确定在装载体积不受限制的情况下,将尽可能多的集装箱装上轮船,并找出一种装载方案-The optimal loading of backtracking n containers to be mounted on a load of, respectively, c the ship, the i-th weight of the container for the wi. The op
betweenness_bin
- 利用互相关法计算矩阵的介数,来表示一个二值矩阵的特征-calculate the betweenness of a matrix to measure it characteristic
Karate-Club-network
- Karate Club 经典的社会网络数据,用于社团发现和社会网络分析-Karate Club classic social network data for associations found and social network analysis
reconstitution
- 相空间重构的关联积分算法程序,用于时间序列的分析等方面。-Correlation integral algorithm of phase space reconstruction
laoshuzoumigong
- 多个测例。输入的第一行是一个整数n,表示测例的个数。接下来是n个测例,每个测例占21行,第一行四个整数x1,y1,x2,y2是起止点的位置(坐标从零开始),(x1,y1)是起点,(x2,y2)是终点。下面20行每行20个字符,’.’表示空格;’X’表示墙。-Multiple test cases. The first line of input is an integer n represents the number of test cases. Next is n test cases, e
cctemp
- mimo在两种情况下(ZF和MMSE)的信道容量,并进行比较-mimo channel capacity, in both cases (ZF and MMSE) and compared
bstree_frame
- 计算机随机产生100个以内的数字,构造二叉树后,再对其进行排序,输出结果为中序遍历的结果-After the computer randomly generated 100 or less numbers,create a binary tree , and then sort them, finally it outputs the result in a preorder way.