地理数据格式转化小软件,可以实现ESRI EOO(*.e00),Info MIF(*.mif),AutoCAD(*.dxf),地球数据标准格式(*.vct), ESRI Shape(*.shp),NREDIS标准格式(*.nsi),地理要素标记语言(*.fml)之间的数据转化
上传时间: 2015-08-22
上传用户:huyiming139
本系统适合中小规模宾馆使用,有旅客登记、员工管理功能,同时本着责任明确原则,每个房间都由一个管理员负责。相应就有三张表:旅客信息登记表(hotel),员工信息管理表(Info),责任表(duty)。同时为了信息安全性,进行任何操作之前都必须通过密码登陆界面,相应设一个用户表(users)。附优秀论文说明。
标签: 模
上传时间: 2015-08-23
上传用户:hullow
员工培训系统,首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microsoft Access数据库train.mdb,并将数据源名设定为train即可实现数据库和应用程序的正常连接,程序才能正常实现数据库的访问。另外,如果用户自己编写了.chm的帮助文档只要和可执行文件放在同一个目录下就可以了。 用户要修改程序源码可以选择相应的.h和.cpp文件,本实例使用的命名规则基本是:DIALOG_***** 为管理对话框资源, *****Info为数据输入窗口资源, *****Set为结果集对应的类
上传时间: 2015-08-26
上传用户:wmwai1314
The code, images and designs for this book are released under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License. http://creativecommons.org/licenses/by-nc-sa/2.5/ You are free: * to copy, distribute, display, and perform the work * to make derivative works Under the following conditions: *Attribution. You must attribute the work in the manner specified by the author or licensor. *Noncommercial. You may not use this work for commercial purposes. *Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under a license identical to this one. *For any reuse or distribution, you must make clear to others the license terms of this work. *Any of these conditions can be waived if you get permission from the copyright holder. CONTACT ME Please address any questions to Info@andybudd.com.
标签: Attribution-NonComm Creative released Commons
上传时间: 2014-01-19
上传用户:chfanjiang
作者:林信良(网络化名良葛格) 学历:台湾大学电机工程学系 经历:SUN教育训练中心讲师 著作:《JAVA 学习笔记》、《Spring 技术手册》,为SUN官方教材主要编写成员之一 博客: http://blog.csdn.net/caterpillar_here 本书详细信息: http://www.china-pub.com/computers/common/Info.asp?id=31664
上传时间: 2013-12-24
上传用户:yyq123456789
The Information in this publication is believed to be accurate as of its publication date. Such Information is subject to change without notice and The ATM Forum is not responsible for any errors. The ATM Forum does not assume any responsibility to update or correct any Information in this publication. Notwithstanding anything to the contrary, neither The ATM Forum nor the publisher make any representation or warranty, expressed or implied, concerning the completeness, accuracy, or applicability of any Information contained in this publication. No liability of any kind shall be assumed by The ATM Forum or the publisher as a result of reliance upon any Information contained in this publication.
标签: publication Information believed accurate
上传时间: 2015-09-16
上传用户:1109003457
Huffman 压缩/解压算法的ANSI C实现 This archive contains a simple and readable ANSI C implementation of Huffman coding and decoding. This implementation is not intended to be the best, fastest, smallest, or any other performance related adjective. More Information on Huffman encoding may be found at: http://michael.dipperstein.com/huffman http://datacompression.Info/Huffman.shtml
标签: ANSI implementation contains readable
上传时间: 2014-01-05
上传用户:thesk123
基于VB和ACCESS的成绩管理系统,此程序为毕业设计题目.采用ADO控件ADODC访问数据库并通过DATAGRID显示出来的结构.具有基本的添加查找删除等功能。涉及到多表联合查询。 文件包括Info.mdb maInform.frm maInform.frx,maInform.text,moudel1.text,moude1.bas,工程1.dep,工程1.pdm,工程1.vbp,工程1.vbw,数据库作业.exe等文件。 下载解压可以运行。
上传时间: 2015-10-29
上传用户:youke111
自己写的一个酒店员工培训系统,内有程序,文档。用户要修改程序源码可以选择相应的.h和.cpp文件,本实例使用的命名规则基本是:DIALOG_***** 为管理对话框资源, *****Info为数据输入窗口资源, *****Set为结果集对应的类
标签:
上传时间: 2013-12-22
上传用户:stella2015
2.[问题描述] 编写递归算法,在二叉树中求位于先序序列中第K个位置的结点 [输入] 按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g 。输入要求的位置 [输出] 若二叉树不空,按先序序列输出,求出所求位置的结点 [存储结构] 采用二叉表存储 [算法的基本思想] 采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,先序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点并计算出二叉树中叶子结点的数目和第K个位置的结点 #include<stdio.h> #include<malloc.h> struct node{ char Info struct node*llink,*rlink } typedef struct node NODE
上传时间: 2014-01-13
上传用户:zm7516678