Welcome![Sign In][Sign Up]
Location:
Search - html api download

Search list

[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:

[FlashMXActionScript编程实例

Description: Chapter 2: Getting Started Hello World Hello World Enhanced A simple "Hello World" application that shows the basics of how to use an ActionScript 3.0 class in an application. The Enhanced version adds a name-checking feature. These examples are meant to be built from scratch, tutorial-style. The example files are provided so you can see how they should look when completed. Chapter 4: Object-Oriented Programming Geometric Shapes Uses the object-oriented concepts of class inheritance and the implementation of interfaces to provide an application that calculates values for simple geometric shapes. Chapter 5: Display Programming Sprite Arranger Adds graphical Sprite objects to a drawing area and let you manipulate their placement in the display list. Builds upon the classes from the geometric Shapes example. Chapter 6: Working with Dates and Times Simple Clock Displays a simple analog clock face using methods of the Date and flash.util.Timer classes. Chapter 7: Working with Strings ASCII Art Loads bitmap images and coverts them into ASCII character equivalents, using a number of the methods in the String class. Chapter 8: Working with Arrays Play List Demonstrates a number of methods of the Array class while building and presenting a play list of music files. Chapter 9: Handling Errors Custom Errors Presents a simple framework containing a set of custom ApplicationError classes and shows how to throw, catch, and handle such errors. Chapter 10: Using Regular Expressions Wiki Editor Uses regular expressions to convert text containing wiki-style codes into formatted HTML text. Also shows how to use regular expressions for other conversions, such as numeric calculations. Chapter 11: Working With XML RSS Viewer Reads an RSS feed and formats the entries as HTML, including hyperlinks to the stories being referenced. This example shows the powerful new E4X statements and operators in action. Chapter 13: Event Handling Alarm Clock Demonstrates how to define, dispatch, and handle custom event classes. Extends the Simple Clock application to create an Alarm Clock with specialized AlarmEvents. Chapter 14: Networking and Communications File I/O Shows how to use the FileReference class to upload files from your local disk to a remote server, and how to download files from a remote server to your local disk. Note: To run this example you will need to set the UPLOAD_URL and DOWNLOAD_URL variables in the code to the address of a web server that will accept uploads and allow downloads. Telnet Socket Connects to a Telnet server and shows how to send and read bytes from the socket connection. Note: To run this example you will need to have access to a running Telnet server. Chapter 15: Working with Geometry Display Object Transformer Uses methods of the flash.geom.Matrix class to apply multiple geometric transformations to a DisplayObject. Chapter 16: Client System Environment Capabilities Info Lists the capabilities of your current browser and operating system, by using the SystemCapabilities class and an ExternalInterface call that uses Javascript to retrieve browser properties. Chapter 19: Using the External API IntrovertIM_CSharp IntrovertIM_HTML A tiny instant messenger application the uses the flash.external.ExternalInterface class to send messages between a Flex/ActionScript application and an external application. Two versions are provided. One uses HTML and Javascript for the external application, and the other uses C#.
Platform: | Size: 458790 | Author: swj_tommy@tom.com | 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:

[Other Gamesjavamail-1_3_3_01

Description: This release includes versions of the JavaMail API implementation, IMAP,MTP, and POP3 service providers, some examples, and documentation for the JavaMail API. Please see the FAQ at http://java.sun.com/products/javamail/FAQ.html-This release includes versions of the Java Mail API implementation, IMAP, MTP. POP3 and service providers, some examples. and documentation for the JavaMail API. Please see the FAQ at http :// java.sun.com/products/javamail/FAQ.htm l
Platform: | Size: 2387968 | Author: lyva1982 | Hits:

[Internet-NetworkservletAPI

Description: servlet api全解 This document is built from the HTML documentations available at java.sun.com. It is regularly updated, when new versions of original documentations become available. To download updates and many other WinHelp and HTMLHelp Java documentations for free, visit Franck Allimant s web site : http://www.confluent.fr/javadoc/indexe.html (in English) http://www.confluent.fr/javadoc (in French)-This document is built from the HTML documentations available at java.sun.com. It is regularly updated, when new versions of original documentations become available. To download updates and many other WinHelp and HTMLHelp Java documentations for free, visit Franck Allimant s web site : http://www.confluent.fr/javadoc/indexe.html (in English) http://www.confluent.fr/javadoc (in French)
Platform: | Size: 247808 | Author: LiaoqianFu | Hits:

[JSPj2ee14

Description: j2ee1.4—api帮助文档,帮助初学者熟悉学习javaee api.-This document is built from the HTML documentations available at java.sun.com. It is regularly updated, when new versions of original documentations become available. To download updates and many other WinHelp and HTMLHelp Java documentations for free, visit Franck Allimant s web site :
Platform: | Size: 3771392 | Author: 张伟 | Hits:

[JSP/JavaJava2Word

Description: 可以让java操作word文档的api,解压缩Java2Word.rar后,有一个Doc目录,打开里面的index.html就可以看到中文的api文档了,只要看Document就可以了。有一个examples目录,里面全部都是例子代码,可以参考一下 。还有一个Java2Word.jar包,只要把它放到WEB-INF/lib下就可以使用了。 -Can operate word document java api, after extracting Java2Word.rar, there is a Doc directory, open the index.html inside can see the api documentation in Chinese, and just have to look Document on it. An examples directory, which are all examples of code for reference. There is also a Java2Word.jar package, as long as it is placed under WEB-INF/lib can use.
Platform: | Size: 75776 | Author: peng | Hits:

[Windows Developmvbcti_free

Description: MVBCTI控件简介 * * * * MVBCTI OCX是基于Activex技术的标准控件,可以在任何支持OCX控件的编程语言中使用, * * 如VB/VC/Delphi/C++Builder/VFP/VS/Powerbuilder/C#/Javascript等。 * * * * MVBCTI OCX在一个控件中实现了CTI和IVR SERVER两个接口,并有独立的初始化和终止方法。 * * 开发者可以使用MVBCTI控件的IVR接口在Windows平台上开发基于MVB2000的IVR和拨号计划, * * 使用CTI接口控制和监视MVB2000的运行,通过非常简单的代码实现来电弹屏、点击拨号、强 * * 插、强拆、质检、会议、示忙、上线等专业坐席功能。-Do you have some problem with asterisk manager API and FastAGI in windows system? We now made a ActiveX control named as MVBCTI.It includes both Manager API and FastAGI server. We supply free edition and professional edition.You can use free edition to build application with popupscreen , clickdial,hangup,getdevicestatus functions.The professional edition have more functions and events than free. If you want to use the professional edition of MVBCTI,you need pay some fee. You can download the free edition and API document from http://www.ipxchina.cn/ziliao1.html. These are some sample codes. Using MVBCTI ActiveX for CTI and IVR SERVER
Platform: | Size: 475136 | Author: mvb | Hits:

[Browser Clientwebbrowser

Description: PB调用Microsoft web browser control使用方法-Webbrowser This program shows how to use the . It uses the Web Browser control s Design Mode to allow you to easily create HTML documents. Click here to download the PowerBuilder sample: WEBBROWSER.ZIP Win API Functions used: CloseHandle CreateFile GetDesktopWindow ReadFile ShellExecute
Platform: | Size: 233472 | Author: altob | Hits:

[Email Clientemailsmtp

Description: EmailSMTP,使用PB开发,调用SMTP协议发送邮件-EmailSMTP This program sends E-Mail using the SMTP protocol. The SMTP object inherits from my Winsock object. It supports HTML formatted messages and attachments. Images embedded within HTML messages are also supported. Just use src="cid:attach.#" in the IMG tag where# is the attachment number it refers to. It also has optional logging to Jaguar.log so is suitable for deployment to EAServer. Please note that the Win API function CryptBinaryToString used to base64 encode non-text attachments requires Win XP, Win Server 2003 or later. Also included is a sample .reg file you can use to force FindMimeFromData to recognize an oddball file extension as plain ANSI text. Just edit the file and change all occurrences of ext to your file extension. If a text file is not recognized as text, it will be sent base64 encoded. This won t hurt anything but it will make the file 33 larger. Click here to download the PowerBuilder sample: EMAILSMTP.ZIP Win API Functions used:
Platform: | Size: 142336 | Author: altob | Hits:

[JSP/Javahtml_zh_CN

Description: Java API zip格式 要的就是这种效果-Java API zip format to this effect is
Platform: | Size: 36295680 | Author: 李念 | Hits:

[JSP/JavajQuery-1.6-api

Description: jQuery1.6版本,html格式中文文档,离线版。需要的赶快下载。-jQuery1.6 version, html format for Chinese documents offline. Need to quickly download.
Platform: | Size: 1895424 | Author: fangmin | Hits:

[JSP/JavaTetris-games-and-API-package

Description: 包含java俄罗斯方块的源代码和api包,另外有相关视频,下载网址:http://club.topsage.com/thread-215891-1-1.html-Tetris contains java source code and api package, another related video download site: http://club.topsage.com/thread-215891-1-1.html
Platform: | Size: 373760 | Author: 筱飒 | Hits:

[CSharpCore4

Description: Py.Core提供了以下的功能: - 字符串/日期/数字/正则表达式/文件/数据检查/类型转换 等常见操作。 - 缩略图/验证码/水印 等图片操作。 - 排序/搜索/加密/遍历 等常用算法。 - 日志功能(内置包括向 屏幕、窗口、文件、数据库 输出日志的工具)。 - HTML/INI/ZIP 压缩/JSON/XML/常用集合 等文件或数据结构的处理。 - FTP/上传/下载/邮件/登陆网站 等网络功能 。 - 最完整的数据库操作辅助类 。 - 对于 C/S 结构,获取 CPU/IME 输入法/Memory 内存 等信息, 简化对 图标/键盘钩子/Win32 API 的操作。 - 对于 B/S 结构,获取 访客/服务器 等信息, 简化对 B/S 常见的操作。 - 函数性能测试等辅助工具。-Py.Core provides the following functions:- string/date/number/regular expression to the common operation of the data/files/check/type conversion.- Thumbnails/validation/watermarks and other image manipulation.- Sort/search/encryption/traverse the commonly used algorithms.- The log function (built-in tools to screen, window, file, database output log).- HTML/ini/ZIP compression/JSON/XML/commonly used collection and other documents or data structures processing.- FTP/Upload/download/mail/visit the Web site and other network functions.- The most complete database operations helper classes.- C/S structure to obtain information on the CPU/IME input method/Memory memory, simplifying the operation of the icons/keyboard hook/the Win32 API.- B/S structure, access to visitors/server information, and simplify the operation of the B/S common.- Function performance tests and other aids.
Platform: | Size: 11936768 | Author: 郭启洋 | Hits:

[WEB Codejqrkf_v1.0

Description: 青团网机器人客服,使用小黄鸡api接口开发 开启聊天模式输入:说话 开启客服模式输入:闭嘴 客服名称可以自定义 下载后,编辑web.php文件,按照要求,输入注册的接口账号和密码 上传至您的服务器 index.html即为模版文件 测试地址:http://robot.youngt.com-Youth network customer service robot, using the interface development of chicken API Open chat mode input: speak Open customer service mode input: shut up Customer service name can be customized After download, edit the web.php file, in accordance with the requirements of the registration interface to enter the account and password Upload to your server Index.html is the template file Test address: http://robot.youngt.com
Platform: | Size: 4096 | Author: 黄诗文 | Hits:

[Other姬长信APIphp html源码

Description: 随机图片api,有二次元、美女、壁纸等。有需要的可以下载来看看,另外里面有演示(Random pictures API, there are two dimension, beauty, wallpaper and so on. Yes, we can download it, and there's a demo)
Platform: | Size: 500736 | Author: cokaka | Hits:

[Multimedia DevelopDelphiXE微信支付&支付宝支付到个人账户源代码

Description: DelphiXE微信支付&支付宝支付到个人账户源代码 官网 http://www.htsoft.com.cn/htsoft/DelphiXEWeiXin_ZhiFuBao_ZhiFu.html 下载 http://www.htsoft.com.cn/download/DelphiXEWeiXin_ZhiFuBao_ZhiFu.rar 在开发公众号、小程序、网站等过程中,经常需要使用到微信支付,而微信支付又涉及到繁琐的签名加密,验证签名、回调等,需要熟读官方API,特别费神。因此就专门开发了微信支付控件(delphi),使用该控件,以后需要微信支付功能就可以通过简单设置几个参数直接使用,无需再进行繁琐开发(从此不再受那奴役苦)。
Platform: | Size: 1599258 | Author: chenlongsoft | Hits:

CodeBus www.codebus.net