Location:
Search - winapi .C
Search list
Description: 在c#中调用windows API-the windows API call
Platform: |
Size: 11368 |
Author: 王会 |
Hits:
Description: Win API(Visual C++)项目和源程序文件,第十六章-Win API (Visual C) projects and the source file, the 16th Chapter
Platform: |
Size: 2290268 |
Author: 祝惠民 |
Hits:
Description: This is the fourth in a series of articles concerning Windows SDK development that I have written over the years. The first three are: 1.Win32 SDK Data Grid View Made Easy [^] 2.Win32 SDK C Tab Control Made Easy [^] 3.Win32 SDK C Autocomplete Combobox Made Easy [^] Several years ago, I wanted to have a simple to use, message based, serial port control that I could employ in my Win32 C projects. I started experimenting with the idea and playing around with the serial port in my spare time, but as so often happens, the project ended up on the shelf when I got busy again. Recently, I came across that project and, with a better understanding of how serial port communications work on Windows, decided to finish it. Since I haven't encountered a serial port wrapper that takes this approach anywhere, I decided to publish it on The Code Project.
Platform: |
Size: 32329 |
Author: xmlinbo@sina.com |
Hits:
Description: 里面包括了绝大多数得winapi函数及其用法介绍,api编程必备!- Inside included the overwhelming majority to result in the
winapi function and its the usage introduced that, api programmed
necessarily!
Platform: |
Size: 26624 |
Author: 李振 |
Hits:
Description: 分网络传输部分、音频输入、音频输出、视频输入、视频输出、音频视频压缩、音频波形显示、界面。共创建个线程,音频输入线程、音频输出线程(这两个有WINAPI隐式创建)、音频视频压缩传送线程和主线程。因为音频的采样率比视频采样率高得多,这里的音频的采样率为8000Hz而视频仅为20左右,所以从宏观来看,音频是连续的,而视频是非连续的,这也就是无须为视频输入输出创建独立线程的原因。- Minute network transmission part, audio frequency input, audio
frequency output, video input, video output, audio frequency video
frequency compression, audio frequency profile demonstration, contact
surface. Altogether founds the line regulation, the audio frequency
input line regulation, the audio frequency output line regulation
(these two has WINAPI to hide type to found), the audio frequency
video frequency compression transmission line regulation and the
master line regulation. Because the audio frequency sampling rate is
much higher than the video frequency sampling rate, here audio
frequency sampling rate is 8000Hz but the video frequency is only
about 20, therefore from macroscopic looked, the audio frequency is
continual, but video frequency right and wrong continual, this also is
does not need for the video input output to found the independent line
regulation the reason.
Platform: |
Size: 612352 |
Author: 许豫飞 |
Hits:
Description: 在c#中调用windows API-the windows API call
Platform: |
Size: 24576 |
Author: 王会 |
Hits:
Description: Win API(Visual C++)项目和源程序文件,第十六章-Win API (Visual C) projects and the source file, the 16th Chapter
Platform: |
Size: 2289664 |
Author: 祝惠民 |
Hits:
Description: c#做的一个自动关机的程序 用到了timer类和winapi的一些东西 实现了自动关机-do an automatic shutdown procedures used and the type of timer winapi something of an automatic shutdown
Platform: |
Size: 247808 |
Author: 孙亮 |
Hits:
Description: EasyClass是针对某大学Web选课子系统一个自动的课程检索程序。EasyClass允许用户对希望关注的课程自动检测空位,并且可以帮助学生自动选课。EasyClass根据课程号,模拟手动方式查询课程选课情况,从选课系统中提取出被关注课程的选课人数,通过对比后分析出该课程是否尚存空位,若可选,则对用户作出通报,或者直接把课程选上,从而实现完全自动化选课。主要是通过使用Borland C++Builder 6 内带的控件TNMHTTP和TCppWebBrowser,配合WinAPI函数和一些常用的控件开发出来的。TNMHTTP控件可以对外发出http协议请求,并且把返回结果内容的纯文本代码;而TCppWebBrowser就是浏览器控件,可以实现类似IE的效果。压缩包内含开发文档。-EasyClass against a university Web subsystem an automatic Elective courses retrieval procedures. EasyClass allows users to hope that the courses concerned automatic detection space, and can help students automatically Course. EasyClass based curriculum, simulation manually inquiries Elective courses, classes from the system extracted courses were concerned about the number of classes, through comparative study of the analysis of whether or not the programs surviving vacancy, if optional, the user make informed, or courses directly elected, so as to achieve a fully automated Elective. Mainly through the use of Borland C Builder within six with the controls and TCppWebBrowser TNMHTTP, with WinAPI function and some frequently used controls developed. TNMHTTP external controls can be issued ht
Platform: |
Size: 1051648 |
Author: 付富 |
Hits:
Description: Windows编程基础--窗体篇
现在Windows已经成为世界上使用最广泛的操作系统,这使得学习Windows编程变得十分重要.和学习其他
编程语言一样,我们也从一个最简单的例子开始学习Windows编程.这个例子将建立一个Windows窗体并在窗体中间显示"HELLO"字符串(见图1).
1.程序的开始和结束
和C语言中的main()函数一样,Windows程序是从WinMain()函数开始和结束的.WinMain()函数是在WINBASE.H中定义的,其原形如下:
int WINAPI WinMain(
HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nShowCmd
)
其中第一个参数(HINSTANCE hInstance)是程序的实例句柄,这个实例句柄是程序的唯一标识.第二个参数(HINSTANCE hPrevInstance)是用做检查是否有多个程序实例运行,但由于Windows9X和NT(包括更高版本)是32位操作系统,所以这个参数总是NULL.第三个参数(LPSTR lpCmdLine)是一个指向字符串的指针,用来保存运行程序时的命令行参数.第四个参数(int nShowCmd)用来指
Platform: |
Size: 3072 |
Author: 地方随 |
Hits:
Description: win2k下直接用API函数编写串口通讯例程(VC6).RAR。
直接用WINAPI编写的串口通讯例程。-win2k directly with the preparation of API routines Serial Communication (VC6). RAR. Direct WINAPI prepared by the serial communication routines.
Platform: |
Size: 69632 |
Author: kugui_guo |
Hits:
Description: 一个用WinAPI编写的Socket聊天程序,可以用来看到Windows通信的底层。-a prepared using WinAPI Socket chat program, Windows can be used to see the bottom of communication.
Platform: |
Size: 71680 |
Author: 刘铁 |
Hits:
Description: api函数大全
文件列表:
api32.pbl
PB常用API.pdf
VBAPI.chm
Winapi.hlp
winapi32.chm-api function Daquan documents list : api32.pbl PB common API.pdf VBAPI.chm Winapi.hlp w inapi32.chm
Platform: |
Size: 1823744 |
Author: sense |
Hits:
Description: 如果通过VC++编写的DLL欲被其他语言编写的程序调用,应将函数的调用方式声明为__stdcall方式,WINAPI都采用这种方式,而C/C++缺省的调用方式却为__cdecl。这个工程为你演示了__stdcall调用的例子。-prepared by the DLL in order to be prepared in other languages procedure call, shall function call statement of the way __stdcall, WINAPI have adopted this approach, C/C default mode has called for __cdecl. The project for your demonstration of __stdcall calling example.
Platform: |
Size: 63488 |
Author: zhengyan |
Hits:
Description: visual c++ programs refer to winAPI
Platform: |
Size: 676864 |
Author: peter tsai |
Hits:
Description: Windows自定义消息传递机制 实现WinAPI Windows封装-Windows custom messaging mechanisms WinAPI Windows package
Platform: |
Size: 15360 |
Author: lixw |
Hits:
Description: 新编windows api大全,sdk编程者必备之资料,chm格式,方便查阅-A New windows api Daquan, sdk programmers must have the information, chm format, for easy access
Platform: |
Size: 677888 |
Author: 李铮 |
Hits:
Description: This is a text redactor on WinApi C++.
Options:
1)open the file
2)save
3)save as
4)exit
Platform: |
Size: 4096 |
Author: Dmitriy |
Hits:
Description: Windows API 3.0 电子参考书-Windows API 3.0 CHM for C/C++
Platform: |
Size: 676864 |
Author: zhaoxd |
Hits:
Description: 利用winapi c语言实现的网络对战井字棋游戏(One online Tic-Tac-Toe game using winsock and winapi.)
Platform: |
Size: 24688640 |
Author: Jacky10
|
Hits: