-
Delta机器人运动学C代码
Delta机器人运动学C代码
- 2022-04-13 03:04:23下载
- 积分:1
-
迪杰斯特拉算法的vc++6.0实现,算法实现了最短路径的寻找。
迪杰斯特拉算法的vc++6.0实现,算法实现了最短路径的寻找。-Dijkstra algorithm vc++ 6.0 realize, realize the shortest path algorithm to find.
- 2023-01-30 09:05:04下载
- 积分:1
-
该程序把多种排序集中体现,包含了冒泡法排序、快速排序等多种排序方法,同时还详细讲述各种排序的分析,希望对编程初学者有一定帮助。...
该程序把多种排序集中体现,包含了冒泡法排序、快速排序等多种排序方法,同时还详细讲述各种排序的分析,希望对编程初学者有一定帮助。-procedures for a variety of the sort embodied includes the Bubble Act, ranked Quick Sort and other ranking methods also explain in detail various sort of analysis, and I hope to the program will definitely help beginners.
- 2022-04-12 02:04:39下载
- 积分:1
-
有限元的分析程序,对于初学有限元在结构中的应用很好用
有限元的分析程序,对于初学有限元在结构中的应用很好用-Finite element analysis program for learning the structure of finite element in the application of good use
- 2023-07-10 09:20:03下载
- 积分:1
-
计算自然对数底数e的程序 可选不同位数
计算自然对数底数e的程序 可选不同位数 -calculation of natural causes a few e optional different procedures median
- 2022-07-04 01:05:38下载
- 积分:1
-
C 字符串中的程序
#include < stdio.h >
#include < stdlib.h >
int main)
{
char str [20] ;
printf ("Digite uma stringn") ;
setbuf(stdin,NULL) ;
gets(str) ;
int i;
为 (我 = 0 ; 我 < 4; i + +) {
printf("%c",str[i]) ;
}
返回 0 ;
}
- 2022-08-10 12:27:30下载
- 积分:1
-
线段与凸多边行的是否相交的判断
线段与凸多边行的是否相交的判断-line with the convex multilateral OK to judge whether the intersection
- 2023-09-07 11:35:03下载
- 积分:1
-
VB中不使用 on error goto的容错程序。
VB中不使用 on error goto的容错程序。-not use VB on the fault-tolerant error goto procedures.
- 2022-02-26 22:14:59下载
- 积分:1
-
二叉排序树的实现与合并
资源描述二叉排序树的实现与合并
- 2022-03-13 18:48:43下载
- 积分:1
-
使用正交多项式完成数据拟合。程序对读入的gps采样点完成曲线拟合。...
使用正交多项式完成数据拟合。程序对读入的gps采样点完成曲线拟合。
- 2023-08-25 18:15:02下载
- 积分:1