-
二格码转换的算法
二格码转换的算法-two grid transcoding algorithm
- 2023-03-10 06:35:04下载
- 积分:1
-
achieve a reversal of a linked list, in the entire process completed within a Li...
实现了一个链表的逆转,全部过程在一个链表内完成!-achieve a reversal of a linked list, in the entire process completed within a List!
- 2022-03-11 22:22:36下载
- 积分:1
-
经典算法之背包问题
经典算法之背包问题-classic algorithms knapsack problem
- 2022-01-29 00:49:05下载
- 积分:1
-
C语言实现的0/1背包问题
主要用来解决0/1背包问题,实现的计算机语言是C语言,通过随机的产生物品的信息,通过此算法决定哪些物品放入背包中,哪些放弃。
- 2022-06-15 10:46:18下载
- 积分:1
-
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与...
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
- 2022-01-26 06:49:25下载
- 积分:1
-
EOCSO
- 2022-03-31 15:48:24下载
- 积分:1
-
use GA to deal with 模糊随机规划例题
use GA to deal with 模糊随机规划例题-use GA to deal with fuzzy stochastic programming examples
- 2022-01-21 05:54:18下载
- 积分:1
-
任务分配问题 求解问题的算法描N个任务分配给n个人,任务j分配给人i的成本是C[i,j],希望完成所有任务的成本最低。
任务分配问题可数学建模成二分图最大权匹配问题,利用k-m算法求解。我们可以将人员看成是顶点Xi,任务看成是Yj,W[i][j]是 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-05 12:52:32下载
- 积分:1
-
MATLAB编写的模拟退火算法的m文件,蛮不错的呦。
MATLAB编写的模拟退火算法的m文件,蛮不错的呦。-MATLAB prepared simulated annealing algorithm m documents Yo pretty good.
- 2022-11-10 06:55:03下载
- 积分:1
-
密码锁程序
应用背景可以应用在一些加密的情况上,不过程序比较简单,加密程度不够,只是学习51单片机的一种例子程序而已关键技术通过对EEPROOM的写入 保存密码,然后通过键盘输入密码,再核对。最终又LCD显示出来
- 2022-03-23 00:24:51下载
- 积分:1