资源列表
calender
- C++语言编写的日历算法,输入起始年份,即可以查询每一月的日历-C++ Language calendar algorithm, enter the starting year, that is available for each month of the calendar
sorting
- 按照TAOCP一书编写的排序算法。 其中实现了计数、选择、冒泡、直接插入与SHELL插入算法。-TAOCP a book prepared in accordance with the sorting algorithm. Which achieved a count, selection, bubble, and SHELL inserted directly into the algorithm.
list
- 创建链表 删除链表结点 查找链表数值 插入链表结点-create a list ,and you can find a number in the list where its place.
KnightTourCPP
- it is the famous Knight tour algorithm. written in c++. enjoy it.
ticket
- 飞机票预定 实现飞机票的订票退票等功能,代码较简单C-Booking airline tickets booking airline tickets to achieve a refund and other functions, the code is relatively simple C++
vb.programming.development.design.icon.intercepted
- vb编程图标截获开发设计代码vb code programming development design icon intercepted -vb code programming development design icon intercepted
expression
- 编译原理中的语法分析程序(包含词法分析部分)-Compiler Principle parser (including lexical analysis)
AsteroidField
- Asteroid Feild Example for VS 6.0
sjf2
- Shortest job first scheduling program
VB_for_OPC_service
- 利用VB联接OPC服务器_获取数据,对于初学opc的新手很有帮助的!-Connection with VB OPC server _ to obtain data, for beginners of OPC novice helpful!
Battery
- 在WinCE操作系统中,用于读取电池的状态。 调用方法: //主窗口电池 Battery battery = new Battery() Battery.State SLast = Battery.State.Normal //主界面时钟,用户查看电池状态 private void timer2_Tick(object sender, EventArgs e) { ((Timer)sender).En
Memory_Manage
- 模拟基本的内存管理功能,包括内存的分配,回收等。
