-
- 2022-02-01 05:37:01下载
- 积分:1
-
biansongqiziliao ,xuyao
biansongqiziliao ,xuyao -hopeyouneed
- 2022-04-29 22:32:38下载
- 积分:1
-
suitable for use in 4
适合用在4线制触摸屏,它通过标准SPI协议和CPU通信,操作简单,精度高,-suitable for use in 4-wire Touchscreen, through standard protocols and CPU SPI communication, simple operation, high accuracy,
- 2022-08-22 23:49:12下载
- 积分:1
-
一个汇编实习作业
一个汇编实习作业-a compilation of practical operation
- 2023-05-20 18:55:03下载
- 积分:1
-
LADER program for WATER COUNTER
LADER program for WATER COUNTER
- 2023-06-05 18:40:03下载
- 积分:1
-
显示当前时间系统
显示当前系统时间-show the current time system
- 2023-06-26 20:45:02下载
- 积分:1
-
使用Windows Mobile 6 device_positiontrackersources追踪你的位置
Track your position using a Windows Mobile 6 device_PositionTrackerSources
- 2022-04-08 08:17:36下载
- 积分: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
-
the system can guide the work of Rootkit. simple 1) It's very small.The basi...
可在系统引导时工作的RootKit,较简单
1) It s very small.The basic framework is just about 100 lines of assembly code.It supports 2000,XP,2003
2) It patches the kernel at runtime(no files are patched on disk).(basic version has this code removed , so as others could understand it easily).
3) BOOT KIT is PXE-compatible.
4) It can even lead to first ever PXE virus
5)It also enables you to load other root kits if you have physical access(Normally root kits can only be loaded by the administrator)-the system can guide the work of Rootkit. simple 1) It"s very small.The basic framework is jus t about 100 lines of assembly code.It supports 2 000, XP, 2003 2) It patches the kernel at runtime (no file "s are patched on disk). (basic version has this c ode removed. so as others could understand it easily). 3) BOO T KIT is PXE-compatible. 4) It can even lead to fi rst ever PXE virus 5) It also enables you to load o ther"isnt root kits if you have physical access (Norm ally root kits can
- 2022-02-09 13:53:43下载
- 积分:1
-
ART OF Assembly Language Programming, very good, but I have no time to read
ART OF Assembly Language Programming, 很不错,可惜我没有时间看-ART OF Assembly Language Programming, very good, but I have no time to read
- 2023-06-09 02:55:03下载
- 积分:1