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

搜索资源列表

  1. addressbook-for-uclinux

    0下载:
  2. 在uclinux下写的一个 address book 程序-write an address book of procedures
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:19672
    • 提供者:毕胜
  1. blob-2.0.4

    0下载:
  2. 针对于sa1100的bootloader。blob2.04是一个功能比较强大的bootloader,希望喜欢底层的朋友可以一起研究。-to address sa1100 Bootloader. Blob2.04 function is a more powerful Bootloader. like to hope that the bottom of the friends together.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:130577
    • 提供者:金海
  1. blob-1.0.0

    0下载:
  2. blob1.0是最早版本的sa1100的bootloader,里面的汇编部分,可读性很差,多是直接用地址写的。-blob1.0 is the first version of the Bootloader sa1100. inside some of the compilation, readability poor more directly with the address to write.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:190716
    • 提供者:金海
  1. 4.1_memory_test

    0下载:
  2. memory_test Memory Read/Write Access Test Memory read base Address : 0xc010000 Memory write base Address : 0xc02-memory_test Memory Read / Write Access Tes t read base Memory Address : Memory write 0xc010000 base Address : 0xc02
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:7613
    • 提供者:zhang
  1. camserv-1.0.5.tar

    0下载:
  2. WebCam Viewer Camera Server Version 1.0.5 Chipsbrain Engineer Final Release -Address WebCam Viewer Camera Server Version 1.0.5 Chipsbrain Engineer Final Release
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:7877
    • 提供者:蔡勇
  1. HJTAG.用于ARM在线仿真的支持软件

    0下载:
  2. 这个事一个用于ARM在线仿真的支持软件,有了他能很快找到仿真器的地址,版本较高。,One for the matter of support for ARM-line simulation software, has been that he can quickly find the address of emulator, a higher version.
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-05-16
    • 文件大小:4577736
    • 提供者:caitou
  1. udptalk

    0下载:
  2. TCP/IP提供了无连接的传输层协议:UDP(User Datagram Protocol,即用户数据报协 议)。UDP 与 TCP 有很大的区别,因为无连接的 socket 编程与面向连接的 socket 编程也有很 大的差异。由于不用建立连接,因此每个发送个接收的数据报都包含了发送方和接收方的地 址信息。 -TCP/IP provides a connectionless transport layer protocol: UDP (User Datagram Proto
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:1164
    • 提供者:唐本风
  1. 1tongxunlu

    1下载:
  2. 简单的通讯录创建以及功能的实现 基于minigui下的程序开发-Create a simple address book, as well as function under minigui-based program development
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-17
    • 文件大小:32183
    • 提供者:wang
  1. mrua_EM8622L_2[1].8.2.0_dev.arm.nodts

    0下载:
  2. 1. 8623L平台,其并行flash已经被烧入uClinux系统,并有IP地址. 2. Windows客户机,使用tera term通过串口,把kernel烧到并行flash上,用命令boot rom启动uClinux并且登陆. 3. Linux服务器,主要作用是编译软件,有nfs服务,nfs服务目录是/nfsdir,文件包括有8623L的驱动程序,应用程序和音视频文件,可以被8620L使用. em8623的开发包-1. 8623L platform, and its paral
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-23
    • 文件大小:7949364
    • 提供者:yf133
  1. cli_arm

    0下载:
  2. 基于嵌入式linux的命令行接口,实现了修改IP地址,MAC地址,网关等功能-cli based on embedded linux. realize functions of requiring ip address, mac address, gateway and etc.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:61294
    • 提供者:zr
  1. axd_debug_mmu

    0下载:
  2. 使用AXD调试MMU地址映射程序手记 详细介绍了MMU启动的全过程-MMU debug using AXD Notes address mapping procedure described in detail to start the whole process of MMU
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-02
    • 文件大小:681982
    • 提供者:zhangmingfu
  1. MINIGUI

    0下载:
  2. 里面包括了minigui的介绍,编程,下载地址和事例的说明-Minigui which includes the introduction, programming, download the address and descr iption of cases
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-11
    • 文件大小:2451252
    • 提供者:qubo
  1. socket2

    0下载:
  2. 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:14249
    • 提供者:zhangwei
  1. 2410addr

    0下载:
  2. ARM9,S3C2410寄存器地址,宏定义头文件,包括汇编和C两部分-ARM9, S3C2410 register address, the macro definition header files, including the compilation and C of two parts
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-24
    • 文件大小:9231
    • 提供者:swb
  1. vivi-cs8900-yuxiaohui002.tar

    0下载:
  2. 支持CS8900网卡驱动,支持tftp传输的,vivi,主机ip地址默认设置为192.168.1.100,vivi默认设置地址为192.168.1.15,可以使用tftp进行传输-Support for CS8900 NIC driver, support tftp transfer, vivi, host ip address default to 192.168.1.100, vivi default address of 192.168.1.15, you can use tftp to
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-25
    • 文件大小:852881
    • 提供者:于孝辉
  1. sjf2440_Rev01

    0下载:
  2. 三星公司sjf2440源代码 三星公司官方JTAG下载工具SJF2440源代码下载-SJF2440 can program SMDK2440 flash memory (K9S1208,Intel E28F128,AMD29LV800BB) through JTAG port and read/write data from/to a specified address.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:557337
    • 提供者:周加林
  1. FileSystem

    0下载:
  2. 为LINUX 设计一个简单的二级文件系统。 设计要求: 1、可以实现下列几条命令(至少4条)。 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 2、列目录时要列出文件名、物理地址、保护码和文件长度。 3、源文件可以进行读写保护。 -To design a simple two LINUX file system. Desig
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:250358
    • 提供者:小强
  1. miniweb.tar

    0下载:
  2. ARM LINUX 嵌入式WEB的实例 ,直接MAKE,运行./mini_ws 8000(端口号) 同一网段内一台PC在浏览器中输入http://(ip 地址):8-ARM LINUX Embedded WEB instances, direct MAKE, run./Mini_ws 8000 (port number) the same network segment a single PC in a browser, type http:// (ip address): 8000
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:33969
    • 提供者:周文敖
  1. nvidia

    0下载:
  2. 显卡Framebuffer驱动实现framebuffer只是一个提供显示内存和显示芯片寄存器从物理内存映射到进程地址空间的设备。-Framebuffer graphics framebuffer driver implementation is only a display memory and display chip registers mapped to the process from the physical memory address space of the device.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:37855
    • 提供者:张笑天
  1. srljlinuxe

    0下载:
  2. 深入理解Linux内核,该书详细的介绍了系统调用,内存地址,信号,进程的地址空间,进程通信,以及其他与内核有关的内容!-In-depth understanding of Linux kernel, the book details the system calls, memory addresses, signals, process address space, process communication, and other content related with the kernel!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-20
    • 文件大小:34237767
    • 提供者:lining
« 12 3 »
搜珍网 www.dssz.com