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

搜索资源列表

  1. redboot_200840.zip

    0下载:
  2. Redboot,ported to the i.MX27 PDK board. It was designed to be very portable, extensible, and configurable. Some of the features are: • Host connectivity via RS-232 or Ethernet • Command line interface via RS-232 or Telnet • Imag
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-21
    • 文件大小:36107915
    • 提供者:allen
  1. register_chrdev

    0下载:
  2. register_chrdev 注册字符设备实例,提示加载模块后,需mknod建立相应的文件节点,在执行test测试程序-register_chrdev register character device example, prompts to load the module, the need to establish the appropriate file mknod node in the test program test execution
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-24
    • 文件大小:75286
    • 提供者:sun
  1. virtual

    0下载:
  2. 在多任务操作系统环境下,不允许用户态程序直接执行I/O指令,操作I/O设备,I/O指令只能由运行系统太(内核态)的程序执行,即只能由操作系统内核的代码执行。 -In the multi-tasking operating system environment, the program does not allow users to state directly perform I/O instruction, the operation I/O devices, I/O instructio
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:7021
    • 提供者:杨志
  1. els.tar

    0下载:
  2. Linux上跑的一个俄罗斯方块,执行过程中,调用kaishi_() 及xiao_l_()函数,xiao_l_()函数实现:先执行循环判断,如果条件满足可以消,就调用print_save_matrix()函数,打印消后保存的图形,然后对得分score及等级grade操作,change_shape()判断是否到边,能否变形,若件成立,数组的第二个维数变化,取变形的数组元素-A Tetris running on Linux, the implementation process, call kais
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-05
    • 文件大小:11442
    • 提供者:王婷婷
  1. DUI0204HC_rvct_assembler_guide

    0下载:
  2. ARM汇编程序特点: l 所有运算处理都是发生通用寄存器(一般是R0~R14)的之中.所有存储器空间(如C语言变量的本质就是一个存储器空间上的几个BYTE).的值的处理,都是要传送到通用寄存器来完成.因此代码中大量看到LDR,STR指令来传送值. l ARM汇编语句中.当前语句很多时候要隐含的使用上一句的执行结果.而且上一句的执行结果,是放在CPSR寄存器里,(比如说进位,为0,为负…)-The ARM assembler FEATURES: l all arithmetic
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-16
    • 文件大小:1866542
    • 提供者:范权昌
  1. Changer_Manerge

    0下载:
  2. 电源管理控制代码,基于linux平台的代码,是对电池充电管理时执行的代码-The power management control code, code based on the Linux platform, code execution when the management of battery charging
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-27
    • 文件大小:419207
    • 提供者:leiyan
  1. Process-experiment

    0下载:
  2. 进程实验 1. 编写程序,显示所有环境变量的名称和值。 2. *编写程序,模仿讲义上的mysystem程序,实现输入命令的执行。 -Process experimental programming, display the names and values ​ ​ of all environment variables. 2* written procedures to imitate handouts mysystem program, enter the c
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-22
    • 文件大小:8247
    • 提供者:weiwei
  1. 2th

    1下载:
  2. 最简单的bootloader的编写步骤: 1. 初始化硬件:关看门狗、设置时钟、设置SDRAM、初始化NAND FLASH 2. 如果bootloader比较大,要把它重定位到SDRAM 3. 把内核从NAND FLASH读到SDRAM 4. 设置"要传给内核的参数" 5. 跳转执行内核 -The easiest the bootloader preparation steps: 1. Initializes the hardware: Off watchdog, set
  3. 所属分类:Embeded Linux

    • 发布日期:2016-07-06
    • 文件大小:13312
    • 提供者:
  1. zhinengjiaju

    1下载:
  2. 智能家居控制演示系统。分为三部分,语音控制,嵌入式qt界面以及单片机执行部分。可以使用语音来控制单片机的亮灯和灭灯,也可以使用声音来控制。联系:hellojinhongdu@126.com-Intelligent Home Furnishing control demo system. Divided into three parts, voice control, embedded QT interface and a single execution part. You can use sp
  3. 所属分类:Embeded Linux

    • 发布日期:2014-05-30
    • 文件大小:1116160
    • 提供者:靳洪都
  1. uboot-analysis-report-20120310

    0下载:
  2. 介绍uboot的目录结构和启动流程,以及uboot的命令执行过程,uboot如何向内核传递参数-Uboot procedure describes the directory structure and start the process, as well as uboot command execution, uboot how to pass parameters to the kernel
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-24
    • 文件大小:316757
    • 提供者:王长清
  1. freetype

    0下载:
  2. 在linux的terminal下面执行:./example1 ./simsun.ttc a 就可以显示simsun.ttc字符类型的字体。自己也可以修改。前提是安装了freetype。 安装步骤是: tar xjf freetype-2.4.10.tar.bz2 ./configure make sudo make install 编译执行文件的命令是: gcc -finput-charset=GBK -fexec-charset=UTF-8 -o example1
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-09
    • 文件大小:16129593
    • 提供者:dennis
  1. 1.leds_s

    0下载:
  2. Tiny6410 点灯汇编代码。。 Linux平台下的gcc编译工具编译。 裸机程序, 运行时,boot要先起来, 把bin文件烧到0x50000000内存起始地址执行-Tiny6410 lighting assembly code. . gcc compiler tool to compile the Linux platform. Bare metal program, running, boot up first, burn the bin file memory starting add
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-12
    • 文件大小:871
    • 提供者:zhang
  1. host

    0下载:
  2. (1)编写hello.c程序,使用编译器GCC编译,执行程序; (2)使用ARM-LINUX-GCC进行编译,并下载到目标机上进行执行。((1) write the hello.c program, compile and execute the program with compiler GCC. (2) compile with ARM-LINUX-GCC and download it to the target machine for execution.)
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:taengu
搜珍网 www.dssz.com