资源列表
23
- 2、递归输出 【问题描述】 给定一个整数n,1≤n≤20,要求设计一个递归算法,实现下面两种方式(下三角和上三角)的文件输出。 n n n ... n 1 …… 2 2 3 3 3 3 3 3 2 2 …… 1 n n n … n 要求:输出形式可用户选择;数字之间采用TAB键隔开(使用’\t’)。 【输入数据】 输入数据由3.txt给出,文件格式为:第一行是一个整数n;第二行是一个整数,表示输出方式,取值0/1分别表示下三角/上三角。 【输出数据】
k-means--source-code
- k-means算法,已附数据文件。其中文件第一行的3个数字分别为数据数量、数据维度和所需聚类数-k-means algorithm, is attached data files. Which documents the first line of three figures were the amount of data, data dimension and the required number of clusters
Duckworth_Lewis
- This an interpretation of the Duckworth Lewis method of calculating rain-affected Cricket scores.-This is an interpretation of the Duckworth Lewis method of calculating rain-affected Cricket scores.
20110619-1
- 针对BP神经网络存在的缺点,本文利用遗传算法能够收敛到全局最优解而 且遗传算法鲁棒性强的特点将遗传算法同神经网络结合起来,不仅能发挥神经网 络的泛化映射能力,而且使神经网络具有很快的收敛性以及较强的学习能力。为 了验证遗传算法优化BP神经网络的有效性,本文将此算法应用到直线一级倒立 摆的稳定控制中,同时利用UbVIEW语言界面开发能力强,并且数据输入、网 络通信、硬件控制简单的优点,制作了倒立摆的仿真控制和实时控制软件。仿真 研究表明,遗传算法优化BP神经网络的控制器设计
shu
- 用树结构来实现括号对问题,判断括号是否匹配,计算它的度,满足条件的个数-A tree structure to achieve the brackets of the problem, determine whether the matching parenthesis, calculate its degree, the number of conditions to meet
24dian
- 24点问题,要求给定几个数,然后利用算术运算符,使这几个数经运算后,结果为24-24 points and asked for a few given the number, then use the arithmetic operators, so these numbers by the operation, the result is 24
erchashu
- 这是一个计算二叉树中叶子个数的程序,利用到,二叉树的遍历-This is a calculation of the number of leaves of a binary tree program, the use of that binary tree traversal
20110619-3
- 使用动态数据建模(DDS)法与Box—Jenkins建模法相结合的方法建立时间序列模型,使两种 方法的优。最互相结合起来,简化了现有的建模过程。在使用MATLAB进行仿真后,快速、方便地得到了相 应的模型。该方法能较快地完成建模,较适用于对模型精度要求不太高的地方。-Using dynamic data modeling (DDS) method and the Combination of Box-Jenkins modeling method to establish time-se
1
- 这是一个正弦函数的源代码,比较实用.能较快速的运算。-This is a sine function of the source code, more practical. To faster computing.
huffman
- 算法分析与设计基础课程大型实验周做的,用贪心算法实现的Huffman编码,-Algorithm analysis and design of large-scale experiment-week basic course to do with the greedy algorithm of Huffman coding,
fsad
- 传教士野人问题,宽度搜索算法。可以实现四组输出四条不同路径-fasd for AI
binary_tre220366582011
- this code can perform operation of binary tree traversing and quick sort