资源列表

« 1 2 ... .60 .61 .62 .63 .64 27265.66 .67 .68 .69 .70 ... 28522 »

[数据结构常用算法cycle_list

说明:一个c语言写的 数据结构 单向循环链表 的简单例子。 -A c language data structure simple example of one-way circular list.
<xiaodong> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[matlab例程simplex

说明:在matlab环境中,利用单纯形法求解线性规划问题-In the matlab environment, using the simplex method for solving linear programming problems
<> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[matlab例程Gauss

说明:在matlab环境下,列主元高斯消去法的通用程序-In the matlab environment, the main element of the general program Gaussian elimination
<> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[matlab例程emd

说明:用于故障诊断、数据分析等领域的经验模态分解方法-For fault diagnosis, data analysis and other fields of empirical mode decomposition method
<搜容易> 在 2025-01-21 上传 | 大小:1kb | 下载:0

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

说明:本程序为采用RBF神经网络对已有系列数据进行拟合并结合得到的网络做预测,检验模型的精确性-The procedures for the use of RBF neural network has been proposed merger series data obtained by combining the networks to make predictions, test the model' s accuracy
<搜容易> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[压缩解压1274_input_data

说明:数据 wikioi上的题目,题目编号是1274 发给大家看啦 免得花积分下载了-Data wikioi on the topic, the topic number is sent to us Kanla lest spend 1274 Points downloaded
<xyf> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[matlab例程band-sample

说明:关于采样定理的验证的matlab程序,有利于理解带通采样-Verification sampling theorem on the matlab program that facilitates understanding bandpass sampling
<han> 在 2025-01-21 上传 | 大小:1kb | 下载:1

[matlab例程problem_1

说明:贪心算法寻找警车巡逻最佳位置,并在图上标注-Greedy algorithm to find the best location police patrol and marked on the map
<huyajie> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数学计算/工程计算even-Product-Sum

说明:R code. There are two functions: evenProduct(num) gives product of all even positive integers less then or equal to num evenProduct(num) gives sum of all even positive integers less then or equal to num
<mihailkon> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法BInsertSort

说明:折半插入排序在查找记录插入位置时,采用折半查找算法 折半查找比顺序查找快, 所以折半插入排序在查找上性能比直接插入排序好 -Binary insertion sort to find records insertion position, using a binary search binary search algorithm is faster than the sequential search, binary inser
<郑白> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法QuickSort

说明:任取待排序记录序列中的某个记录(例如取第一个记录)作为基准(枢),按照该记录的关键字大小,将整个记录序列划分为左右两个子序列: 左侧子序列中所有记录的关键字都小于或等于基准记录的关键字 右侧子序列中所有记录的关键字都大于基准记录的关键字 -Take any sequence of records to be sorted in a record (for example, take the first record) as
<郑白> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法ShellSort

说明:首先取一个整数 gap < n(待排序记录数) 作为间隔, 将全部记录分为 gap 个子序列, 所有距离为 gap 的记录放在同一个子序列中 在每一个子序列中分别施行直接插入排序。 然后缩小间隔 gap, 例如取 gap = gap/2 重复上述的子序列划分和排序工作,直到最后取gap = 1, 将所有记录放在同一个序列中排序为止-First, take an integer gap < n (the number
<郑白> 在 2025-01-21 上传 | 大小:1kb | 下载:0
« 1 2 ... .60 .61 .62 .63 .64 27265.66 .67 .68 .69 .70 ... 28522 »

源码中国 www.ymcn.org