-
COMTestCode
vc环境下COM组件编程小例子,一个文件生成COM组件,另一个文件调用该COM组件。(COM component programming small example, a file generated COM component vc environment, another file to call the COM component.)
- 2013-12-19 16:21:03下载
- 积分:1
-
ctorrent-win32
ctorrent源码实现,良好的源码架构和精干的代码组织。
(ctorrent source implementation of good source code structure and lean tissue.)
- 2011-09-05 20:27:15下载
- 积分:1
-
392440Youngs-VOF
使用VOF进行液-液两相流的界面追踪,非常使用,强烈推荐(For liquid- liquid two phase flow using VOF interface tracking
)
- 2021-01-19 23:08:43下载
- 积分:1
-
ClientImformationSystem
MFC的增删查改基本功能的实现,对于初学者来说还算不错(MFC s basic CRUD functionality, pretty good for beginners)
- 2020-11-07 21:49:55下载
- 积分:1
-
DropFile
DropFile函数的应用,实现将一个文件直接拖入打开的.exe文件中,主要应用VC++实现(DropFile function of the application, to achieve a direct drag a file to open. Exe file, VC++ to achieve the main application)
- 2010-09-09 09:35:31下载
- 积分:1
-
PeMemPeLoader
从内存中加载DLL和EXE文件,支持压缩的文件.(From memory to load DLL and EXE files, compressed file support.)
- 2020-11-29 21:09:28下载
- 积分:1
-
Clouds
VC++生成逼真流动的云彩特效.供初学者学习参考(VC++ generate realistic movement of clouds effects)
- 2009-09-20 20:23:13下载
- 积分:1
-
Running-TX433-and-RX433-RF-modules-with-AVR-micro
Running TX433 and RX433 RF modules with AVR microcontrollers
- 2013-07-17 12:42:08下载
- 积分:1
-
qtstudydoc
QT学习教程,很好用的
差不多所有的程序教材都从Hello 开始,下面就是这个程序的qt版本(good QT course
1#include <QApplication>
2#include <QLabel>
3 int main(int argc, char*argv[])
4 {
5 QApplication app(argc, argv)
6 QLabel*label = new QLabel("Hello Qt!")
7 label->show()
8 return app.exec()
9 }
)
- 2012-03-10 14:46:07下载
- 积分:1
-
vcPP
用VC++6.0获取系统信息用VC++6.0获取系统信息用VC++6.0获取系统信息(vc++ get system information vc++ get system information vc++ get system information )
- 2012-04-28 11:37:24下载
- 积分:1