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

搜索资源列表

  1. 2410DA

    0下载:
  2. 2410开发板在ADS下的D/A转换测试程序。 运行步骤: 1 打开DA.mcp工程文件 2 运行 3 使用示波器, 连接示波器与开发板上的DA输出和地线, 观察示波器上的变化 文件说明: ad_test.c 开发板初始化文件 ad.c ad实验主程序文件 -2410 ADS development board in the D / A converter testing procedures. Running steps : an open DA.mcp
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:10.95kb
    • 提供者:符杰林
  1. recipe-uclinuxKenel

    0下载:
  2. 编程高手的秘笈:Linux C 函数库,linux宝库典藏版,Linux Make中文手册,uclinux核心手册,Linux网络编程,嵌入式系统开发圣经,高质量C编程指南,高手的必杀技啊,好东西与大家分享-programming experts in the secret : Linux C libraries, treasury collection version of linux, Make Chinese Linux manual Basis core manual, Linux
  3. 所属分类:嵌入式Linux

    • 发布日期:2023-12-31
    • 文件大小:540.72kb
    • 提供者:陈成斌
  1. UDPImageArmLinux

    0下载:
  2. 基于uclinux采用udp通讯协议实现图象等网络规范文件的传输.采用c/s模式,服务器端实现并发而响应多个客户的请求.经过测试,代码能在linux主机之间,arm与arm之间以及pc与arm之间进行通讯(文件中的readme(此为linux下编写)对代码有个总体说明)-use udp protocol communications networks such as image regulatory document transmission. Using c / s mode, the ser
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:839.73kb
    • 提供者:吴敏
  1. sound

    0下载:
  2. 其中sound.c 用于录音和回放。其中特别需要注意的是:1。目前声卡似乎不能打开全双工,所以如果fd = open(\"/dev/dsp\", O_RDWR) ,则无法录音和回放。只能分别设置RDONLY和WRONLY。即半双工方式。否则,就是在录音的时候可以听见,但是无法回放。分析下来似乎是IIC总线中只分配了一个通道给声卡,或者是只启用了一个通道,所以无法录音和放音同步进行。解决方法就是分别以RDONLY方式打开进行录音和WRONLY方式打开进行放音。 Sound1.c用于将录音保存在
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2.98kb
    • 提供者:杨浩
  1. EmbeddedGUI-SDK_For_Linux.tar

    0下载:
  2. 这是一个支持\"微型嵌入式 GUI\" 的 SDK For Linux 版,其 GUI 核心可于 Linux, DOS 16/32 Bit, uC/OS-II及Windows 等平台工作,支持常用控件有:MAINWINDOW主窗口,DLGWINDOW对话框窗 口,BUTTON按钮,MAINMENU下拉式菜单,POPMENU弹出式菜单,HSCROLLBAR横向滚动条,VSCROLLBAR竖 向滚动条,TEXTBOX单行文本编辑框,EDITBOX多行文本编辑框,COM
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:278.93kb
    • 提供者:kly
  1. elf

    0下载:
  2. 序言 1. OBJECT文件 导言 ELF头(ELF Header) Sections String表(String Table) Symbol表(Symbol Table) 重定位(Relocation) 2. 程序装载与动态连接 导言 Program头(Program Header) Program装载(Program Loading) Dynamic连接(Dynamic Linking) 3. C LIBRARY
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:29.25kb
    • 提供者:梅武军
  1. ARM-Linux-Driver

    0下载:
  2. 基于ARM9的嵌入式Linux驱动程序开发与应用,基于C和ARM汇编
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:4.91mb
    • 提供者:王丽伟
  1. bioscom

    0下载:
  2. 上位机(386以上PC机)的所有程序是在BORLAND C++环境下编译的,因此串行通信程序可以直接应用I/O通信库函数bioscom(),该函数在由port指定的I/O端口上执行RS-232通信操作。通信前,根据与8098单片机的通信协议,设定通信的串行端口、数据位数、停止位数、波特率,由于上位机时钟为12MHz,所以对应的波特率应设置为4800。下面给出上位机串行通信的部分程序:
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:3.39kb
    • 提供者:zeng
  1. xunhuanandnop

    0下载:
  2. C语言循环移动与nop指令,好用的,注意头文件
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:7.65kb
    • 提供者:LIXIONGGUANG
  1. uCLinux

    0下载:
  2. 基于arm的一些uclinux试验编程,主要是c与汇编的程序-this is the code of the experiment abou arm,should be used to develop the uclinux
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-01
    • 文件大小:937.16kb
    • 提供者:张天君
  1. ch1

    0下载:
  2. 此程序通过C和c++的混合编程实现了Qt界面应用程序与底层驱动程序的链接问题,驱动程序可自行编写,这里就不加入了,只是一个简单的LED驱动。-This program through the C and c++ mixed programming interface of Qt applications and the underlying driver, the link problem, the drivers are free to write here is not joined, ju
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:23.04kb
    • 提供者:龙阳
  1. embeddedcprogram

    0下载:
  2. 嵌入式C与标准C有很大的不同,通过此篇文档,可以深入学习嵌入式C-THE EMBEDDED C STUDY
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-10
    • 文件大小:2.26mb
    • 提供者:张松波
  1. B4Nd3hx5

    0下载:
  2. 不同于一般形式的软件编程,嵌入式系统编程建立在特定的硬件平台上,势必要求其编 程语言具备较强的硬件直接操作能力。无疑,汇编语言具备这样的特质。但是,归因于汇编 语言开发过程的复杂性,它并不是嵌入式系统开发的一般选择。而与之相比,C 语言--一种 "高级的低级"语言,则成为嵌入式系统开发的最佳选择。笔者在嵌入式系统项目的开发过程 中,一次又一次感受到 C 语言的精妙,沉醉于 C 语言给嵌入式开发带来的便利。-Different from the general form of so
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:16.56kb
    • 提供者:chenxiang
  1. programming-for-linux-c

    0下载:
  2. 全面、系统、深入探讨linux下c程序设计的核心技术与思想,采用案例展示开源原件设计的思想-Comprehensive, systematic, in-depth study under linux c programming the core technology and ideas, using the open source case shows the original design ideas
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:442.7kb
    • 提供者:张先生
  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
    • 文件大小:1.51mb
    • 提供者:Tomy
  1. charcterDevices-Drivers

    0下载:
  2. 基于S3C2440班子的linux字符型驱动课件源程序,包括内核空间与用户空间数据拷贝,自旋锁与信号量,proc文件系统等试验源码-Based on the source of the the S3C2440 team linux character-driven courseware, including the kernel space and user space data copy, spin locks and semaphores, proc file system test sou
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:317.36kb
    • 提供者:门汉龙
  1. arm-moldboard

    0下载:
  2. 用c与汇编编写的 美信at91rm9200arm处理模板-armcpu 9200 moldboard
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-02
    • 文件大小:103.49kb
    • 提供者:张威
  1. Embedded-Linux-c-CD

    0下载:
  2. 嵌入式linux c语言基础与实例进阶 的光盘资料,里面有这本书的源代码。-Embedded linux c language based information and examples of advanced optical disc, which has the source code for this book.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:17.49kb
    • 提供者:王深
  1. gateway

    0下载:
  2. 网关应用程序实现异构网络之间通信(传感网络与因特网)(Gateway applications communicate between heterogeneous networks (sensor networks and the Internet))
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-19
    • 文件大小:21kb
    • 提供者:雪诺
  1. Qt开发入门教程01_Qt开发基础

    0下载:
  2. Qt是一个功能非常完善的c++跨平台图形库,其实与其说图形库倒不如说它是一个与MFC类似的应用框架。Qt本身就是使用c++语言实现(Qt is a very well functioning c++ cross platform graphics library, in fact it is rather a MFC - like application framework than a graphic library. Qt itself is implemented using the c+
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-04-29
    • 文件大小:3.97mb
    • 提供者:ncyongyou
« 12 »
搜珍网 www.dssz.com