-
It s time for web servers to handle ten thousand clients simultaneously, don t y...
It s time for web servers to handle ten thousand clients simultaneously, don t you think? After all, the web is a big place now
- 2022-10-13 12:35:03下载
- 积分: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 on the MFC
VC++关于MFC-VC on the MFC
- 2023-07-06 16:05:03下载
- 积分:1
-
gmm test...
gmm test...
gmm test
gmm test...
gmm test...
gmm test
- 2022-03-10 19:23:31下载
- 积分:1
-
一个转来的小车运动源程序
一个转来的小车运动源程序 -Transferred to a source of car movement
- 2022-03-19 02:52:19下载
- 积分:1
-
一个功能不错的媒体播放器,许多朋友都需要的。看标题就知道了,非要凑满20字...
一个功能不错的媒体播放器,许多朋友都需要的。看标题就知道了,非要凑满20字-A function of good media player, and many friends are needed. Look at the title will know, at least 20 characters insisted Cou
- 2022-03-11 22:43:37下载
- 积分:1
-
There are a variety of icon, cursor, for many people being developed is a good h...
里面有很多种图标,光标,对很多正在进行开发的人无疑是一个好的帮手啊~!-There are a variety of icon, cursor, for many people being developed is a good helper ah ~!
- 2022-01-28 07:02:33下载
- 积分:1
-
用J2ME实现的俄罗斯方块,界面什么的都很好 ,应该有借鉴价值。...
用J2ME实现的俄罗斯方块,界面什么的都很好 ,应该有借鉴价值。-rissua block by J2ME,with good interface,should have value of study.
- 2022-11-22 14:10:03下载
- 积分:1
-
游戏代码,, 。,, ,,
dephi平台
游戏代码,, 。,, ,,
dephi平台-game code. Little dephi platform.
- 2022-11-08 06:45:03下载
- 积分:1
-
16位循环冗余校验的4位查表法,用法在文件内有祥细说明
16位循环冗余校验的4位查表法,用法在文件内有祥细说明
- 2022-07-23 04:36:20下载
- 积分:1