-
定时闹钟的一个简单实用的程序,可以对现在时间以及闹钟时间进行修改....
定时闹钟的一个简单实用的程序,可以对现在时间以及闹钟时间进行修改.-Regular alarm clock, a simple and practical procedures, the time now, and can modify the alarm time.
- 2023-01-15 19:05:03下载
- 积分:1
-
判断闰年,怎么说,有兴趣可以看看吧,算法应该大家都会~...
判断闰年,怎么说,有兴趣可以看看吧,算法应该大家都会~-judgment leap year, how that interest can look at it, the algorithm should we all ~
- 2022-04-13 07:47:28下载
- 积分:1
-
求一堆数里面的最大值
求一堆数里面的最大值-heap for the maximum number of inside! !
- 2023-05-31 17:35:03下载
- 积分:1
-
在pe文件上增加可执行代码;该程序是尝试用win32汇编程序对pe文件进行最基本的修改;...
在pe文件上增加可执行代码;该程序是尝试用win32汇编程序对pe文件进行最基本的修改;-Document an increase in pe executable code the program is to try to use win32 assembler of pe most fundamental changes to documents
- 2022-03-31 17:57:29下载
- 积分:1
-
Release notes for emFile Version 2.40c
Release notes for emFile Version 2.40c
- 2022-05-12 12:15:57下载
- 积分:1
-
MCD1 real one, to light a LED and continuously put out 3 seconds after the real...
MCD1实战一,点亮一个LED并持续3秒后熄灭
该实战的目的作为学习和应用MCD1在线调试工具套件,进行项目的软件和硬件
联合调试的范例程序,也就是当做一个用户程序实例,而演示板暂时充当用户电
路的角色。这样就构成了一个软件、硬件齐全的自制项目模拟环境。
本程序实现的功能是,把端口RC的8条引脚全部设置为输出模式,并从RC0输出高电平
从而点亮RC0口的一个LED,持续3秒后LED熄灭.
该程序可用于PIC16F87X(A)所有系列-MCD1 real one, to light a LED and continuously put out 3 seconds after the real purpose for learning and application debugging MCD1 online suite of tools to carry out the project software and hardware examples of joint commissioning procedures, that is, as a user instance, and the demonstration user circuit board to serve as a temporary role. This constitutes a software, hardware, a full range of home-made simulation environment projects. Realize the function of this procedure is that the 8-port RC pin all set to output mode and high output from the RC0 so I RC0 a lit LED, continuous 3 seconds after the LED goes out. The program can be used to PIC16F87X ( A) All Series
- 2022-03-05 02:28:25下载
- 积分:1
-
framework to address the pxa270 arm of a boot procedures, began studying for ARM...
针对于arm架构的pxa270的一个boot程序,供开始学习ARM的朋友参考.-framework to address the pxa270 arm of a boot procedures, began studying for ARM reference to a friend.
- 2023-05-19 04:20:04下载
- 积分:1
-
c语言绘制鸭子 辅助设计 更换坐标变换图形
c语言绘制鸭子 辅助设计 更换坐标变换图形-c language mapping Ducks aided design graphics replacement coordinate transformation
- 2023-03-09 00:15:03下载
- 积分:1
-
该程序采用汇编语言完成,基于AT89C51adc0809和LCD1602实现数字电压表...
该程序采用汇编语言完成,基于AT89C51adc0809和LCD1602实现数字电压表-The procedure used to complete assembly language, based on the LCD1602 realize AT89C51adc0809 and digital voltage meter
- 2022-03-23 01:37:43下载
- 积分: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