搜索资源列表
hanio1
- 四柱汉诺塔问题的求解程序.解题思路:如a,b,c,d四柱. 要把a柱第n个盘移到目标柱子(d柱),先把上层 分两为两部份,上半部份移到b柱,下半部分移到c柱,再把第n盘移到 目标柱子,然后,c柱盘子再移到目标柱子,再把b柱盘子移到目标柱子. 细节地方: 上半部份移到b柱时,它的中间变量柱子是有二选一的.而下半部分 移到c柱时,它的中间变量柱子只有一个(因为一个柱子已被上半部份 占了).b,c也移到目标柱子时同理。-4-Tower of the solution pro
HanoiProblem
- 汉诺塔问题: 有ABC三根柱子,A柱上有n个大小不等的盘子,大盘在下,小盘在上。要求将所有的盘子从A柱搬到C柱上,每次只能搬动一个,搬动过程中可以借助另一个柱子,但是必须满足大盘在下,小盘在上。 -Tower of Hanoi problem: There are three pillars ABC, A column has n different sizes of plates, the broader market in the next, small cap on. Requir
Simulationolinearblockcodes
- CRC纠错原理及其Matlab仿真,]CgC(Cyclical Redundancy c融jcin蛰糖薹l:冗务搜验碡是一砖赣要娉践往分缀码,通过多磺式聚法撩溅错误,是在数撼逶髂争数撩 压缩中广泛应蘑的裣褥棱验的循环码。-CRC error correction theory and Matlab simulation,] CgC (Cyclical Redundancy c sugar into hibernation jcin Carex l: redundant works are f
felt-3.06-devel.src.tar
- C 开发的有限元软件,界面还可以,不错,可以试试。 FElt is a free system for introductory level finite element analysis. It is primarily intended as a teaching tool for introductory type courses in finite elements - probably in the mechanical/structural/civil fields. I
psoprogramme
- C语言编程常见问题解答 这个帖子将不断扩充、更新 罗列大部分C语言编程的常见问题 希望各位观众支持帮助 毕竟一人之力太有限-C Programming Language FAQ This post will continue to expand and update list of most of C language programming frequently asked questions to help support the hope that the
the_total_collection_of_data_structure_in_c_langua
- 清华严蔚敏C语言版数据结构全集,可以说是pudn上这个主题的最全面的一个集合了,记得有这么一个说法是只有有序组织的信息才是有价值的吧:_数据结构-严蔚敏-C语言版;教学笔记;数据结构算法实现及解析—配合严蔚敏_吴伟民编著的数据结构(C语言版)(作者 高一凡)源代码;数据结构笔记;数据结构复习重点归纳笔记[清华严蔚敏版];数据结构题集-严蔚敏;数据结构题集-严蔚敏;严蔚敏老师专贴。-Wei-Min Yan Tsinghua C language version of The Complete Wo
suanfasheji
- 邮局选址问题 算法设计 c++邮局选址问题 算法设计 c-post
AlgorithmCpp
- 主要在VC6.0上用MFC完成的排序算法和搜索算法: 首先弹出一个对话框,上面有排序前和排序后的编辑框,在排序前编辑框中输入整型数组,然后选择排序的方法,点排序按钮即将排序好的数组呈现在排序后的编辑框中。 排序顺序分“升序”和“降序”,排序方法总共7种,分别是:冒泡排序,简单选择排序,直接插入排序,希尔排序,快速排序,堆排序和基数排序。这些方法都是用c++实现的。还有一个搜索的功能,分别可以“线性搜索”和“二分搜索”,线性搜索时从排序前的数组中搜索,二分搜索时从排序后的数组中搜索,且必须
particle
- 代码来自2008年数学建模东北赛区B题,原题描述http://www.ivanblog.cn/post/18.html 思想是用粒子群算法来实现相关问题的求解,编程语言是C++。-Mathematical modeling code from the 2008 Northeast Division B title, original title describes http://www.ivanblog.cn/post/18.html thinking is to achieve parti
48TSP
- 48个城市的TSP遗传算法,开发环境C++,计算结果再结合matlab进行后处理显示-48 cities in the TSP algorithm, development environment, C++, matlab results combined with post-processing display
BBS
- 用C语言编写一个BBS发贴机器人bbsrobot.c。编译程序命令如下: gcc bbsrobot.c -o bbsrobot 运行效果就不贴出来的,可能涉及某些网站的安全吧-A post system, with the c language. If GET/POST、Host、User-Agent、Accept、Accept-Language、Accept-Encoding、Accept-Charset…… ,use google to translate.
BinaryTree
- 用visual c++ 2008写的关于二叉树读取、前序、中序和后序遍历算法。调试成功,很好用。-With visual c++ 2008 to write about the binary read, pre-order, the order and post order traversal algorithm. Debugging success, is useful.
the-trees-build
- 树的建立,先序、中旭、后序遍历等。这个程序是用C++环境-The establishment of the tree, the first order, in the Asahi, post-order traversal and so on. This program is C++ environment
1
- 【课题】若某算术表达式采用后置法表示(即逆波兰表达式),请编程计算该表达式的值。如:表达式(a+b*c)/d-e用后置法表示为abc*+d/e-。 -[ Topic ] If an arithmetic expression using the post method representation (i.e., inverse Poland expression ), please programming calculation of the value of the expression.
fft
- Matlab程序,GUI窗口 用FFT程序计算有限长度正弦信号y=sin(2*pi*f*t) ,0<=t<=N*T-FFT program calculate the finite length of the sinusoidal signal y = sin (2* pi* f* t), 0 < = t < = N* T respectively the DFT results obtained and analyzed and discussed in the fol
The-binary-tree
- 二叉链表的C语言描述 基本运算的算法——建立二叉链表、先序遍历二叉树、中序遍历二叉树、后序遍历二叉树、后序遍历求二叉树深度 -The binary tree algorithm C language to describe the basic operations- the establishment of the binary tree, preorder traversal of a binary tree traversal of binary tree, after traver
glsl-optimizer-master
- GLSL优化算法,用c++语言编写,适合学习计算数学的和工科类的运用-GLSL optimizer A C++ library that takes GLSL shaders, does some GPU-independent optimizations on them and outputs GLSL back. Optimizations are function inlining, dead code removal, copy propagation, constant foldi
INORDER_PRE_POST_TRAVERSE
- PRE IN POST OREDER TRAVERSAL C++ CODE VISUAL
Intelligent-Image-Color-Reduction-and-Quantizatio
- In this post, we are going to share with you, the MATLAB implementation of Color Quantization and Color Reduction of images, using intelligent clustering approaches: (a) k-Means Algorithm, (b) Fuzzy c-Means Clustering (FCM), and (c) Self-Organizing M
Gmsh-4.0.6-source
- 经典的三维有限元网格生成程序全套源代码及配套的前处理、后处理程序。用C++和Fortran开发。同时配有Manual使用手册。(a three-dimensional finite element mesh generator with built-in pre- and post-processing facilities, source codes are compiled by C++ and Fortran language, with manual.)