资源列表
jose
- jose.cpp本演示程序中,对给定的n个人进行顺时针编号,每个人持有一个密码。一开始任选一个正整数作为报数上限值(m <= n),从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。-jose.cpp the demonstration program, to the right individuals clockwise n numbers each person has a password. An optional started as a positive intege
摇钱机
- 原创的可实现大小写的相互转化-original case is the realization of the mutual conversion
zhan
- 栈的顺序存储结构及实现,一种简单的算法。
movingAveragePredict
- /** * @author jakcy_wu(wujichun) * * 预测分析--本算法只适用于受周期变化或者波动影响的数据 * 权值移动平均算法 * 本期預測值=(前期值*權數)求和/n * * 默认权值为{1,1,1},取最近3次的平均 * 注意权值和必须=权值集合.length */-/ ** * @ author jakcy_wu (wujichun) * * Forecast and Analysis -- This algorithm applies only to the af
链式表的相关使用啊
- (1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 (3)采用链式存储实现队列的初始化、入队、出队操作。 (4)采用顺序存储实现循环队列的初始化、入队、出队操作。 (5)在主函数中设计一个简单的菜单,分别测试上述算法。
queen
- 采用递归回溯算法求解N皇后问题;C语言实现,可以动态控制皇后数量-Backward recursive algorithm using N Queen' s problem C language implementation, you can dynamically control the number of Queen' s
binarytree
- 用c++写二叉树的非递归算法,不错的哦,如何不足,请多包含-A binary tree using c++ to write a non-recursive algorithm, bad Oh, how the lack of ability, with
LNN
- 线性神经网络对曲线进行预测和拟合,可对正弦余弦等曲线进行任意步长和拟合。没用到神经网络工具箱。-Linear neural network prediction and curve fitting, can be arbitrary sine cosine curves such as step length and fitting. Useless to the neural network toolbox.
lianshibiao
- (1).键盘输入一组元素,建立一个无头结点的单向链表(无序)。 (2).遍历(打印)单向链表。 (3).把单向链表中元素逆置(不允许申请新的结点空间)。 (4).在单向链表中删除所有的偶数元素结点。 (5).对链表排序,排序后链表元素按照非递减方式排列(注意:排序时如果要交换两个结点的顺序,不得通过交换结点的内容,而需要使用改变指针的方式交换结点的位置。建议使用直接插入排序算法)。 (6).利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。 (7).利用算法
1
- 按照图的“邻接巨阵”存储结构实现最小生成树的Prim算法-Accordance with the plans of the " adjacent downline" storage structure Prim minimum spanning tree algorithm to achieve
discreat
- CHI SQURE TEST FOR DISCREET NUMBER AND RANDOM NUMBER GENERATION
椭圆拟合函数
- 用于将二维空间数据直接拟合为椭圆,不需要进行迭代计算,速度快!
