搜索资源列表
Ds
- 数据结构的C源码(所有结构的高质量源码)
hfm
- 此为数据结构的哈夫曼树编译码实验源码,为大家提供了一种计算方法,用VC编写,适合初级人员
work
- 某大学的unix模拟实验试题要求,及样例源码,实现核心的数据结构和算法,只需在此基础上调用已编好的节点操作函数实现如passwd\\chmod等命令
20073803237480
- QQ 2005贺岁版登录口令加密算法及其VC源码:QQ2005贺岁版的ewh.db的数据结构分析、加密算法的分析,并且给出解密的算法和实例-QQ 2005 Hesuiban password encryption algorithm and its VC-source: QQ2005 Hesuiban ewh.db of the data structure analysis, encryption algorithm analysis, and gives examples of decryp
QQCrack
- QQ 2005贺岁版登录口令加密算法及其VC源码,QQ 2005贺岁版登录口令加密算法及其VC源码:QQ2005贺岁版的ewh.db的数据结构分析、加密算法的分析,并且给出解密的算法和实例。-QQ 2005 Hesuiban login password encryption algorithm and its VC source code, QQ 2005 Hesuiban login password encryption algorithm and its VC Source: QQ200
ds1-3
- 简单的Hello World,及各种数据结构经典源码,相信学过程序的人的第一个代码都是这个吧-a sample Hello World cpp
list
- c数据结构 链表源码,在linux下可编译,包含makefile文件-c data structure linked list source code can be compiled under the linux, including the makefile file
QQCrack
- 提供腾讯QQ2005贺岁版登录口令加密算法及其VC源码:QQ2005贺岁版的ewh.db的数据结构分析、加密算法的分析,并且给出解密的算法和实例。-Tencent QQ2005 Hesuiban login password provided encryption algorithm and its VC Source: QQ2005 Hesuiban the ewh.db data structure analysis, encryption algorithm and decryption
shijianbaogao
- 这里包含了许多资料,包含了UML的实验和报告,数据结构的四次试验和报告,Java的五次试验和报告,还有Linux编程的实验和报告,统统的附有源码-This contains a lot of information, including the UML experiments and reports, data structures and reports of four trials, Java and report on the five tests, as well as Linux pr
LINUX-V0.11
- 详细讲述LINUX源码,包括文件列表,数据结构、数据域等-Particulars about LINUX, including documents list source data structure, data fields, etc
xueshengchengjiguanlixitong
- 这是利用C++做的成绩管理系统的实验报告,不光有源代码,源码设计简洁,利用多种数据结构还有一些心得体会,系统代码设计概要图-It is the use of C + + test report do performance management system, not only the source code, source code design is simple, using a variety of data structures and some experiences, schema
137fa122c96b
- 这是用VC6.0编写的绘制三次Bezier曲线的程序,使用MFC框架文档视图结构。程序除实现三次Bezier曲线的绘制,还实现了点,直线,圆的绘制,可做为学习计算机图形算法的参考。与其它Bezier曲线绘制程序的不同是,本程序实现了Bezier曲线上型值点的计算显示。程序中编写了Bezier曲线类来完成Bezier曲线的绘制,并能对绘制的曲线数据进行保存与打开。对学习文件操作也有一定帮助。这是我第一次上传源码,有什么不妥之处还请管理员指点。谢谢!-This is a VC6.0 prepared
DirsWatcher
- linux多文件目录监控源码,采用红黑树来存储数据结构,方便随机方面及修改。-linux multiple files directory monitor source, using red-black tree data structure to store, easy to modify and stochastic aspects.
unjibdinu-correspond-requirements
- 实现数据结构中线性表的节点查询和节点删除插入,不错的源码-Implement the data structure of linear list of nodes in the query and the node delete insert, good source
约瑟尔
- C实现约瑟尔算法环圆桌算法,附带源码,数据结构用C语言表示(Heuristic algorithm the data structure is represented in C language)
8794914
- 采用GUI格式调用的库函数直接写的源码,用到一些的数据结构进行数据的装载,更加的简介使得代码,而其简洁的界面更易使用()
C++并发编程实战源码
- 《C++并发编程实战》是一本基于C++11新标准的并发和多线程编程深度指南。内容包括从std::thread、std::mutex、std::future和std::async等基础类的使用,到内存模型和原子操作、基于锁和无锁数据结构的构建,再扩展到并行算法、线程管理,最后还介绍了多线程代码的测试工作。