资源列表
gg
- this is a fortran code
queen
- 对八皇后问题的递归算法的实现及其扩展成n皇后问题-Eight queens problem recursive algorithm to achieve its expansion into the n-queens problem
1
- 集合的运算就是用给定的集合去指定新的集合。设A和B是集合,则它们的并差交补集分别定义如下:A∪B={x|x∈A∨x∈B}A∩B={x|x∈A∧x∈B}A – B={x|x∈A∧x不属于 B}SA ={x|x∈(A∪B)∧x 不属于A}SB ={x|x∈(A∪B)∧x 不属于B}-Operation of the collection is to use a given collection to specify the new collection. Let A and B is a colle
svm
- Gaussian support vector binary classifier
Untitled
- 对神经网络进行编程,在matlab中实现神经网络的仿真及预测功能-The neural network program, implemented in matlab neural network simulation and forecasting capabilities
Interpolation-search
- 数据结构 插值查找 是一种比较高效的查找算法-Find interpolated data structure is a more efficient search algorithm
Fibonacci-sequence
- 递归调用产生斐波那契数列和循环产生斐波那契数列的效率的比对,输入要产生的斐波那契数列的位数-Recursive call produces Fibonacci sequence and cycling Fibonacci series comparing the efficiency of input to generate Fibonacci sequence of digits
thrift
- thrift允许你定义一个简单的定义文件中的数据类型和服务接口,以作为输入文件,编译器生成代码用来方便地生成RPC客户端和服务器通信的无缝跨编程语言。-thrift allows you to define a simple definition data file types and service interfaces, as the input file, the compiler generates code that is used to easily generate seamles
three_side
- 用于实现节点定位的三边定位算法的matlab代码,包含了对定位误差的仿真-Trilateral achieve node localization algorithm is used to locate the matlab code, including the simulation of positioning error
IIRfilter
- matlab语言 IIR滤波器处理信号噪声程序-IIR filter processing signal to noise
Hex-to-decimal
- 十六进制转十进制 使用库函数 有别于C语言和C++语言-Hex to decimal
Test7
- 声明类Student,包含3个成员变量:name、age、score, 要求可以通过 new Student("张三", 22, 95) * 的方式创建对象,并可以通过set和get方法访问成员变量-Statement class Student, consists of three member variables: name, age, score, requirements can be achieved by the new Student (" zhang ", 22, 95)