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

Search list

[GDI-Bitmap用GDI+转换图形格式

Description: 用GDI+转换图形格式,需要下载相应的GDI+库等,建议将VC SDK升级到最新 升级地址: http://www.microsoft.com/msdownload/platformsdk/sdkupdate/ -graphics interchange format using GDIplus ,which need to download relevent GDI+ LIB.So advice you upgrading your VC SDK to the newest upgrade net.
Platform: | Size: 4003 | Author: 十七郎 | Hits:

[OpenGL programopengl_mksw

Description: opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装 目前的glut库是glut-3.7.6.包含glut.h,glut32.lib,glut32.dll 把glut.h放到 vc的include目录中 把glut32.lib放到vc的lib目录中 把glut32.dll放到system32下 对于vs.net include和lib在..\\vc7\\platformSDK下 参考资料 nehe.gamedev.net 特别经典的opengl教程 www.codeguru.com -opengl as one powerful 3D API, rendering speed, high efficiency. We can achieve our 3D world. The procedures for the use of a glut (download http://www.xmission.com/ ~ nate / glut.html), he embodies gl.h, glu.h glaux.h has also expanded the number of other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, the programming opengl familiar friends can see from the code in AX achieve opengl application with the ordinary procedure is the same. Glut library installation for the current glut of glut - 3.7.6. Included glut.h, glut32.lib, glut32.dll put into vc glut.h include the directory into vc glut32.lib put the lib directory put into glut32.dll for system32 vs.net include and lib in .. \\ vc7 \\ platformSDK under s
Platform: | Size: 74378 | Author: 周立 | Hits:

[OpenGL programOpenGL_ActiveX

Description: opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装 目前的glut库是glut-3.7.6.包含glut.h,glut32.lib,glut32.dll 把glut.h放到 vc的include目录中 把glut32.lib放到vc的lib目录中 把glut32.dll放到system32下 对于vs.net include和lib在..\\vc7\\platformSDK下 -opengl A powerful as the 3D API, playing up speed, high efficiency. We can realize their 3 D world. The procedures for the use of the glut (download to http : / / www.xmission.com/ ~ nate / glut.html) He not only includes gl.h, glu.h glaux.h also expanded some other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, programming opengl familiar friends can see from the code, AX in achieving opengl application with the ordinary procedure is the same. Glut for the installation of the current glut is the glut - 3.7.6. Glut.h included, glut32.lib. glut32.dll put into vc glut.h include the directory put glut32. vc lib into the lib directory put into system32 under glut32.dll for vs . net include and lib in .. \\ vc7
Platform: | Size: 74378 | Author: xian | Hits:

[OS programnetArp

Description: 相信各位都玩过SOCKET编程,用CSocket进行网络通讯非常方便,但有时想搞点底层点东西却非常麻烦,用windows的API最低也只能SOCK_RAW,顶多能看到IP层数据,如果想处理数据链路层的数据就无从下手了,幸好某天发现了winpcap东西。用了它处理底层的东西就非常方便。 winpcap主要有两个dll供程序员直接调用,pcap.dll和packet.dll,本程序主要使用pcap.dll.详细请看代码,本人也是刚接触WinPcap,所以一不定有一些错漏的地方,请各位大蝦不要见笑。 如果程序有编译不过去的地方,请务必先按装winPcap库,更新VC6的PlatformSDK
Platform: | Size: 48370 | Author: iie9615 | Hits:

[Windows Developglut

Description: glut.h 把这个文件\"include\"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。 glut.lib(SGI版)和glut32.lib(微软版),这个文件会被链接到您的程序,所以,把它放到编译器的lib文件夹下。 glut.dll(SGI版)和glut32.dll(微软版),把这个文件放在%WinDir%\\System32文件夹下。 然后拷贝对应的文件到对应的目录: glut32.dll to %WinDir%\\System, //这里或者是System32 glut32.lib to $(MSDevDir)\\..\\..\\VC98\\lib, glut.h to $(MSDevDir)\\..\\..\\VC98\\include\\GL 对于vc2005,则应拷贝到: VC\\PlatformSDK\\Lib和VC\\PlatformSDK\\Include\\GL
Platform: | Size: 150304 | Author: 孔亮 | Hits:

[GDI-Bitmap用GDI+转换图形格式

Description: 用GDI+转换图形格式,需要下载相应的GDI+库等,建议将VC SDK升级到最新 升级地址: http://www.microsoft.com/msdownload/platformsdk/sdkupdate/ -graphics interchange format using GDIplus ,which need to download relevent GDI+ LIB.So advice you upgrading your VC SDK to the newest upgrade net.
Platform: | Size: 4096 | Author: 十七郎 | Hits:

[OpenGL programopengl_mksw

Description: opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装 目前的glut库是glut-3.7.6.包含glut.h,glut32.lib,glut32.dll 把glut.h放到 vc的include目录中 把glut32.lib放到vc的lib目录中 把glut32.dll放到system32下 对于vs.net include和lib在..\vc7\platformSDK下 参考资料 nehe.gamedev.net 特别经典的opengl教程 www.codeguru.com -opengl as one powerful 3D API, rendering speed, high efficiency. We can achieve our 3D world. The procedures for the use of a glut (download http://www.xmission.com/ ~ nate/glut.html), he embodies gl.h, glu.h glaux.h has also expanded the number of other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, the programming opengl familiar friends can see from the code in AX achieve opengl application with the ordinary procedure is the same. Glut library installation for the current glut of glut- 3.7.6. Included glut.h, glut32.lib, glut32.dll put into vc glut.h include the directory into vc glut32.lib put the lib directory put into glut32.dll for system32 vs.net include and lib in .. \ vc7 \ platformSDK under s
Platform: | Size: 132096 | Author: 周立 | Hits:

[OpenGL programOpenGL_ActiveX

Description: opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装 目前的glut库是glut-3.7.6.包含glut.h,glut32.lib,glut32.dll 把glut.h放到 vc的include目录中 把glut32.lib放到vc的lib目录中 把glut32.dll放到system32下 对于vs.net include和lib在..\vc7\platformSDK下 -opengl A powerful as the 3D API, playing up speed, high efficiency. We can realize their 3 D world. The procedures for the use of the glut (download to http :// www.xmission.com/ ~ nate/glut.html) He not only includes gl.h, glu.h glaux.h also expanded some other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, programming opengl familiar friends can see from the code, AX in achieving opengl application with the ordinary procedure is the same. Glut for the installation of the current glut is the glut- 3.7.6. Glut.h included, glut32.lib. glut32.dll put into vc glut.h include the directory put glut32. vc lib into the lib directory put into system32 under glut32.dll for vs . net include and lib in .. \ vc7
Platform: | Size: 132096 | Author: xian | Hits:

[Sniffer Package capturenetArp

Description: 相信各位都玩过SOCKET编程,用CSocket进行网络通讯非常方便,但有时想搞点底层点东西却非常麻烦,用windows的API最低也只能SOCK_RAW,顶多能看到IP层数据,如果想处理数据链路层的数据就无从下手了,幸好某天发现了winpcap东西。用了它处理底层的东西就非常方便。 winpcap主要有两个dll供程序员直接调用,pcap.dll和packet.dll,本程序主要使用pcap.dll.详细请看代码,本人也是刚接触WinPcap,所以一不定有一些错漏的地方,请各位大蝦不要见笑。 如果程序有编译不过去的地方,请务必先按装winPcap库,更新VC6的PlatformSDK -I am sure we all played SOCKET programming, use CSocket for network communication is very convenient, but sometimes want to point at the bottom of things is very troublesome, with the lowest API of windows can only SOCK_RAW, at most able to see IP layer data, if you want to deal with data link layer data can never gain the upper hand, and fortunately found one day things WinPcap. Deal with it on the bottom of things very convenient. WinPcap has two main dll programmers for direct call, pcap.dll and packet.dll, the main use of this procedure pcap.dll. details please see the code, and I was a刚接触WinPcap, so one has some mistakes in the indeterminate place, please not a laughing stock of shrimp. If the program does not have to compile the last place, be sure to press installed Winpcap library updated VC6 the PlatformSDK
Platform: | Size: 48128 | Author: iie9615 | Hits:

[Windows Developglut

Description: glut.h 把这个文件"include"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。 glut.lib(SGI版)和glut32.lib(微软版),这个文件会被链接到您的程序,所以,把它放到编译器的lib文件夹下。 glut.dll(SGI版)和glut32.dll(微软版),把这个文件放在%WinDir%\System32文件夹下。 然后拷贝对应的文件到对应的目录: glut32.dll to %WinDir%\System, //这里或者是System32 glut32.lib to $(MSDevDir)\..\..\VC98\lib, glut.h to $(MSDevDir)\..\..\VC98\include\GL 对于vc2005,则应拷贝到: VC\PlatformSDK\Lib和VC\PlatformSDK\Include\GL-glut.h put this file include to your source code. Usually put this file on your compiler s header files directory gl folder. glut.lib (SGI version) and glut32.lib (Microsoft version), this document will be linked to your procedures, therefore, put it on the compiler s lib folder. glut.dll (SGI version) and glut32.dll (Microsoft version), put the document on the WinDir System32 folder. And copies of the corresponding documents to the corresponding directory: glut32.dll to WinDir System,// here or are System32glut32.lib to $ (MSDevDir ).... VC98lib, glut.h to $ (MSDevDir ).... VC98includeGL for vc2005, should be copied to: VCPlatformSDKLib and VCPlatformSDKIncludeGL
Platform: | Size: 150528 | Author: 孔亮 | Hits:

[OpenGL programOpenGL

Description: Windows环境下安装GLUT的步骤: 1、将下载的压缩包解开,将得到5个文件 2、在“我的电脑”中搜索“gl.h”,并找到其所在文件夹(如果是VisualStudio2005,则应该是其安装目录下面的“VC\PlatformSDK\include\gl文件夹”)。把解压得到的glut.h放到这个文件夹。 3、把解压得到的glut.lib和glut32.lib放到静态函数库所在文件夹(如果是VisualStudio2005,则应该是其安装目录下面的“VC\lib”文件夹)。 4、把解压得到的glut.dll和glut32.dll放到操作系统目录下面的system32文件夹内。(典型的位置为:C:\Windows\System32)-Windows environment to install GLUT steps: 1 Download compressed package will be answered, will be 5 files 2, in the " My Computer" search " gl.h" , and find it in the folder (if it is VisualStudio2005, the installation directory should be below the " VC \ PlatformSDK \ include \ gl folder" ). To extract glut.h get into this folder. 3, the extract obtained glut.lib and glut32.lib static library is located on the folder (if it is VisualStudio2005, while its installation directory should be the following " VC \ lib" folder). 4, the decompression and glut.dll received glut32.dll directory on the following operating systems system32 folder. (Typical for the location: C: \ Windows \ System32)
Platform: | Size: 149504 | Author: zhonlon | Hits:

[Other Gamescjml

Description: 超级玛丽的代码,全win32写个,国人开发-This program is written by a Chinese student,using win32 PlatformSDK only.
Platform: | Size: 2677760 | Author: sunyi | Hits:

[Internet-NetworkPlatformSDK

Description: DES加密,udp加密,log文件,zip操作,iocp服务器-Des,udp,log,zip,iocp
Platform: | Size: 629760 | Author: 季单 | Hits:

[OtherCarC

Description: 取得网卡的一些信息的C代码 运行本程序需要安装Microsoft Platform SDK .这个可以去MS下载 http://www.microsoft.com/msdownload/platformsdk/sdkupdate/ -Some of the information card to obtain C-code to run this program need to install Microsoft Platform SDK. This can go to MS download http://www.microsoft.com/msdownload/platformsdk/sdkupdate/
Platform: | Size: 1024 | Author: hui | Hits:

[JSP/JavajSegue-2.1.1.7092

Description: jSegue是一个用于为本地代码生成Java绑定的工 具;tlb2java 可以生成Java和JNI代码来调用 COM Ole 自动化服务器,h-gen 可以生成C++代码来访问Java并实现本地方法。提供部分绑定:Windows PlatformSDK, GDI, ADO, 和 DAO。 -a jSegue is used to generate native code Java binding tool tlb2java can generate the Java and JNI code to call COM Ole Automation Server, h-gen generate C++ code to access Java and implement the local method. Provide partial binding: Windows PlatformSDK, GDI, ADO and DAO.
Platform: | Size: 1937408 | Author: pudn | Hits:

CodeBus www.codebus.net