-
该软件提供了编辑、编译、运行、调试汇编语言程序的集成环境...
该软件提供了编辑、编译、运行、调试汇编语言程序的集成环境-The software provides editing, compiling, running and debugging assembly language integrated environment
- 2022-03-23 14:49:35下载
- 积分:1
-
使用汇编语言编的常用的一些程序,包括led循环、串口通信等等!自己看吧!吐血推荐...
使用汇编语言编的常用的一些程序,包括led循环、串口通信等等!自己看吧!吐血推荐-use of assembly language series of the popular programs, including led cycle, serial communications, etc.! Their exciting! Suggest to vomit blood! !
- 2022-10-26 20:00:04下载
- 积分:1
-
Seeking integral product, from a C language reference, proposed a new solution t...
求整数之积,出自C语言参考,提出了一种新的解决两数之积的算法
-Seeking integral product, from a C language reference, proposed a new solution to two the number of the product algorithm
- 2022-04-06 23:39:32下载
- 积分:1
-
Windows Environment 32
Windows环境下32位汇编语言程序设计配套书源码第17章-Windows Environment 32-bit assembly language programming book source package Chapter 17
- 2022-12-14 20:10:03下载
- 积分:1
-
一些基本的浮点数运算实现,可以方面地在ASM环境下调用这些子程序,简化编程...
一些基本的浮点数运算实现,可以方面地在ASM环境下调用这些子程序,简化编程-Some of the basic floating-point realize, you can easily call in ASM environment of these subroutines, simplify programming
- 2022-03-23 23:41:10下载
- 积分:1
-
时钟 用数码管显示时,分,秒 按键可以调节时间 使用汇编语言...
时钟 用数码管显示时,分,秒 按键可以调节时间 使用汇编语言-Clock with digital LED display hours, minutes and seconds buttons can adjust the time in assembly language
- 2022-08-11 11:06:51下载
- 积分:1
-
它的源代码,外国人高
ad9951的源代码,外国人高的用兴趣的朋友,看看希望对你有帮助-AD9951 source code, foreigners with high-interest friends to see if you would like to have help
- 2022-06-15 09:31:10下载
- 积分:1
-
RX8025时钟芯片操作程序,初始化时钟,写时间等,用汇编(ASM)编写!...
RX8025时钟芯片操作程序,初始化时钟,写时间等,用汇编(ASM)编写!-RX8025 clock chip operating procedure, initialize the clock, the time to write, using the compilation (ASM) to prepare!
- 2022-03-16 05:33:37下载
- 积分: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
-
通过汇编获得Ring0级权限,可用在驱动开发上
通过汇编获得Ring0级权限,可用在驱动开发上-through the compilation Rign0 level competence available on the Driver Development
- 2023-06-16 03:35:03下载
- 积分:1