-
远志网络还原大师算号器的源码,看了就明白很粗糙的算法但毕竟能用。...
远志网络还原大师算号器的源码,看了就明白很粗糙的算法但毕竟能用。-network reduction Chi master Suanhaoqi source code, read on to understand the algorithm is very rough but, after all, can be used.
- 2023-03-15 12:20:03下载
- 积分:1
-
knapsak problem
一个旅游者想在周末和他的朋友好好旅行。他们要去山上看大自然的奇观,所以他需要好好收拾行装。他有一个很好的背包用来装东西,但他知道,他最多只能装4公斤,而且要用一整天。他列了一张单子,上面写着他想带什么去旅行,但所有东西的总重量太大了。然后,他决定在初始列表中添加列,详细说明它们的权重,并添加一个数字值,表示该项对旅行的重要性。
- 2022-10-30 04:45:03下载
- 积分:1
-
手机通讯录系统
#include
#include
#include
#include
#include
struct people
{
char name[20];
char tel[20];
int classficition;//类型 1.办公类 2.个人类 3.商务类
char E_mail[30];
people *pNext;
};
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-23 03:05:04下载
- 积分:1
-
Apriori 算法的 c + + 实现
Apriori 算法 c + + 实现。
它可以处理数据的量大。
该程序可以用于数据挖掘。
- 2022-04-01 12:01:40下载
- 积分:1
-
杭州电子科技大学在线系统ACM的1051题,用贪心方法解决
杭州电子科技大学在线系统ACM的1051题,用贪心方法解决-Hangzhou University of Electronic Science and Technology ACM-line system of the 1051 title with a greedy solution
- 2023-04-30 21:40:03下载
- 积分:1
-
短剩余时间第一 (SRT) 调度算法
短剩余时间第一次调度的算法是算法的调度最好之一。在此我们使用通用时间的概念。而在每个第二的通用计数器将增加了一个,为用户提供的下一个最短进程搜索。
- 2022-07-23 19:38:40下载
- 积分:1
-
使用奇异值分解算法的prony算法
使用奇异值分解算法的prony算法-single value decomposition based prony algorithm-The use of singular value decomposition Prony algorithm algorithm-single value decomposition based prony algorithm
- 2022-01-24 15:48:30下载
- 积分:1
-
RNA二组结构预测
生物信息学里一个比较经典的题目,预测一段RNA序列可能的二级结构,用”点—括号“表示两个碱基配对与否。用的算法是traceback(?),应该是这个名字。
- 2022-04-22 13:29:16下载
- 积分:1
-
卫星位置和速度的Lagrange插值算法分析,介绍卫星位置和速度的算法...
卫星位置和速度的Lagrange插值算法分析,介绍卫星位置和速度的算法-Satellite position and velocity analysis of the Lagrange interpolation algorithm on satellite position and velocity of the algorithm
- 2022-02-03 07:34:30下载
- 积分:1
-
非定常解的程序
Program for solving the unsteady one-dimensional convection/diffusion equation using FD method and various discretization schemes for convective and diffusive terms and for time integration.
- 2023-04-05 21:05:03下载
- 积分:1