资源列表
[数据结构常用算法] merge_sort
说明:merge_sort的一个示例程序,希望能对初学者有所帮助-merge_sort an example of the procedure, hoping to be helpful for beginners<张峰> 在 2025-06-28 上传 | 大小:1kb | 下载:0
[数据结构常用算法] quick_sort
说明:qiuck_sort是优于其他排序操作的一种排序方法,而且不易于理解-Sort qiuck_sort is superior to other methods of operation of a sort, but can not be easily understood<张峰> 在 2025-06-28 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] puzzle_gedebahe
说明:验证哥德巴赫猜想,通过VC++程序验证有限个数内哥德巴赫猜想成立-Goldbach conjecture verification through VC++ Procedures to verify within a limited number of the establishment of Goldbach Conjecture<jinpengli> 在 2025-06-28 上传 | 大小:847kb | 下载:0
[matlab例程] CurveIntersect
说明:Downloaded from matlabcentral about CurveIntersect.<Brad Bibson> 在 2025-06-28 上传 | 大小:10kb | 下载:0
[数据结构常用算法] NqueenProblem
说明:著名的n皇后问题 在一个棋盘上, 如果任意两个皇后排在同一行或者同一列上就会互相残杀, 此算法用以解决棋盘上n个皇后如何排列才能不互相残杀。 -N the famous Queen s problem in a chessboard, if any two of Queen s in the same line or on the same row will be killing each other, the algorithm to solve n chessboard with a Que<piki> 在 2025-06-28 上传 | 大小:158kb | 下载:0
[数学计算/工程计算] divideBeer
说明:法国著名数学家波瓦松在表年时代研究过一个有趣的数学问题-Famous French mathematician波瓦松in the table the times studied in an interesting mathematical problem<PB> 在 2025-06-28 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] tenlei
说明:function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100 % Max. iteration min_impro =1e-5 % Min. improvement c=3 [center, U, obj_fcn] = fcm(data, c) for i=1:max_iter if<download99> 在 2025-06-28 上传 | 大小:3kb | 下载:0