搜索资源列表
GPS
- 基于ARM的GPRS车载系统源程序 /******************************************************************************* ** Function: Get GPS Communication Port from GPSPort.ini ** ** In: char buffer ** ** Out: set the char buffer ** ** Date: 2007-8-1 Autho
file_operations
- ssize_t (*read) (struct file * filp, char __user * buffer, size_t size , loff_t * p) (指针参数 filp 为进行读取信息的目标文件,指针参数buffer 为对应放置信息的缓冲区(即用户空间内存地址),参数size为要读取的信息长度,参数 p 为读的位置相对于文件开头的偏移,在读取信息后,这个指针一般都会移动,移动的值为要读取信息的长度值)这个函数用来从设备中获取数据. 在这个位
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
imx6x_gpu_sdk_v1.00-20151023
- The aim of this document is to provide the i.MX6X graphics developer with best practices to get the best out of the GPU. This includes how-to′s, do′s and don’t′s.
an
- 已知 n 个正整数,从中选择 m 个进行与运算得到一个新的数。例如:已知 1、2、3 从中选择两个数进行与运算,可以是:1 & 2 = 01 & 3 = 12 & 3 = 2-Known positive integer n, choose the m operation carried out to get a new number. Example: Given two numbers 1,2,3 and operation can be: 1 & 2 & 3 = 01 =
