资源列表
OS_driver-and-ticket
- 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) 1.模拟公共汽车司机和售票员开关门及行车操作的同步模型。 2.设计报告内容应说明: ⑴ 需求分析; ⑵ 功能设计(数据结构及模块说明); ⑶ 开发平台及源程序的主要部分; ⑷ 测试用例,运行结果与运行情况分析; ⑸ 自我评价与总结 -Required to complete major tasks: (including course design work and technic
2_7
- 《数据结构》第二章第七题,实现A+B的队列功能。-" Data Structure" Chapter VII of title
C_arithmetic_confluence
- 此文件为C算法的集合,里面包含有排序、搜索、穷举、约瑟夫环、八皇后问题的算法,对于编程有很大的参考价值-This document is a collection of C algorithm, which includes sorting, searching, exhaustive, Josephus, the eight queens problem algorithm, the programmer has great reference value
1
- 计算机数据结构中的层次遍历-二叉树(队),属于C语言程序-The computer data structure level traversal-binary tree (team), belongs to the C language program
jiaoji
- 链表实现求两集合的交集,运行后用户构建两链表,实现求交集-Seek to achieve two linked sets of the intersection, running the user to build two linked list, find common ground to achieve
quming
- 一个C程序,取名用,可以自动找到2000个可用名-A C program, called with, can automatically find the 2000 available names
insert
- 实现有序链表插入任然有序,包括源代码和实验报告。自己的作业与大家分享~-However, to achieve an orderly list into any order, including source code and test reports. Own work to share with you ~
FinalExam
- C语言期末考试题,含答案。数组、链表、函数等的使用和C编程。-failed to translate
sort-collection
- 排序算法小集合,包括冒泡、快排、希尔排序、堆排序、磁盘文件排序及拓扑排序等-Small collection of sorting algorithms, including bubbling, fast row, Hill sort, heap sort, sort, and topological sort a disk file, etc.
search-collection
- 查找算法小集合,包含实数、整数、字符串结构体、字符结构体及磁盘文件的顺序查找、对分查找等-Find a small set of algorithms, including real numbers, integers, strings, structure, character, and the disk file structure to find the order of minutes to find other
Stack
- C++方式实现的模板栈,采用链表方式存储。-C++ realization of the template stack, using the stored list.
NetSimulator
- 本课题假设ti为广播基站数据包(单位数据包大小为512bits)的发布时刻,令发布时间间隔Xi = ti - ti-1 (i=0, 1, 2, …),t0 = 0,则任意Xi满足负指数分布: p{Xi ≥ t} = p0(t) = , t ≥ 0 或者 p{Xi < t} = 1-p0(t) =1- , t ≥ 0 该负指数分布的广播包发布时间间隔的均值为1/λ。 假设处理一个数据包的时间为0.05s,令λ分别等于5Kbps和1Kbps时,在100s时间内,求出数据包的平均队长
