资源列表
WGL02
- 自行编写一个简单的Vector3 向量类,至少需支持3D向量间的加减乘除操作,向量与标量浮点数的乘除操作,以及点乘(Dot)和叉积(Cross)以及归一化(Normalize)操作。(20 ) (2) 自行编写一个Matrix4x4矩阵类,至少需要支持矩阵间加减操作,矩阵乘操作,矩阵单位化操作(Identity,即输出一个单位矩阵),转置操作,以及矩阵与3D向量相乘的操作。(请思考为何使用4x4的矩阵,并注意其与3D向量的相乘方式,实际上,我们需要将3D向量转为4D齐次表示形式,相乘后再转换
B20814087
- 在1~500中,找出能同时满足用3除余2,用5除余3,用7除余2的所有整数。-1 to 500, to find out to meet with more than 2 3 In addition, more than 3 by 5 in addition, more than 2 with 7 in addition to all integers.
FFT_CODE
- Usefull and simple algortith - FFT...realisation in C-Usefull and simple algortith - FFT...realisation in C++
1
- 矩阵运算器,可以计算两个矩阵的加法、减法和乘法以及矩阵的转置-calculator for the matrix
somealgorithm
- 描述了分支定界算法,贪婪算法,动态规划算法,分而治之算法,回溯算法,理论性很强-Describe the branch and bound algorithm, greedy algorithms, dynamic programming algorithm, divide and conquer algorithms, backtracking algorithms, highly theoretical
juzhenxiangche
- 矩阵相乘,用C++实现的,有两个例子-Matrix multiplication, using C++ implementation, there are two examples
10
- jadar流体力学理论基础及应用第十章的程序代码。-jadar theory and application of fluid mechanics in Chapter X code.
9
- jadar流体力学理论基础及应用第九章的代码-jadar theory and application of fluid dynamics code for Chapter IX
ComplexCal
- 自己编写的一个复数计算器,能够计算复数简单的运算,有一定得参考价值和意义!-I have written a complex calculator, a simple operation to calculate the complex has a certain reference value and meaning have!
sanyuanzu
- 三元组稀疏矩阵相乘 三元组稀疏矩阵相乘-三元组稀疏矩阵相乘 三元组稀疏矩阵相乘
KMP
- 本代码是kmp算法,可以实现在文学名著中实现字符串的查找,并标记字符串的位置,统计字符串的个数-This code is kmp algorithm can achieve a string of literary classics in the search, and mark the location of the string, the number of statistical string
7
- jadar流体力学基础与应用第七章的代码-jadar Chapter VII of basic and applied fluid dynamics code
