搜索资源列表
grafix-1[1].4.rar
- Grafix是一个C++软件包,它用于辅助程序员通过图形用户界面为X-windows来编写程序,主要一类库是直接实例化窗口对象 并得出新类,许多现实的实例程序。
grafix-1.4.tar
- 序员通过图形用户界面为X-windows来编写程序,主要一类库是直接实例化窗口对象 并得出新类,许多现实的实例程序。-sequence passage graphical user interface for X-windows to prepare procedures, the main library is a direct example of the object and the window reveals a new category, many of the practical
hu_scope_guard_src
- VC写的一个资源自动清理的函数,内带使用实例。避免了RAII(Resource acquisition is initialization)资源获取即初始化/释放的缺点。-VC write an automatic cleanup resources function within the belt use examples. Avoid the RAII (Resource acquisition is initializat Ion) access to resources that the
WinIoSample
- VC下WinIo的应用实例(改进版)根据前一版有网友提出的建议进行改进,为了在VC中能正常使用WinIo库,必须按以下步骤进行配置: (1):将WinIo.dll、WinIo.sys、WINIO.VXD三个文件放在程序可执行文件所在目录下; (2):将WinIo.lib添加到工程中,WinIo.lib及winio.h文件必须放在工程目录下; (3):在StdAfx.h头文件中加入#include "winio.h"语句; (4):调用InitializeWin
seriNub
- VC++注册码加密源程序(含注册机、解密机),本方法可有效控件版权软件被破解,保护你的软件产权不受侵害,压缩包内有两个源码包,一个是注册机源程序,另一个是解密机的源程序,一套完整的参考实例。 解密:初始化目标、生成解密匙、解密完成。 -VC++ registration key encryption source code (including RI, decryption machine), this method can effectively control the copy
OnlyOneInst
- VC++ 禁止运行程序的多个实例,程序根据主窗口类名和主窗口名判断是否已经有实例存在,如果存在就将其激活,并显示出来,如果是最小化的就还原窗口;如果有实例存在,则返回False并退出。 -VC++ prohibits running the program multiple instances of the program under the main window class name and the main window name to determine whether there
QTA_Summary_learn
- QTP学习与实践经验总结: A问题描述: 在QTP中可以是使用regular expressions来完善你的参数化 B处理流程: B1参数化你的系统 B2将参数化设定为regular expressions B3在表格中使用regular expressions C术语说明 C1 TD是MI公司的一款测试管理工具,他采用B/S模式,使得用户可以在任何与Server相连的计算机上实现测试用例的管理 C2 QTP是MI公司推出的功能测试工具,主要用于B/S模
CertificateExample
- Java 数字签名、数字证书的相关实例。 关于数字签名:产生RSA密钥对(myKeyPair),得到RSA密钥对,产生Signature对象,对用私钥对信息(info)签名,用指定算法产生签名对象,用私钥初始化签名对象,将待签名的数据传送给签名对象(须在初始化之后),用公钥验证签名结果,使用公钥初始化签名对象,用于验证签名。 -Java digital signature, digital certificates instance. Digital Signature: g
KeyGeneratorExample
- Java生成密钥、保存密钥的实例源码,通过本源码可以了解到Java如何产生单钥加密的密钥(myKey)、产生双钥的密钥对(keyPair)、如何保存公钥的字节数组、保存私钥到文件privateKey.dat、如何用Java对象序列化保存私钥,通常应对私钥加密后再保存、如何从文件中得到公钥编码的字节数组、如何从字节数组解码公钥-Java to generate a key instance of the source to save the key can learn Java through t
Delphitxcl
- Delphi的图形处理,图像处理在可视化编程中的作用及其应用价值,带实例讲解-Delphi graphics processing, image processing in the visual programming and its value, with examples to explain
Sniffor
- C#抓包程序实例,学习如何抓取数据包、抓取的数据包集合等,并使用了皮肤控件对窗口进行美化处理,初始化窗体皮肤实例-C# capture program instance, learning how to crawl packet, packet crawl collection and the skin beautification processing control window, skin instance of the form is initialized
FileMS
- C#+SQLServer文档管理系统源码下载,实例化ModuleClass文件夹下的FrmAffairClass公共类,数据库基于SQL Server 2-C#+ SQL Server document management system source code download, the instantiated ModuleClass folder under FrmAffairClass public class, the database based on SQL Server 2000
Media
- 个设计精致的VC界面窗口示例,在VC6.0下可编译源文件,这个窗体上不具备实质的功能,但去掉了窗体的标题栏和最小化最大化按钮,又自定义添加了其它形式的菜单按钮,完全自定义窗体设计的典型实例-A refined design and the VC interface window example, under VC6.0 compile the source file, the form does not have a substantial function, but remove the fo
BKydct
- 禁止窗口移动,VC++实现一个不可移动的窗体制作实例,点击窗体的标题栏,按住鼠标,也不能拖动该窗体,它一动不动,好像从不理你,而且也去掉了窗口右上角的最大化和最小化按钮,貌似挺个性的操作实例-Barred window mobile, VC++ to achieve a non-removable form production instance, click on the form s title bar, hold down the mouse, we can not drag the f
vccf
- 触发系统“关闭”菜单,VC.NET编程实现的菜单触发命令实例源码,里面有绘制图标的代码,还有当用户拖动最小化窗口时系统调用此函数取得光标显示的操作函数-Trigger system " off" menu, VC.NET programming menu trigger command source code examples, which has drawn icons code, as well as when the user drags the minimized wi
finger(-C)
- 指纹图像增强、求方向图、二值化、细化、特征提取、特征匹配等算法 的c语言源程序,还有实例演示,本人千辛万苦才找来的, 提供给大家分享。 -Fingerprint image enhancement, seeking direction map, binarization, thinning, feature extraction, feature matching algorithm c language source code, as well as examples of pre
AbstractFactory
- 用C++完成工厂模式,定义:实例化对象,用工厂方法代替new操作。-Complete the factory pattern with c++, definition: instantiate the object, use the factory method instead of new operation.
qtSrc
- qt可视化编程的实例,适用于初学者。内含程序源码。-qt visual programming examples, suitable for beginners. Contains Open Source
Serrial
- 序列化实例,程序数据序列化实例,序列化实例,程序数据序列化实例-Data Serialize,Data File Serialize.
HOOK-KEYBOARD
- 键盘钩子实例代码,学习参考使用非常好,文档规范化做的很好,代码模块化设计!-Keyboard hook example code, using very good learning reference document standardization doing well, the code modular design!