您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Nachos中文教程

  2. 第一章 绪论 1 第一节 NACHOS概述 1 一、引言 1 二、Nachos教学用操作系统 1 第二节 NACHOS的实验环境 4 一、Nachos的安装 4 二、Nachos的目录结构 4 三、各个部分的编译运行 4 四、应用程序的编译 5 第二章 机器模拟 6 第一节 概述 6 第二节 机器模拟的实现 10 1. Sysdep模块分析(文件sysdep.cc sysdep.h) 10 1.1 PoolFile 函数 10 1.2 OpenForWrite 函数 10 1.3 OpenFo
  3. 所属分类:网络攻防

    • 发布日期:2009-11-01
    • 文件大小:884736
    • 提供者:njzhufang13
  1. AD7705模数转换

  2. #include #include #include #include "1KF01.h" #include "ad7705.h" #include "HC595.h" #include "main.h" #include "crc16.h" #include "usart.h&q uot; volatile uint16_t eep_cali_data_addr;//计算校准系数存放地址的变量 extern volatile uint8_t timer0out;//主函数定义的超时标志
  3. 所属分类:C++

    • 发布日期:2009-11-16
    • 文件大小:374784
    • 提供者:richardrain
  1. USB atmeg8 ISP_源码.rar

  2. USB atmeg8 ISP_源码.rar /* Name: main.c * Project: AVR-Doper * Author: Christian Starkjohann * Creation Date: 2006-06-21 * Tabsize: 4 * Copyright: (c) 2006 by Christian Starkjohann, all rights reserved. * License: Proprietary, see documentation. * Re
  3. 所属分类:C

    • 发布日期:2010-02-22
    • 文件大小:763904
    • 提供者:zfuwen
  1. 低成本AVR+LCD示波器

  2. /* AVR oscilloscope with 128x64 graphic LCD. Created by Serasidis Vassilis and finished at 03.Aug.2007 Home: http://www.serasidis.gr e-mail: info@serasidis.gr and avrsite@yahoo.gr This code is ditributed under GPL licence. */ #include // include I/
  3. 所属分类:C

    • 发布日期:2010-04-03
    • 文件大小:942080
    • 提供者:gllcs1980
  1. 嵌入式系统设计与应用实验串口通信

  2. /* 包含文件 */ #include "def.h" #include "2410lib.h" #include "option.h" #include "2410addr.h" #include "interrupt.h" /******************************************************************** // Function name : Main // Descr iption : JXARM9-2410 串口通信实验主程序 /
  3. 所属分类:硬件开发

    • 发布日期:2010-05-23
    • 文件大小:9437184
    • 提供者:yaowanhua
  1. linux双网卡驱动源码(enc28j60).zip

  2. #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "enc2 8j60_hw.h" #define DRV_NAME "enc28j60" #define DRV_VERSION "1.01" #define
  3. 所属分类:Linux

    • 发布日期:2010-10-15
    • 文件大小:15360
    • 提供者:licl2008
  1. AVR初学者笔记:定时记数器0实验

  2. 定时/计数器(Timer/Counter)是单片机中最基本的接口之一,它的用途非常广泛,常用于计数、延时、测量周期、频率、脉宽、提供定时脉冲信号等。在实际应用中,对于转速,位移、速度、流量等物理量的测量,通常也是由传感器转换成脉冲电信号,通过使用定时/计数器来测量其周期或频率,再经过计算处理获得。 相对于一般8位单片机而言,AVR不仅配备了更多的定时/计数器接口,而且还是增强型的,如通过定时计数器与比较匹配寄存器相互配合,生成占空比可变的方波信号,即脉冲宽度调制输出PWM信号,用于D/A、马达
  3. 所属分类:Flash

    • 发布日期:2010-11-18
    • 文件大小:494592
    • 提供者:pairs13
  1. #include "graphics.h" #include "graphics.h"

  2. #include "graphics.h" #include "stdio.h" #include "dos.h" #include "conio.h" #include "bios.h" #include "stdlib.h" #include "math.h" #ifdef __cplusplus #define __CPPARGS ... #else #define __CPPARGS #endif #define VK_LEFT 0x4b00 #define VK_RIGHT 0x4d
  3. 所属分类:C

    • 发布日期:2011-04-09
    • 文件大小:13312
    • 提供者:lzhtj1227
  1. #include "graphics.h" #include "graphics.h"

  2. #include "graphics.h" #include "stdio.h" #include "dos.h" #include "conio.h" #include "bios.h" #include "stdlib.h" #include "math.h" #ifdef __cplusplus #define __CPPARGS ... #else #define __CPPARGS #endif #define VK_LEFT 0x4b00 #define VK_RIGHT 0x4d
  3. 所属分类:C

    • 发布日期:2011-04-09
    • 文件大小:15360
    • 提供者:lzhtj1227
  1. 基于AVR的温度报警系统

  2. #ifndef _DS18B20_C_ #define _DS18B20_C_ #define F_CPU 4000000UL #define SET_1(a,b) #define CLE_0(a,b) #include #include #include #define BOOL unsigned char #define INT8U unsigned char #define INT16U unsigned int #define FAIL 0 #define SUCC 1 #def
  3. 所属分类:C++

    • 发布日期:2011-11-09
    • 文件大小:48128
    • 提供者:qiongren2011
  1. 嵌入式Linux应用开发完全手册

  2. . |-- drivers_and_test | |-- buttons | | |-- button_test.c | | |-- Makefile | | `-- s3c24xx_buttons.c | |-- fb_test | | |-- fb.h | | |-- fb_test.c | | `-- Makefile | |-- leds | | |-- led_test | | |-- led_test.c | | |-- Makefile | | `-- s3c24xx_leds.
  3. 所属分类:硬件开发

    • 发布日期:2011-12-12
    • 文件大小:478208
    • 提供者:wu_wenyang
  1. 宝发TP资料.rar

  2. #include #include #include "ft5x06_ts.h" #include #include #include //#include static struct i2c_client *this_client; static struct ft5x0x_ts_platform_data *pdata; #define CONFIG_FT5X0X_MULTITOUCH 1
  3. 所属分类:其它

    • 发布日期:2012-04-05
    • 文件大小:437248
    • 提供者:z1214a
  1. AVR单片机实现电子时钟设计.pdf

  2. AVR单片机实现电子时钟设计 #include #include #include #include #include #include #include #include #define uchar unsigned char #define uint unsigned int #define xtal 8 #define CS PA5 #define SID PA6 #define SCLK PA7 #define Set_CS() DDRA |= (1<<CS
  3. 所属分类:嵌入式

    • 发布日期:2012-10-26
    • 文件大小:33792
    • 提供者:chentongxue321
  1. c8051F340.H带中文对照和页码标识

  2. c8051F340.H,Byte Registers,bit definitions,Interrupt Priorities,
  3. 所属分类:C++

    • 发布日期:2013-03-07
    • 文件大小:56320
    • 提供者:lianyunwangqian
  1. Nachos中文教程

  2. 第一章 绪论 1 第一节 NACHOS概述 1 一、引言 1 二、Nachos教学用操作系统 1 第二节 NACHOS的实验环境 4 一、Nachos的安装 4 二、Nachos的目录结构 4 三、各个部分的编译运行 4 四、应用程序的编译 5 第二章 机器模拟 6 第一节 概述 6 第二节 机器模拟的实现 10 1. Sysdep模块分析(文件sysdep.cc sysdep.h) 10 1.1 PoolFile 函数 10 1.2 OpenForWrite 函数 10 1.3 OpenFo
  3. 所属分类:其它

    • 发布日期:2013-03-25
    • 文件大小:884736
    • 提供者:czabc0206
  1. 计数用来实现频率计

  2. 频率计 用来1s定时计数,#include #include #include"my12864bing.h" #include
  3. 所属分类:其它

    • 发布日期:2013-08-13
    • 文件大小:1024
    • 提供者:bill9181028
  1. 数字电压表

  2. #define F_CPU 4000000UL #include #include #include #define uchar unsigned char #define uint unsigned int #define uint32 unsigned long const uchar SEG_CODE[] ={"0123456789"}; extern void Write_LCD_Command (uchar cmd); extern void Write_LCD_Data(uc
  3. 所属分类:C

    • 发布日期:2015-06-21
    • 文件大小:23552
    • 提供者:baidu_25702457
  1. dspic30f4011闭环控制无刷直流电机程序

  2. 基于dspic30f4011的无刷直流电机程序 #include "p30f4011.h" #include "oled.h" #include "Mypid.h" #include "timer.h" #include "interrupt.h" #include "ADC.h" #include "moter.h" //配置位 _FOSC(0X0304);//FCKSM = 0 0;时钟切换使能 FOS = 11主振荡器XT晶振模式外部4MHz _FWDT(0X0000);//关狗 _FB
  3. 所属分类:C

    • 发布日期:2017-09-15
    • 文件大小:20480
    • 提供者:qq_14915121
  1. 三个文件io.h signal.h interrupt.h

  2. 网友要得三个文件io.h signal.h interrupt.h
  3. 所属分类:Java

    • 发布日期:2009-01-15
    • 文件大小:6144
    • 提供者:zuoji6959
  1. 三个文件io.h signal.h interrupt.h

  2. 网友要得三个文件io.h signal.h interrupt.h 网友要得三个文件io.h signal.h interrupt.h
  3. 所属分类:Java

    • 发布日期:2021-03-29
    • 文件大小:6144
    • 提供者:shuihanzhu
« 12 3 4 5 6 7 8 9 10 »