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

搜索资源列表

  1. 进程的创建

    0下载:
  2. 介绍了再linux系统下如何创建进程,以及创建进程中应注意的有关问题-introduced again linux systems process of how to create and build process should pay attention to issues related to
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:128111
    • 提供者:杨政
  1. serialudp

    0下载:
  2. 我的毕业设计,ARM7的以太网应用,串口与以太网数据互发,使用的uclinux系统,支持多线程,所以在你编译uclinux的时候请选择uclibc库而不是uc-libc。文件中包含了源码和Makefile文件,image里是编译后生成的文件,可以直接烧录进板子,但是请注意板子的配置,我的是44B0的公板,不同的板子请在编译uclinux的时候重新配置好-I graduated from the design, the ARM7 Ethernet, serial and Ethernet Data
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2189850
    • 提供者:仇海亮
  1. 如何在嵌入式LINUX中添加设备驱动程序

    0下载:
  2. 如何在嵌入式linux中添加驱动程序,介绍了在linux中驱动程序的开发经验,并付有例程-how to add embedded linux driver, introduced in linux Driver program development experience, and pay a routine
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:4742
    • 提供者:桂渔
  1. pid)

    0下载:
  2. 这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。 -This is a t
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:3810
    • 提供者:clary
  1. adc-s3c2410

    0下载:
  2. 此驱动程序使用了等待队列,信号量,中断注册。另外要特别留意write函数被实现为从用户空间传入数模转换通道号(频道)和分频的值(预分频),read函数则传出转换好的数据。对于预分频传入和读取,本驱动程序并未使用到,当多路转换时,这个值则要充分利用,并且需要一种多路转换的实现方法了。-This driver uses a wait queue, semaphores, interrupt register. Also pay special attention to write function
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:8637
    • 提供者:sismm
  1. ARM_Linux

    0下载:
  2. 本书详细地讲述了基于ARM平台的嵌入式Linux操作系统移植的过程及应注意的事项-This book describes in detail the platform based on ARM embedded Linux operating system migration process and should pay attention
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:179328
    • 提供者:tample
  1. ARM

    0下载:
  2. ARM指令集,有需要的抓紧下载,过期不候-ARM instruction set, there is a need to pay close attention to download, without waiting
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-01
    • 文件大小:973858
    • 提供者:1
  1. Embedded-C-and-C-P-P-language

    0下载:
  2. 嵌入式C与C++语言精华文章集锦,这本书主要讲的是一些嵌入式开发过程中应该特别注意的地方.-Embedded C and C++ language the essence of the article highlights, this book focuses on the embedded development process should pay particular attention to the place.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-09
    • 文件大小:1585410
    • 提供者:Tomy
  1. wifi

    1下载:
  2. 手机WAIFI控制智能小车,生成的APK源文件可以直接放到手机里面安装使用,注意:先连接WAIFI-APK source file the phone WAIFI control smart car, generated directly into the phone inside the installation, pay attention: first connect WAIFI
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-06
    • 文件大小:133562
    • 提供者:汤伟良
  1. Normal-files-directories-

    0下载:
  2. 普通文件和目录编程 1. 编写程序mycp.c,实现从命令行读入文件的复制功能,用原始文件系统调用。 2. 编写程序mycat.c,实现文件内容的显示,用原始文件系统调用实现。 3. 用流文件系统函数重新编写上面的程序。 . 调用目录函数,编写程序myls.c,实现按下面格式显示当前目录文件列表:文件名 文件大小 文件创建时间 注意研究文件创建时间的转换,即如何把从1970年1月1日起的秒数转换为表示时间的字符串,从而显示出来,注意研究asctime()函数和ctime(
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-06
    • 文件大小:12218
    • 提供者:weiwei
  1. GCC-related-technologies

    0下载:
  2. gcc技术参考大全这本书主要讲的是和gcc相关的技术,当使用编译器进行编译的时候,需要注意编译的问题,里面都有描述-GCC technical reference book this book is mainly about and GCC related technologies, when using the compiler to compile, you need to pay attention to the problem of compilation, which are desc
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-17
    • 文件大小:26379220
    • 提供者:李焱明
搜珍网 www.dssz.com