CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux 搜索资源 - int

搜索资源列表

  1. 2410int

    0下载:
  2. 2410开发板在ADS下的中断测试程序。 运行步骤: 1 打开int.mcp工程文件 2 运行 3 按下开发板上的Eint0,Eint5,Eint19按键 观察终端上的中断输出 文件说明: int_test.c 开发板初始化文件 Eint.c 中断实验主程序文件-development board in 2410 under the ADS interruption test. Running steps : an open int.mcp two project
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:12.15kb
    • 提供者:符杰林
  1. cfe-1.3.3-src

    0下载:
  2. This directory contains Broadcom s Broadband processor division \"Common Firmware Environment,\" or CFE. (pronounce it cafe if you like) It is intended to be a flexible toolkit of CPU initialization and bootstrap code for use on processo
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2.27mb
    • 提供者:Wreck
  1. 4.6_8led_test

    0下载:
  2. oid led8_test(void) { int i, j, k iic_init() for( ) { for(j=0 j<10 j++) { for(i=0 i<8 i++) { k = 9-(i+j)%10 iic_write(0x70, 0x10+i, f_szDigital[k]) } delay(1000) } } }-oid
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:5.21kb
    • 提供者:zhang
  1. led_linux2.4.18

    0下载:
  2. Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev //led test... testdev = op
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:5.6kb
    • 提供者:Jia-Yang Chen
  1. mheg5_src

    0下载:
  2. 机顶盒中mheg5模块源码,这个为网络上的开源程序。-mheg5 module used int STB,this can also find in the internet.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:275.31kb
    • 提供者:zming
  1. blob-xlli-snapshot-123004.tar

    0下载:
  2. bootloader for mainstone2 system,main cpu is intel pxa chip.may need edit for your onw system-bootloader for mainstone2 system, main cpu is intel pxa chip.may need edit for your onw system
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:338.63kb
    • 提供者:bruce lee
  1. Cmicroblaze

    0下载:
  2. #include "xgpio_l.h" #include "xutil.h" --- ----- #include "xparameters.h" #include "xgpio_l.h" #include "xutil.h" #include <stdio.h> #include <fcntl.h> int main (void)-#include "xgpio_l.h" #include "xutil.h" -----
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-10
    • 文件大小:737byte
    • 提供者:youssef
  1. atoi

    0下载:
  2. < atoi> converts the initial portion of a string to an <<int>>.-<<atoi>> converts the initial portion of a string to an <<int>>.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:720byte
    • 提供者:李文志
  1. GPS

    1下载:
  2. 基于ARM的GPRS车载系统源程序 /******************************************************************************* ** Function: Get GPS Communication Port from GPSPort.ini ** ** In: char buffer ** ** Out: set the char buffer ** ** Date: 2007-8-1 Autho
  3. 所属分类:嵌入式Linux

    • 发布日期:2014-03-26
    • 文件大小:5.19kb
    • 提供者:月买双
  1. xitongdiaoyong

    0下载:
  2. 1:修改dev.c文件,定义一个全局变量int count=0 然后用它来统计包的个数。 2.修改sys.C文件,添加extern int count 然后定义自己的函数,asmlinkage int sys_mycall(void) 3.修改entry.S和unistd.h文件,为自己定义的函数增加系统调用号。 4.自己写个函数进行系统调用。-1: Modify dev.c file, define a global variable int count = 0 then use
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:55.69kb
    • 提供者:吴涛
  1. int

    0下载:
  2. unix s3c2410 linux hard init 操作 代码- unix s3c2410 linux hard
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:5.38kb
    • 提供者:舒佳
  1. int

    0下载:
  2. 按键式的led裸板程序中断方式的,对初学很有用的,可以认真的看看,很有帮助的-Push-button LED bare board program interrupt, useful for beginners, you can seriously look at, very helpful
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:3.42kb
    • 提供者:yang
  1. int

    0下载:
  2. ARM9的MINI2440开发板的中断裸板程序,韦东山课本带的-The ARM9 MINI2440 development board interrupt the bare boards procedure Wei Dongshan textbooks with
  3. 所属分类:Driver develop

    • 发布日期:2017-12-06
    • 文件大小:3.3kb
    • 提供者:huew
  1. Int

    0下载:
  2. 这是一个基于S3C2440的中断驱动程序,在linux下写的,非常适合学习S3C2440的初学者-This is a S3C2440 based on interrupt-driven program, written under linux, very suitable for beginners to learn S3C2440
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-13
    • 文件大小:6.47kb
    • 提供者:神秀
  1. test_c

    0下载:
  2. 本程序的主要功能是将char型字符转化成int型并显示出来-The main function of this program is to char type characters into int type and displayed
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-26
    • 文件大小:2.77kb
    • 提供者:赵刚
  1. int

    0下载:
  2. 韦老师写的运行在JZ2440上的中断代码-interrupt code written by teacher wei runned in JZ2440
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:5.39kb
    • 提供者:yuan_ya
  1. 07-wdt-int

    0下载:
  2. 关于Cortex-A8裸机编程的看门狗例程。学习裸机编程的朋友可下载作为参考,如有错误欢迎指教-Cortex-A8 bare metal programming of the watchdog
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:129.43kb
    • 提供者:王海
  1. 01-04

    0下载:
  2. Linux软件工程师(c语言)实用教程 第三章第1题-第4题:编写一个简单的C语言程序:函数int input(int a[],int n)用于输入一个有n个元素的整型数组-Linux Software Engineer (c language) Practical Guide Chapter III Question 1- Question 4: write a simple C language program: function int input (int a [], int n
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:1.64kb
    • 提供者:陈倾
  1. int

    0下载:
  2. mini2440裸机程序中断int程序,经测试可用-mini2440 bare metal program interrupt int program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:8kb
    • 提供者:gaohongxu
  1. int

    0下载:
  2. Linux下Int操作,实现功能等,已经实现放心使用-int control of C language code embedded Linux
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:3.66kb
    • 提供者:suguang
« 12 »
搜珍网 www.dssz.com