资源列表

« 1 2 ... .75 .76 .77 .78 .79 880.81 .82 .83 .84 .85 ... 3400 »

[数学计算/工程计算Hamilton

说明:8*8 的国际象棋棋盘上的一只马,恰好走过除起点外的其它 63 个位置各一次,最后回 到起点。这条路线称为一条马的 Hamilton 周游路线。对于给定的 m*n 的国际象棋棋盘,m 和n均为大于5的偶数,且|m-n|≤2,试设计一个分治算法找出一条马的Hamilton周游路线。 编程任务: 对于给定的偶数m,n≥6,且|m-n|≤2,编程计算 m*n 的国际象棋棋盘一条马的Hamilton 周游路线。 Input 输入数据的第一行有2
<zhang> 在 2025-06-21 上传 | 大小:16kb | 下载:0

[数学计算/工程计算Otsu

说明:This code binarize a grey image using OTSU Binarization
<shamita ghosh> 在 2025-06-21 上传 | 大小:5kb | 下载:0

[数学计算/工程计算knn

说明:kNN算法c++实现及算法简介 附测试用例 附说明ppt-kNN algorithm and the algorithm c++ Implementation Note About attached test case attached ppt
<Simon> 在 2025-06-21 上传 | 大小:1.2mb | 下载:0

[数学计算/工程计算librfa-0.0.tar

说明:通用库,允许递归实时非确定性设置自动机施工时间的确定性-General purpose library that allows the construction of recursive deterministic automaton in real-time from non-deterministic settings
<johnslion> 在 2025-06-21 上传 | 大小:272kb | 下载:0

[数学计算/工程计算rmol-0.22.0.tar

说明:该项目(RMOL)旨在通过收益管理舞台上的图书馆提供的算法和公布的一个参考实现方法,最关心,给予开发-That project (RMOL) aims at giving developers concerned by the Revenue Management arena a library delivering a reference implementation for most of the published algorithms and methods.
<johnslion> 在 2025-06-21 上传 | 大小:896kb | 下载:0

[数学计算/工程计算gsuffix-1.0.0.tar

说明:该gsuffix库实现枚举的字符串搜索使用 serveral的算法。它采用了后缀树和后缀数组的数据结构,以及一些其他方法。-The gsuffix library implements serveral algorithms used for enumerative string searches. It incorporates the suffix tree and suffix array data structures as well as some other methods.
<johnslion> 在 2025-06-21 上传 | 大小:871kb | 下载:0

[数学计算/工程计算insulargenetica-win32-qt4.5-1.18beta

说明:这是并行遗传算法的实现与“环”狭隘的拓扑结构。算法在进化提供了一个动态的遗传算子的选择。该库支持的26个遗传算子。这是跨平台的遗传算法用C+ +编写的。-This is implementation of parallel genetic algorithm with "ring" insular topology. Algorithm provides a dynamic choice of genetic operators in the evolution of. The library
<johnslion> 在 2025-06-21 上传 | 大小:5.77mb | 下载:0

[数学计算/工程计算5-1

说明:分别用两个一维数组存放一个上三角矩阵和一个下三角矩阵,完成两矩阵的乘法并输出结果(使用特殊矩阵基本算法)-Were placed with two one-dimensional array of an upper triangular matrix and a lower triangular matrix, the completion of the two matrix multiplication and the output (using a special matrix of bas
<安全卫士> 在 2025-06-21 上传 | 大小:2kb | 下载:0

[数学计算/工程计算1

说明:写一个函数并调用,解决一个小球从h米高度自由落下,每次落下后反弹回原高度的 一半再落下,求它在第n次落地时共经过多少米-Write a function and call to solve a small ball from a height h meters in free fall, bounce back after each drop to half the original height and then fall, seeking its first n second floor w
<mituan> 在 2025-06-21 上传 | 大小:8kb | 下载:0

[数学计算/工程计算1

说明:写一个函数并调用,求数列2/1,3/2,5/3,8/5,13/8.21/13……求前n项之和。-Write a function and call, find the series 2/1, 3/2, 5/3, 8/5, 13/8.21/13 ... ... request before the n items combined.
<mituan> 在 2025-06-21 上传 | 大小:8kb | 下载:0

[数学计算/工程计算1

说明:写一个函数,求S=a+aa+aaa+aaaa+…..+aaa…aaaa(n个 a)中的第n项,通过调用计算S的值。 -Write a function, find S = a+ aa+ aaa+ aaaa+ ... ..+ aaa ... aaaa (n a a), the first n items, by calling the calculated S value.
<mituan> 在 2025-06-21 上传 | 大小:8kb | 下载:0

[数学计算/工程计算PRproject_lda

说明:线性判别分析(LDA,全称Fisher Linear Discriminant Analysis)算法的C#实现源码,根据stprtool box for matlab中的LDA.m编写。用到MathNet库做相关的矩阵运算,使用zedgraph控制绘图。有简单的测试数据。- C# source code of linear discriminant analysis (LDA, full name of the Fisher Linear Discriminant Analysis) algo
<李洪涛> 在 2025-06-21 上传 | 大小:425kb | 下载:0
« 1 2 ... .75 .76 .77 .78 .79 880.81 .82 .83 .84 .85 ... 3400 »

源码中国 www.ymcn.org