-
jianyidianyabiao
avr单片机写的简易电压表的程序。测量精度达到12位(avr microcontroller to write a simple voltage meter program. 12-bit measurement accuracy)
- 2010-12-09 21:06:43下载
- 积分:1
-
USBHID
说明: C#上位机实现通过USB的HID方式通信(C# realizes HID communication through USB)
- 2020-12-17 16:19:11下载
- 积分:1
-
TimeTransform
本程序得到当前系统时间,然后将其转化为4个字节十六进制表示的整数,这个整数表示从1970年1月1日0点0分0秒以来所经过的秒数,这种转换符合MFC规定的时间转换标准,便于嵌入式系统的时间存储与计算(This procedure has been the current system time, and then into four-byte hexadecimal integer, the integer that from at 00:00:00 on January 1, 1970 after the number of seconds since this conversion MFC time to comply with the provisions of the conversion standard time embedded systems to facilitate storage and computing)
- 2008-12-22 20:33:30下载
- 积分:1
-
Serial_Communication_Technology
串口通讯技术实现--两台pc机通过串口通讯(C语言)并可以调整波特率,奇偶校验位等。 (Serial Communication Technology- two pc machine through serial communication (C language) and can adjust the baud rate, parity bit and so on.)
- 2009-01-06 20:22:26下载
- 积分:1
-
circumrotate
说明: 图像处理 实现图像旋转变换 (this procedure help you rotate the image
)
- 2010-03-16 16:01:27下载
- 积分:1
-
chuankoutongxin
1.由上位机发送1给单片机时,蜂鸣器以400ms频率发声,发2时以200ms频率发声,发3时以100ms频率发声,发4时关闲蜂鸣器。
1.以2400bps从计算机发送任一字节数据,当单片机收到该数据后,在此数据前加上一序号然后连同此数据一起发送至计算机,当序号超过255时归零。
2.以16进制发送一个0-65536之间的任一数,当单片机收到后在数码管上动态显示出来,波特率自定。
3. 用AD以1HZ的频率采集模拟信号,然后转换成数字量,再将其以1200bps发送到计算机,在计算机上显示。
4.按下矩阵键盘第一行时以1200bps发送,1,2,3,4,第二行时以2400bps发送5,6,7,8,第三行以4800bps发送,9,10,11,12,第四行以9600pbs 发送,13,14,15,16.
(1. From the PC to send a single chip, the buzzer to 400ms frequency of sound, made 2 to 200ms frequency sound, made from 3 to 100ms frequency sound, made 4 free buzzer off.
1. To 2400bps from the computer to send any byte of data, when the microcontroller receives the data in this data with a serial number before then sent along with the data to the computer, the serial numbers when more than 255 zero.
2. To send a 16-hexadecimal any number between 0-65536, when the microcontroller in the digital receipt is displayed on a dynamic, custom baud rate.
3. 1HZ with the frequency of AD in order to capture analog signals, then converted to digital, and then send it to 1200bps to the computer, the computer display.
4. Press to 1200bps matrix keyboard to send the first row, 1,2,3,4, 5,6,7,8 the second row to 2400bps send the third line to 4800bps send, 9,10,11,12 , the fourth line to 9600pbs send, 13,14,15,16.
)
- 2010-12-10 22:53:34下载
- 积分:1
-
poj3941
poj 3941
Hideyuki is allowed by his father Ujisato some 1000 yen bills every month for his pocket money. In the first day of every month, the number of bills is decided as follows. Ujisato prepares n pieces of m-sided dice and declares the cutback k. Hideyuki rolls these dice. The number of bills given is the sum of the spots of the rolled dice decreased by the cutback. Fortunately to Hideyuki, Ujisato promises him to give at least one bill, even if the sum of the spots does not exceed the cutback. Each of the dice has spots of 1 through m inclusive on each side, and the probability of each side is the same.
In this problem, you are asked to write a program that finds the expected value of the number of given bills. (poj 3941 Hideyuki is allowed by his father Ujisato some 1000 yen bills every month for his pocket money. In the first day of every month, the number of bills is decided as follows. Ujisato prepares n pieces of m-sided dice and declares the cutback k. Hideyuki rolls these dice. The number of bills given is the sum of the spots of the rolled dice decreased by the cutback. Fortunately to Hideyuki, Ujisato promises him to give at least one bill, even if the sum of the spots does not exceed the cutback. Each of the dice has spots of 1 through m inclusive on each side, and the probability of each side is the same. In this problem, you are asked to write a program that finds the expected value of the number of given bills.)
- 2013-07-16 20:45:28下载
- 积分:1
-
猜拳游戏1
说明: 实现电脑与人与电脑划拳的实例,是一个感觉还可以的一个实例,(Examples of realizing human-computer punching)
- 2019-05-21 21:52:55下载
- 积分:1
-
Visual C# 多线程异步抓取网页 网络爬虫控制台程序模拟
Visual C# 多线程异步抓取网页 网络爬虫控制台程序模拟,程序中定义了一个网页类爬虫程序,通过此程序可获得本网页的网址、网页标题、网页的所有链接信息,只读方式,并且返回网页的全部纯文本信息,获得本网页的大小,从HTML代码中分析出链接信息,从一段HTML文本中提取出一定字数的纯文本,提取网页中一定字数的纯文本,包括链接文字,从本网页的链接中提取一定数量的链接,该链接的URL满足某正则式,从本网页的链接中提取一定数量的链接,该链接的文字满足某正则式等等。
- 2022-05-18 08:50:12下载
- 积分:1
-
STM32F407 CDC串口驱动移植全系列教程及驱动程序
STM32F407下USB CDC虚拟串口驱动程序移植教程,驱动程序已测试通过,已用于公司的产品上,可以通过PC机的串口工具调试
- 2022-10-11 20:20:15下载
- 积分:1