-
扫砖游戏,游戏规则详见源代码注释部分,全C语言编程
扫砖游戏,游戏规则详见源代码注释部分,全C语言编程-brick game, the rules of the game as detailed source notes, the entire C language programming
- 2023-02-05 02:50:04下载
- 积分:1
-
labview数据输入
用于从试验设备读存取采集到的数据,可以用于精密测量等方面,对于初学labview的读者是个很好的帮助。
- 2023-04-25 19:30:03下载
- 积分:1
-
使用pb备份sqlserver数据库
使用pb备份sqlserver数据库-use SQLServer database backup pb
- 2023-06-18 15:55:03下载
- 积分:1
-
关于电磁兼容的基本只是 关于电路板制作中应该注意那些问题...
关于电磁兼容的基本只是 关于电路板制作中应该注意那些问题-On the electromagnetic compatibility of the basic circuit board is only about the production should pay attention to those issues
- 2022-02-21 06:43:27下载
- 积分:1
-
Is a control of cars in a garage
this code is un VHDL
Is a control of cars in a garage
this code is un VHDL-Is a control of cars in a garage
this code is un VHDL
- 2022-12-27 03:10:03下载
- 积分:1
-
c++通讯录
c++通讯录,初学者,比较简单,刚写的,差了好多功能没有实现,暂时先传了,急求分用呀,呵呵!!1
- 2022-06-12 03:56:13下载
- 积分:1
-
描述了在高斯白噪背景下,对直扩信号进行检测所采用的方法和仿真流程。...
描述了在高斯白噪背景下,对直扩信号进行检测所采用的方法和仿真流程。-Describes the Gaussian white noise in the background, on the Direct Sequence Spread Spectrum Signal detection methods and simulation process.
- 2022-08-26 02:30:33下载
- 积分: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
-
指派问题在LINGO下的程序!
指派问题在LINGO下的程序!-assigned LINGO in the process!
- 2022-01-30 19:28:09下载
- 积分:1
-
Based on freescale microcontroller designed for door control source for referenc...
基于freescale 微控制器车门控制源码设计
可供参考-Based on freescale microcontroller designed for door control source for reference
- 2022-03-15 09:15:38下载
- 积分:1