-
vb和c++结合语言,相关程序
vb和c++结合语言,相关程序-vb and c combined language, procedures
- 2022-03-03 18:13:23下载
- 积分:1
-
动态五角星,按任意键可以改变五角星的颜色,该程序为全屏显示....
动态五角星,按任意键可以改变五角星的颜色,该程序为全屏显示.-dynamic five-pointed star, by Anykey five-pointed star can change the color, the procedure for the full screen display.
- 2022-03-05 10:21:30下载
- 积分:1
-
API的说明 对UCOS的API介绍很详细 可以供嵌入式系统开发运用
API的说明 对UCOS的API介绍很详细 可以供嵌入式系统开发运用-UCOS API description of the API can be very detailed introduction for the use of embedded system development
- 2022-01-25 16:50:43下载
- 积分:1
-
related codewarrior works very handy example of the ah, we should not miss!
相关的codewarrior工程 范例
非常好用的啊,大家不要错过!
-related codewarrior works very handy example of the ah, we should not miss!
- 2023-01-15 16:40: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 digital tube 0
这是一个数码管0-99计数器,请大家指点-This is a digital tube 0-99 counter, please instruct
- 2023-01-04 02:30:04下载
- 积分:1
-
Fan Motor, production line quality inspection system to detect electrical 1800V,...
风扇电机,生产线上质量检测系统,检测电机1800V,900V的漏电流参数,电机堵转电流参数及各档位转速的电路参数-Fan Motor, production line quality inspection system to detect electrical 1800V, 900V the leakage current parameters, the electrical current parameters stall speed and stall the circuit parameters
- 2022-07-22 11:18:27下载
- 积分:1
-
智能控制,安防源代码,单片51的汇编源程序,供大家研究
智能控制,安防源代码,单片51的汇编源程序,供大家研究-intelligent control, Security source code, a compilation of 51 single source for all research
- 2023-08-22 02:50:03下载
- 积分: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
-
PIC单片机解码EV1527实例
资源描述EV1527解码程序:单片机PIC16F630,内部4MHz,EV1527发射频率433MHz,振荡电阻270K,遥控器供电电压DC12V,周期为1.2ms。
在上电3S钟内按开机键,程序学习遥控器识别码,1次只能学习一个遥控器;按关机键程序将擦除所有遥控器识别码。
本程序最多可以学习42个遥控器,当遥控器个数满42个后第43个将会覆盖第1个。
- 2023-03-15 05:50:03下载
- 积分:1