资源列表
n1
- 感知器神经网络设计举例:将四个输入矢量分为两类,其中两个矢量对应的目标值为1,另两个矢量对应的目标值为0,用学习函数求解. -perceptron neural network design, for example : four input vector divided into two categories. two vector corresponding to a target, and the other two vector corresponding to the target
BP
- 用bp神经网络对sin(x)拟合,隐含层采用sigmoid函数,输出层采用线性函数,
LianFenShiChaZhi
- 给定n个节点xi[i=0,1,...,n-1]上的函数值yi=f[xi],用连分式插值法计算指定插值点t处的函数近似值z=f[t]-Given n nodes xi [i = 0,1 ,..., n-1] on the function values yi = f [xi], used interpolation method to calculate continued fraction interpolation points t Department designated function
HeapSort
- Heapsort is a comparison-based sorting algorithm, and is part of the selection sort family. Although somewhat slower in practice on most machines than a well implemented quicksort, it has the advantage of a more favorable worst-case O(n log n) runtim
Link
- link是如何创建一个单链表、往链表中插入一个节点,删除一个节点,并且把每个节点输出到屏幕上。-link is how to create a single linked list, linked list to insert a node, delete a node and each node in the output to the screen.
1
- 用java实现小型简单计算器,如同windows上得小型计算器-Using java to achieve a small calculator, as on a small calculator windows
Rabit
- 利用opengl绘制的三维的具有动态效果的兔子代码,-Opengl produced three-dimensional rabbit code
Haffman
- 由随机输入的文本建立并显示哈夫曼树,求哈夫曼编码。-By random input text and display Huffman tree, seeking Huffman coding.
double-linked-list2
- 初始化循环双链表H; 依次采用尾插法插入a,b,c,d,e元素; 输出循环双链表H; 输出循环双链表H长度; 判断循环双链表H是否为空; 输出循环双链表H的第三个元素; 输出元素’a’的位置; 在第四元素位置上插入’f’元素; 输出循环双链表H; 删除循环双链表H的第三个元素; 输出循环双链表H; -Initialization cycle double linked list H Turn the tail interpolation into t
chengxu
- 是有关图像处理,基于稀疏表示图像融合,用分块过完备表示-s related to image processing, image fusion based on sparse representation, complete said with a block
longbeige
- 本程序是基于matlab的龙贝格积分数值方法。-This program is Romberg integral numerical methods matlab based.
code
- 基于meanshift MATLAB 版本的图像分割源码-Meanshift based image segmentation Source