-
一个2D游戏开发的编辑器源码。包括场景编辑,物品编辑,角色编辑。本站上传的该源码文档为2DGameRef...
一个2D游戏开发的编辑器源码。包括场景编辑,物品编辑,角色编辑。本站上传的该源码文档为2DGameRef-a 2D game development of the source code editor. Scenes include editors, articles editor, editorial role. Upload the site of the source document for two DGameRef
- 2022-11-26 04:35:03下载
- 积分: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
-
本程序是基于灰色预测理论的灰色预测的算法实现
本程序是基于灰色预测理论的灰色预测的算法实现-This procedure is based on the gray gray prediction theory prediction algorithm
- 2022-05-20 05:15:48下载
- 积分:1
-
利用全排列的算法编的判断套汇路径的算法
利用全排列的算法编的判断套汇路径的算法-use with a whole series of algorithms to judge arbitrage path algorithm
- 2022-08-12 21:48:26下载
- 积分:1
-
VB编写的读写INI文件的四个功能,方便
用VB编写的,读写INI文件的四个函数,简单易用-VB prepared in the INI file read and write four function, easy-to-use
- 2022-08-12 21:43:21下载
- 积分:1
-
FM transmitter fault and debugging expert system
调频发射机故障与调试专家系统-FM transmitter fault and debugging expert system
- 2022-08-17 23:43:47下载
- 积分:1
-
PIC12F675 ADC程序 加protues 仿真
PIC12F675 ADC程序 加protues 仿真-PIC12F675 ADC程序 加protues 仿真
- 2022-02-01 20:27:34下载
- 积分:1
-
shangjiao6.m为主程序;pcode.m为产生伪码的子程序;bu.m为进行补0的子程序(为了使得进行FFT和IFFT的点数满足2的N次方个) c_b.m...
shangjiao6.m为主程序;pcode.m为产生伪码的子程序;bu.m为进行补0的子程序(为了使得进行FFT和IFFT的点数满足2的N次方个) c_b.m为数据进行串并转换的子程序。-shangjiao6.m-based procedures pcode.m for producing pseudo-code subroutine bu.m for fill 0 Subroutine (carried out in order to make the point FFT and IFFT of the N-th power to meet the 2 months) c_b.m for data for string and conversion subroutine.
- 2022-05-20 09:20:20下载
- 积分:1
-
这是一篇操作系统的讲义,大家可以好好看一个,希望大家都能有一个好的结果...
这是一篇操作系统的讲义,大家可以好好看一个,希望大家都能有一个好的结果-This is an operating system lectures, we could well see a hope that we can have a good result
- 2023-06-21 12:35:03下载
- 积分:1
-
液晶字符显示完全源程序(汇编) 文件根据需要建立其他关联,默认为DXP2004,...
液晶字符显示完全源程序(汇编) 文件根据需要建立其他关联,默认为DXP2004,-LCD character display full source code (compiled) file according to the need for other associated by default DXP2004,
- 2022-02-11 15:54:19下载
- 积分:1