资源列表
加法练习ok
- 一个加法练习的程序。。针对小学生做的。带家教的时候做的。很方便学习-an additive to practice procedures. . Elementary students do. With tutor when done. Very facilitate learning
二进制运算
- 用vb做的二进制运算程序-vb do with the binary Operational procedures
猜数游戏ok
- 猜数字游戏。用vb做的。有截面-viewing games. Vb used to do. A cross-section
计算器ok
- 一个用vb做的计算器。截面很好看。而且好用。-vb done with a calculator. Very good cross-section. But handy.
内存文件映射
- 利用内存映射文件技术实现进程间通信-use memory mapping document technology inter-process communication
button3
- 边界控件事件,挺好的,我自己用的-border controls, very good, for my own use
operator overload
- 包括三个例子:1.C++流操纵器举例;2.内存泄漏检测类;3.一个重载所有操作符的例子;-including three examples : 1.C flow controls, for example; 2. Memory Leak Detection; 3. An operator overloading all examples;
mem_manage
- 包含三个类:1.一个管理自己的类存分配的类;2.一个不会释放空间的内存缓冲池类;3.一个会释放空间的内存缓冲池类;-includes three categories : 1. A management of the distribution of deposit category; 2. A space will not release the memory buffer pool; 3. Space will release a memory buffer pool;
score.cpp
- 题目: 已知全班有65人,期末考共8门课,每门功课成绩均用百分制(整数)计分,请输入全班同学成绩,在A盘上生成全班成绩文件:A:\\allscore.dat。输入形式为: 学号 成绩1 成绩2 ··· 成绩8 long int int int 从全班成绩文件中读出同学成绩资料,统计出至少有4门课成绩>=85分,其余>=70分的同学及其资料,在D盘上生成D:\\score.dat文件;从全班成绩文件中找出需要参加补考(有一门或一门以上课程成绩<60分)的同学及其资料在C盘上生成补
socket(for Windows and UNIX)
- 一个封装标准BSD Socket的C++类- c++ class encapsulat standard bsd
personaltax
- 编写出程序,在键盘上输入某人的月收入(允许达双字长),按照下列个人所得税的办法,计算并输出他应交纳的个人所得税税额。 个人所得税计算方法如下: 个人所得税实行累进税率,计算办法是用全月应纳税所得税分为几个级别,分别乘以累进税率,几个级别税额的总和就是该月应纳个人所得税额。全月应纳税所得额是用全月收入总额减去免税额(税法规定为800元,广州市规定为1260元),个人所得税的税率分为9个级数(见下表)。 举例说明:杨某月收入为55000元,他的个人所得税应该这样计算: 应纳税所得额:55000-12
log(log and debug info)
- 一个可分级、可分别绑定输出对象、控制输出级别的日志和调试信息C++类-a grade, can be bundled with output targets, the output level control and debugging information log C