资源列表
VB记事本
- 用VB.net编写的记事本.希望对大家有用-using VB.net prepared by the notebook. We hope to useful
数据结构教学大纲
- 南京工业大学的《数据结构》教学大纲,数据结构是南工大考研专业课程的重点课程,这里包含了所有重点,对考研的同学很有帮助!-Nanjing University of the "data structure," the curriculum, data structure is a large South taking tests for professional courses focus on courses here encompasses all focus on the
遗传算法应用
- 这是一个基于遗传算法的人工生命模拟 AL_GA.C -This is a genetic algorithm based on the simulation of artificial life AL_GA.C
用Visual C++打造IE浏览器
- 此为本人期末的课程设计VC设计:浏览器程序设计。注:本源码用Word文档存放。 简介内容:随着互联网在世界范围的广泛应用,WWW(World Wide Web,万维网)也日益成为互联网上信息交流不可缺少的工具。它是一种以HTTP(HyperText Tranfer Protocol,超文本传输协议)为基础,使用HTML(HypeText Markup Language,超文本标记语言)编写的有若干Web网页构筑而成的世界。 本课程设计要求设计类似于微软的IE浏览器,具备一个浏览器的基本功能,可以
D-Algorithm
- 数字电路故障分析之D算法C++实现。按照教科书编写,可能比较古板。-digital circuit failure analysis algorithm C D realization. According to textbook writing, perhaps more rigid.
编译原理pl0
- 编译方法课程设计PL0词法分析,语法分析C的实现。包括GETSYM-compiled curriculum design PL0 lexical analysis, parsing C realized. Including GETSYM!
brfcm-src
- 这是一个改进的快速实现模糊c-means聚类算法的程序-This is a rapidly improving the fuzzy c-means clustering algorithm procedures
DRYSTONE benchmark 测试 C 语言源程序
- benchmark测试源程序, 测试源程序 ,测试源程序-benchmark testing source, source testing, testing source source testing, testing source
gbm
- LCD OSD 程序用於8051 開發lcd -LCD OSD procedures for the development of LCD 8051
读者与写者
- 操作系统实验,进程同步与互斥读者写者问题,用vc实现-experimental operating system, and coordinate the process of the readers who wrote, using vc achieve
小颖Java源代码反编译专家 1.4终极版
- 最新的Java反编译工具,支持目录级的反编译,也支持双击.class文件就可查看源文件,只限用于学习交流使用。-latest Java-compiler tool to support the anti-directory level compiler, and also supports double-click. Class documents can view the source documents, only to learn to share.
VB.NET解压与解压
- 用VB.NET2008编写,利用线程技术外调WinRAR,解压与解压文件。普通的用Shell方式外调WinRAR,是无法准确掌握压缩完成和解压完成时间的。