-
ClockGen
通过SMBUS读取Clockgen的寄存器值。(read the register values Clockgen through SMBUS.)
- 2013-07-22 15:51:22下载
- 积分:1
-
fhx
用VC编写的内点罚函数法,有没有人可以将此代码转换到VB里面-VC prepared by the complex law, no one can change this code inside of the VB (VC prepared with internal penalty function method, there are no one can convert this code to VB inside-VC prepared by the complex law, no one can change this code inside of the VB)
- 2008-12-24 22:12:03下载
- 积分:1
-
(1) 显示北京时间;
(2) 能够校准时间;
(3) 使用汇编语言;
(4) 时、分、秒之间以及年、月、日间以小数点分隔;
(5) 显示公历日
(1) 显示北京时间;
(2) 能够校准时间;
(3) 使用汇编语言;
(4) 时、分、秒之间以及年、月、日间以小数点分隔;
(5) 显示公历日期
(6) 能够校准日期
(7) 运动秒表
(8) 闹钟功能
(9) 整点报时功能
(10) 自动/手动进入休眠状态
-(1) shows that Beijing (2) to the calibration time (3) the use of assembly language (4) hours, minutes and seconds, as well as year, month, day to decimal separated (5) shows that the Gregorian calendar date (6 ) to the calibration date (7) Sports Stopwatch (8), alarm clock function (9) The whole point timekeeping function (10) Auto/Manual to enter hibernation
- 2022-08-21 23:09:51下载
- 积分:1
-
EEPROM
EEPROM5045的汇编读写程序,费了很大劲才写好的哦(EEPROM5045 a compilation of reading and writing procedures, costs a great deal written劲才Oh)
- 2007-08-21 10:38:35下载
- 积分:1
-
18b20 thermal temperature other... .... ... ... .. ... ... ... ...
pic18f4.. ....
18b20 thermal temperature other... .... ... ... .. ... ... ... ...
pic18f4.. . .... ... ... -18b20 thermal temperature other... .... ... ... .. ... ... ... ...
pic18f4.. . .... ... ... ...
- 2022-02-12 18:39:18下载
- 积分:1
-
Determineleapyeaprogram
输入一串数字,将会自动判断是不是判断闰年程序(Enter a number that will automatically determine the program is not to judge a leap year)
- 2010-09-22 07:49:19下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
彩灯程序,控制树林的生长和心字的闪烁和重复闪烁
彩灯程序,控制树林的生长和心字的闪烁和重复闪烁-Lantern procedures, control of forest growth and the heart and repeat the word flashes flicker
- 2022-01-24 16:02:53下载
- 积分:1
-
创建结构体,以birthday,学号、姓名为数据成员。赋值并输出。...
创建结构体,以birthday,学号、姓名为数据成员。赋值并输出。-Create a structure to birthday, school number, name of data members. Assignment and output.
- 2023-04-06 19:30:03下载
- 积分:1
-
8031直接驱动LED的电路
以下是利用8031的I/O口直接驱动LED的电路原理图。电路通过8031的P0、P2口连接一片74LS373和一片27128构...
8031直接驱动LED的电路
以下是利用8031的I/O口直接驱动LED的电路原理图。电路通过8031的P0、P2口连接一片74LS373和一片27128构成外拓存储器,通过P1口直接连接LED,驱动显示器,通过P3.0、P3.1、P3.2、P3.3连接电平开关S1、S2、S3、S4作为逻辑输入控制。-8031 direct-drive LED circuit is the use of 8031 following the I/O port directly drive LED circuit schematic. Circuit through the 8031
- 2022-01-25 21:42:50下载
- 积分:1