-
面向对象的有限元程序设计
面向对象的有限元程序设计书籍,书里有个空间八节点的程序源码(Object oriented finite element program design books, the book has a space eight node program source code)
- 2018-01-09 09:51:06下载
- 积分:1
-
Algorithm notes
算法笔记书籍上每一章节每一小节出现的算法题目的源代码。(The source code of the algorithm Title appearing in each chapter and section of the algorithmic notebook.)
- 2019-01-30 18:06:07下载
- 积分:1
-
hg228
实现六自由度运动学逆解算法,包括随机梯度算法,相对梯度算法,包括四元数的各种计算。( Six degrees of freedom to achieve inverse kinematics algorithm, Including stochastic gradient algorithm, the relative gradient algorithm, Including quaternion various calculations.)
- 2017-06-02 14:34:07下载
- 积分:1
-
nf187
仿真图是速度、距离、幅度三维图像,用MATLAB实现动态聚类或迭代自组织数据分析,用MATLAB编写的遗传算法路径规划。( FIG simulation speed, distance, amplitude three-dimensional image, Using MATLAB dynamic clustering or iterative self-organizing data analysis, Genetic algorithms using MATLAB path planning.)
- 2017-04-21 22:31:31下载
- 积分:1
-
C语言经典例题100道
说明: C语言经典例题100道.................(100 Classic Questions in C Language)
- 2020-06-21 15:40:02下载
- 积分:1
-
bcjq06
电脑编程技巧和源码。很不错的。(computer programming skills and source code. Very good.)
- 2004-08-12 10:46:06下载
- 积分:1
-
新标准C++习题解答
说明: 新标准C++程序设计教程/重点大学计算机专业系列教材配套习题解答(New Standard C++ Programming Course/Solutions to Exercises in Computer Series Textbooks of Key Universities)
- 2021-01-05 20:38:53下载
- 积分:1
-
C#高级编程(中文第七版)
说明: C#高级编程(中文第七版)是一本非常具有实用性的书籍。(C # Advanced Programming (Chinese 7th Edition))
- 2020-12-07 18:09:21下载
- 积分:1
-
最大公约数和最小公倍数
输入两个数,求他们的最大公约数和最小公倍数。(Enter two numbers to find their maximum common number and minimum common multiple.)
- 2020-06-24 19:40:01下载
- 积分:1
-
迭代法求根
用迭代法求 x=根号a。求平方根的迭代公式为:X(n+1)=(Xn+a/Xn) /2。(Iterative method is used to find x = root a. The iteration formula for finding square root is X(n+1)=(Xn+a/Xn)/2.)
- 2020-06-24 19:20:02下载
- 积分:1