资源列表
data_obj.py
- Python object for wafer data management
jisanqi
- 计算器的java原程序,可以实现常规的数字计算功能,机构简单易学-Calculator java original program, you can achieve conventional digital computing functions are simple to learn
complex-method
- 约束优化的复合型法,寻找优化问题的最优点和最优值-This function offers a function to solve the minimum point and minimum value of a constrained optimization problem by using complex method
ComputePi
- 采用了多线程的pi值计算,效率比单线程高-Using a multi-threaded pi value, high-efficient than single-threaded
mul
- 基于CUDA C的程序,可以对任意矩阵进行矩阵乘法,目前仅用全局存储器进行数据计算,相比于传统CPU程序,计算效率明显提升。程序结构简洁,内有注释,方便学习,如有不足之处,方便批评指正。-Based on CUDA C programs can be arbitrary matrix matrix multiplication, the current global memory for data only, compared to traditional CPU program, comput
DDS
- 驱动信号源芯片的Matlab系统建模及频谱分析:
a
- 该程序为matlab三维绘图程序,对初学者很有帮助-The program for 3 d drawing program, matlab is very helpful for beginners
Random-selection
- 随机选择数字自己无聊的时候可以拿来玩玩 仅供参考-Randomly selected number when your bored play can be used for reference only
c
- 一个算法小题目,用C写出来的解决实际数学问题-An algorithm for a small subject, written with C to solve practical mathematical problems
thread
- 多线程循环缓冲程序,有关生产者和消费者在仓库的处理等问题。-Multi-threaded circular buffer program, the producers and consumers in the warehouse processing.
InvertedIndex
- Hadoop中实现倒排索引,实现最简单行的倒排索引,并能够显示单词出现的文档路径-Hadoop achieve inverted index, achieve the most simple lines inverted index, and be able to display the word document path appears
serial_br
- 在linux系统下G-S算法,红黑排序方法的串行实现