登录
首页 » 数据结构 » 本程序是计算三角网闭合差的程序,包括建表,数据库数据输入等完整过程...

本程序是计算三角网闭合差的程序,包括建表,数据库数据输入等完整过程...

于 2022-03-03 发布 文件大小:98.32 kB
0 160
下载积分: 2 下载次数: 1

代码说明:

本程序是计算三角网闭合差的程序,包括建表,数据库数据输入等完整过程-This procedure is the calculation of triangulation poor closure procedures, including built form, the database integrity of the process of data entry, etc.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 宿舍信息管理系统
    本系统服务的对象不仅是管理人员,还包括注册用户。因此本系统分为两个大的模块,一是用户模块,二是管理人员模块。用户在登陆页面选择注册,注册一个自己的账号,才能进入用户模块。用户模块向用户查提供了宿舍信息查询方式,用于不同要求的查询方法。用户可通过查询界面输入所需要的学生或者宿舍的信息,经过数据库内数据的筛选,可以得到所查询的结果。管理人员通过输入帐号及密码可进入管理人员模块。该模块有查询模块、管理员管理、宿舍调度管理。管理人员可以应实际要求,对学生、宿舍等数据进行添加、删除、修改操作。  
    2022-10-12 06:10:03下载
    积分:1
  • ORALCE JOB
    存储过程sql: create or replace procedure job_proc is begin --免费票状态修改 需修改ID update O_2413 set attr_24131004="作废" where attr_24131004="已售"; --普通票状态修改 需修改ID update O_2405 set attr_24051004="作废" where attr_24051004="已售"; --团体票状态修改 需修改ID update O_2412 set attr_24121004="作废" where attr_24121004="已售"; end; job的sql: declare   job number;   begin   dbms_job.submit(job, "job_proc;", sysdate, "TRUNC(SYSDATE + 1)");   end;
    2022-01-25 20:02:48下载
    积分:1
  • 随着旅游业的发展,酒店、餐饮娱乐行业日趋发达,引入全方位的电脑服务和电脑管理日益流行。同时,酒店和餐厅娱乐业引入电脑服务和管理也取得了优良的经济效益和社会效益。...
    随着旅游业的发展,酒店、餐饮娱乐行业日趋发达,引入全方位的电脑服务和电脑管理日益流行。同时,酒店和餐厅娱乐业引入电脑服务和管理也取得了优良的经济效益和社会效益。为此,国家建设部已于最近作出明确规定:凡星级酒店在项目审批时,其设计方案必须包括电脑管理系统,否则不予立项。可见,酒店管理电脑化势在必行。酒店管理系统将先进的电脑技术与现代酒店服务管理完美地结合起来,实现了住宿、餐饮、娱乐全新概念的服务和管理方式。-With the development of tourism, hotel, restaurant, and entertainment industries increasingly developed, the introduction of comprehensive computer services and computer management is increasingly popular. Meanwhile, hotels and restaurants to introduce computer entertainment services and management has made good economic and social benefits. Therefore, the Ministry of Construction has recently made clear : all-star hotels in the project"s approval, its design must include computer management system, otherwise, not creation. Visibility, hotel management computerized inevitable. Hotel management system of advanced computer technology with modern hotel management services to the perfect combination to achieve accommodation, catering, entertainment brand new concept of service and man
    2022-01-21 23:04:47下载
    积分:1
  • 这是VC++操作EXCEL的一个例子,希望对大家有所帮助
    这是VC++操作EXCEL的一个例子,希望对大家有所帮助-this is a example of operate EXCEL with VC++,hope helpful to you!
    2023-06-22 04:00:05下载
    积分:1
  • 中的最短路径的查询,适合初学的学生使用...
    数据结构中的最短路径的查询,适合初学数据结构的学生使用-failed to translate
    2022-02-21 13:05:31下载
    积分:1
  • 哈夫曼树的基本运算与实现的基本算法,对于初学者很有用...
    哈夫曼树的基本运算与实现的基本算法,对于数据结构初学者很有用 -Huffman tree basic operations and realization of the basic algorithm, for data structures useful for beginners
    2022-01-25 22:18:10下载
    积分:1
  • [问题描述] 将N个关键字去整的记录进行整序, 以使所有关键字为非负的记录排在关键字为负的记录之前,要求使用最少的附加空间,且算法的时间复杂度为O(N...
    [问题描述] 将N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前,要求使用最少的附加空间,且算法的时间复杂度为O(N) [输入] 待排序记录个数,各关键字的值。 [输出] 关键字从正负分开,正数在前 [存储结构] 待排序记录顺序存储。 [算法的基本思想] 快速排序算法每次任取一个记录的关键字为标准,将其余记录分为两组将,N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前。 #include using namespace std #define MAXNUM 100//设文件的最长可能长度 void sort(int* keys, const int len)//排序 -[Problem Description] N keyword to the integer sequence the entire record. keyword so that all non-negative Records with the keyword for the negative record, at least require the use of the additional space and time complexity of the algorithm is O (N) [imported] to be sort record number, The value of the keyword. [Output] keyword separate from the pluses and minuses are several former [storage structure] scheduling records to be stored sequence. [Algorithm for the basic idea] quick sort algorithm each time a record for any keyword as a standard, The remaining records will be divided into two groups, N-keyword
    2022-03-17 21:15:57下载
    积分:1
  • 约瑟夫环源代码,前中后序递归遍历二叉树
    约瑟夫环源代码,前中后序递归遍历二叉树-Josephus source code, before, during and after recursive traversal sequence binary tree
    2022-02-24 15:34:36下载
    积分:1
  • 本人大学时编写的算法包括 堆栈 链表 及二叉树等。。。。。。很多很全...
    本人大学时编写的算法包括 堆栈数据结构 链表数据结构 及二叉树等。。。。。。很多很全-I am prepared by the university, including stack algorithm data structure Chain and binary tree data structure so. . . . . . The whole lot
    2022-07-13 02:51:00下载
    积分:1
  • 产品包装管控系统+ACCESS
    根据产品特性与需求,设置产品的条码格式,控制产品是否与工单信息相符,如不符合,则扫描FAIL,弹出提示;并按照单箱容量设置,提示满箱跟换箱号等信息提示,避免产品的短装,多装,错装现象,改善工厂产品的包装品质,将产品数据存与ACCESS数据库中,便于查询、修改等功能拓展。
    2022-06-13 18:47:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载