-
调用TSP文件
说明: 用于调用TSPLIB数据集中的程序,可根据需要选择(The program used to invoke the TSPLIB dataset can be selected as needed)
- 2020-06-16 10:22:07下载
- 积分:1
-
使用微控制器 ic 测试仪
项目用途电路来测试所有的 ic 的使用的微控制器和完整的代码块中提到的不同的电子组件。主要用于测试 74 系列 IC 的此项目
- 2022-02-04 01:26:11下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1
-
这是用C++编写的程序,可以实现多项式的求和。
这是用C++编写的程序,可以实现多项式的求和。-C preparation procedures can be achieved polynomial summation.
- 2023-04-12 02:05:04下载
- 积分:1
-
C++开发的推箱子游戏
1.类的划分
Cdraw类
绘画加载地图(包括围墙、人、箱子等等)
Cman类
是否完成(过关)
即时更新...
C++开发的推箱子游戏
1.类的划分
Cdraw类
绘画加载地图(包括围墙、人、箱子等等)
Cman类
是否完成(过关)
即时更新地图
2.设计思想
从文件map.txt里读取地图信息,然后通过Cdraw类加载地图,通过keydown事件调用Cman里的重载函数updatemap,
单参数updateMap(UINT nChar)是用于更改当前小人以及箱子的坐标,记录下来后传给updateMap(int x1, int y1, int x2, int y2, int x3, int y3)
从而改变地图。-C development Tuixiangzi a game. Class division Cdraw painting category loaded maps (including the wall, boxes, etc.) if the class completed Cman (clearance) updated maps 2. Design ideas from the paper map.txt Lane read map information, then pass Cdraw Class Loading maps, Calling the incident through keydown Cman Lane updatemap of overloading functions, updateMap single parameter (UINT nChar) is used to change the current villains and the coordinates of the boxes, After record pass updateMap (int x1, y1 int, int x2, int y2, x3 int, int y3), thus changing map.
- 2022-01-25 13:53:04下载
- 积分:1
-
0fdm-receive-mod
ofdm接接收机用MATLAB仿真,可以得到相应的星座图和频谱图(Then ofdm receiver simulation using MATLAB, can be the constellation diagram and the corresponding frequency spectrum)
- 2009-06-06 10:41:31下载
- 积分:1
-
HideDriver-master
说明: 驱动隐藏模块 断链 Windows10 1903以下不触发PG(Drive hidden module chain broken)
- 2020-07-09 18:01:34下载
- 积分:1
-
用计算机实现图论中的最短路径程序
图论算法解决最短路径问题,可修改可套用,一学就会(Graph theory algorithm can be modified and applied to solve the shortest path problem.)
- 2020-06-17 01:00:02下载
- 积分:1
-
sIMPLEFOUR
Again, a small step for the c programmer, but a big step in the world of abstract understunding of program s basics rules.
- 2012-09-30 22:51:53下载
- 积分:1
-
小波分频
运用小波分析把地震波分频,选取4阶db为母小波,可以进行多次分频,减小分频误差(The wavelet analysis is used to divide the seismic wave frequency and select the 4 order DB as the mother wavelet, which can be divided into several times to reduce the frequency division error)
- 2017-11-11 11:15:32下载
- 积分:1