虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

声音延时<b>开关</b>

  • 这是一个可以在NT/2000环境下读写各种端口、终端源数据的库。无需自己编写系统驱动即可操控硬件端口

    这是一个可以在NT/2000环境下读写各种端口、终端源数据的库。无需自己编写系统驱动即可操控硬件端口,使用非常方便。可供VC/VB/Delphi/.Net/Pb等主流编程语言使用。 由于未注册会弹出注册界面而且会延时,我破解了这个库(详细见“how to crack.txt”文件)。这里共享出来。方便大家使用。库自带很多demo,可以自己看看,学习一下。

    标签: 2000 端口 NT 环境

    上传时间: 2014-01-20

    上传用户:jeffery

  • 在ATmega16芯片上移植的ucosii系统应用

    在ATmega16芯片上移植的ucosii系统应用,使用ICCAVR编译器。由于ATmega16芯片仅仅有16k的rom和1k的ram,因此这个移植范例中仅使用了系统延时函数来点亮led。

    标签: ATmega ucosii 16 芯片

    上传时间: 2013-12-26

    上传用户:ggwz258

  • LCD1602B基本驱动函数库 1、需要底层硬件驱动函数支持 基本的宏定义: LCD_RS LCD_RW LCD_E LCD_SetWriteData LCD_SetReadData

    LCD1602B基本驱动函数库 1、需要底层硬件驱动函数支持 基本的宏定义: LCD_RS LCD_RW LCD_E LCD_SetWriteData LCD_SetReadData LCD_HalfData_Port LCD_HalfData_DDR LCD_SendHalfCharHigh(a) LCD_SendHalfCharLow(a) 2、需要基本的延时函数支持基本的延时函数: DelayMs() 毫秒 DelayUs() 微妙 3、需要修改引用宏定义来指定底层硬件驱动 函数库。 4、该头文件支持4位发送模式,硬件连接4位 8位都支持。

    标签: LCD_SetWriteData LCD_SetReadData LCD_RS LCD_RW

    上传时间: 2015-05-20

    上传用户:wangchong

  • 数字运算

    数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no

    标签: 数字 运算

    上传时间: 2015-05-21

    上传用户:daguda

  • 说明: 此演示程序包含六个任务: softclock 软时钟任务 task1 向端口2的每个管脚输出方波的任务 task2 向端口3的每个管脚输出方波的任务 task3 向端口

    说明: 此演示程序包含六个任务: softclock 软时钟任务 task1 向端口2的每个管脚输出方波的任务 task2 向端口3的每个管脚输出方波的任务 task3 向端口4的每个管脚输出方波的任务 task4 向端口5的每个管脚输出方波的任务 taskled 点亮P1.0上指示灯的任务 6个任务,加上M430/OS的空闲任务,共7个任务,系统开辟了6块堆栈,空闲任务使用main程序的堆栈,空闲任务不保存现场。每块堆栈的大小可以不同。 软时钟任务利用M430/OS的多任务延时模拟了一个有年、月、日、时、分、秒的时钟,并且可以日期 时间格式为BCD格式或10进制格式。 此程序可以直接在MSP430F149的仿真头上运行 程序空间、数据空间都由编译器自动分配。

    标签: softclock task1 task2 task3

    上传时间: 2013-12-21

    上传用户:liglechongchong

  • 利用取表的方法

    利用取表的方法,使端口 P1 做单一灯的变化:左移 2 次,右移 2 次,闪烁 2 次(延时的时间 0.2 秒)。

    标签:

    上传时间: 2014-01-16

    上传用户:金宜

  • The government of a small but important country has decided that the alphabet needs to be streamline

    The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition

    标签: government streamline important alphabet

    上传时间: 2015-06-09

    上传用户:weixiao99

  • ucosii移植到44b0的代码

    ucosii移植到44b0的代码,添加了对多任务延时切换的支持,sdt下使用

    标签: ucosii 44b0 移植 代码

    上传时间: 2013-12-24

    上传用户:四只眼

  • lcd汇编程序

    lcd汇编程序,可以看到驱动程序 有延时 测试 初始化的功能

    标签: lcd 汇编程序

    上传时间: 2015-06-11

    上传用户:xjz632

  • 键盘接口的CX51驱动程序。程序由主函数

    键盘接口的CX51驱动程序。程序由主函数,读键盘函数和延时函数组成

    标签: CX 51 键盘接口 程序

    上传时间: 2015-06-14

    上传用户:一诺88