-
perl_testing_a_developer s_notebook.it非常有用的测试
Perl_Testing_A_Developer s_Notebook.It is very useful for testing
- 2023-03-31 07:55:03下载
- 积分:1
-
获取某个进程的主窗口以及创建进程的程序名
获取某个进程的主窗口以及创建进程的程序名-Get the main form of one process and create a programme name of the process.
- 2022-01-26 01:42:53下载
- 积分:1
-
目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的...
目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的使用,使其不再被局限于MFC,本人花时间改造了一下这个类,改造后,该类可以应用于任何MFC、 WTL/ATL及其它WINDOWS API编程。
由于原来的CPictureEx是继承于CStatic类,本人改造后,在CPictureEx中直接封装了一个窗口句柄HWND。
假设您在一个弹出式Dialog对话框中加载gif动画,您要做的就是在对话框中放一个控件,可以是BUTTON、STATIC等等。假设您加的这个控件的ID是IDC_FLASH,您的对话框窗口句柄是hDlg,则要使用CPictureEx,将非常简单。详情参见源代码。-present on the Internet which is a CPictureEx category for loading GIF animation, But such is mfc Packaging category for the non-use of the c mfc speaking programmers, which can not be used. To allow such to allow more people to use, it will not be confined to the MFC. I spend time on this transformation of the type that after transformation, and these can be applied to any MFC. WTL/ATL and other Windows API programming. As the original CPictureEx inherited from CStatic category, I transform, In CPictureEx directly Packaging a window handle HWND. Suppose you in a pop-up dialog box loaded Dialog gif animation You need to be done is up in a
- 2022-07-09 13:07:36下载
- 积分:1
-
很实用的乔列斯基算法,容易理解而且可以直接调用
很实用的乔列斯基算法,容易理解而且可以直接调用-Very practical乔列斯基algorithm, easy to understand but can also directly call the
- 2022-04-23 01:39:23下载
- 积分:1
-
QT扫雷项目简单实现工程源码
QT扫雷项目简单实现工程源码
为了积分,把之前做的一个扫雷项目源码上传到这。
这个源码是属于原创,
基本实现了游戏:布雷,左键,右键、波形翻开等
虽然可以玩了,但功能并不完善,有诸多地方有待改进。
- 2022-07-03 03:34:49下载
- 积分:1
-
the simulation windows task management device memory management, interface may b...
本程序模拟windows任务管理器的内存管理,界面可能丑陋点,但是还可以用-the simulation windows task management device memory management, interface may be ugly, but can also use
- 2022-01-28 00:38:58下载
- 积分:1
-
java p2p 很好找到
ackage ex1_tp2 ;
导入 java.rmi.* ;
导入 java.rmi.server.* ;
导入 java.rmi.registry.* ;
公共类 Serveur 扩展 UnicastRemoteObject 实现 ex_ser {
公共 Serveur() 引发 RemoteException {}
公共字符串 reponce (字符串 mot) 引发 RemoteException {
返回"Bonjour tous";
}
公共静态 void main (字符串 [] args) {
请尝试 {
LocateRegistry.createRegistry(1099) ;
System.out.println ("端口 1099年") ;
} catch (RemoteException e1) {
System.err.println ("pas de 端口") ;
System.exit(1) ;
}
请尝试 {
Serveur objet = 新 Serveur() ;
Naming.rebind("mounir",objet) ;
System.out.println ("Serveur prêt") ;
}
catch (异常 e) {
System.err.println ("最好派个:"+ e.getMessage()) ;
}
}
}
- 2022-10-20 00:50:04下载
- 积分:1
-
ToolBar控件的演示程序
ToolBar控件的演示程序-Toolbar Control Demonstration Program
- 2022-01-25 21:06:34下载
- 积分:1
-
自定义 CRichEditCtrl 控件》配套代码
自定义 CRichEditCtrl 控件》配套代码-Chars from the definition of control "complementary code
- 2023-07-21 13:10:03下载
- 积分:1
-
RSA 和ECC的比较文件
RSA 和ECC的比较文件-RSA and ECC comparative document.
- 2022-02-06 05:32:13下载
- 积分:1