搜索结果
找到约 280 项符合
overlapped-add 的查询结果
Internet/网络编程 由Visual C++ 4.2开发的一个DLL
由Visual C++ 4.2开发的一个DLL,它扩展了ISAPI,允许你指定路径访问服务器。例如你的服务器名为MOOSEBOY,且ADD.DLL安装在Web服务器的根目录,你就可以使用URL:http://mooseboy/add.dll?
其他 Lotus Notes开发用的在线DHTML编辑器,基于Active X control 1. This rich text editor is based on the editor used
Lotus Notes开发用的在线DHTML编辑器,基于Active X control
1. This rich text editor is based on the editor used in an older sandbox posting I found. The majority of this code was NOT written by me. Credit goes to someone at Lotus (I think) for the original code. I only extended the base
code to add m ...
Jsp/Servlet This example application requires several components to be setup and configured before running. It
This example application requires several components to be setup and configured before running. It
is assumed that you understand how to setup a Web application and add the components below.
编辑器/阅读器 ResOrg 图形化管理Vc项目的资源ID的工具的源代码。 ResOrg - Manage and Renumber Resource Symbol IDs Introduction The
ResOrg 图形化管理Vc项目的资源ID的工具的源代码。
ResOrg - Manage and Renumber Resource Symbol IDs
Introduction
The Resource ID Organiser (ResOrg for short) is an Add-in for Visual C++ designed to help overcome one of the most annoying (and unnecessary) chores of developing/maintaining Windows applic ...
家庭/个人应用 Family Tree This a geneology program for entering your family tree. It s a complete working app but
Family Tree
This a geneology program for entering your family tree. It s a complete working app but has no reports within it. You can add pictures and name the individuals in the pictures using a really cool frame and name technique. You can also add census information and lots more.
其他 Protel DXP 2004注册文件,打开DXP 2004
Protel DXP 2004注册文件,打开DXP 2004,点击"add license file",在浏览中找到DXP2004.alf
Delphi控件源码 远程抄表系统的客户端程序 安徽六安项目-客户端程序 0 开发环境 Delphi 7.0 所需控件 mxOutlookBar 数 据 库 Sybase 11.5 1 04-12-
远程抄表系统的客户端程序
安徽六安项目-客户端程序
0 开发环境 Delphi 7.0
所需控件 mxOutlookBar
数 据 库 Sybase 11.5
1 04-12-17 根据安徽六安项目需求开发。
2 04-12-31 基本功能模块定义完毕。
05-01-10 开发基本完毕。
3 05-3月下旬 六安现场调试、测试、试运行、正式运行。
4 05-07-19 更改可以远方调试DS ...
驱动编程 AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Em
AR6001 WLAN Driver for SDIO installation Read Me
March 26,2007
(based on k14 fw1.1)
Windows CE Embedded CE 6.0 driver installation.
1. Unzip the installation file onto your system (called installation directory below)
2. Create an OS design or open an existing OS design in Platform Builder 6.0.
a. ...
Java编程 用jAVA实现的一个CPU32位的指令代码
用jAVA实现的一个CPU32位的指令代码,虽然简单点实现move,add,sub id,num等指令,但有比较好的参考学习
文章/文档 创建进度条 jpb = new JProgressBar() jbutton = new JButton("观看演示") jbutton.addActionListener(th
创建进度条
jpb = new JProgressBar()
jbutton = new JButton("观看演示")
jbutton.addActionListener(this)
this.getContentPane().add(jbutton)
//设置进度条的前景色为红色
jpb.setForeground(Color.red)
this.getContentPane().add(jpb)
//给进度条注册事件监听器 ...