Welcome![Sign In][Sign Up]
Location:
Search - WIN32 API programs

Search list

[GDI-BitmapWin32++_A_Simple_Alternative_to_MFC

Description: Win32++ provides a framework for developing applications using the Win32 API directly. It supports all MS operating systems that run the Win32 API, from Windows 95 through to Windows XP and Vista. This framework is designed to produce programs with a similar look and feel to those created using MFC. It can develop applications based on simple windows, dialogs, frames and MDI frames. The frames produced by Win32++ have the following features: • Rebar control (to contain the Menubar and Toolbar) • Menubar • Toolbar • Status bar • Tool tips
Platform: | Size: 755124 | Author: 含羞草 | Hits:

[Voice Compress语音压缩G729 C语言源码

Description: va_g729a.lib Win32 statically linkable library of G729 floating-point object code for Pentium and compatible processors. va_g729a.h API prototypes and constants declarations required by the sample programs. va_g729a_encoder.c Encoder sample application demonstrating encoder API calls to the codec for encoding a speech file. va_g729a_decoder.c Decoder sample application demonstrating decoder API calls to the codec for decoding a speech file. va_g729a_encoder.exe Encoder sample program executable for the Win32 platform. va_g729a_decoder.exe Decoder sample program executable for the Win32 platform.
Platform: | Size: 362822 | Author: ycyhjj2865@126.com | Hits:

[GDI-BitmapWin32++_A_Simple_Alternative_to_MFC

Description: Win32++ provides a framework for developing applications using the Win32 API directly. It supports all MS operating systems that run the Win32 API, from Windows 95 through to Windows XP and Vista. This framework is designed to produce programs with a similar look and feel to those created using MFC. It can develop applications based on simple windows, dialogs, frames and MDI frames. The frames produced by Win32++ have the following features: • Rebar control (to contain the Menubar and Toolbar) • Menubar • Toolbar • Status bar • Tool tips
Platform: | Size: 754688 | Author: 含羞草 | Hits:

[Windows DevelopCoding_Hardware_Windows

Description: Programming of hardware resources in Windows by means of functions BIOS, ports of input-output and program interface Win32 API is considered. Access and management methods are described by all basic devices of the modern personal computer: the mouse, the keyboard, the video adapter, a sound card, a disk subsystem, the processor, the tyre, ports, etc. pay attention to the general methods of programming in Windows, and also to various tricks and cunnings at a writing of programs: to work with files, to interaction in a network, self-liquidation of executed files, data acquisition about USB-devices, etc. the considerable quantity of the simple and clear examples written in languages C ++ and Assembler Is resulted.-Programming of hardware resources in Windows by means of functions BIOS, ports of input-output and program interface Win32 API is considered. Access and management methods are described by all basic devices of the modern personal computer: the mouse, the keyboard, the video adapter, a sound card, a disk subsystem, the processor, the tyre, ports, etc. pay attention to the general methods of programming in Windows, and also to various tricks and cunnings at a writing of programs: to work with files, to interaction in a network, self-liquidation of executed files, data acquisition about USB-devices, etc. the considerable quantity of the simple and clear examples written in languages C++ and Assembler Is resulted.
Platform: | Size: 5049344 | Author: sxd | Hits:

[VC/MFCWin32SDKApplication

Description: 学习Windows API基础的经典教材,虽然比较基础,但理解清楚了,便有了最基础windows程序的认识-The classic Windows API-based learning materials, although the basis of comparison, it being understood clearly, have the most basic knowledge of windows programs
Platform: | Size: 715776 | Author: donny | Hits:

[ToolBarScrollBarDemo

Description: 使用Win32 API写的简单调色板程序,主要子窗口采用滚动条,仅供学习参考-Use Win32 API to write a simple palette of programs, the main sub-windows with scroll bars, only to learn information
Platform: | Size: 2048 | Author: billchuang | Hits:

[Graph programwindowsgraphicsprogrammingcode

Description: 本书详细介绍Windows图形系统,包括Win32 GDI和 DirectDraw API的技术细节:设备环境、坐标空间和变换、像素、填充区域、位图、图像处理、文字处理、元文件、打印处理等。本书内容翔实、例子丰富、分析透彻,是Windows编程人员的实用参考书。附带光盘包含书中实例、实用程序、相关信息等。-This book details Windows graphics system, including the Win32 GDI and DirectDraw API technical details: device context, coordinate space and transformation, pixels, filled area, bitmap, image processing, word processing, meta file, print processing. This book informative, examples and analytical, is a practical reference book Windows programmers. The book comes with CD-ROM contains examples, utility programs, related information.
Platform: | Size: 15017984 | Author: wangxt | Hits:

[GDI-BitmapGDI-SDK

Description: GDI+ SDK参考(翻译版本) Microsoft Windows GDI+是为C/C++开发者提供的一个基于类的应用程序编程接口(API)。它使得程序可以同时在视频显示器和打印机上使用图形和格式化文本。基于Microsoft Win32的应用程序不能直接访问图形硬件,而是通过GDI+来协调设备驱动和程序动作的交互。GDI+同样支持Microsoft Win64。 适用范围 GDI适用于所有的Window应用程序。GDI+是包含于Windows XP和Windows Server 2003中的一项新技术。运行于Microsoft Windows NT 4.0 SP6、Windows 2000、Windows 98 和 Windows Me操作系统的应用程序在分发的时候需要包含GDI+。 -Target Microsoft Windows GDI+ is C/C++ developers to provide a class-based application programming interface (API). It allows the video program can also monitor and printer use graphics and formatted text. Microsoft Win32-based applications can not access the graphics hardware directly, but through the GDI+ device drivers and programs to coordinate the actions of the interaction. GDI+ also supports the Microsoft Win64. Scope of GDI for all Window applications. GDI+ is included in Windows XP and Windows Server 2003, a new technology. Running on Microsoft Windows NT 4.0 SP6, Windows 2000, Windows 98 and Windows Me operating system, applications need to include in the distribution when the GDI+.
Platform: | Size: 1833984 | Author: 蔡孟超 | Hits:

[JSP/Javawangjiansenjiaocai

Description: Java平台的划分 要彻底了解Java 2 Micro Edition,我们必须先对Java 2 Micro Edition在整个Java技术之中的定位做个了解。 一般我们在撰写C程序的时候,会使用C标准程序库;使用C++撰写程序的时候,会使用C++标准程序库;而使用Java撰写程序的时候,则使用Sun所提供的Java标准类库。之所以叫做类库,是因为各式各样的方法(method,也可以叫做“函数”)被有系统地放在类之中,而这些类又被分门别类地归属在不同的包(package)之下,相较起来,传统标准程序库(例如Win32 API)的组成结构就显得有点松散。 这些各式各样的包(package),组成了所谓的核心类库(Core Class,即java.*),在核心类库之外还有所谓的扩充类库(Extended Class,即javax.*)。程序员可以自由选用各种程序库来完成自己的工作。 Java语言还支持8种基本类型(primitive type,即boolean、byte、short、int、long、float、double),可供程序员撰写程序时使用。根据所支持的基本类型,以及对这些核心和扩充类库所支持的程度,Sun Microsystems区分出四种不同的Java平台,如图1-1所示。-By Java Platform To thoroughly understand the Java 2 Micro Edition, we must first of the Java 2 Micro Edition Java technology into the entire understanding of the positioning to be. In general we write a C program, will use the C standard library using C++ written program, will use the C++ Standard Library and use Java to write programs when you use the Sun provided by the Java standard library. The reason is called the library, because a variety of methods (method, also called a "function") have been systematically put into classes, which classes they are categorized in a different package ownership (package) s under comparison, the traditional standard library (such as Win32 API) of the structure becomes a bit loose. These kinds of packages (package), form the so-called core class libraries (Core Class, the java .*), there are the so-called outside of the core library extension library (Extended Class, or javax .*) . Programmers are free to choose a variety of library to comp
Platform: | Size: 7766016 | Author: zhaolulu | Hits:

[Windows DevelopWIN32API

Description: 新编WIN32API,win32的api函数大全,方便写程序时查找-New WIN32API, of the win32 API daqo, convenient to write programs to search
Platform: | Size: 677888 | Author: wing | Hits:

[Windows DevelopWinObj

Description: WinObj 是一个 32 位的 Windows NT 程序,它使用本机 Windows NT API(由 NTDLL.DLL 提供)来访问和显示有关 NT 对象管理器命名空间的信息。Winobj 似乎类似于 Microsoft SDK 的同名程序,但 SDK 版本存在许多重大的程序错误,这些错误会妨碍它显示准确的信息(例如,其句柄和引用计数信息被完全中断)。此外,我们的 WinObj 支持的对象类型更多。最后,2.0 版本的 WinObj 在用户界面方面有所增强,它知道如何打开设备对象,并允许您使用本机 NT 安全编辑器查看和更改对象安全信息。   WinObj 没有设备驱动程序组件,您可以像任何 Win32 程序一样运行 WinObj。-WinObj is a 32-bit Windows NT program, which uses the native Windows NT API (provided by NTDLL.DLL) to access and display information on the NT Object Manager namespace. Winobj seems the same name as the program similar to Microsoft SDK, SDK version there are many significant procedural errors, these errors will prevent it from display accurate information (for example, its handle and reference counting information is completely interrupt). In addition, our WinObj supported object types. Finally, version 2.0 WinObj in the user interface has been enhanced, it knows how to open the device object, and allows you to view and change object security information using native NT security editor. WinObj device driver components, you can like any Win32 programs run WinObj.
Platform: | Size: 458752 | Author: zec240 | Hits:

[VC/MFC4401136.8155992016(1)

Description: 内容简介: Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口,不仅可以用来开发出大型的软件,而且是了解操作系统运行细节的最佳方式。本书从编写应用程序的角度,从“Hello World!”这个简单的例子开始到编写多线程、注册表和网络通信等复杂的程序,通过60多个实例逐渐深入Win32汇编语言的方方面面。本书作者罗云彬拥有十余年汇编语言编程经验,是汇编编程网站http://asm.yeah.net和汇编编程论坛http://win32asm.yeah.net的站长。本书是作者多年来编程工作的总结,适合于欲通过Win32汇编语言编写Windows程序的读者。 -SYNOPSIS: 32-bit Windows environment, assembly language is a new programming language. It uses the same API interface C++ language, not only can be used to develop a large-scale software, and understand the details of the operating system is running the best way. Book from the point of view of the preparation of applications from the " Hello World!" This simple example, start to write multi-threaded, registry, and network communication complex procedures, all aspects of the Win32 assembly language by more than 60 instances gradually deepening. The author Luo Bin has more than ten years of assembly language programming experience, is a compilation of the programming website http://asm.yeah.net and to assembly programming the forum http://win32asm.yeah.net the captains. The book is a summary of programming work over the years, and is suitable for readers to write Windows programs- via Win32 assembly language.
Platform: | Size: 2814976 | Author: ww.ch | Hits:

[Process-ThreadThread-Synchronization

Description: 调用SDK win32 api来编写多线程的程序,很好地说明了线程同步问题,通过稍微的更改原程序,就可以是原来没有考虑线程同步问题的程序解决同步问题。该源代码给出了最终完整代码,很有帮助学习。-SDK win32 api to write multi-threaded programs is called a good illustration of the thread synchronization problem, through slight changes to the original program, the original did not consider the program for thread synchronization problems to solve synchronization problems. The source code is given final complete code, helpful learning.
Platform: | Size: 528384 | Author: 海子 | Hits:

[VC/MFCWindows-programming

Description: 有经验的Windows程序员都知道,如果在工作中遇到了技术难题。最好的解决办法就是去查Petzold的书。是的,《Windows程序设计》内容博大精深。阐述透彻流畅,是毋庸置疑的Windows程序设计的权威著作,也是享誉世界的微软技术大师、Windows先驱奖得主Charles Petzold的代表作。多少年来,一代又一代Windows程序员受惠于《Windows程序设计》,无数在Windows上运行的程序都不同程度地受到了《Windows程序设计》的影响。今天,Win32 API之上已经有了各种框架使我们的开发工作更加方便。但是Petzold著作的魅力不减。仍然在不断重印。原因很简单。正如一位读者说的,Win32 API依旧是Windows的基础。不经过《Windows程序设计》的洗礼,你很难说自己已经真正进入Windows程序设计技术的圣殿。-Experienced Windows programmer knows, if the technical problems encountered in the work. The best solution is to check Petzold' s book. Yes, Windows programming content is profound. Elaborated thoroughly smooth, authoritative book design is no doubt that Windows programs, is also a world-renowned master of Microsoft Windows Pioneer Award winner Charles Petzold' s masterpiece. Over the years, generation after generation of Windows programmers to benefit from the " Windows programming, Windows programming" countless programs that run on Windows are affected to varying degrees. Today, Win32 API on top of already have various frameworks to make development work more convenient. But Petzold writings charm. Still continue to be reprinted. The reason is simple. As one reader said, Win32 API is still the basis of Windows. Not after the baptism of the Windows programming, you can hardly say that they have truly entered the temple of the Windows programming techniques.
Platform: | Size: 6234112 | Author: 东方文 | Hits:

CodeBus www.codebus.net