Welcome![Sign In][Sign Up]
Location:
Search - win32

Search list

[VOIP programgnugk-2.2.1-2-win32-x86

Description: gnugk-2.2.1-2-win32-x86
Platform: | Size: 1957888 | Author: 白皓 | Hits:

[OS programbufferoverflow

Description: Win32缓冲区溢出-Win32 buffer overflow
Platform: | Size: 384000 | Author: | Hits:

[USB developlibusb-win32-src-0.1.10.1.tar

Description: 一个USB的访问库,可运行在所有的WINDOWS 系统下-a USB visit libraries, can run in all Windows systems
Platform: | Size: 73728 | Author: 何列云 | Hits:

[GUI Developappface_vc

Description: AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件:   首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: "appface.h", "appface.dll" ,"gtclassic.urf" 。   接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将"appface.h" 拷贝到该工程目录下,将"Appface.dll"拷贝到该工程的输出目录下,例如:"debug\",将"gtclassic.urf"拷贝到资源所在目录下 。在VC 的项目管理器中进入资源管理项,在右键菜单中选择"Import",将"gtclassic.urf"添加进工程,资源类型设定为: "MYRESTYPE",资源ID设定为"IDR_MY_URF"。注意:资源ID 前面一定要加双引号 -AppFace supports three skin loading from the disk loading, loading resources from the memory load. Now, I would talk about how to load resources from the URF skin document : first, to ensure that you downloaded AppFace for VC development kits, we have to use th ree documents : "appface.h", "appface.dll", "gtclassic.urf." Next, create an executable file VC, MDI/SDI/DIALOG/WIN32 types of can, I would like to create a DIALOG project ResSkin explanation. "Appface.h" copy to the project directory, "Appface.dll" copied to the output of the project directory, for example : "debug \", "gtclassic.urf" copy of the directory containing the resources. VC in the project manager to enter the resource management, and in the right me
Platform: | Size: 589824 | Author: 钱博 | Hits:

[AlgorithmEWCalc

Description: -Win32 Assembly写的小程式,含 Source Code! -工程计算机,可达112 bits !--Win32 Assembly to write small programs, including Source Code!- Works the computer, up to 112 bits!
Platform: | Size: 35840 | Author: 孙鸿志 | Hits:

[Communication-MobileExample ModbusTCP server - source and WIN32 execut

Description: MODBUS TCP(C++)Example ModbusTCP server - source and WIN32 executable有可执行文件-MODBUS TCP (C) Example ModbusTCP server-Win32 source and executable file is executable
Platform: | Size: 29696 | Author: 李瑶 | Hits:

[Windows Develop操纵Win32中的线程

Description: 对于VC编程很有帮助,非常好的操纵Win32中的线程-for VC helpful, very good control of Win32 threads
Platform: | Size: 8192 | Author: 李建中 | Hits:

[VC/MFCWindows程式设计

Description: 如果对Windows开发有什么问题的话,请翻阅PetZold的著作吧。在《Window程序设计》(第5版)中,这位杰出的“Windows先锋奖”(Windows Pioneer Award)获得者根据最新的Windows操作系统权威技术修订了他的经典著作——再一次演示了基本的Win32程序设计的API核心内容。本书的内容包括: ** 基本内容——输入、输出和对话框 ** Unicode概述 ** 图形——绘图、文本和字体、位图和元文件 ** 内核和打印机 ** 声音和音乐 ** 动态链接库 ** 多任务和多线程 ** 多文档界面 ** Internet和 Intranet的程序设计 其中采用的大多是具有代表性的示例,这本Petzold著作为使用 Windows 95、Windows 98或 Windows NT的各级windows程序员提供了最基本的参考和指导。没有经验的开发人员也可以从中获取大量的新知识-on Windows development if any questions, please refer to the writings PetZold it. In "Window Design" (Release 5), this outstanding "Windows Pioneer Award" (Windows Pioneer Award) winner According to the latest Windows operating system technical amendments to the authority of his classics-- once again demonstrated the basic Win32 API programming core content. The book's contents include :** basic elements-- input, output and dialog outlined**** Unicode graphics-- graphics, text and fonts, bitmaps and metafiles kernel and printers****** voices and music dynamic link library** multi- Treasury and multi-threaded multi-document interface**** Internet and Intranet program design which is the most representative example of this Petzold book for the use of Wind
Platform: | Size: 2982912 | Author: 刘建国 | Hits:

[Windows Develop用 VISUAL C++ 设计WIN32应用程序(已带)

Description: 用 VISUAL C++ 设计WIN32应用程序,很实用-with VISUAL C Design WIN32 applications, practical
Platform: | Size: 6712320 | Author: dame123 | Hits:

[Driver Develop令Win32应用程序跳入系统零层

Description: -有 没 有 简 单 一 些 的 办 法 呢 ? 我 们 可 以 令 一 个 普 通Win32 应 用 程 序 运 行 在Ring0 下, 从 而 获 得VxD 的 能 力 吗 ? 答 案 是 肯 定 的,请看本文-- Is there any simpler solutions? We can make an ordinary Win32 applications running on Ring0 under VxD s ability to obtain it? The answer is yes, please see this article
Platform: | Size: 7168 | Author: | Hits:

[GUI Develop可运行程序

Description: VC中ODBC数据库技术应用源码详解 Serial Communication in Win32 属性页-VC ODBC database application source Elaborates on Serial Communication in Win32 attributes page
Platform: | Size: 7557120 | Author: 陈苏 | Hits:

[Internet-Network一个对Winsock 完成端口模型封装的类

Description: 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。在去年,我在C语言下用完成端口模型写了一个WEBSERVER,前些天,我决定用C++重写这个WEBSERVER,给这个WEBSERVER增加了一些功能,并改进完成端口操作方法,比如采用AcceptEx来代替accept和使用LOOKASIDE LIST来管理内存,使得WEBSERVER的性能有了比较大的提高。 -under the Windows network server program development, no doubt, Winsock completed port model is the most efficient. Winsock port model with complete preview of overlap and complete port IO to achieve complete port after the model to understand is a relatively simple, but want to know the complete Winsock port model, the need for the Windows threads, thread synchronization, Winsock API and Windows IO mechanism of a certain understanding. If we do not understand, recommended several books : "Inside Windows 2000," Windows core programming "," WIN32 multithreaded programming "," WINDOWS network programming technology. " Last year, I used C language under complete port model was a WEBSERVER, few days ago, I decided to rewrite the C WEBSERVER to the WEBSERVER i
Platform: | Size: 44032 | Author: 王明 | Hits:

[VC/MFCProgramming Windows 程式开发设计指南

Description: 「到 Petzold 的书中找找」仍然是解决 Windows 程式开发各种疑难杂症时的灵丹妙药。在第五版的《Windows 程式开发设计指南》中,作者身违背受敬重的 Windows Pioneer Award(Windows 开路先锋奖)得主,依据最新版本 Windows 作业系统,以可靠的取材资料校定这一本经典之作一再一次深入探索了 Win32 程式设计介面的根本重心。 -"Petzold book room" is still Windows programs to solve various problems for Taiwan's development when a panacea. The fifth edition of the "Windows programs to develop design guidelines," the authors who violated respected Windows Pioneer Award (Windows pioneer Award) winner, based on the latest version of the Windows operating system, based on reliable information determined that the classics again for an in-depth exploration of Win32 programming interfaces the fundamental focus.
Platform: | Size: 2982912 | Author: 李昊 | Hits:

[VC/MFCWin32 多线程程序设计(候捷译)

Description: 使用线程,你可以产生高效率的服务器,建立Internet服务器扩充软件,获得多CPU系统的好处,建立精巧的COM/OLE对象,并改善程序的反应度。-use of threads, you can create a highly efficient servers, Internet servers to expand the establishment of software to obtain the benefits of CPU system, the establishment of a sophisticated COM/OLE objects, and to improve procedures for the response.
Platform: | Size: 22100992 | Author: 李昊 | Hits:

[CSharpcopy函数

Description: 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。在去年,,我决定用C++重写这个WEBSERVER,给这个WEBSERVER增加了一些功能,并改进完成端口操作方法-under the Windows network server program development, no doubt, Winsock completed port model is the most efficient. Winsock port model with complete preview of overlap and complete port IO to achieve complete port after the model to understand is a relatively simple, but want to know the complete Winsock port model, the need for the Windows threads, thread synchronization, Winsock API and Windows IO mechanism of a certain understanding. If we do not understand, recommended several books : "Inside Windows 2000," Windows core programming "," WIN32 multithreaded programming "," WINDOWS network programming technology. " Last year, I have decided to rewrite the C WEBSERVER to the WEBSERVER increased functionality and improved port operation completed
Platform: | Size: 1024 | Author: 第分 | Hits:

[OS programWin32 API 注册表类的编制以及使用

Description: Win32 API 注册表类的编制以及使用。是关于在windows系统用VC读写(包括添加)注册表的源代码。做成了.h合.cpp两个文件,里面是注册版读写操作的类定义。用户要使用,只需要将这两个文件包含到自己的工程当中,然后使用类CMyRagKey及其操作即可。-Win32 API registration category and the use of the preparation. Windows on the system with VC readers (including additions) registry source. Resulted. H Hopewell. Cpp two documents containing is a registered version of the class and write the definition. Users must use only these two files contain their own works, then use category CMyRagKey and operation can be.
Platform: | Size: 17408 | Author: 孙中雨 | Hits:

[Internet-NetworkNo4.CS_Win32_socket连接

Description: WIN32 API写的第一个函数,只是传一个字符串就结束了,但是体现了socket的连接建立过程-WIN32 API to write a function of just one-on the end of a string, but the embodiment of the socket connection establishment process
Platform: | Size: 73728 | Author: 紫雨 | Hits:

[Windows Develop新编Win API大全

Description: 作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。 本书是从事Windows应用程序开发的软件工程师的必备参考手册。-32 as a Microsoft platform application programming interface, Win32 API is engaged in the development of Windows applications are essential. The book begins on the Win32 API function to do a complete overview; Then function contains five main categories : window management, graphics device interface, system services, international character and network services; In the appendix to the book, to explain how the Visual Basic and Delphi to their call. The book is engaging in Windows application development software engineers must reference manual.
Platform: | Size: 677888 | Author: 刘明 | Hits:

[Windows DevelopA Crash Course on the Depths of Win32 Structured E

Description: A Crash Course on the Depths of Win32 Structured Exception Handling -A Crash Course on the Depths of Win32 Structured Exception Handling.
Platform: | Size: 15360 | Author: | Hits:

[Video Capture325645333

Description: 视频捕捉程序,是纯Win32程序,不是MFC,对初学者学习视频编程有益-This is a programme of video capturing and it is very useful for beginner,because it is a pure Win32 programme instead of MFC.
Platform: | Size: 19456 | Author: 马帅 | Hits:
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »

CodeBus www.codebus.net