搜索资源列表
Embbeded_tcp_ip_user_guide
- 嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协
MyHospital
- 此医院排队就诊系统设计是用c#基于.NET编程做的,具体功能如下: 1.输入病历号,点“排队”按钮,加入到排队队列中。 2.点“就诊”按钮,队列中最前面的病人就诊。 3.界面有自动显示队列排队情况、队列中总排队人数的对话框。 4.点“不再排队”按钮,不再允许输入病历号排队。 5.点“恢复排队”按钮,系统恢复正常。 6.点“退出”按钮,系统退出。-This hospital queuing treatment system design is to use c#-based
12
- 用C++实现约瑟夫环队列 希望对大家有用 -C++, achieving Joseph Central queue for all of us want to thank you
345
- 用C++实现杨辉三角 --队列应用 希望对大家有用 -C++, to achieve Yang Hui Triangle- queue applications want to thank you for all of us
shujujiegou
- 主要介绍数据结构,是对c语言学习的加强,主要介绍了排序,线性表,队列,数组,广义表,书和二叉树,查找,图等类容。-Introduces the data structure is the c language to enhance learning, introduces the sort, linear tables, queues, arrays, generalized table, books and binary tree, locate, map, and the like capa
datastructor
- 基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构-Basic concepts of C++ programming, based on a comprehensive and systematic introduction to the queue, stack, tree, graph, and other basic data structures
some
- 用c语言编程实现在链队列中实现入队和出对的操作-C programming language in the chain queue into the team and on the operation
Simulation-process-scheduler-
- 模拟进程调度程序。进程调度是处理机管理的核心内容。本实验要求用C++语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解时间片轮转调度算法的具体实施办法。-Simulation process scheduler. Process scheduling process management is the core content. The experiment with C++ language writing and debugging a
zhan
- 编写一个程序实现顺序队列的各种基本运算,并在此基础上设计一个主程序完成如下功能: 1. 初始化队列q。 2. 判断队列q是否为空。 3. 依次进队元素a,b,c。 4. 出队一个元素,输出该元素。 5. 输出队列q的元素个数。 6. 依次进队列元素d,e,f。 7. 输出队列q的元素个数。 8. 输出出队序列。 9. 释放队列。-Write a program to achieve a variety of basic operations of the order queue, and bas
Shujujiegou-C
- 数据结构C语言版,章节PPT,绪论、栈与队列、线性链表、树和二叉树-Data structure C language edition, chapter PPT, introduction, stacks and queues, linear lists, trees and binary trees
FILFO_C
- c指针队列例程,实现了增加链路、减少链路、遍历链路-c pointer queue routines to achieve increase links and reduce the link, link traversal, etc.
Queue
- C语言队列的基本操作。队列创建、插入、输出-Quot u u8BED