搜索资源列表
CCode
- 嵌入式下的C语言知识讲解,有关嵌入式方面的很基础的东西呀,
4
- 《嵌入式Linux C语言应用程序设计》第4章 嵌入式Linux C语言基础—数据、表达式-" Embedded Linux C Application Programming Language" Chapter 4 based on embedded Linux C language- data, expression
qiuchuandibibao
- 数字图像处理课上讲到图像和视觉基础时涉及到了离散数学中的一个概念: 传递闭包。刚好我的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
ARM-Linux-for
- 嵌入式Linux C语言基础——ARM Linux内核常见数据结构-Embedded Linux C language based- ARM Linux kernel data structures common
Linux-C
- 嵌入式Linux C语言基础——高级议题-Embedded Linux C language based- Advanced topics
Linux-C1
- 嵌入式Linux C语言基础——数据、表达式-Embedded Linux C language based- data, expression
C-emis12
- C语言项目 简单的银行系统项目开发 为linux学习提供了基础-C language projects
Linuxc
- 一本很好的linux下的c语言编程基础,讲解的很详细。对应初学者有帮助。-A good under linux c programming language based on the very detailed. Corresponds to help beginners.
Embedded-Linux-c-CD
- 嵌入式linux c语言基础与实例进阶 的光盘资料,里面有这本书的源代码。-Embedded linux c language based information and examples of advanced optical disc, which has the source code for this book.
CPP-start
- 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
drsim
- DRAM的模型,采用C语言开发完成,以DRAMSim2为基础进行的改进,模拟多端口的访存特性。-DRAM model developed using C language to DRAMSim2 to improve the basis for the simulated multi-port memory access characteristics.
Cyuyan
- 学习嵌入式Linux的C语言基础资料PPT-Learning Embedded Linux C language based information PPT
cblas
- 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
code
- 在matlab的基础算法上,以zigbee的小蜜蜂最小路径代码用c语言或C++语言转变来的代码-matlab suanfa zigbee
11111
- 一、基础题 (每题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
aargb
- OpenGL基础编程,线的绘制!!!采用C语言编程,希望能给初学者有所帮助。-Based on OpenGL programming, line drawing! ! ! The use of C language programming, hope that I can be helpful to beginners.
嵌入式Linux应用程序开发详解(完整版)
- 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
Qt开发入门教程01_Qt开发基础
- 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+
周立功magic2410实验箱基础程序2
- 周立功的实验教程应该是做的最为详细,是arm学习入门的一个简单的快捷工具,本程序包含C语言与汇编语言的联合编程,GPIO控制实验以及外中断实验!