资源列表
MyCalculator
- 运算器,包含加减乘除四则基本运算,平方,开方等-Arithmetic unit, including the four basic operations of addition, subtraction, square, square root, etc.
AutoZoom
- 演示了基于对话框按钮控件的使用,可以点击按钮使得对话框放大与缩小,基于动态缩放效果。-Demonstrates the use of button control on the dialog box, you can click the button makes the dialog box, zoom in and out, based on dynamic zoom effect.
Sieve
- 给定一个数值,本程序可以求取此数值以内有多少素数,可以循环赋值-give a number,then you can get the sieve in the range of it
jisuanqi
- 可视化编程,一个简单的计算器,从鼠标点击输入数字和运算符功能。-Visual programming, a simple calculator, from mouse clicks to enter numbers and operator functions.
Test---SLS
- -Ah ah ah ah ah ah ah ah ow Ow ah ah ah ah ah ah ah ah ah ah
MyTab
- tab control 使用 建 分页 完整 代码 -tab control complete code of the tab control to use to build paging
DlgToolBar
- 给对话框增加工具条 给对话框增加工具条-Increase the tool bar to the dialog box to increase the tool bar to the dialog box dialog box to increase Toolbar
Calculator
- 通过使用按钮控件以及文本编辑框实现一个简单的计算器-By using the text edit button control and implement a simple calculator
vb_mini_ide_v09
- Mini Integrated Developement Environment was programmed for helping developers to get quickly familiar with the usage of USB2.DLL and the USB 2.6 module from Braintechnology using Visual Basic Version 6. Not all commands were shown, because many o
mfcThread
- 通过使用 CEvent 类实现允许一个线程在某种情况发生时,唤醒另外一个线程的同步对象-By using CEvent class implementation allows one thread at the time of the occurrence of certain circumstances, wake up another thread synchronization object
StdioFileDemo 使用CStdioFile实现在txt文件中逐行读写数据
- 使用CStdioFile实现在txt文件中逐行读写数据,使用VC的源代码,大家可以参考!- Use the CStdioFile read and write data in txt file line by line, using the source code of VC, we can refer to
c++图像处理-读取jpg图片
- 一个VC++编写的图像工具,通过不同图像函数实现bmp/jpg等图像,并比较图像读取时间,可以比较图像函数差异。