资源列表
virustest
- its a simple virus testing
planaran
- Tests graph planarity
IND102X
- 有条件的读取VSAM文件(ksds) 使用KEY-Conditional read VSAM files (ksds) the use of KEY
MyUSB
- 在不需要了解USB协议,EZ-USB68013 底层与Window底层交互的情况下,参考它可以直接进行基于USB的二次开发-Without the need to understand USB protocol, EZ-USB68013 the bottom of the bottom of interaction with the Window circumstances, it can be a direct reference to the secondary development of
GPS1.1
- 为大学物理实验,GPS模拟实验中用到的算法,由C语言实现-University physics experiment, GPS algorithms used in simulations by the C language implementation
1
- VB.NET和AE开发,拷贝后,既可以根据输入坐标在界面上生成点符号-VB.NET and AE development, copy after, either based on the input coordinates of point symbol is generated at the interface
mb1
- c++编程,多功能秒表,可以记录多个人的时间-c++ programming, multi-function stopwatch that can record more than one person' s time
paixu
- 编写顺序查找的方法public static int[] ordinalSearch(int data[],int key),要求该方法返回一个数组(如果key存在,数组中各元素的值分别为关键字key在原数组data中的下标;如果key不存在,则返回一个长度为1的数组,数组元素为-1)。-Write a sequential search method public static int [] ordinalSearch (int data [], int key) This method re
D
- D模型数据包罗分析法,一种数学建模的实用方法,对你的比赛,和应用很有帮助-A good mathematical modeling tool, It is very helpful to your study MATLAB
Fibonacci-number
- 这种递归形式的定义容易诱导人们使用递归形式来解决问题。这里有一个陷牌:它使用递归步骤计算Fibonacci(n-1)和Fibonacci(n-2)。但是,在计算Fibonacci(n-1)时也将计算Fibonacci(n-2)。这个额外的计算代价有多大呢? 它的代价远远不止一个冗余计算:每个递归调用都触发另外两个递归调用,而这两个调用的任何一个还将触发两个递归调用,再接下去的调用也是如此。这样,冗余计算的数量增长得非常快。例如,在递归计算Fibonacci(10)时,Fibonacci(3)
subGraph.py
- python实现无向图的广度优先搜索,以及寻找连通分量-The breadth first search of the graph in python, search for connected component (no direction)
hungary
- 二分图最大匹配,hungary算法,邻接阵形式,复杂度O(m*m*n)-Bipartite graph maximum matching, hungary algorithm, adjacency matrix form, complexity O (m* m* n)
