资源列表
CCiA_SourceCode
- C++并发实战源代码, 适合边读边调试. 可以自己学习使用.(C++ Concurrency Code, very good for self-studying, hope it is helpful to you)
MK-检验
- 用Excel计算突变检验,以及突变检验原理,比较详细。(sing Excel to calculate the mutation test)
Scala学习
- scala的基础资料,包括安装、基础语法等,为初学者准备。(The basic information of Scala, including installation, basic grammar, etc., is prepared for beginners.)
《MATLAB神经网络原理与实例精解》随书附带源程序
- 《MATLAB 神经网络原理与实例精解(附光盘)》是一本神经网络原理与实践相结合的书,涵盖了大部分主流的神经网络。它尽量以浅显易懂的语言讲解,让读者能理解神经网络的原理,并学会在 MATLAB 中实现神经网络。MATLAB 版本逐年更新,神经网络工具箱中函数的结构安排已经改变,本书使用最新的 MATLAB 版本,使读者掌握应用工具箱解决实际问题的能力。本书讲解时附带了大量实例,对于简单的例子,本书除了使用工具箱函数外,还用手算的方式给出了自己的实现,便于读者理解神经网络的具体实现细节。(Firs
GB-T 5702-2003 光源显色性评价方法
- 光源显色评价标准文件,色温,显指计算参考。(the tools of spectrum data Calculating color temperature.)
CUDA by Example (2010)
- 经典的cuda编程书籍,是并行计算开发的必读之作(classic cuda book for learning paralell programming)
HDFS+MapReduce+Hive+HBase十分钟快速入门
- HDFS+MapReduce+Hive+HBase十分钟快速入门(HDFS+MapReduce+Hive+HBase ten minute quick start)
parallel1
- msmpiv7 Using the functions of the MPI protocol for communicating parallel branches of programs
a2
- abaqus 水利压裂的帮助文档很多都没有模型,这个有part,instance可以慢慢看(ABAQUS hydraulic fracturing helps many of the help documents have no model, this is part, instance can be seen slowly)
SimulateAnnealing1
- 用模拟退火程序在三维空间内跳跃寻找最值,适用于二次函数,全局最优(The simulated annealing program is used to jump in the three-dimensional space to find the maximum value, which is suitable for the two function, the global optimum.)
matlab实用程序百例
- 各种图形阴影,等高线绘制,交互式图形拟合,插值(All kinds of graphic shadow, contour line drawing, interactive graphic fitting, interpolation)
C++并发编程实战
- 本书是基于C++11新标准的并发和多线程编程深度指南(C++ Concurrency in Action)