资源列表

« 1 2 ... .87 .88 .89 .90 .91 1392.93 .94 .95 .96 .97 ... 2656 »

[数据结构常用算法HorseRace

说明:广义田忌赛马 齐王和田忌分别有n匹马,马的能力值从外部读入,如果田忌的马和齐王的马的能力值相同,则齐王胜,问田忌一共能赢几场? 输入:3(马数) 1,2,3(齐王) 1,2,3(田)-Generalized Tian Ji' s horse and the King of Qi Tian Ji respectively n horses, horse ability value read from the ou
<陈凯歌> 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法JosephCircle

说明:问题描述: 从1到n这n个人顺时针坐着,每个人手里拿着一个密码,第一轮初始一个密码,从第一个人开始,数到这个密码的人,报出自己的密码, 此人退出。从下一个人开始,依照刚才报出的密码再次筛选人退出,直到最后一个人。 第一个输入为人数,第二个输入为初始密码,接下来为每个人的密码。 使用循环链表实现。 输入: 6 3 6 5 4 3 2 1 输出: 3 1 4 2 5 6-Problem Descr ip
<陈凯歌> 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法segmentation_code

说明:有效实行数据分类和图像分割的源码, 非常适合学习实用-image and data segmentation
<an> 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法CKLIB

说明:Reaction mach for fortran
<Shin> 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法AverageFFT

说明:一款简单使用的LABVIEW处理平均FFT运算的程序-The program is a simple to use LABVIEW with FFT arithmetic average
<银海烟台> 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法Genetic

说明:此為求解最佳化流程之基因演算法,應用mathcad來編寫,mathcad為一簡易好上手之模擬軟體,若只是想跑小系統之初新者,建議使用-This is the process of solving the genetic algorithm to optimize the application mathcad to write, mathcad for a simple simulation software to use it wel
<張騰文> 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法chapter-3-stack-and-queue

说明:严蔚敏的数据结构书中的源代码,非伪代码,可执行-real code
<maple> 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法BP-shenjing

说明:chapter3基于遗传算法的BP神经网络优化算法-chapter3 genetic algorithm BP neural network optimization algorithm based ,,,,,,,,
<FUYANCIA> 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法comand

说明:利用ANSYS模拟点焊热电耦合温度场模拟的命令流,非常实用。-Using ANSYS to simulate the welding thermoelectric coupling temperature field simulation of command flow, very practical.
<lilele> 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法4.17

说明:编写一个递归算法实现: T(n)=T[n/2](向上取整)+T[n/2](向下取整)+n T(1)=1 然后用栈来模拟递归调用,重新编写一个算法. -Write a recursive algorithm implementation: T (n) = T (rounded up) [n/2]+ T n/2+ n (round down) T (1) = 1 Then use the stack to si
<echo42> 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法diguiqiuzuida

说明:c++编写:使用递归的方法求给定数组的最大数-c++programing:The maximum number of recursive method using request given array
<lbc> 在 2024-10-12 上传 | 大小:16384 | 下载:0

[数据结构常用算法MD5_ENCRYPTION

说明:基于Visual Basic的16位和32位的MD5加密算法-16 bit and 32 bit MD5 encryption algorithm based on Basic Visual
<丫头> 在 2024-10-12 上传 | 大小:16384 | 下载:0
« 1 2 ... .87 .88 .89 .90 .91 1392.93 .94 .95 .96 .97 ... 2656 »

源码中国 www.ymcn.org