搜索资源列表
sort.cpp
- 写一个函数,输入参数有四个,分别是map<string,float>型数据,整数,float型数组,string型数组。返回结果,将map中的数据按float值进行排序,并将排序后的结果保存到float、string两个数组中,两个数组元素必须对应于map数据。-Write a function, there are four input parameters, are the map <string,float> data, integer, float array,
max9526
- max9526 linux下的视频驱动程序,初始化数组。-max9526 under linux video driver to initialize the array.
ov7720
- OV7720 OV7725 linux下的视频驱动程序,初始化数组。-OV7720 OV7725 Linux video driver to initialize the array.
vector
- 使用vector 模拟二维数组的复习,举例: 可以定义vector 的元素仍然是一个vector 比如, vector <vector <int> > 即表示一个二维int 数组,里层的vector <int> 表示第一维, 外层的vector 表示第二维:-Vector to simulate a two-dimensional array of review, for example: you can define the vector el
Find_largestasmallest_inArray
- This is a programing that text whether the largest or the smallest character in the array This is a programing that text whether the largest or the smallest character in the array-This is a programing that text whether the largest or the smallest cha
Project
- mini搜索引擎,载入50个文本文件,然后通过输入关键词来计算词出现的次数-we will design and implement a mini search engine that is used to search through a set of 50 documents and a set of sample queries. The data structures used for storing is vector and array. The algorithm in this
binary_array_tools
- 将epd使用的二进制waveform文件转换为数组,方便编译到内核中,而非单独烧写。-Epd binary waveform file into an array to use, easy to compile into the kernel, rather than individual programming.
Colfax-HOW-Day-03
- 引入了数据并行和自动矢量化。讨论的主题包括:SIMD运算的概念,使用内联函数向量化代码,英特尔编译器回路的自动矢量化,用符号和表达式功能启用SIMD阵列。演示文稿还涉及到假设的向量依赖性,和情况下,程序员必须消除编译器的假设向量依赖。实践部分,使用英特尔编译器执行自动矢量化,诊断其成功,使自动矢量化发生时,编译器不见数据并行的机会。-Session 3 introduces data parallelism and automatic vectorization. Discussed topic