资源列表
c++控制台计算器源码
- 简单的c++,供新手参考,绝对入门。
MPEG_EXT.BAS
- Basic Programming. This program extracts an MPEG image from a binary file.
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 ... ...
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
drawpoint
- 用halcon编写的一个画点的程序,能够实现在界面画点的功能-A draw points program written in halcon, can realize in the interface point of function
Form1
- 一个简单的msgbox的应用实例,方便新手学习而已- sssssssssssssssssssssssss
Simpson-quadrature-method
- 辛普生法求积分的模板,内容简单明了,适合初学者学习C-Simpson quadrature method templates, content simple and clear, suitable for beginners to learn C++
fft
- 快速傅里叶变换的加速测试,测试结果可以应用于图像处理领域-Fast Fourier transform of the accelerated test, the test results can be applied in the field of image processing
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.