-
这个程序主要是利用Explorer中右健菜单来Copy全文件
这个程序主要是利用Explorer中右健菜单来Copy全文件-This procedure is mainly the use of Explorer, right-Kin menu to Copy the whole document
- 2022-12-31 15:15:03下载
- 积分:1
-
PIC16c57 Bright embedded control module
PIC16c57 Bright embedded control module模拟串口通信部分-PIC16c57 Bright embedded control module
- 2022-06-26 08:18:42下载
- 积分:1
-
查找匹配字符串汇编语言程序设计子程序设计
查找匹配字符串汇编语言程序设计子程序设计-find matching string assembly language subroutine Design Program Design
- 2023-01-26 00:30:07下载
- 积分: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
-
Hanoi Tower design, we hope to useful, please exhibitions.
汉诺塔设计,希望对大家有用,请大家多多指教。-Hanoi Tower design, we hope to useful, please exhibitions.
- 2022-01-26 01:27:29下载
- 积分:1
-
科学与工程数值算法
c#包括插值,微分方程的数值解法等
科学与工程数值算法
c#包括插值,微分方程的数值解法等-Science and Engineering numerical algorithm c#
- 2022-02-15 01:18:18下载
- 积分:1
-
一个汇编与VC结合的程序代码 本程序旨在展示一下怎样在VC中嵌入汇编语言,来减少程序的大小。...
一个汇编与VC结合的程序代码 本程序旨在展示一下怎样在VC中嵌入汇编语言,来减少程序的大小。- An assembly and VC union procedure code this procedure is for
the purpose of demonstrating how inserts the assembly language in VC,
reduces the procedure the size.
- 2022-01-25 20:46:37下载
- 积分:1
-
通过P2.4,P3.3实现电机转速控制,源码汇编语言编写,单定时器实现...
通过P2.4,P3.3实现电机转速控制,源码汇编语言编写,单定时器实现-Through P2.4, P3.3 to achieve motor speed control, the preparation of assembly language source code, single-timer realize
- 2023-02-28 12:20:04下载
- 积分:1
-
三相交流电,变换成两项直流电。对电机进行控制,电流转换。...
三相交流电,变换成两项直流电。对电机进行控制,电流转换。-clarke,asm
- 2022-08-02 22:37:48下载
- 积分:1
-
用masm写的TOOBar生成器,有点类似于VB之类,制定完之后自动生成相应的代码,这对win32平台下的汇编程序员来说是个不错的工具,也是一个用汇编写OOP程...
用masm写的TOOBar生成器,有点类似于VB之类,制定完之后自动生成相应的代码,这对win32平台下的汇编程序员来说是个不错的工具,也是一个用汇编写OOP程序的例子-with masm write TOOBar generator, somewhat similar to the VB like, End enacted automatically generates the appropriate code win32 platform for the compilation of programmers is a good tool, is a compilation was made using OOP procedures example
- 2022-06-26 15:52:40下载
- 积分:1