-
数字摄影测量系统,主要功能有内定向、相片纠正、后方交会和前方交会、连续像对相对定向和绝对定向、单独像对相对定向和绝对定向、一步法定向。...
数字摄影测量系统,主要功能有内定向、相片纠正、后方交会和前方交会、连续像对相对定向和绝对定向、单独像对相对定向和绝对定向、一步法定向。-Digital photogrammetric system, the main function in orientation, photo correction, resection and intersection in front of a row as the relative orientation and absolute orientation, relative orientation, as a separate and absolute orientation, one-step orientation.
- 2022-07-01 08:13:18下载
- 积分:1
-
预静载程序,自己编写的,可能不是很正确,请注意
预静载程序,自己编写的,可能不是很正确,请注意-Pre-static loading process, I have written, may not be correct, please note
- 2022-02-05 10:16:43下载
- 积分:1
-
一个简单的碟片出租管理系统,使用VB和ACCESS编写。
一个简单的碟片出租管理系统,使用VB和ACCESS编写。-a simple disc rental management system, using VB and Access prepared.
- 2022-03-18 17:23:00下载
- 积分:1
-
文本编辑器是一个微软记事本,没有比这个更进一步的文字编辑工具…
文本编辑器有一微软的记事本,没有再比这好的文本编辑工具了,支持多种语言的加亮显示。-text editor is a Microsoft Notepad, no further than this good text editing tools, plus support for multilingual-show.
- 2022-03-18 16:30:14下载
- 积分:1
-
马的遍历算法 实现马的遍历问题 使用C语言编写 如果不好请大家原谅...
马的遍历算法 实现马的遍历问题 使用C语言编写 如果不好请大家原谅-Ma Algorithm Ergodic problems using C language, if you will forgive bad
- 2022-05-14 01:19:38下载
- 积分:1
-
这是一个猜数字游戏,可以益智哦。
输入四个不同的数字,系统会给你提示,A为数字和位置都正确,B为数字正确,但位置不对,4A0B为胜利,共有8次机会...
这是一个猜数字游戏,可以益智哦。
输入四个不同的数字,系统会给你提示,A为数字和位置都正确,B为数字正确,但位置不对,4A0B为胜利,共有8次机会
-This is a game viewing, educational oh. Importation of four different figures, the system will give you suggest that the number of A and location are correct, B for the correct figures, but the position is wrong, 4A0B victory for a total of eight chance
- 2022-07-21 21:50:05下载
- 积分:1
-
本软件采用VB开发,用于上位机和S7
本软件采用VB开发,用于上位机和S7-200系列PLC PPI协议通讯-Using VB to develop this software for PC and S7-200 series PLC PPI protocol communications
- 2022-03-06 21:28:10下载
- 积分:1
-
软件工程课件,介绍软件开发的技术,方法,原理(11
软件工程课件,介绍软件开发的技术,方法,原理(11-15)章-Software engineering courseware, introduction of software development techniques, methods, principles (11-15) Chapter
- 2023-05-17 00:10:04下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1
-
是个文档,和软件工程类似,如何实现一工程所需步骤
是个文档,和软件工程类似,如何实现一工程所需步骤-is documentation, and software engineering similar, and how to realize a project the necessary steps
- 2022-03-02 23:40:38下载
- 积分:1