资源列表
h
- 最简洁明了的数字金额中文大写函数使用VC编程-The most simple Chinese capital function using VC programming digital value
hangban102
- 航班信息管理系统。功能较为齐全,代码简单,以理解-Flight information management system. Function is more complete, the code simple to understand
Hanoi108
- 一个Hanoi的小游戏void Hanoi(int n, char x,char y,char z){ if (n==1) { printf( %c %d %c\n ,x,n,z) return } Hanoi(n-1,x,z,y) printf( %c %d %c\n ,x,n,z) Hanoi(n-1,y,x,z) }-Hanoi in a game void Hanoi (int n, char x, char y, char z) (if (n == 1) (printf (
haoshidexiaoche
- 基于STC89C52控制的小车循迹程序,自己写的挺好使。-My car control procedures
hate
- 线段树模版,可供线段树初学者参考,程序简介易懂-Templates of Segment tree
heapsort100
- 这个程序实现的是将一串数字通过堆排序方法进行排序,速度快!-This procedure is to realize a bunch of digital methods to sort through the heap sort, fast!
hellow-world
- 这事一个简单的C++应用程序,适合初学者使用,非常简单,但是很有用This is something a simple C++ applications, suitable for beginners to use, very simple, but useful-This is something a simple C++ applications, suitable for beginners to use, very simple, but useful
hex2bin100
- hex文件转为bin的源程序,我字迹一致再用没有长度限制-hex file into a bin of the source, I am writing and then there is no consistent length
Hidden_WH
- It is great, check it out !
horsegame.c
- 一个跳马问题的代码.它能实现出一种走法,加入初始棋盘为N*N的棋盘,再由自己输入数字来确定棋盘的大小.-The issue of a vault code. It will take to achieve a method, adding the initial board for the N* N chessboard, and then enter their own figures to determine the size of the chessboard.
HOSPITAL100
- develop a hospital data base using c-develop a hospital data base using c++
houzhui2
- 用c编写的求后缀和后缀表达式的值的程序。-Written request with the c suffix and the suffix value of the expression process.