-
数字摄影测量系统,主要功能有内定向、相片纠正、后方交会和前方交会、连续像对相对定向和绝对定向、单独像对相对定向和绝对定向、一步法定向。...
数字摄影测量系统,主要功能有内定向、相片纠正、后方交会和前方交会、连续像对相对定向和绝对定向、单独像对相对定向和绝对定向、一步法定向。-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
-
pipe
pipe类 pipe类 -pipe-type pipe-type pipe-type pipe-type
- 2022-04-19 07:25:53下载
- 积分:1
-
下载资源,以及从互联网上下载,临时紧急…
我比较着急下载资源,这个也是从网上下载的,暂时应急,以后一定将自己写的源码发送上来,是个比较简单的坦克大战,可以学习游戏的简单开发。-download resources, as well as downloaded from the Internet, temporary emergency, I must write their own source of this, was a relatively simple Tankedaizhan. can learn a simple game development.
- 2023-05-01 06:00:03下载
- 积分:1
-
The help files in Windows API function has about 774, divided into twelve catego...
本帮助文件中的Windows API 函数大约有774个,共分十二大类,基本上包括了大部分的常用和非常用的Windows API 函数。-The help files in Windows API function has about 774, divided into twelve categories, basically most of the commonly used and very used to Windows API functions.
- 2022-10-18 02:30:03下载
- 积分:1
-
Delphi FlatStyle 控件
Delphi FlatStyle 控件,本控件可用来美化你Delphi窗体中的下拉框、列表框、窗口按钮、文本框、多选框之类的,最终效果会让窗体增色不少,比默认的漂亮。
- 2022-02-20 03:53:46下载
- 积分:1
-
vb 获取外网ip
"获取外网ip源码
Private Sub Command1_Click()
Dim h As Object
Dim i As Integer
Dim s As String
Set h = CreateObject("Microsoft.XMLHTTP")
GetInternetIP = False
g_strInternetServerIP = ""
h.Open "GET", "http://ip.3322.net", True "False
h.Send
If (h.ReadyState = 4) And (h.Status = 200) Then
&nb
- 2022-10-06 09:35:03下载
- 积分:1
-
(1)分别采用结构体数组和链表存储学生信息(包括学号、姓名、各科成绩)
(2)通过键盘输入各学生的多门课程的成绩,建立相应的文件input.dat。
(...
(1)分别采用结构体数组和链表存储学生信息(包括学号、姓名、各科成绩)
(2)通过键盘输入各学生的多门课程的成绩,建立相应的文件input.dat。
(3)按各科总成绩排序,并生成相应的文件输出。
(4)计算每人的平均成绩,按平均成绩排序,并生成文件。
(5)按学号、姓名查找学生记录。
-(1), respectively, and an array of linked list structures storing student information (including Student ID, names, subjects achievements) (2) through the keyboard input of all students in the multi-course results, the establishment of a corresponding document input.dat. (3) The total score of subjects sort, and generate the corresponding output file. (4) Calculate the average per capita results, sorted by grade point average, and generate the file. (5) by Student ID, name search for student records.
- 2022-04-18 05:35:30下载
- 积分:1
-
Like a similar BNB chariot game source code, it is worth learning and learning O...
一个类似泡泡堂一样的战车游戏源代码,很值得借鉴和学习哦,多谢支持-Like a similar BNB chariot game source code, it is worth learning and learning Oh, Thank you for your support
- 2022-05-31 11:45:51下载
- 积分:1
-
assembly language to achieve simple calculation
用汇编语言实现简单的计算
- 2022-02-12 18:19:05下载
- 积分:1
-
《Java语言程序设计基础篇》完整源码集锦
这是《Java语言程序设计基础篇》一书完整的随书源码集锦,配套书籍来学习效果更好,这些实例包括基础函数应用、字符串处理、Swing简易窗体,数据库操作,小游戏,数组,键盘事件,窗口菜单与界面制作等,都是学习Java必看的例子,相信对你有不小的帮助。
- 2022-06-28 23:48:48下载
- 积分:1