-
This research project evaluates startup times of the linux boot process from pow
This research project evaluates startup times of the linux boot process from power-on until user login.
Time consuming parts of the boot process are investigated and methods how to speed up the whole
process are discussed.
- 2022-05-17 18:29:31下载
- 积分:1
-
计算在联16位数字的平方根
computes the square root of a 16 bit number in pic16c
- 2022-04-30 02:07:00下载
- 积分:1
-
基于51单片机的电子万年历程序,TXT格式的文档方便观看
基于51单片机的电子万年历程序,TXT格式的文档方便观看-51 MCU-based electronic calendar program, TXT format for easy viewing of documents
- 2022-03-10 13:56:51下载
- 积分:1
-
PIC16F877A 24C02读写
资源描述
/***************************************************************************
* 文件名:24c02
* 功 能:利用IIC总线对eeprom 24c02,进行读写
* 作 者:TXMCU
* 日 期:
* 备 注:
//软件思路:当按键KEY0按下时,把6个连续的数据写入到6个连续的单元内,
//写完成后数码管显示单个0,做为完成标志位,当按键KEY1按下后,
//读取EEPROM连续六个单元,读取结果送6位数码管显示
//
//开发板连接方法:将JP10 JP11 JP12 JP13这4个跳线帽分别接到24C02位置
// 把JP8的的跳线帽跳到DPY位置上,JP14选择在IO口位置上
****************************************************************************/
#include
__CONFIG(0x1832);
//芯片配置字,看门狗关,上电延时开,掉电检测关,低压编程关,加密,4M晶体HS振荡
#define address 0xa
#define nop() asm("asm")
//定义待写入的数据
const char ee_data_write[] = {0, 4, 2, 3, 3, 1};
//定义读取数据存放的缓冲区
unsigned char ee_date[6];
//定义0-9的显示代码
- 2022-03-18 07:32:17下载
- 积分:1
-
TC用户界面和程序设计";cborland Turbo C的用户界面设计…
TC与BC++用户界面程序设计
《Turbo CBorland C++用户界面程序设计》(西安交通大学出版社 周升锋 李立新 等著)的随书软盘,包括很多图形界面开发的实例程序。-TC user interface and program design "CBorland Turbo C User Interface Design" (Xi"an Jiaotong University Press Zhou Feng Li Lixin or waiting for) the floppy disk with books, including many graphic examples of the interface development process.
- 2022-02-11 21:14:03下载
- 积分:1
-
Very good makefile generation tool, suitable for minor works
很不错的makefile生成工具,适合小型工程-Very good makefile generation tool, suitable for minor works
- 2022-07-06 09:15:01下载
- 积分:1
-
很好的51显示程序!做为一个人机对话,HAO
很好的51显示程序!做为一个人机对话,HAO-51 shows a very good program! As a man-machine dialogue, HAO
- 2023-04-24 12:15:03下载
- 积分:1
-
一个不错的需求分析实例!希望对大家有帮助
一个不错的需求分析实例!希望对大家有帮助-A good example of the needs analysis! Hope everyone has to help
- 2022-12-23 08:50:02下载
- 积分:1
-
模块采用的就是MCU控制语音芯片和存贮器读写的方式。为了简化实验,示例程序使用固定的常数表循环播放,模拟蛙鸣的效果。...
模块采用的就是MCU控制语音芯片和存贮器读写的方式。为了简化实验,示例程序使用固定的常数表循环播放,模拟蛙鸣的效果。-module MCU is used to control the voice chip and the memory read and write. To simplify the experiment, the sample programs use a fixed constant cycle Table broadcast Wamingfen simulation results.
- 2022-01-30 19:15:17下载
- 积分:1
-
- 2022-08-08 02:45:57下载
- 积分:1