资源列表

[压缩解压c

说明:資料壓縮的原理與應用 二維8×8DCT轉換的C程式-Data compression and application of the principle of two-dimensional 8 × 8DCT conversion of C programs
<馬旧> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[压缩解压c

说明:資料壓縮的原理與應用快速霍夫曼解碼器的C程式-Data compression and application of the principle of rapid Hoffman decoder C program
<馬旧> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法BiTreefind

说明:这个是二叉排序树。能通过二叉树对一组数字进行排序。-This is a binary sort tree. Through the binary tree on a set of numbers to sort.
<刘旭> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[生物技术deleteModelGenes

说明:预测得到最优代谢通量分布而进行最适单基因敲除的例程-Predicted the optimal metabolic flux distribution for optimal single-gene knock-out of the routine
<zhongyan> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[生物技术fluxVariability

说明:使用基于约束的化学计量模型进行代谢通量可变性分析的例程-The use of constraint-based stoichiometric model of metabolic flux variability analysis routines
<zhongyan> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[生物技术doubleRobustnessAnalysis

说明:分析微生物化学计量模型中代谢通量双鲁棒性的matlab函数-Analysis of microbial stoichiometric metabolic flux model robustness of dual-function matlab
<zhuyan> 在 2024-10-06 上传 | 大小:1024 | 下载:0

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

说明:扩展卡尔曼滤波源代码 希望能够对学习Kalman技术的朋友有所帮助-Extended Kalman filter source code hope to be able to learn from friends Kalman technical help
<刘英超> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法shuxu

说明:顺序查找是一种简单的查找方法,数据记录顺序存放在某顺序表中。顺序表查找的方法是:从顺序表的一端开始,用给定值K逐个顺序地与表中各记录的关键字相比较,直到在表中找到某个记录的关键字与K值相等,表明查找成功;否则,若查遍了表中的所有记录却仍未找到与K值相等的关键字,表明查找失败。-Find the order is a simple way to find the data records stored in a sequential or
<> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法prim

说明:掌握Prim算法的特点,学会用Prim算法构造最小生成树 如果无向连通图是一个网,那么它的所有生成树中必有一棵树的边的权值总和为最小,我们称这棵生成树为最小生成树。在Prim算法中,在图G=(V,E)(V表示顶点,E表示边)中任选一点V0,令集合U={V0}为初态,从V0出发寻找与U中顶点相邻(另一顶点在V中)且代价最小的边的另一顶点V1,并使V1加入U,即U={V0,V1},同时(V0,V1)边加入集合T中(T的初态为空),
<> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法shendu

说明: 1、深度优先搜索遍历图的算法:首先访问指定的起始顶点V0,从V0出发,访问V0的一个未被访问过的邻接顶点W1,再从W1出发,访问W1的一个未被访问过的顶点W2,然后从W2出发,访问W2的一个未被访问过邻接顶点W3,依次类推,直到一个所有邻接点都被访问过为止。-1, depth-first search graph traversal algorithm: First visit to the designated start vert
<> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[matlab例程total_least_squares_TLS

说明:本源码给出了总体最小二乘方法的matlab实现,开发者可以了解最小二乘方法原理,以及程序实现。-This source gives the total least squares methods matlab realized, developers can understand the principle of least squares methods, and procedures to achieve.
<杨君> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法mtqp

说明:马踏棋盘 讲述的是一些在棋盘上的算法-Horse riding on the chessboard is a number of algorithms in the chessboard
<> 在 2024-10-06 上传 | 大小:1024 | 下载:0

源码中国 www.ymcn.org