资源列表
bp_S200502106
- 模式识别-神经网络bp算法用于模式分类,采用了matlab自带的接口函数-pattern recognition-bp neural network algorithm for pattern classification, using the Matlab's own interface function
zig
- 高斯随机数发生器,ziggurat方法,大作业时候做的
root_618
- 用黄金数0.618作为3折求根逐步缩小数据范围的完整程序-Using gold as the number of 0.618 Root 3 discount gradually narrowed the scope of the data integrity procedures
Conversao
- Base conversor. (any base until 36). (functions in portuguese =/)
a
- 用vc实现apriori算法。apriori算法是关联规则中的一种算法-apriori
zhongciduiyingfenxi
- 重磁对应分析,这个是吉林大学的老师编的,输入数据即可直接计算-Magnetic correspondence analysis, this is the series of Jilin University teacher, input data can be calculated directly
sss
- 数据结构,信号放大器,数据结构,信号放大器-Data structure, signal amplifier, data structure, signal amplifier
hold
- 用邻接表的方式建立有向,无向图,有向,无向网-Used to establish adjacency list, undirected graph, directed, undirected network
huisu
- 0-1背包问题的回溯法,如何用回溯(即深度优先搜索方法)来完成0-1背包问题-0-1Knapsacks Problem
8
- 声明一个类SortArray继承类MyArray,具有排序、倒置、求平均值的功能-Declare a class the the SortArray inherited class MyArray has a sort, upside down, find the average function
HEX
- 16进制与10进制的转化程序 Hexadecimal and decimal conversion program-Hexadecimal and decimal conversion program
single-linked-list1
- 初始化单链表H; 依次采用尾插法插入a,b,c,d,e元素; 输出单链表H; 输出单链表H长度; 判断单链表H是否为空; 输出单链表H的第三个元素; 输出元素’a’的位置; 在第四元素位置上插入’f’元素; 输出单链表H; 删除单链表H的第三个元素; 输出单链表H; -Initialize the single chain H Turn the tail interpolation into the A, B, C, D, e elements O