-
一款不错的电子书籍制作工具eReader.rar
一款不错的电子书籍制作工具eReader.rar
-A good tool for the production of electronic books eReader.rar
- 2023-06-19 19:15:07下载
- 积分:1
-
内核超时等待机制的原理:
应用程序通过操作系统提供的系统调用接口获取资源时,在系统调用的入口参数里可以指定超时等待的最大时间,通常以毫秒为单位,内核会将其转...
内核超时等待机制的原理:
应用程序通过操作系统提供的系统调用接口获取资源时,在系统调用的入口参数里可以指定超时等待的最大时间,通常以毫秒为单位,内核会将其转化为系统的时钟(tick)
-Timeout waiting for core principles of mechanism: the application through the operating system
- 2022-03-16 13:01:09下载
- 积分:1
-
在多媒体软件中,如果让相关图片按顺序循环滚动(例如循环展示商品图片),多媒体程序一定会增色不少,运行此程序,在窗体中将从左到右连续播放不同的图片,呈现了一种电影...
在多媒体软件中,如果让相关图片按顺序循环滚动(例如循环展示商品图片),多媒体程序一定会增色不少,运行此程序,在窗体中将从左到右连续播放不同的图片,呈现了一种电影胶片的效果,并且每张胶片中的图片都izai不断的动态变换。-In the multimedia software, if the picture in order to allow the relevant circle rolling (for example, display of goods circulation picture), multimedia program will be enriched a lot to run this procedure will be from left to right in the form playback different picture, showing the the effect of a film, and each film in the picture are izai constant dynamic change.
- 2022-03-06 19:15:43下载
- 积分:1
-
这个是sap讲义,帮助大家认识sap有哪些方面业务知识。
这个是sap讲义,帮助大家认识sap有哪些方面业务知识。-This is a sap handouts to help everyone understand the sap has what knowledge.
- 2023-07-10 03:25:07下载
- 积分:1
-
SPI接口的VHDL实现,通过IP的Xilinx器件和
spi接口的vhdl实现,所用器件和ip为xilinx的-spi interface VHDL realize, by ip for Xilinx devices and the
- 2022-09-05 03:45:03下载
- 积分:1
-
用开发的新版贪吃蛇游戏,支持连网功能,并可由玩家选择主角的外观和食物的外观....
用开发的新版贪吃蛇游戏,支持连网功能,并可由玩家选择主角的外观和食物的外观.-with the development of the new Snake games, support networking function, players can choose from the protagonist"s appearance and the appearance of the food.
- 2023-03-18 14:45:04下载
- 积分:1
-
服装销售管理系统
服装销售管理系统-clothing sales management system
- 2022-08-19 11:54:02下载
- 积分:1
-
ARM 指令集, 翻译:寒蝉退士,
译者声明:译者对文档的内容做了订正和改动,译者对文档不做任何形式的担保并且不承担任何责任,译者对文档不拥有任何权利并且不...
ARM 指令集, 翻译:寒蝉退士,
译者声明:译者对文档的内容做了订正和改动,译者对文档不做任何形式的担保并且不承担任何责任,译者对文档不拥有任何权利并且不负担任何义务。-ARM instruction set, translation: chilling back with disabilities, translator statement: translator for the content of the document and make the revised changes, the translator of the document to make any form of guarantee and does not assume any responsibility, the translator of the document does not possess any rights and do not bear any obligation.
- 2022-09-22 10:25:03下载
- 积分:1
-
1700mm精轧机组液压AGC程序包变量监控
1700mm精轧机组液压AGC程序包变量监控-1700mm Finishing unit package variable hydraulic AGC monitor
- 2022-03-26 19:34:01下载
- 积分: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