-
mainly about the textbook of machine language
附件主要是关于汇编语言方面的基材以及相关算法-mainly about the textbook of machine language
- 2022-01-26 06:24:23下载
- 积分: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
-
AVRStudio4使用说明,操作简单,使用方便,很容易就学会
AVRStudio4使用说明,操作简单,使用方便,很容易就学会-AVRStudio4 instructions, simple operation, easy to use, it is easy to learn
- 2022-02-06 02:35:37下载
- 积分:1
-
在电脑上提示用户输入一个日期,接收用户信息…
在电脑上提示用户输入某一天的年月日,接收用户的信息后,然后算出输入的日期是星期几,并在屏幕上输出计算的结果。完成后进行下一次输入。-on the computer prompts the user to input a day date, the receiving user information, then calculate the date of importation of the week, and on the screen output of the calculated results. Upon completion of the next input.
- 2023-09-01 15:15:03下载
- 积分:1
-
依照个人成绩进行考核,这是程序的主界面,主要包含其他模块的调用等...
依照个人成绩进行考核,这是程序的主界面,主要包含其他模块的调用等-that is a programe for education
- 2022-08-19 14:57:52下载
- 积分:1
-
汇编程序设计方法!
汇编程序设计方法!-assembler design!
- 2022-03-17 04:39:10下载
- 积分:1
-
在win32汇编中用socket实现udp协议的网络聊天程序;程序由服务器端和客户端程序组成;...
在win32汇编中用socket实现udp协议的网络聊天程序;程序由服务器端和客户端程序组成;-Compilation in win32 using socket realize udp protocol network chat program procedures by the server-side components and client programs
- 2023-03-21 04:40:03下载
- 积分:1
-
简单的汇编语言虚拟机,可以编译并执得很简单的汇编语言程序...
简单的汇编语言虚拟机,可以编译并执得很简单的汇编语言程序-a simple virtual machine that can execute a simple assembly language
- 2022-01-25 22:21:01下载
- 积分:1
-
lunar/solar calendar compilation conversion
农历/阳历汇编转换程序-lunar/solar calendar compilation conversion
- 2022-10-16 17:10:03下载
- 积分:1
-
霓虹灯在唐都一起上运行,dos环境下编译。模拟霓虹灯。
霓虹灯在唐都一起上运行,dos环境下编译。模拟霓虹灯。-It is good.Run it on the Tangdu.
- 2022-11-04 13:55:02下载
- 积分:1