-
仿俄罗斯方块写的多色方快游戏,c#源代码,建议刚学c#游戏编程的朋友看下...
仿俄罗斯方块写的多色方快游戏,c#源代码,建议刚学c#游戏编程的朋友看下-imitation of the Russian block was fast multicolor side games, c# source code, proposed just learning the game c# programming friend glance
- 2022-03-24 08:18:16下载
- 积分: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
-
算法设计中的分支限界法中的批处理作业调度问题的实现,是用VC++编写的...
算法设计中的分支限界法中的批处理作业调度问题的实现,是用VC++编写的-algorithm design of branch and bound method of batch job scheduling problem is true, VC++ prepared
- 2022-02-03 12:36:33下载
- 积分:1
-
此源码是简单Pascal编译器实现代码,采用工具LEX和YACC实现
此源码是简单Pascal编译器实现代码,采用工具LEX和YACC实现-this source is simple Pascal compiler for code using tools LEX and YACC
- 2022-01-30 22:29:02下载
- 积分:1
-
Serv
Serv-U Ftp服务器长文件名堆栈溢出漏洞-Serv-U FTP server long file name Stack Overflow Vulnerability
- 2023-02-17 08:05:04下载
- 积分:1
-
C语言数据结构和java语言描述的基本操作…
数据结构C语言和Java语言描述顺序栈的基本操作-C language data structures, and Java language to describe the basic operation of the order of the stack
- 2022-03-23 01:24:35下载
- 积分:1
-
磁盘是磁盘格式化工具格的一些旧的U盘
mFormat是一个U盘格式化工具,可以格一些老的U 盘-mFormat U is a disk formatting tools, Lattice some old U disk
- 2022-08-02 10:42:37下载
- 积分:1
-
Ideal low
理想低通欠采样定理的结合应用分析 欢迎下载-Ideal low-pass sampling theorem due to the combination of application analysis welcome to download
- 2022-05-22 01:30:32下载
- 积分:1
-
WCDMA基站基带处理系统研究的论文,是PDF格式,对研究通讯的朋友很有帮助的...
WCDMA基站基带处理系统研究的论文,是PDF格式,对研究通讯的朋友很有帮助的-WCDMA base stations baseband processor system research paper is in PDF format, communications Research of helpful friends
- 2023-02-08 15:55:04下载
- 积分:1
-
利用矩形阵列传感器实现音乐算法
Implementation of MUSIC Algorithm using Rectangular array of sensors
- 2022-03-11 00:22:54下载
- 积分:1