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

搜索资源列表

  1. CCode

    0下载:
  2. 嵌入式下的C语言知识讲解,有关嵌入式方面的很基础的东西呀,
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1026295
    • 提供者:刘栋梁
  1. 4

    0下载:
  2. 《嵌入式Linux C语言应用程序设计》第4章 嵌入式Linux C语言基础—数据、表达式-" Embedded Linux C Application Programming Language" Chapter 4 based on embedded Linux C language- data, expression
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-02
    • 文件大小:829220
    • 提供者:天天
  1. qiuchuandibibao

    0下载:
  2. 数字图像处理课上讲到图像和视觉基础时涉及到了离散数学中的一个概念: 传递闭包。刚好我的C语言刚看到数组,就编来看看吧。-Digital Image Processing class visual sense to the base image and involves a discrete mathematics concepts: the transitive closure. Just me just to see the array of C language, on the alloca
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:2826
    • 提供者:123
  1. ARM-Linux-for

    0下载:
  2. 嵌入式Linux C语言基础——ARM Linux内核常见数据结构-Embedded Linux C language based- ARM Linux kernel data structures common
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:189621
    • 提供者:lizhining
  1. Linux-C

    0下载:
  2. 嵌入式Linux C语言基础——高级议题-Embedded Linux C language based- Advanced topics
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:189435
    • 提供者:lizhining
  1. Linux-C1

    0下载:
  2. 嵌入式Linux C语言基础——数据、表达式-Embedded Linux C language based- data, expression
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-24
    • 文件大小:442290
    • 提供者:lizhining
  1. C-emis12

    0下载:
  2. C语言项目 简单的银行系统项目开发 为linux学习提供了基础-C language projects
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-21
    • 文件大小:9146
    • 提供者:张浩
  1. Linuxc

    0下载:
  2. 一本很好的linux下的c语言编程基础,讲解的很详细。对应初学者有帮助。-A good under linux c programming language based on the very detailed. Corresponds to help beginners.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-30
    • 文件大小:12689408
    • 提供者:kingwave
  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
    • 文件大小:17907
    • 提供者:王深
  1. CPP-start

    0下载:
  2. C语言是七十年代初贝尔实验室的Dennis Richie 等人在B语言基础上开发出来的。C最初是作为UNIX操作系统的开发语言为人们所认识。 -C language is the early seventies Dennis Richie at Bell Labs, who developed the B language basis. C UNIX operating system was originally developed as a language for people to k
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:306713
    • 提供者:寒竹
  1. drsim

    0下载:
  2. DRAM的模型,采用C语言开发完成,以DRAMSim2为基础进行的改进,模拟多端口的访存特性。-DRAM model developed using C language to DRAMSim2 to improve the basis for the simulated multi-port memory access characteristics.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-10
    • 文件大小:2403688
    • 提供者:李新鹏
  1. Cyuyan

    0下载:
  2. 学习嵌入式Linux的C语言基础资料PPT-Learning Embedded Linux C language based information PPT
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-10
    • 文件大小:17947132
    • 提供者:谢港
  1. cblas

    0下载:
  2. CBLAS是BLAS的C语言接口。BLAS的全称是Basic Linear Algebra Subprograms,中文大概可以叫做基础线性代数子程序。主要是用于向量和矩阵计算的高性能数学库。本身BLAS是用Fortran写的,为了方便C/C++程序的使用,就有了BLAS的C接口库CBLAS。BLAS的主页是http://www.netlib.org/blas/,CBLAS的下载地址也可以在这个页面上找到。-Things quickly turn out that the BLAS(Basic
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:197468
    • 提供者:harry
  1. code

    0下载:
  2. 在matlab的基础算法上,以zigbee的小蜜蜂最小路径代码用c语言或C++语言转变来的代码-matlab suanfa zigbee
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-04-01
    • 文件大小:3588
    • 提供者:黄仕荣
  1. 11111

    0下载:
  2. 一、基础题 (每题4分) 1. 描述C语言内嵌汇编中, __asm__ __volatile__ 这一句的 __volatile__ 的作用是?当修饰变量时volatile什么含义? __volatile__ 表示编译器不要优化代码,后面的指令 保留原样, volatile 是它的别名。-One, the basic topic (4 point per question) 1. Describe the inline assembler, C __asm__ __volatile
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:56593
    • 提供者:李朝远
  1. aargb

    0下载:
  2. OpenGL基础编程,线的绘制!!!采用C语言编程,希望能给初学者有所帮助。-Based on OpenGL programming, line drawing! ! ! The use of C language programming, hope that I can be helpful to beginners.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:2572
    • 提供者:lei65508
  1. 嵌入式Linux应用程序开发详解(完整版)

    1下载:
  2. Linux介绍及系统安装,常用命令介绍及Linux系统下c语言编程基础;嵌入式系统基础以及嵌入式Linux开发环境搭建。(Linux introduction and system installation, common command introduction and the basis of C language programming under Linux system, embedded system foundation and embedded Linux development
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-04-21
    • 文件大小:6454272
    • 提供者:小小白12
  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-28
    • 文件大小:4163584
    • 提供者:ncyongyou
  1. 周立功magic2410实验箱基础程序2

    1下载:
  2. 周立功的实验教程应该是做的最为详细,是arm学习入门的一个简单的快捷工具,本程序包含C语言与汇编语言的联合编程,GPIO控制实验以及外中断实验!
  3. 所属分类:嵌入式Linux

搜珍网 www.dssz.com