-
traveling salesman Branch and Bound graphics algorithm to solve the traveling sa...
货郎担 分枝限界算法图形求解货郎担问题的分枝限界算法图形演示-traveling salesman Branch and Bound graphics algorithm to solve the traveling salesman problem Branch and Bound algorithm graphic demonstration
- 2023-01-15 15:25:04下载
- 积分:1
-
磁盘调度设计,磁盘调度算法的实现,包括 先来先服务调度算法 最短寻道优先调度算法 扫描算法 ...
磁盘调度设计,磁盘调度算法的实现,包括 先来先服务调度算法 最短寻道优先调度算法 扫描算法 循环扫描算法 N―Step―SCAN算法-Disk Scheduling design, disk scheduling algorithm, including
- 2023-02-23 18:45:03下载
- 积分:1
-
国家集训队2007论文集
给参加noi acm考试的同学
国家集训队2007论文集
给参加noi acm考试的同学-Essays on the National Team, 2007 to take part in the examination of students noi acm
- 2023-07-23 23:25:05下载
- 积分:1
-
2.时间序列分析
1.二分查找
适用条件:查找序列已经有序
int binarysearch(int a[], int n, int x)
{
int left, right, center;
left = 0;
right = n - 1;
- 2022-03-05 08:28:07下载
- 积分:1
-
PSCNC源代码
一个有用的CNC代码,C语言编写,包括G代码编译,插补功能,I/O编程-A useful CNC code written in C
language, including the G-code compiler, interpolation functions, I/O
programming
- 2022-03-14 02:50:37下载
- 积分:1
-
用BP网络解决异或问题
用BP网络解决异或问题-BP network or problems to resolve differences
- 2022-02-03 15:47:52下载
- 积分:1
-
图书馆管理系统
#include
#include
#include
#include
struct book //图书
{
long NO;//编号
char name[10];//书名
char author[10];//作者名
int classification;//分类号
char publish_unit[20];//出版单位
long publish_time;//出版时间
int number;//库存数
- 2022-02-22 11:27:15下载
- 积分:1
-
神经网络和遗传算法
资源描述综合了神经网络和遗传算法,可以用于参数的优化
- 2022-12-07 01:15:03下载
- 积分:1
-
Pic 的粗糙 rx
用于伴随 keyfob 固件粗糙ChipKit 系列屏蔽 * / / * * * 注: 对使用 PIC12LF1840T48A 的引用
- 2023-03-12 06:55:03下载
- 积分:1
-
求解约束优化问题增广拉格朗日乘子法源程序
求解约束优化问题增广拉格朗日乘子法源程序-Solving Constrained Optimization Problems Augmented Lagrange multiplier method source
- 2022-05-31 14:04:30下载
- 积分:1