搜索资源列表
2007-Multi-Task-Data-Structure
- 《多任务下的数据结构》随书的源代码。探讨多任务下的常用数据结构的实现,如AVL,红黑树,以及一些符合数据结构,如哈西链表,哈希红黑树。可以作为STL数据结构的多任务扩展。
MPI_struct
- 一个MPI并行程序,用与传递自定义数据结构
shuju
- 就是进行数据结构设计时对图书管理的主函数
capi-0.20
- 本代码为周伟明著的《多核计算与程序设计》一书所对应的源代码, 书中,有对本项目中各种数据结构与算法源代码的详细描述。 并且在《多核计算与程序设计》一书的附录中,有本项目各个源文件和书中的章节对照表。-The code for Wei-Ming Zhou of the " multi-core computing and programming," a book by the corresponding source code, the book, there are a
Matching-parentheses
- 关于数据结构中得括号匹配问题,粗略的把括号匹配的算法演算。-Data obtained on the structure of matching parentheses, brackets match the rough calculation algorithm.
Calculator
- 简单计算器的源代码,是数据结构的课程作业,学生自己写的。-Simple calculator source code, data structures course work, students write their own.
DOUTREE
- 二叉树,也就是树的一个特殊结构。在现实中,二叉树也经常被使用,比如储存一些数据。在数据结构中,二叉树作为一个特大重点内容。-Binary tree, that is, a special structure of the tree. In reality, the binary tree are often used, such as storage of some data. In the data structure, binary tree, as a large focus.
scalapack-1.8.0
- ScaLapack是一个并行计算软件包,适用于分布存储的MIMD并行机.ScaLapack提供若干线性代数来解功能,具有高效、可移植。可伸缩、高可靠性的优点,利用它的求解库可以开发出基于线性代数运算的并行应用程序.文章对ScaLapack的结构、功能、数据布局等方面进行了讨论。 -A library of high-performance linear algebra routines for distributed-memory message-passing MIMD computers
invert
- MPI 基本操作实现(矩阵数据结构以及求逆的并行计算)-MPI matrix invert
TestReadDXF
- 次程序是数据结构中的很多代码的整合,特别其中是对DXF文件的读写-The second program is the integration of data structures in a lot of code, in particular in which the read and write DXF files
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
CERTI-3.4.0-Source.tar
- CERTI是一个开源的HLA RTI。HLA是一个通用体系结构分布式计算机仿真系统。RTI(运行时基础设施)管理模拟之间的数据交换。 CERTI支持HLA 1.3规范(c++和Java)和部分IEEE 1516 - 2000(C + +)。 -CERTI is an Open Source HLA RTI. HLA (High-Level Architecture) is a general purpose architecture for distributed computer simula
abc
- 数据结构的稀疏矩阵的几部分操作,广工的课程设计-Sparse matrix operations
ConsoleApplication1
- 基于牛顿迭代法的多项式求根程序,使用的数据结构是链表-Newton iterative method based on polynomial root-finding programs, data structures using a linked list
TAMPsrc
- 为The Art of Multiprocessor Programming一书的课程源码和课程ppt,并发数据结构-The source code and ppt of The Art of Multiprocessor Programming
627392
- 数据结构所有实验02824523 ,cpp 数据结构所有实验 数据结构所有实验-All experimental data structure 02824523, CPP all experimental data structure experiment data structure
Google-Bigtable中文版_1.0
- Bigtable是一个为管理大规模结构化数据而设计的分布式存储系统,可以扩展到PB级数据和上千台服务器。很多google的项目使用Bigtable存储数据,这些应用对Bigtable提出了不同的挑战,比如数据规模的要求、延迟的要求。Bigtable能满足这些多变的要求,为这些产品成功地提供了灵活、高性能的存储解决方案。(Bigtable is a distributed storage system designed to manage large-scale structured data,