-
汇编语言全集
非常好,全面解析!欢迎下载~~~
非常好,全面解析!欢迎下载~~~
非常好,全面解析!欢迎下载~~~
非常好,全面解析!欢迎下载~~~
非常好,全面解析!欢迎下载~~~
非常好,全面解析!欢迎下载~~~
非常好,全面解析!欢迎下载~~~
- 2022-03-13 10:27:10下载
- 积分:1
-
32-битная COM-программа, модель памяти tiny (один сегмент 64 Кб)
- 2022-03-15 07:06:35下载
- 积分:1
-
自己编写的作息时间表单片机程序,比如说8点上课,铃声响,8点10秒铃声停止,8点50下课铃声响......此程序可管理学校电铃,以及其他要求作息时间的场合...
自己编写的作息时间表单片机程序,比如说8点上课,铃声响,8点10秒铃声停止,8点50下课铃声响......此程序可管理学校电铃,以及其他要求作息时间的场合-Their written work schedule SCM procedures, such as 8 o" clock class, a bell rang, 8 Dian 10 seconds ring tones stop, 8:50 after class ring ring ...... this procedure to manage the school bell, as well as other requirements of work and rest time occasions
- 2022-04-27 16:45:30下载
- 积分:1
-
121 243453543452 54您提供的文件包
121 243453543452 54您提供的文件包-121 243453543452 54 your packet of documents
- 2023-04-04 15:45:04下载
- 积分:1
-
给出具体的几个汇编源代码.相信您看过之后对汇编语言编程会有所了解....
给出具体的几个汇编源代码.相信您看过之后对汇编语言编程会有所了解.-give a specific compilation of several source code. Do you believe that, after reading the assembly language programming will understand.
- 2022-02-15 08:05:06下载
- 积分:1
-
tenets of several computer chip interface code
几个微机原理的芯片接口代码-tenets of several computer chip interface code
- 2022-02-19 22:02:12下载
- 积分:1
-
intel 汇编指令详解,是学习汇编语言的必看资料
intel 汇编指令详解,是学习汇编语言的必看资料-Detailed instructions intel compilation is a must-see assembly language learning information
- 2022-02-01 09:24:07下载
- 积分:1
-
The use of four known control points and its corresponding image point coordinat...
利用四个已知控制点及其对应像点坐标解求六个外方位元素(即空间后方交会) (2009-04-24, Visual动态输入控制点个数,比例尺以及焦距和各个控制点的像点坐标和地面点坐标,确定航片的6个外方位元素-The use of four known control points and its corresponding image point coordinates solution seeking six elements of exterior orientation (ie, space resection) (2009-04-24, Visual Dynamic Input control points number, scale, and the focal length and the various control points, as point coordinates and ground point coordinates to determine the aerial photograph of the six exterior orientation elements
- 2022-11-17 14:25:03下载
- 积分:1
-
vb 分形树
Dim xs As Integer
Dim ys As Integer
Dim alph As Single
Dim lng As Single
Dim m As Integer
Const PI As Single = 3.14159265
Private Function tree(x As Integer, y As Integer, angle As Single, length As Single, n As Integer)
Dim x0 As Integer
Dim y0 As Integer
Dim alpha As Single
Dim beita As Single
Dim leng As Single
BackColor = vbWhite
If n > 0 Then
x0 = x + Cos(angle) * length
y0 = y - Sin(angle) * length
picture1.Line (x, y)-(x0, y0), vbbrake
alpha = angle - PI / 8
beita = angle + PI / 8
leng = 2 * length / 3
Call tree(x0, y0, alpha, leng, n - 1)
&nbs
- 2022-01-24 19:06:52下载
- 积分:1
-
From the first time the procedure is " C++ Programming Guide" series, s...
第一次上传的程序,是《C++程序设计教程》系列的部分辅助代码。作者是钱能-From the first time the procedure is " C++ Programming Guide" series, some people in the supplementary code. The author is money to
- 2023-08-01 07:00:03下载
- 积分:1