搜索资源列表
rtl8029_driverstudio_ddkxp
- 自编的RTL8029驱动程序,用DS3.1开发-staged by the RTL8029 driver, with the development of DS3.1
SofticeXP
- SoftIce在xp下的安装程序及补丁,winice-nt.zip是安装程序,DS3[1].2.1.zip是补丁程序-SoftIce under the xp installation and patch, winice-nt.zip is to install the program, DS3 [1] .2.1. Zip is a patch
DS3
- 数字视频DS3接口仿真模型。对输入的DS3接口数据进行复帧判别,提取帧起始信号,然后将数据内容重组为8比特的TS流。-Digital Video DS3 interface simulation model. DS3 interfaces for data input multiplexing frame identification, extraction frame start signal, then the data contents of the reorganization of 8
ds3
- 单向链表的创建与操作 设单向链表中节点的数据域的数据类型为整型,编写函数实现以下操作: (1)实现单向链表的创建(包括初始化)与输出操作,节点的个数及节点的数据由用户输入。 (源代码:ds3-1.c) (2)查找给定的单链表中的第i个节点,并将其地址返回。若不存在第i个节点,则返回空地址。 (源代码:ds3-2.c) (3)查找给定的单链表中值为n的节点,并将其地址返回。若不存在值为n的节点,则返回空地址。同时,还应通过参数传回该节点的序号。 (源代码:ds3-3.c