12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typedef bit BOOL sbit rs=P2^0 sbit rw=P2^1 sbit e =P2^2 BYTE code dis[]={"www.zansi.com"} delay(BYTE ms) {
标签: include unsigned intrins typedef
上传时间: 2016-04-25
上传用户:zsjinju
采用jsp+servlet+javabean,jsp负责少量的页面处理,以servlet为主。 结构清晰明了,未对页面做美工处理,因此html和javascript代码很少, 详细介绍了jdbc的常用api以及数据库中的表的级联。 开发调试平台为jbuilder9+tomcat4,在resin和weblogic下测试通过。 数据库平台为ms sql server2000 数据库连接池为apache组织下jakarta项目组开发的commons-dbcp 1.0
上传时间: 2014-01-08
上传用户:ccclll
ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it s useful to implement "View file" feature in your Delphi/C++Builder application. The following view modes are implemented: Text, Binary, Hex, Unicode: all files, of unlimited size. Plain file dump is shown. Used ATBinHex component: only visible part of file is loaded into memory. Modes are suitable for huge files and files of unknown type. RTF/UTF-8: RTF and UTF-8 encoded texts. File is shown using RichEdit control. Image: all general image formats: BMP JPG ICO GIF PNG... File is shown using ATImageBox component. Multimedia: all file types supported by ms Windows Media Player: AVI MPEG WMV MP3... File is shown using WMP ActiveX control. Internet: all file types supported by ms Internet Explorer: HTML XML DOC XLS... File is shown using msIE ActiveX control. Plugins: all files supported by Total Commander Lister plugins.
标签: component ATViewer Builder various
上传时间: 2013-12-24
上传用户:小鹏
象编程序用 Turbo C 一样, 现在有很多人设计电路图和电路板仍然在用 DOS 版本的 Protel 3.31. 可惜当时的软件支持的分辨率只有 640x480, 通过对 Protel 驱动程序一番研究,终于实现了高分辨率显示。 1.01 版本的驱动包括: 800x600, 1024x768, 1280x1024, 1600x1200 分辨率的驱动, 已经能够满足大多数情况的要求了。 已经在 PC-DOS, ms-DOS, Windows 95, Windows 98, Windows XP 下测试通过。 理论上支持所有 VESA 标准的显卡, 目前绝大多数的显卡都符合 VESA 标准。 在 nVidia, ATi, Trident, S3 等芯片的显卡上测试通过。 如果个别版本的显卡Windows驱动会影响DOS高分辨率的执行,在纯DOS下运行就没问题了 ① 增加高分辨率驱动: 1280x1024, 1600x1200. ② 加快了速度, 同样分辨率的驱动, 比原版本的速度快一倍以上! 【安装方法】 ① 把驱动 *.drv 复制到 Protel 文件夹 ② 运行 Protel 自带的 graphset.exe 设置 含有源代码
上传时间: 2014-01-15
上传用户:xaijhqx
采用JSP,JDBC,JavaBean,Servlet作为主要开发技术,以tomcat为应用服务器,使用ms SQL-Server2000作为数据库,进行开发、部署。
上传时间: 2016-06-19
上传用户:asdkin
仓库管理数据库设计 初始条件: 某供应部门管理多个仓库,仓库主要管理物资的入库、出库、库存和采购等事项。 要求完成的主要任务: 根据上述的初始条件,进行调查分析并设计适当的属性。设计一个仓库数据库,DBms可选ms SQL Server、Access、VFP等。
上传时间: 2014-01-23
上传用户:Yukiseop
DOS SOURCE CODE,DOS-C started in 1988 as an experiment in writing device drivers in C for Microsoft s ms-DOS.
标签: experiment Microsof in started
上传时间: 2014-01-23
上传用户:chenjjer
This ZIP archive includes the sources (and executable) for the FileTest utility, written by Ladislav Zezula. The archive also includes the source of a general purpose "Utils" lib which contains some generally useful functions and is also necessary to build the executable. The project and library are made for ms Visual C 6.0 and Visual Studio 7.0. All necessary headers should be included (you will not need to include NT DDK or IFS headers).
标签: executable the FileTest includes
上传时间: 2014-01-25
上传用户:ccclll
本套光盘提供了本书各章实例的所需的部分源程序文件以及数据库文件。读者 需要使用JDK 1.4(必需)版,可以在java.sun.com上下载、SQL Server 2000以及ms Access2002、Oracle等工具才能顺利运行本程序。
上传时间: 2013-12-21
上传用户:清风冷雨
SQL(Structured Query Language,结构查询语言)是一个功能强大的数据库语言。SQL通常使用于数据库的通讯。ANSI(美国国家标准学会)声称,SQL是关系数据库管理系统的标准语言。SQL语句通常用于完成一些数据库的操作任务,比如在数据库中更新数据,或者从数据库中检索数据。使用SQL的常见关系数据库管理系统有:Oracle、 Sybase、 Microsoft SQL Server、 Access等等。虽然绝大多数的数据库系统使用SQL,但是它们同样有它们自立另外的专有扩展功能用于它们的系统。但是,标准的SQL命令,比如"Select"、 "Insert"、 "Update"、 "Delete"、 "Create"和 "Drop"常常被用于完成绝大多数数据库的操作。ms SQL Server 就是用的Transact- SQL。SQL语言有着非常突出的优点,SQL语言是非过程化的语言、统一的语言、是所有关系数据库的公共语言。
标签: Structured Language Query SQL
上传时间: 2016-07-23
上传用户:zhanditian