1、安装MS SQL Server2000 2、安装PowerBuilder8.0 3、根据《恢复数据库》文档恢复数据库clgl 数据库备份文件\code\database\clgl 数据库表结构文件\code\database\clgl.sql 4、拷贝code下的所有文件到你的硬盘,并将其所有文件取消只读属性 5、打开user.ini,修改文件Database>>ServerName的值 为安装MS SQL Server2000的计算机名称或IP地址; LogPassword的值为sa用户的登录口令 6、使用PowerBuilder8.0打开clgl.pbw文件
标签: codedatabaseclgl PowerBuilder Server 数据库
上传时间: 2013-12-12
上传用户:gonuiln
1、安装MS SQL Server2000 2、安装PowerBuilder8.0 3、根据《恢复数据库》文档恢复数据库clgl 数据库备份文件\code\database\clgl 数据库表结构文件\code\database\clgl.sql 4、拷贝code下的所有文件到你的硬盘,并将其所有文件取消只读属性 5、打开user.ini,修改文件Database>>ServerName的值 为安装MS SQL Server2000的计算机名称或IP地址; LogPassword的值为sa用户的登录口令 6、使用PowerBuilder8.0打开clgl.pbw文件
标签: codedatabaseclgl PowerBuilder Server 数据库
上传时间: 2016-04-03
上传用户:mikesering
The Lite Evaluation/Demonstration Kit is intended to illustrate use of the AN3042. The AN3042 is compliant to the PCI 2.1 Local Bus specification. Included in the kit is a PCI add-in card, Windows drivers, demonstration applications, and documentation of the hardware and software provided. The microprocessor used on the PCI add-in card is the Motorola MPC860. The applications themselves serve as documentation on how to interface with the drivers, and also may be used to test the AN3042 on the user s prototype board.
标签: 3042 Demonstration Evaluation illustrate
上传时间: 2016-04-08
上传用户:二驱蚊器
Nagios is a powerful host and service monitoring program designed to run on most *NIX systems. It is written in C and designed to be fast and flexible. It has the ability to contact administrators via email, pager, or other user-defined methods.
标签: monitoring designed powerful service
上传时间: 2016-04-11
上传用户:lepoke
本书介绍了瑞萨FLASH 开发工具箱(FDT)的使用方法,简要目录如下: 第1章简介 第2 章系统概要 第3 章FDT 的使用方法 第4章等待脚本(Wait For Script) 第5章存取权限(Access Rights) 第6 章用户界面的配置(Configuring the User Interface) 第7章菜单(Menus) 第8章窗口(Windows) 第9 章Simple Interface Mode (简化界面模式) 第10 章Basic Simple Interface Mode (基础简化界面模式) 第11章现场写入(Field Programming) 第12 章E8 的升级 第13 章E8Direct 第14 章QzROM 的程序设计(QzROM Programming) 第15章锁定 第16章升级到FDT3.07
上传时间: 2016-04-14
上传用户:xinzhch
电路仿真程序 Classic Ladder is coded 100% in C.It can be used for educational purposes or anything you want... The graphical user interface uses GTK. In the actual version, the following elements are implemented : * Booleans elements * Rising / falling edges * Timers * Monostables * Compare of arithmetic expressions
标签: educational anything purposes Classic
上传时间: 2014-01-13
上传用户:xg262122
This example describes how to use the ADC and DMA to transfer continuously converted data from ADC to a data buffer. The ADC is configured to converts continuously ADC channel14. Each time an end of conversion occurs the DMA transfers, in circular mode, the converted data from ADC1 DR register to the ADC_ConvertedValue variable. The ADC1 clock is set to 14 MHz.
标签: continuously ADC describes converted
上传时间: 2014-01-03
上传用户:徐孺
This example provides a description of how to use a DMA channel to transfer a word data buffer from memory (Flash) to memory (RAM). The dedicated DMA channel is configured to transfer once a time a 32 word data buffer stored as constant in the Flash memory to another buffer in the RAM memory. The received data are stored in the DST_Buffer. The DMA channel transfer complete interrupt is enabled to generate an interrupt at the end of the buffer transfer. As soon as the transfer is completed an interrupt is generated and in the DMA channel interrupt routine the transfer complete interrupt pending bit is cleared. The data counter is stored before and after the transfer to show that all data has been transfered. TransferStatus gives the data transfer status where it is PASSED if transmitted and received data are the same otherwise it is FAILED
标签: description provides transfer example
上传时间: 2016-04-24
上传用户:ecooo
在DEBUG状态下,显示中断向量表,找一个空闲的中断类型号,以此软中断作为新增加的系统调用中断。编制一个系统调用服务与初始化程序syscall.asm,要求包括以下两部分内容:① 系统调用服务例程;② 初始化程序:设置新的中断向量和驻留新增加的例程。编制一个用户程序user.asm,其目的是检测新增加的功能调用是否成功。在DEBUG状态下:① 查找中断向量表中新增加的系统调用的中断向量;② 显示扩充的中断服务例程;③ 找到该中断服务例程中使用的数据区。
上传时间: 2013-12-26
上传用户:515414293
a screen handling program to provide a flashing message. You will have to design a screen layout for where messages are placed on the screen. You will also have to consider when to delay the program in order to give the user time to read the messages. That is, the program will use the curses library, signals and the sleep function.
标签: screen handling flashing program
上传时间: 2016-05-04
上传用户:chongcongying