-
还是一个asm编的VXD例子
还是一个asm编的VXD例子-asm or a series of examples VXD
- 2023-04-16 10:35:03下载
- 积分:1
-
注意浮点算法
说明FPU算法和浮点运算的算法
- 2023-07-14 18:20:04下载
- 积分: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
-
win32 compilation from dynamic memory approach to obtain the use of API This me...
win32汇编以从内存中动态获取的办法使用API;这种方法使得在pe文件的输入表中看不到该api-win32 compilation from dynamic memory approach to obtain the use of API This method makes the pe file input table can not see the api
- 2023-01-22 01:25:03下载
- 积分:1
-
这个程序主要是利用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
-
本程序可用于读取计算机存储芯片flashROM上的bios程序
本程序可用于读取计算机存储芯片flashROM上的bios程序-This procedure can be used for computer memory chips to read the bios procedures FlashROM
- 2022-01-22 03:20:54下载
- 积分:1
-
调速 高压电机的应用 可提高功率因数和电机的效力
调速 高压电机的应用 可提高功率因数和电机的效力-speed of high-voltage motors can improve power factor and the effectiveness of motor
- 2022-03-23 21:38:52下载
- 积分:1
-
摘要
Abstract
A new intelligent milometer base on a microcontroller can count the sum. By taking full use of the processor 89s51 and E² PROM (AT24C02) and sensor of magnetism, it can count the sum of fully distance and the course of development.
- 2022-07-04 07:25:07下载
- 积分:1
-
Through the AT89C51, can be carried out on the LCD to read and write.
通过AT89C51,可以对LCD 进行读和写.-Through the AT89C51, can be carried out on the LCD to read and write.
- 2022-07-08 19:14:34下载
- 积分:1
-
进一步实现了VC++实现计算器功能,分为普通型和科学型
进一步实现了VC++实现计算器功能,分为普通型和科学型-Further realization of the VC++ to achieve calculator functions are divided into common type and science-based
- 2023-03-13 01:30:04下载
- 积分:1