搜索资源列表
对GZIP源码分析报告
- gzip源代码分析研究文档,可以熟悉gzip的算法, 原理,是毕业设计的项目-gzip source code analysis research documents, may be familiar with gzip the algorithm, the principle, is the graduation project project
sujujiegoukechengsheji
- 这是哥们在作数据结构课程设计时花了很大心血完成的,里面有源码,有算法分析,有调试说明,希望对各位同仁有用-This is the Miners for the data structure design courses devoted great efforts to complete the inside source. there algorithm analysis, debugging note, and I hope to all of my colleagues useful
2004101322152421170
- 我这次上传动态库的源码及设计文档,其实这网管程序花了我不少精力,既有DBF文件读写,又有SNMP协议, UDP协议, TCP协议,ICMP协议, 算法等等, 有的动态库是用VC编的-I upload this DLL source code and design documents, network management procedures fact that I spent a lot of energy on both DBF file read and write, there SNMP
scan与cscan算法模拟磁盘调度实验
- 此为操作系统实验报告: scan,cscan算法模拟磁盘调度 内含:程序流程图 设计思路 主要源码等等。 简介:磁盘是一种高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出任务、在多道程序设计系统中,往往同时会有若干个要求访问磁盘的输入输出请求等待处理。系统可采用一种策略,尽可能按最佳次序执行要求访问磁盘的诸输入输出请求。-operating system for this experiment : scan, cscan scheduling alg
multiply.rar
- 《算法设计》中的多项式相乘问题的源码(矩阵表示的)," Algorithm design" in the question of polynomial multiplication source (the matrix)
MinTree
- 最小生成树算法题,数据结构课程设计题目,内有4个源码文件和一张截图-Minimum Spanning Tree Algorithm for the title of the subject curriculum design data structure, there are four source files and a screenshot
21
- 分治策略求最值,是算法设计与分析书的源码改进版。-Sub-rule strategy of seeking the most value, is the algorithm design and analysis of source code to improve the version of the book.
chulijidiaodushiyanbaogao
- 操作系统处理机调度实验报告,包括优先权调度算法和时间片轮转算法的源码、设计思想和程序结果截屏-Processor Scheduling experimental operating system, including priority scheduling algorithm and the time slice Round Robin source, design ideas and the results of the proceedings Screenshots
DataSecure
- sha-512,sha-256,等的C实现,内附 官方参考和整理参考.包括最流行的md5 算法源码 sha512是最新版本的美国国家安全局所设计的算法.本代码支持任意大小的字符串或文件(<2GB,可以改到4GB,8GB...).-sha-512, sha-256, such as the C to achieve, enclosing the official reference and collate reference. including the most popular s
jinchengdiaodu
- 进程调度系统的一个课程设计源码,运用了两种调度算法。-Process scheduling system as a source of course design, using two kinds of scheduling algorithms.
1199
- pku judgeonline 1199题源码(多个ac版本)非常适合acm和算法设计初学者-Source title pku judgeonline 1199 (ac version number) is ideal for beginners and algorithm design acm
Cpp2
- 遗传算法结构框架:遗传算法解决 y=x2问题的程序设计源码,编译环境 vc++6.0 -Structural framework of genetic algorithms: genetic algorithms to solve the problem y = x2 programming source code, build environment vc++6.0
23456787654321
- 问题一:设a[0:n-1]是已排好序的数组。请改写二分搜索算法,使得当搜索元素x不在数组中时,返回小于x的最大元素位置i和大于x的最小元素位置j,当搜索元素在数组中时,i和j相同,均为x在数组中的位置。 问题二:采用分治策略实现对n个元素进行排序的合并排序算法,其基本思想是:将待排序元素分成大小大致相同的2个子集合,分别对2个子集合进行排序,最终将排好序的子集合合并成为所要求的排好序的集合。 问题三:给定n个矩阵{A1,A2,A3,……,An},其中,Ai与Ai+1是可乘的,i=1,2,
haffuman
- 哈夫曼压缩算法课程设计报告+源码(C++)-haffuman
matchain
- 这是一个算法设计与分析课程的实验,对曼彻斯特乘法链进求最有运算顺序的源码。由本人自行编写,希望和大家交流与分享。-This is an algorithm design and analysis of the experimental program, the multiplication of Manchester into the demand chain operations in order to source the most. Prepared by me on their own,
PKU_SmartCity_Release
- 这是一个使用VC++编写的城市交通疏导系统模拟平台,用户可以在这个平台的基础上开发自己的路口调度算法,非常适合交通相关专业学者发表论文,或做毕业设计时进行实验模拟。 该资源为北京大学软件实现技术课程(微软精品课程)的研究项目,上传的是release运行版本,未附加代码。 如果您下载下来并运行程序,给出意见或建议,即可免费获得源码。 同时请您保证该源码只用于学术研究,不用于任何商业用途。 您可以直接在资源评论中发表意见或建议并留下您的email地址,也可以发送意见或建议到以下邮箱索
bufferManage
- 基于LRU算法的数据库buffer manager实现。设计一个基于LRU算法的buffer manager。内附报告、源码以及可执行程序。-LRU algorithm based on a database buffer manager implementation. Design an algorithm based on LRU buffer manager. Containing reports, source code and executable programs.
face
- 人脸图像识别毕业设计源码+开题报告,算法有一定的创新,希望能够帮助快要毕业的朋友!-Face Recognition graduation project source code+ opening report
topological-sorting
- 一个实现拓扑排序的C++算法设计源码-A realization of topological sorting algorithm design C++ source code!
VGAPPS2PCORDIC
- FPGA课程设计源码,整合VGA,PS2键盘,CORDIC三角函数算法,在basys2平台上使用完全可行。-FPGA curriculum design source, integrated VGA, PS2 keyboard, CORDIC trigonometric algorithm, used on basys2 platform entirely feasible.