资源列表

« 1 2 ... .52 .53 .54 .55 .56 25457.58 .59 .60 .61 .62 ... 28523 »

[数据结构常用算法TC

说明:这是数据结构的一些TC代码,希望对大家有用-This is the data structure of some TC code, everyone would like to be useful
<和艾维> 在 2025-11-15 上传 | 大小:196kb | 下载:0

[数学计算/工程计算MData_Lya

说明:以下是从一维数据计算最大Lyapunov指数的算法源程序,在Visual C++中通过。 其中number一数据总量,dimension一重构维,delay-重构延迟,maxsplit一最大分离量 minsplit一最小分离量,iterates一迭代次数,resource-一维数据序列。 -Following is a one-dimensional data from the largest Lyapunov index calculation algorithm source c
<join> 在 2025-11-15 上传 | 大小:1kb | 下载:0

[数学计算/工程计算longgekuta

说明:%调用格式 =trapez_g( f_name ,a,b,n) %f_name: 被积函数的文件名f(x) % a:x的上限 % b:x的下限 % 部分区间数 %实例:trapez_g( sin ,0,pi,20)- Call format = trapez_g (f_name, a, b, n) f_name: was the plot file name function f (x) a: x the upper limit b: x part of the lower
<join> 在 2025-11-15 上传 | 大小:2kb | 下载:0

[数学计算/工程计算function

说明:我编写的Lotka解微分方程组的程序,可以解决方程组的微分数值计算,希望可以给大家起到借鉴作用-I prepared solution of differential equations Lotka procedures can solve the differential equations numerical calculation, I hope everyone can learn from the role played
<join> 在 2025-11-15 上传 | 大小:1kb | 下载:0

[数学计算/工程计算lsq

说明:打靶法求微分方程边值问题,这是数学上的求取方程问题的边值的方法 -Shooting method for boundary value problems for differential equations, which is to strike a mathematical equation of the boundary value problem approach
<join> 在 2025-11-15 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法svm

说明:libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It solves C-SVM classification, nu-SVM classification, one-class-SVM, epsilon-SVM regression, and nu-SVM regression. It also provides an automatic mo
<baolij> 在 2025-11-15 上传 | 大小:289kb | 下载:0

[数据结构常用算法sol

说明:2-7士兵站队问题 自己写的认为比较好,有什么问题不负责-2-7 soldiers stand in line to write the consider the question of their own is better, what problems have no responsibility for the
<kobewylb> 在 2025-11-15 上传 | 大小:81kb | 下载:0

[数学计算/工程计算OS

说明:LRU算法的实现 5、最近最久未使用页面算法说明: M为内存块; N为页面数; M和N的初始值分别为3和15。根据需要可以修改宏定义来修改M和N的值。 通过输入15个数值,作为页面号。 产生内存状态,显示调入的队列,并计算出缺页数和缺页率。 -LRU Algorithm 5, the most recent long algorithm using the Page Descr iption: M for the memory block N for a few p
<Ryan> 在 2025-11-15 上传 | 大小:22kb | 下载:0

[数据结构常用算法1-1count

说明:一本书的页码从自然数1开始顺序编码直到自然数n。 书的页码按照通常的习惯编排, 每个页码都不含多余的前导数字0。例如第6页用数字6表示,而不是006,06等。数字技术问 题要求对于给定的书的总页码n,计算出书的全部页码中分别用到多少数字0,1,2,3,4, 5,6,7,8?-A book page from the natural number coding sequence until the beginning of one natural number n. Book page
<kobewylb> 在 2025-11-15 上传 | 大小:2kb | 下载:0

[生物技术GMSK_matlab

说明:gmsk的调制哦与解调的MATLAB程序-Oh GMSK modulation and demodulation of the MATLAB program
<闫向华> 在 2025-11-15 上传 | 大小:3kb | 下载:0

[数据结构常用算法1-2dictory

说明:算法实现题2-9 排列的字典序问题 « 问题描述: n个元素{1,2, , n }有n!个不同的排列。将这n!个排列按字典序排列,并编号为0,1,…, n!-1。每个排列的编号为其字典序值。例如,当n=3时,6 个不同排列的字典序值如下: 字典序值 0 1 2 3 4 5 排列 123 132 213 231 312 321 « 编程任务: 给定n 以及n 个元素{1,2, , n }的一个排列,计算出这个排列的字典序值,以及按字 典序排列的下一个
<kobewylb> 在 2025-11-15 上传 | 大小:12kb | 下载:0

[数据结构常用算法2-3youjuxuanzhi

说明: 在一个按照东西和南北方向划分成规整街区的城市里,n个居民点散乱地分布在不同的街区中。用x坐标表示东西向,用y坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。街区中任意2点(x1,y1)和(x2,y2)之间的距离可以用数值|x1-x2|+|y1-y2|度量。 居民们希望在城市中选择建立邮局的最佳位置,使n个居民点到邮局的距离总和最小。 -In a direction in accordance with the East-West and North-South divided
<kobewylb> 在 2025-11-15 上传 | 大小:7kb | 下载:0
« 1 2 ... .52 .53 .54 .55 .56 25457.58 .59 .60 .61 .62 ... 28523 »

源码中国 www.ymcn.org