-
Magnum Opus Demo调试程序
Magnum Opus Demo调试程序-Magnum Opus Demo debugger
- 2022-01-28 11:44:52下载
- 积分:1
-
GIS软件,普通的地图设置操作和查看器,还能设置用户操作
GIS软件,普通的地图设置操作和查看器,还能设置用户操作-GIS software, set up a map of the general operation and viewer, the user can set up
- 2022-02-27 04:01:27下载
- 积分:1
-
VGA的硬件接口定义,方便大家作为速查资料
VGA的硬件接口定义,方便大家作为速查资料-VGA hardware interface definitions to facilitate information as Info
- 2023-05-31 01:15:03下载
- 积分:1
-
PC汇编资料大全
PC汇编资料大全-PC compilation of the data volumes !!!!!!!!!!!!!!!!!!!!!!!!!!!!
- 2022-02-21 11:15:28下载
- 积分: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
-
USB 1.1的verilog代码,已通过FPGA验证
USB 1.1的verilog代码,已通过fpga验证-USB 1.1 in Verilog code, has passed through FPGA verification
- 2023-05-20 02:40:03下载
- 积分:1
-
详细说明了同步的原理,包括载波同步…
详细讲解了同步原理,包括载波同步、位同步、帧同步-Detailed account of the principle of synchronization, including the carrier synchronization, bit synchronization, frame synchronization
- 2022-01-31 20:51:03下载
- 积分:1
-
用vc对信号进行存储因为数字表示可以有冗余数据。通过冗余数据的信息,即使传输过程中信号发生严重变化,也可以恢复原来的信号。因此数据信号被广泛使用:通讯、领航、医...
用vc对信号进行存储因为数字表示可以有冗余数据。通过冗余数据的信息,即使传输过程中信号发生严重变化,也可以恢复原来的信号。因此数据信号被广泛使用:通讯、领航、医药、声音处理、计算机等-With vc the signal that can be stored as digital data have redundancy. Redundant data through the information, even if the transmission signal a serious change, you can revert to the original signal. Thus data signals are widely used: communications, navigation, medicine, voice processing, computer, etc.
- 2022-06-03 05:04:43下载
- 积分:1
-
24 wherein Chinese font can be used to the GUI interface display Chinese charact...
24点阵宋体汉字字库,可用于GUI界面的汉字的显示-24 wherein Chinese font can be used to the GUI interface display Chinese characters
- 2023-08-13 07:35:03下载
- 积分:1
-
jsp连接数据库的操作,适于初学者,能很好的学习数据库知识。...
jsp连接数据库的操作,适于初学者,能很好的学习数据库知识。-jsp connectivity database operation, suitable for beginners can be a very good knowledge of the learning database.
- 2022-05-13 10:00:55下载
- 积分:1