-
电子琴的汇编程序 可以直接在ASM进行编译和运行
电子琴的汇编程序 可以直接在ASM进行编译和运行-Flower compilation procedure can be carried out directly in the ASM compiler and run-
- 2023-06-01 17:00:02下载
- 积分:1
-
无线电源控制系统发射程序.T1为方式2(8位).设置串口方式1,允许接收.设置波特率:2400bit/s(晶振12MHz),调看门狗喂狗子程序....
无线电源控制系统发射程序.T1为方式2(8位).设置串口方式1,允许接收.设置波特率:2400bit/s(晶振12MHz),调看门狗喂狗子程序.-Wireless power control system of the launch procedures. T1 for Mode 2 (8). Set serial mode 1, the receiving permit. Set baud rate: 2400bit/s (crystal 12MHz), transferred喂狗watchdog subroutine.
- 2023-07-29 12:45: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
-
这是一本汇编的书,是一本很好的汇编圣经…
This is a book of art of assemble.Itis a very good assemble bible.With this book, you can learn assemble language very well.-This is a book of art of a very assemble.Itis bible.With good assemble this book. you can learn assemble language very well.
- 2022-06-30 18:40:23下载
- 积分:1
-
the interface protocol,don t know whether anybody need,this is very common progr...
USB的接口协议,不知这里有没有人需要,这应该是最普通的东西-the interface protocol,don t know whether anybody need,this is very common program
- 2022-01-26 00:05:00下载
- 积分:1
-
这是用汇编语言开发的一种输入方法,简单灵活,词库多,已经在使用,但词库灵活程度还有待开发。...
这是用汇编语言开发的一种输入方法,简单灵活,词库多,已经在使用,但词库灵活程度还有待开发。-This is the development of assembly language with an input method, simple, flexible, thesaurus, and already in use, but also the flexibility of the thesaurus to be developed.
- 2022-01-25 20:38:20下载
- 积分:1
-
直流电机的模拟,显示并可自由设定电机的转速 接口设计源代码...
直流电机的模拟,显示并可自由设定电机的转速 接口设计源代码-DC motor simulation, shows can be free to set the motor speed interface design source code
- 2023-01-12 21:15:04下载
- 积分:1
-
easmedit
EASMEdit
- 2022-01-21 21:45:59下载
- 积分:1
-
与源码控制的2.4GHz无线24L01的风扇,产品是给…
用24L01的2.4Ghz无线控制风扇的源程序,产品是给美的电器做的,这是风扇接受部分,双向通讯-With the 2.4Ghz wireless 24L01 fan of source control, the product is to give the United States to do the electrical, which is acceptable to some fans, two-way communication
- 2022-04-09 23:31:06下载
- 积分:1
-
用单纯性发求解线性规划问题,并由文件 读入系数矩阵,用于大规模计算。...
用单纯性发求解线性规划问题,并由文件 读入系数矩阵,用于大规模计算。-Simple to use fat for solving linear programming problems by the document read into the coefficient matrix, for large-scale computing.
- 2022-05-06 18:08:34下载
- 积分:1