资源列表
Hide
- VC++设计实现一个会隐藏的窗体,当点击窗口中的“退出”按钮时,程序看上去是关闭了,但实际上并没有真正退出,您还可以在任务管理器中找到它。若要真正关闭你还是要点击“关闭”按钮才行,或者从任务管理器中关掉进程。本功能经常被用到一些恶搞程序中,很多时候会被黑客利用,因此你了解了原理,就会明白如何去防范了。-VC++ design and implementation of a hidden form, click on the window when the "Exit" button, the p
ftp
- VC FTP 上传下载文件客户端程序,通过设置FTP主机信息(IP地址、用户名、密码)等信息后,可连接到FTP服务器,连接成功后,可通过本FTP程序创建目录删除目录、改变当前目录、上传文件、下载文件、发送文件信息等操作功能,实现了一些基本的FTP操作。-VC FTP client program to upload and download files, by setting the FTP host information (IP address, user name, password) a
NCSkinDemo
- vc++ MFC非客户区完美自绘,框架窗口非客户区自绘类,供大家学习参考,Author: 李其宋。实现在指定位置绘制按钮,剪除掉客户区,绘制底部和边框,判断当前按钮是否需要重绘,根据窗口矩形创建一个圆角矩形,根据圆角矩形指定的区域改变窗口的形状,往对话框添加一个按钮,供大家参考。-vc++ MFC non-client area perfect self-painted, non-client area of a window frame from the paint
transparent_dialog
- VC++实现的透明对话框,其原理类似于窗口透明,打开后,看不到窗口的标题栏和操作按钮,也没有状态栏和边框,就像一个透明的图片一样,可以看到对话框底层的内容。那怎么关闭了,我们可以按键盘上的“ESC”键退出程序。有VC6的,可重新编译测试。-VC++ implementation of transparent dialog, the principle is similar to the window and transparent, open, look at the title bar and
multiview
- VC++实现 multiview多视图窗口的实例源代码,可看到打开窗体时有几个子窗体随主窗口一起打开,如果你不知道这是怎么创建的,那么你需要本源码为你提供参考。源码在VC6.0下可顺利编译。如果初次编译有误,你可重新编译一下即可正常。-VC++ implementation source code examples multiview multi-view window, you can see there are several sub-forms together with the main
ScreenSwitch
- VC++ ScreenSwitch全屏切换的窗口,MultiScreen窗口的源代码,点击“view”菜单里可切换不同的窗口视图,例子过于简单,不过原理大致是如此,欢迎参考。-VC++ ScreenSwitch toggle fullscreen window, MultiScreen source code window, click on the "view" menu to switch between different window view, simplistic example,
javarmi
- 使用Java 提供的RMI 函数实现一个远程函数调用过程。要产生远端对象时,必须明确定义其接口(Interface),通过接口可以隐藏底层实现-Using Java RMI provides functions to implement a remote function call. To generate a remote object, you must explicitly define its interface (Interface), through the interface ca
jni
- 一个asift.cpp源码,生成asift.dll,用于图像识别算法sift,进行图片的识别-A asift.cpp source, generating asift.dll, for image recognition algorithms sift, to identify pictures
AutoResizingControls_src
- This the window creaating and auto resizing controls in MFC. the controls used in best example-This is the window creaating and auto resizing controls in MFC. the controls used in best example..
FilterExDemo
- it is the resizable dialog window in windows vc++. the window is resized to it
abhishekmishra_1_1
- Contains a program in google code jam
RansacDemo
- Ransac算法实现的二维上的匹配,MFC完成的界面-This is a ransac demo using MFC as the interface