资源列表
c++123
- #include<iostream> using namespace std class ABC { private: double i,j public: ABC(int x,int y):i(x),j(y) {} ABC() {} double add() { return i+j } double jian() { return i-j } double cheng() { ret
AAA
- 可以改变窗体透明度,方法比较具体,希望可以为你提供一些参考-Can change the form of transparency, methods more specific, I hope to provide some reference for you
reverse
- 利用树状数组的数据结构求解一串数字中逆序对的个数-Use Fenwick tree data structure to solve a string of numbers in reverse order of the number of
2161.c
- this is test file and it should not be used.
c++控制台计算器源码
- 简单的c++,供新手参考,绝对入门。
MPEG_EXT.BAS
- Basic Programming. This program extracts an MPEG image from a binary file.
problem3
- The program follows the rules of Life (listed shortly) to show the continuing behavior of the configuration.
JKDFF
- Implementation of a JK and D flip-flop
Newton-Raphson
- 本程序用的是Newton-Raphson法求解方程的根,程序我验证过,是正确的-This procedure using a Newton-Raphson method for solving equations of the root, the program I have verified is correct ... ...
00003
- 一个数如果恰好等于除它本身外的因子之和,这个数就称为完数。本程序可求1万以内完数-In addition if a number is just equal to factors outside of its own and, this number is called the complete number. This program completed within the number of rectifiable 10000
digui
- 运用递归堆栈使输入的字符倒序输出 -The use of recursive stack of input characters in reverse output
GrayDilate
- 用于灰度BMP图像的灰度膨胀,数学形态学的基本操作之一-Gray scale BMP image for the expansion, one of the basic operations of mathematical morphology