资源列表
C++库函数实例
- 几个C++库函数,也是经常用来测试编程实力的函数!-several C library functions, but also often used to test the strength of programming function!
c++多态性学习
- 虽然是一个小小的例子,却是基本上包括了C++多态的含义!是很好的学习材料-Although it is a small example, but it is basically a C polymorphism meaning! It is a good learning materials
USB-98
- 这是一个Windows 98的USB万能驱动。 希望对还在98下的兄弟有用-This is a Windows 98 Universal USB drive. Hope is 98 pairs of brothers useful
00101102
- 介绍ar,和dtw两种算法,包含一个实际应用的例子-introduced ar, and two algorithms dtw, including a practical application examples
输出自己的代码
- 本程序比较有趣,可以实现不用文件操作输出自己的代码-this program more interesting, can not achieve their document output operation code
Java的一个例子1
- 一个java东西,是不错的。 再Jcreator 下编译过,看看就知道了.-a java things are quite good. Under another Jcreator compiled see will know. Oh
hexmine
- 自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 \"fn.hpp\" #include \"fn.hpp\" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus<f1, f2>::value // f1+f2 的结果
飞机订票
- 飞机订票 系统 可以实现录入,删除,查找-aircraft booking system can achieve input, delete, search
java哈夫曼
- java版本的哈夫曼编码 可以编码也可以解码-java version of the Huffman codes can also be encoded decoder
Stack3 java
- 用堆栈实现回文算法 可以测试各种字符串 dos界面-using stack algorithm can achieve Palindrome test string dos interface
进程12
- 进程之间以时间片为单位,进行唤醒,调用,当时间片到后,进程就进入等待队列,而且是按优先级进行调用。-processes with time-unit, awakened, called when time-to the post, the process would enter the waiting queue, but is carried out according to priority calls.
分页存储
- 本程序通过最久未使用替换算法进行替换,在块表里设置一个标志位,标志使用的次数。选择次数最少的一个进行替换。-the procedures used by the most time on the replacement algorithm replacement, set up in a block exterior signs spaces, the number of signs. The least number of options for a replacement.