Welcome![Sign In][Sign Up]
Location:
Search - windows H

Search list

[Picture Viewer图象文件格式Windows编程 张维谷著

Description: 图象文件格式Windows编程 张维谷著解析图像文件格式-image file format Windows programming Zhang Gu Analysis with Image File Format
Platform: | Size: 817152 | Author: 大侠 | Hits:

[GUI DevelopWindows编程基础--窗体篇

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:

[Multimedia Developx264-windows

Description: X264,H.264编码器源代码,在windows下用VC编译通过,-X264, H.264 encoder source code, under the windows with VC compile,
Platform: | Size: 776192 | Author: 小熊 | Hits:

[OS programhal

Description: windows hal 源代码,内核级代码-windows hal source code, kernel-level code
Platform: | Size: 2048 | Author: david | Hits:

[Linux-Unixcerti-3.2.5pre4-Windows-Win32DevC++

Description: certi 是开源的HLA-rti软件,现在向windows过渡-certi is HLA-rti open source software, and now the transition to the windows
Platform: | Size: 2590720 | Author: 周德召 | Hits:

[Program docH[1].264_tutorials

Description: h.264 技術規格 使用 windows word 閱讀-h.264 technical specifications to use windows word reading
Platform: | Size: 1844224 | Author: 劉德華 | Hits:

[Ftp ClientMyFtpServ

Description: 一个简单的FTP的源码 编译环境:VC6.0. 编译方法:编译前先将本机上的VC98文件夹下的winsock.h搜索到并删除, 然后开始编译,并将windows.h文件中的以下语句删除: #else #include<winsock.h> 最后编译就可以通过了。 使用方法:将本工程const.h文件中的相应设置进行更改,就可以用leapftp进行连接了 (目前尚不能支持其他的ftp客户端软件)-A simple FTP source compiler environment: VC6.0. Compilers Methods: compiled before the first machine Vc98 this folder and delete winsock.h search, and then began to compile and document the following windows.h delete statement:# else# include <winsock.h> final compiler can be adopted. Usage: const.h this project will document the corresponding change settings, you can use to connect the leapftp (currently not yet support other ftp client software)
Platform: | Size: 15360 | Author: Alex Zhou | Hits:

[Windows Developinttypes.h_stdint.h

Description: 在X264等视频编码中至关重要的两个头文件inttypes.h和stdint.h。往往都会缺少。可以放在工程目录下-X264 video coding, such as in the crucial two and inttypes.h header file stdint.h. Often lack. Can be put on the project directory
Platform: | Size: 6144 | Author: suzhounoman | Hits:

[Windows Developtest

Description: #include "windows.h" #include "stdlib.h" #include "string.h" long WINAPI WndProc(HWND hWnd,UINT iMessage,UINT wParam,LONG lParam)
Platform: | Size: 1024 | Author: dan | Hits:

[OpenGL programNeHeOpenGL

Description: NEHE教程所有源码,对学习OpenGL的初学者有很大的帮助。-#include <windows.h> // Header File For Windows #include <gl\gl.h> // Header File For The OpenGL32 Library #include <gl\glu.h> // Header File For The GLu32 Library #include <gl\glaux.h> // Header File For The Glaux Library HDC hDC=NULL // Private GDI Device Context HGLRC hRC=NULL // Permanent Rendering Context HWND hWnd=NULL // Holds Our Window Handle HINSTANCE hInstance // Holds The Instance Of The Application bool keys[256] // Array Used For The Keyboard Routine bool active=TRUE // Window Active Flag Set To TRUE By Default bool fullscreen=TRUE // Fullscreen Flag Set To Fullscreen Mode By Default LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM) // Declaration For WndProc GLvoid ReSizeGLScene(GLsizei width, GLsizei height) // Resize And Initialize The GL Window { if (height==0) // Prevent A Divide By Zero By { height=1 // Making Height Equal One } glViewport(0,0,width,height)
Platform: | Size: 11925504 | Author: 任龙 | Hits:

[Streaming Mpeg4high-profile-decode-h.264-Opt

Description: In this thesis, the performance analysis of the H.264 decoder for decoding of high profile high definition data is done for the Pentium 4 processor and accordingly the optimization techniques based on single instruction multiple data and Windows based multithreading have been implemented. The comparison of optimized version of the H.264 decoder with the non-optimized version shows significant speed improvements after optimization thus making a contribution to the implementation of real-time decoding of high definition data encoded using H.264 high profile encoder.
Platform: | Size: 807936 | Author: junk | Hits:

[BooksADSandEasyJTAG-H

Description: 有关ADS集成开发环境和EASYJTAG-H仿真器的使用。ADS集成开发环境是ARM公司推出的ARM核微控制器集成开发工具,英文全称为ARM Developer Suite,成熟版本为ADS1.2。ADS1.2支持ARM10之前的所有ARM系列微控制器,支持软件调试及JTAG硬件仿真调试,支持汇编、C、C++源程序,具有编译效率高、系统库功能强等特点,可以在Windows98、Windows XP、Windows2000以及RedHat Linux上运行。 这里将简单介绍使用ADS1.2建立工程,编译连接设置,调试操作等等。最后还介绍了基于LPC2131系列ARM7微控制器的工程模板的使用,EASYJTAG-H仿真器的安装与使用。-The ADS integrated development environment and emulator EASYJTAG-H use. ADS integrated development environment is introduced by ARM' s ARM-core MCU integrated development tool, the English called the ARM Developer Suite, mature version ADS1.2. ADS1.2 supports all ARM family before the ARM10 micro-controller, support software debugging and JTAG debug hardware emulation, support assembly, C, C++ source with compiler efficiency, system library functions and other properties, you can Windows98, Windows XP , Windows2000 and RedHat Linux running on. Here' s a brief introduction to use ADS1.2 building projects, compile connection settings, debugging operation and so on. Finally introduced the series of ARM7-based LPC2131 microcontroller project template to use, EASYJTAG-H Emulator installation and use.
Platform: | Size: 524288 | Author: noname | Hits:

[OpenGL programlab

Description: #include <windows.h> //biblioteca do windows... #include <GL/gl.h> //biblioteca gl.h #include <GL/glut.h> //biblioteca glut - ferramentas adicionais-#include <windows.h> //biblioteca do windows... #include <GL/gl.h> //biblioteca gl.h #include <GL/glut.h> //biblioteca glut - ferramentas adicionais
Platform: | Size: 3190784 | Author: hugo | Hits:

[source in ebookwindows

Description: //Windows.h文件中包含应用程序中所需的数据类型和数据结构的定义-//Windows.h file contains the data required in the application type and data structure definitions
Platform: | Size: 1024 | Author: 无忧 | Hits:

[Windows CEH.264

Description: Windows CE 应用程序 : H264CE编码 -Windows CE applications: H264CE coding
Platform: | Size: 2070528 | Author: x | Hits:

[Education soft systemstudent

Description: 学生成绩管理系统 该程序的主要功能为: 0主菜单,1输入学生记录,2插入学生记录,3修改学生记录,4删除学生纪录, 5查询修生记录,6使用帮助文档。另外,该程序主要调用了:I/O函数(stdio.h),其他说明(stdib.h),字符串函数(string.h),屏幕操作函数(conio.h),字符操作函数(ctype.h),清屏函数(windows.h),定义常数。-Student achievement management system
Platform: | Size: 1241088 | Author: dan | Hits:

[Embeded LinuxGPS

Description: 基于ARM的GPRS车载系统源程序 /******************************************************************************* ** Function: Get GPS Communication Port from GPSPort.ini ** ** In: char buffer ** ** Out: set the char buffer ** ** Date: 2007-8-1 Author: Owen.Lu ** *******************************************************************************/-#include <windows.h> #include "stdio.h" #include "time.h" #include "string.h" #include "assert.h" #include "gps.h" #include "math.h" DCB dcb COMMTIMEOUTS timeouts COMSTAT ComStat HANDLE idComDev unsigned int testCycle = 0 volatile char gpsMessage[1030][2] = {0} volatile int buffHead = 0 volatile int buffEnd = 0 DWORD WINAPI receiveGPSProc(LPVOID) //receive gps data DWORD WINAPI analyseGPSProc(LPVOID) //analyse gps data /******************************************************************************* ** Function: Get GPS Communication Port from GPSPort.ini ** ** In: char buffer ** ** Out: set the char buffer ** ** Date: 2007-8-1 Author: Owen.Lu ** *******************************************************************************/ void g
Platform: | Size: 5120 | Author: 月买双 | Hits:

[Multimedia DevelopPlayCap

Description: 采用window的SDK ,使用VC6.0 采用C++写的一段 DirectShow sample code。 适合USB摄像头,需要一些头文件。如下: #include <atlbase.h> #include <windows.h> #include <dshow.h> #include <stdio.h>-With window of the SDK, use the VC6.0 C++ written by a DirectShow sample code. For USB camera, need some header files. As follows:# include <atlbase.h># Include <windows.h># Include <dshow.h># Include <stdio.h>
Platform: | Size: 14336 | Author: danis | Hits:

[Windows CEwicneheaderfiles

Description: wince应用程序开发时缺少的几个头文件,如signal.h,io.h等-lack of application development wince when several header files, such as signal.h, io.h, etc.
Platform: | Size: 4096 | Author: hansq | Hits:

[Multimedia DevelopVfw.h-vfw32.lib

Description: Video for Windows ( VFW ),AVI视频库vfw32.lib及头文件Vfw.h -Video for Windows (VFW), AVI video library and header files Vfw.h vfw32.lib
Platform: | Size: 33792 | Author: USA911 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 28 »

CodeBus www.codebus.net