搜索资源列表
ListOperate
- 该程序运用线程的思想来操作一个链表,对链表的动作有增加和删除。增加节点和删除节点分别在两个线程里,这两个线程通过事件来进行同步,每次增加10个节点、删除5个节点。-use of the program's ideological threads to operate a chain and the right Chain movements had increased and removal. Additional nodes and delete nodes, in two separ
goods-link
- 使用数组或链表完成一个在控制台下运行(字符界面)的简单的商品库存信息管理系统。 商品信息包括如下字段 商品号 int CodeID 商品名称 char Name[50] 商品库存 int Mount 主程序:程序运行后,循环显示如下菜单: 1. 销售 2. 进货 3. 列举商品信息 4. 清除所有商品 5. 退出 根据用户的选择进一步提示用户输入并调用对应函数完成相应的功能。 主要的功能函数 CreateList:从goods.dat文件中读