搜索资源列表
Project-5
- 此仿真为ubantu系统下的REAL仿真(网络链路的仿真),本工程可以了解路由调度的基本概念;用C语言实现Round Robin路由调度策略;熟悉链表的操作。 -This simulation under the REAL ubantu system simulation (simulation of the network link), the project can understand the basic concepts of routing scheduling Round Ro
stack
- 栈关于数组与链表的实现,linux c语言-Stack on the array and linked list implementation, linux c language
que
- 队列关于数组与链表的实现, linux c语言-Queue on the array and linked list implementation, linux c language
linkman-Ivan
- 在学链表时,用C语言链表写的一个通讯录管理系统,有增加/删除,修改/查看/释放等链表的基本功能。-In the list of learning, using C language list to write a address book management system, with add/delete, modify/view/release and other basic functions of the list.
server1
- 1V1实现了,1V多也就容易了。不过相对于1V1的程序,我经过大改,采用链表来动态管理。这样效率真的提升不少,至少CPU使用率稳稳的在20以下,不会飙到100了。用C语言写这个还是挺费时间的,因为什么功能函数都要自己写,不像C++有STL库可以用,MFC写就更简单了,接下来我还会更新MFC版本的多人聊天程序。好了,废话少说,进入主题。 这个程序要解决的问题如下: 1.CPU使用率飙升问题 –>用链表动态管理 2.用户自定义聊天,就是想跟谁聊跟谁聊 –> _Client
Exercise1
- 使用C语言实现了异质链表,能够使得链表中传入的数据不局限于同一种类型(Using the C language to implement the heterogeneous linked list, it can make the data from the linked list not limited to the same type)