搜索资源列表
Eidffakght
- 利用BFS算法解八数码问题 在3*3的方格上放着1-8数码,有一空格为0变化规则为空格可以和上,下,右,左四个相邻的数字互换, 至到和目标状态相等, 每一种状态用一个结点表示 而每个结点每次变化最多有四种结点,将这些结点依次入队列中, 例如初始结点S0,入队列后出队,将S0变化最多产生的四种结点S01,S02,S03,S04依次入队列中, 当S01出队后,产生的四种结点S11,S12,S13,S14(实际上不会有四种结点)依次入队, 每次出队时与结束结点相比较,如果
CUMCM_prize
- 整数规划的一个求解方法(得到CUMCM一等奖)主要思想:找最大元之后的逐步互换求解,有点类似遗传算法-an Integer Programming Solution (with Into First Class) main ideas : after finding the greatest element gradually swap solution, it is somewhat similar genetic algorithms
GB-unicode
- 中文,UNICODE码互换程序,方便网页编程人员查看例如:天;地;沙;鸥;这样的字符-Chinese, UNICODE code swaps in order to facilitate web programmers see for example :
TwoBody
- 计算大地中的二体问题,从而实现各个参量之间的互换
组合
- 对任意给定的n,用字典法和邻位互换法生成并打印全部排列。-right to the arbitrary n, using the dictionary to law and Exchange Act o-generated and print all ranked.
RGB空间和HSI颜色空间的互换
- 此程序可实现7种功能,包括RGB和HSI空间的互换,提取六个分量,显示六个分量的直方图均衡化等等,无需修改,下载即可用。对于学习空域颜色空间来说,该程序功能强大,简单易懂!
ASCII_str2cod.zip
- 用matlab实现ASCII和二进制码的互换,在matlab输入ASCII码字符或字符串即可,源文件里有详细的使用说明,一共有5个文件。,Matlab by ASCII and binary code to achieve the exchange, enter the ASCII code in matlab character or string can be, the source file, there are detailed instructions, a total of five
zlgshsq
- 一个将质量(重量)进行转换的小程序,可以将克/钱/两/斤/公斤进行相互转换,得到你想要的计量单位。 有了这个,你就可以按照程序示例扩充成包括长度、密度、时间等互换的转换代码。-A mass (weight) conversion of small procedures, can be g/money/two/kg/kg for each conversion, the units of measurement you want. With this, you can expand in
a
- 按照前序非递归遍历二叉树,递归法将二叉树的左右子树互换-In accordance with the pre-order traversal non-recursive binary tree, binary tree recursive method will swap the left and right subtree
float
- 浮点数互换,字符格式与实际值之间相互转换。-Float swap
c-code
- c语言经典代码,包括:打印图案 ,大小写字母的互换 整数因子 /*请编写一程序完成下面的功能:从键盘上任意上任意输入一个大于0且小于1000的整数,然后输出此整数的所有整数因子。如输入12,则输入1,2,3,4,6,12。*/ 插入后自动排序 /*原题:把一个整数插入到按由小到大排列的数列中,插入后仍然保持由小到大的顺序排列*/ /*指针,穷举法进行比较交换*/ 求数列 /*原题:已知一正整数递增等差数列,前5项之和为25,前5项之积为945,根据以上条件,请编写
xipai
- 对 张牌进行 次洗牌,洗牌规则如下:在第 次洗牌时( ),对第 张牌( )随机地产生一个小于 的正整数 ,互换第 张牌和第 张牌的位置-Pairs of cards to sub-shuffling, shuffling rules are as follows: In the first sub-shuffling (), on the first card () randomly generates a less than positive integer, swap the first c
20091106020649204
- 全互换性 在标准环境下不需校正 长时间饱和下快速脱湿 可以自动化焊接,包括波峰焊或水浸 高可靠性与长时间稳定性 专利的固态聚合物结构 可用于线性电压或频率输出回炉 快速反应时间 -Full interchangeability without calibration in the standard environment for rapid removal of moisture saturation time can be automated weldi
permutation
- 排列生成算法,字典序法与邻位互换法,清华大学选修组合数学的同学 ,请勿抄袭!我刚刚上交了作业。-Array generation algorithm, lexicographic method and o-exchange method, Tsinghua University, students of mathematics elective portfolio, please do not copy! I just handed operation.
HISTORGB
- 实现了彩色图像的RGB和HIS模型的互换-Achieved the RGB and HIS color image exchange model
tree
- 二叉树排序,平衡二叉树判断,互换二叉树的左右子树。二叉树的三种便利排序非递归算法-tree
GA.cpp
- 选择:根据遗传算法的收敛定理,赌轮法(蒙特卡罗法) ,进行个体选择。交叉:交叉互换的重要特征是它能产生不同于父体的子体。交叉概率越大,交叉操作的可能性也越大 如果交叉率太低,收敛速度可能降低。单阈值分割由于只有一个参数,所以采用一点交叉,在此设置交叉概率为0.65。变异:变异概率为0.01 。-This is a simple genetic algorithm implementation where the evaluation function takes positive values
sort
- 排序算法,选择排序,互换排序,插入排序等代码-sort
3
- 二叉树的子节点互换并打印对于学习数据结构来讲确实很有辅助-Exchange of the child nodes of a binary tree and print
LDPC码的校验矩阵与生成矩阵互换
- LDPC码的校验矩阵与生成矩阵互换,可以用来对LDPC码的H矩阵和G矩阵进行变换,采用了C语言的写法,简单明了。