资源列表
fractalfenxingwei
- 一个分形维的代码,用差分盒维计算图像的分形维值!还不错!-a fractal dimension of the code, with the difference box dimension calculations images of fractal dimension values! Also good!
guanlangaoshou
- 使用c实现动画——灌蓝高手主要就是计算麻烦了点!-use animation to achieve -- is calculated Guanlagaoshou main trouble point!
fileup
- C S模式 文件传输 带进度条 源码 采用大连大有吴涛公司的易语言开发。
untitled2
- 颜色控制,MATLAB的gui,对其进行的一些简单的编辑-Color control, MATLAB' s gui, its conduct of some simple editing
test
- 一个基于FPGA的波形发生器 可以产生三角波、方波、正弦波-A FPGA-based waveform generator can generate triangle wave, square wave, sine wave
createASin
- 用Vb编写的一个绘制正弦函数的列子,完成了在form窗体上绘制正弦函数。-Vb prepared with a draw sine function Liezi.
CatturaSchermo
- sorgente cattura schermo
calculator
- 科学计算器c++代码/同济大学数据库课程作业-scientific calculator
wjj
- Can automatically organize the file box to search for files
24example
- 使用c++语言计算24点,输入四个数,输出所有的组成24点的式子-Use c++ Language to calculate the 24-point, four digital input, output all the composition of the 24-point formula
static_vecotr
- VC++类的静态数据成员的学习例子,通俗易懂,很好掌握!-Class static data members VC++ example of learning, easy to understand, easy to grasp!
Breakpoint Hook
- 使用INT3断点实现钩子。 实现了函数钩子和回调钩子两种类型。 使用流程参考“BPHookTest.cpp”中的实现。