资源列表
eemd
- 有关经验模态快速分解的重要程序,来源于国立中央大学的研究中心-About important procedures empirical mode decomposition quickly, from the Research Center, National Central University
BarCode2Dx1557353102003
- barcode maker very nice project
First_PATHS
- 适合模拟涂层形成的基于ansys的有限元程序,主要是基于生死单元的。-Ansys-based finite element program suitable for simulation of coating formation, is based on the life and death unit.
Record_Custom_Performance_Counter
- MPI的工具 MPI_tuning_ClusterTools Record_Custom_Performance_Counter-MPI tools MPI_tuning_ClusterTools Record_Custom_Performance_Counter
linjiejuzheng
- 邻接矩阵 邻接矩阵(Adjacency Matrix):是表示顶点之间相邻关系的矩阵。设G=(V,E)是一个图,其中V={v1,v2,…,vn}。-Adjacency matrix adjacency matrix (Adjacency Matrix): is the relationship between the vertex between the adjacent matrix. Let G = (V, E) be a graph, where V = {v1, v2, ..., vn}
CPPkmeans
- 用C++汇编语言编写的K均值聚类算法,其中包括输入文件的编写格式-C++ written in assembly language using K-means clustering algorithm, including the preparation of the input file format
ramanpower
- 用牛顿收敛法优化光纤通信中的拉曼激光器的功率
mpi_mat_vect_mult
- 通过MPI接口,实现矩阵向量相乘并行化,大大提高计算的速度-Implement Martrix-Vecter multiply parallel
totalwages
- 收入计算器...输入收入,税率,可算出应得收入-wage calculator...enter wage,tax rate, calculates wages you are gonna get
code
- 数字脉冲检测序列设计与实现,利用verilog语言进行编码与设计,实现脉冲检测,并进行后端设计。-Digital pulse detection sequence design and implementation, use verilog language coding and design, implementation pulse detection, and back-end design.
Instrument_Function_with_Source_Code_Location
- MPI的工具 MPI_tuning_ClusterTools Instrument_Function_with_Source_Code_Location-MPI tools MPI_tuning_ClusterTools Instrument_Function_with_Source_Code_Location
HadoopStreaming.tar
- 在使用Hadoop Streaming时,自己定义的Inputformat,实现Map的输入<key,value>,key为文件名,value为文档的整篇内容。-Using the self design inputformat to make the filename as the key and the whole content as the key in the Map Input come true while do the MapReduce program with h