一、综述 3 1.1. 建设背景 3 1.2. 系统建设的必要性 6 1.3. 系统建设目标 9 二、需求及技术可行性分析 11 2.1. 用户需求分析 11 2.2. 技术可行性分析 13 2.2.1. Internet信息服务 13 2.2.2. 地理信息系统(GIS) 15 2.2.3. 基于WEB的地理信息系统 18 2.2.4. 推荐的技术、应用和营运策略 19 三、系统总体设计 21 3.1. 系统目标和设计原则 21 3.1.1. 系统目标 21 3.1.2. 设计原则 22 3.2. 系统分析 24 3.2.1. 网络基础设施分析 24 3.2.2. 基于WEB的GIS技术分析 25 3.3. 系统功能 27 3.3.1. 系统功能层次结构 28 3.3.2. 用户端功能设计 29 -one, 1.1 Summary 3. three 1.2-building background. System of necessity 1.3 6. System 9 2 goals, demand and technical feasibility analysis 11 2.1. User needs analysis 11 2.2. Technical Feasibility Analysis 13 2.2 .1. Internet information services 13 2.2.2. Geographic Information System (GIS) 15 2.2. 3. Web-based Geographic Information System 18 2.2.4. Suggest the technology, applications and operating strategy 19 3. Design System 21 3.1. System design principles and goals 21 3.1.1. 21 goals System 3.1.2 . Design principle 22 3.2. System 24 3.2.1. Analysis of network infrastructure 24 3.2.2. - on the Web GIS Technical Analysis 25 3.3. 27 3.3.1 system function. System-level functional structure 28 3.3.2. Client Design 29 下载
1996 年原电力工业部颁发了《电力负荷控制系统数据传输规约(试行)–1996》(以下简称“96 版规约”),经过八年多的实际运用,为电力负荷管理系统的建设、运行和发展奠定了良好的基础,同时, 随着大量应用系统的不断完善和发展,96 版规约本身也在这些实际系统的应用中得到了不同程度的丰 富和扩展。电力负荷管理系统已成为电力需求侧管理、电力营销与客户服务工作的重要组成部分,为适 应系统发展的需求变化,保证系统建设具有良好的规范性、兼容性、开放性和扩展性,有必要对96 版 规约进行修订。 本次规约修订是在96 版规约的基础上,依据《电力负荷管理系统功能规范》和《电力负荷管理系 统通用技术条件》的要求,并结合目前实际、今后技术和应用发展的需求。修订过程中多次召集科研、 用户和生产单位中的有丰富实践经验的专家参与讨论,广泛征求意见。 本规约遵从GB/T18657(等同IEC60870-5)推荐的传输规约模式,采用三层增强型结构,适用于 平衡式和非平衡式等通信网络。-1996 original Ministry of Power Industry issued a "power load control system data transmission protocol (Tentative) -19 96 "(hereinafter referred to as" 96 edition of the Statute "), after more than eight years of actual use for the electric load management system, the operation and development has laid a good foundation for the same time, with a large number of applications of continuous improvement and development, 96 version of the Statute itself is the practical application of the system were different degrees of wealth and expansion. Power load management systems have become DSM, power marketing and customer service an important part of for the system to adapt to the changing needs of development, building systems to ensure a good standard, compatibility, open and 下载
  Windows CE是微软为嵌入式设备打造的操作系统,而嵌入式设备可谓多种多样,这就要求CE操作系统必须是可定制的,所以微软将Windows CE设计为模块化的操作系统。说简单点,我们可以把Windows CE想像成一盒积木,你可以用积木搭建出任何物体,但不一定要把所有的积木都用上 -Microsoft Windows CE for embedded devices to create the operating system, which has many embedded devices, which requires CE operating system can be customized, so Microsoft Windows CE for the modular design of the operating system. That simple point, we can imagine Windows CE into a box of building blocks, you can use the modular structures any objects, but not necessarily to put all the building blocks are used 下载
本系统以VB为开发工具,设计了一套功能齐全的旅行社管理系统,包括前台接待、线路管理、团队管理、行业资料的查询、营销统计、客户服务和系统设置等功能,能够方便的实现旅游资源的管理,旅游团队的组建,行业相关资料的管理,营销业绩的统计,加盟客户的管理,数据备份等。系统中设计了简单的记帐模块,以备核对账目,如有必要可以扩展财务管理模块的功能。同时,可以运用此系统进行旅行社的内部管理,包括本单位员工信息,值班记录等。是一套功能齐全的旅行社管理信息系统,对于提高旅行社的工作效率,实现游客信息、旅游资源的信息化管理具有重要的意义。系统开发中融入了人性化的因素,简单易懂,操作简单,可以大大降低旅行社运行成本。- 下载
CPU是计算机系统中一个十分重要的资源,本章主要介绍处理机的调度目标、策略以及评价方法等。因为处理机调度程序不可能选择全部驻留在外存的进程,因此,在调度一个进程占有处理机之前,系统必须按某种策略把外存中处于后备状态的作业选择出来,并创建进程和分配内存,为进程执行准备必需的资源。这一步称为作业调度或高级调度。作业调度的目标是尽量做到公平合理,能执行尽可能多的作业、尽快地响应时间以及高的设备利用率等。任一调度算法要同时满足这些调度目标是不可能的。大多数操作系统都是根据用户需要而采用兼顾某些目标的方法。比较常用的作业调度算法有:FCFS(先来先服务)、方法、SJP(最短作业优先)法、HRN(最高响应比)法等。这-CPU computer systems is a very important resource, this chapter introduces processor scheduling objectives, strategies and evaluation methods. Because the processor scheduling procedures could not choose Disk presence in all the process, and therefore, in the process of scheduling a possession before the processor, the system must be some kind of strategy to Disk backup were at the operational state of choice out and the process of creation and distribution of memory, the process of preparing the implementation of the necessary resources. This step as job scheduling or senior scheduling. Job Scheduling goal is to try to make it fair and reasonable to carry out the operation as much as possible, as soon as possible to response time and high efficiency in the use of equipment. As a schedulin 下载
本系统采用access+asp开发,系统要求:windows9X+pws win2000(或更高)+IIS、IE 4.0以上及相关打印设备 2、处于安全考虑,建议安装使用前,先修改数据库路径(默认为"tcadmin\tcmdb")及数据库名称,然后修改文件tcconn.asp相应路径设置 3、本系统所有日期格式均为:yyyy-mm-dd,例如:2004-03-28.请按此格式输入日期,否则日期数据拒绝存入数据库 4、档案输出文件为word(*.doc)格式。由于个人配置及环境不一,所以输出后建议用MS word稍作编辑 5、系统所有查找定位均支持模糊查找。例:输入关键词:"李",选择条件按 "姓名" 查找,则记录列表将显示所有姓名中含有"李"字的教师记录 6、教师业务档案输出时,建议先保存后编辑,以免给你造成不必要的麻烦 7、教师查询页面学院首页指向:tcadmin/user_search.asp 8、教师业务档案管理系统登陆页面学院首页调用:login.htm ,调用方法:首页插入代码:<iframe src="你的路径/tcadmin/login.htm" scrolling="no" frameborder="0"></ifram-access the system using asp development, system requirements : windows9X pws WIN2000 (or higher) IIS, IE 4.0 and related printing equipment, in safety considerations, the proposed installation, modify the database path first (default "tcadmin \ tcmdb") and the database name, then amend the document tcconn.asp corresponding set up three paths, all of the system date formats are : yyyy-mm-dd, for example :2004-03-28. Click Enter the date format, Otherwise, the date of data stored in the database refused to 4, the output files for word document (*. doc) format. Due to personal and environmental different configuration, the output after the proposed MS word minor editing 5, All search positioning system support fuzzy search. For example : Enter your keywords : "Lee", the ch 下载
安装完成后,必须对系统所使用的后台数据库进行配置才可以正常使用。 在主程序目录内建立名为data的子目录存放改系统数据库文件,为了方便程序调用,要在Dalphi的BDE管理窗口中建立“SPXSGL”的数据库别名,如图2所示,目录位置为“…\商品销售管理系统\data”。后台数据库建立好以后,就可以根据各个模块的功能,设计窗口和编写代码了。 -installation is complete, the system must be used in the background configuration database can use. The main program directory within the subdirectory called data storage systems, database files change, in order to facilitate the procedure call, in the BDE Dalphi management window to establish "SPXSGL" database alias. As shown in figure 2, directory location for "... \ sales management system \ data." A good background database, can be based on the function of each module, window design and preparation of the code. 下载
人事,工资,考勤系统,C#实现 1、查看建模图 本文件夹中的Model目录下包含了系统的数据库模型图和系统建模图,分别使用PowerDesigner和Rational Rose打开。 2、数据库安装 本安装说明是以Microsoft Access 2000为例来阐述的,数据库文件为文件夹ManPowerManage/ManPowerManage/bin/debug目录下的ManPowerManage.mdb文件。数据库无须安装设置,直接就可以运行。 3、把员工照片文件夹picture复制到C:盘的根目录。 4、如果用户安装的是Microsoft Visual Studio .Net 2003,那么可以直接打开ManPowerManage文件夹下的工程,查看代码并进行调试。 5、把数据导入Excel要用到Excel.dll,Office.dll,VBIDE.dll 3个dll文件,请按照本章所讲方法,安装Excel并生成这些dll文件。注意,可执行示例程序的同一目录下必须有Excel.dll文件,否则示例程序将不能把数据输出到Excel。请读者自己按照本章所述,获取Excel.dll文件。 6、本程序没有设置登录窗口,读者可以参照前面的例子自行开发。 -personnel, wages and attendance system, a C#. View Modeling map of the folder directory of the Model of the system contains a database model of the system modeling and map separately used PowerDesigner and Rational Rose opened. 2. the installation of the database install Microsoft Access 2000 is the example to elaborate. database file folders for ManPowerManage / ManPowerManage / b in / debug ManPowerManage.mdb directories under the document. Not to install the database installed directly on the run. 3, staff photos picture folders to copy C : disk root directory. 4. If users install the Microsoft Visual Studio. Net 2003, Well, we can directly open ManPowerManage folder works View source and debugging. 5, the data into Excel to use Excel.dll, Office.dll. VBIDE.dll three dll file, in accor 下载
停车场管理系统”如何部署:1、 导入注册表导入VC6.0\chapter9\conf\VicAly.reg文件到注册表中。2、 安装SQL Server本系统需要SQL Server 7.0或者更高的版本。3、 导入数据库的脚本建立一个新的数据库VicAly,在这个新库里面执行VC6.0\chapter9\db\VicAly.sql。4、 设置DSN在ODBC配置中设置数据源 DSN_Vicaly,把这个DSN指向SQL Server的VicAly数据库。5、 安装条形码打印机由于本系统支持条形码打印机打出纸票,因此要测试完整功能,请安装与Zebra? 兼容的条形码打印机。6、 安装摄像机摄像机用来监控来去的车辆,是必须要安装的。7、 安装条形码识别器(可选)为了方面输入纸票的条形码,最好配备条形码识别器。8、 运行完成以上配置后,可以运行程序。-car park management systems, "how to deploy : 1, into the registry into VC6.0 \ chapter9 \ conf \ VicAly.reg documents to the registry. 2, SQL Server installation of the system need to SQL Server 7.0 or higher versions. 3, into a few According to the script for the establishment of a new database VicAly, in the implementation of the new library inside VC6.0 \ chapter9 \ db \ VicAly.sql. 4, set in ODBC DSN configuration set DSN_Vicaly data sources, the DSN pointing VicAly SQL Server database. 5. the installation of bar code printers because the system supports barcode printers made of paper votes, it will be fully functional test, install and Zebrareg; bar code compatible printers. 6, the installation of cameras to monitor cameras always vehicles to be installed. 7, the installation of 下载
这就是陈建春的《用Visual C++开发GIS系统》的配套代码。 用来给初学者熟悉VC++图形编程很不错,我当初学MFC的时候就是照着这本书上手的。但作为一个GIS系统来说缺少一些必要的 要素,比如大数据量的管理、空间索引、符号化、投影等等等等等。以现在的眼光看来整个系统的架构设计也不是太好。 这本书再版后改名为《矢量图形系统开发与编程》,内容变化不大-"using Visual C development of GIS systems" supporting code. For beginners to the VC familiar with graphical programming quite well, and I had the time to learn MFC is shining on this book in the business. But as a GIS systems lack the necessary elements, such as the large amount of data management, spatial indexing, symbols, such as projectors, etc.. Now the point of view of the entire system architecture design is not too good. This book reprinted later renamed as "vector graphics systems development and programming", little change 下载
c语言编译器源码 toyfdtd kruscal vc udp 编程 优化函数 matlab 学生综合评定系统 jflash源代码下载 vc表盘控件下载 等值线控件 学生成绩查找 多功能记事本 vb源代码 mapobject vb 例子 特征值和特征向量的代码 通过串口 传文件 netcdf matlab 读取 vb 正态分布 代码 下载 bch编解码的源代码,码长192 winrtp nrf2401的驱动程序代码 彩信smil开发工具 空间向量的建立 c语言例题 mysql 开发文档 qt mfc 时间序列matlab程序 vhdl除法器实现 特征值,c 代码 lr 0语法分析源程序 windml 源程序 频繁集生成算法 mpc860培训教材中文版 arp编程 注册自己的程序为服务 stc12c5404ad 新浪野菜部落外挂 ad73360中文资料 外挂vc datagridview 扩展 cdt规约 下载 野菜部落体力 c经典算法实例 andrew文件系统 串口调试 vc 改变combobox的颜色 ucos的gui qt 串口编程 c/s考试系统程序制作详解 ftp源程序 vc acm 程序代码 嵌入式web服务器代码