-
cv作业练习代码
资源描述字典训练 重建等等字典训练 重建等等字典训练 重建等等字典训练 重建等等字典训练 重建等等字典训练 重建等等字典训练 重建等等字典训练 重建等等字典训练 重建等等字典训练 重建等等字典训练 重建等等
- 2022-01-26 03:26:04下载
- 积分:1
-
采用4阶runge_kutta法求解给定初始值的常微分方程(组)。该方法具有较好的精度。...
采用4阶runge_kutta法求解给定初始值的常微分方程(组)。该方法具有较好的精度。-Using 4-order method runge_kutta given initial value of the ordinary differential equations (group). The method has good accuracy.
- 2023-07-25 02:45:04下载
- 积分:1
-
Using VisualC++ implementation of the pseudo
使用VisualC++实现的伪逆矩阵的计算方法,Dlg编程。-Using VisualC++ implementation of the pseudo-inverse matrix method of calculation, Dlg programming.
- 2022-03-31 00:28:46下载
- 积分:1
-
二进制搜索 java 代码
导入 java.util.* ;类 BinarySearch{int [] ;无效的 get){扫描仪 sc = 新的 Scanner(System.in) ;System.out.println ("输入 no。元素") ;= 新 int[sc.nextInt()] ;System.out.println ("输入元素") ;为 (int 我 = 0 ; 我 < a.length;i++)a[i]=sc.nextInt() ;}int binarySearch (int n){int 低 = 0 ;int high=a.length-1 ;虽然 (低 < = 高){int 中期 =(low+high)/2 ;if(a[mid]==n)返回 (中期) ;if(n = 1 & & a [j-1] > t; j — —)[j] = [j-1] ;[j] = t ;}}空 display(){System.out.println ("给定的列表是") ;为 (int 我 = 0 ; 我 < a.length;i++)System.out.print ([i] +"") ;System.out.println() ;
- 2023-01-30 23:10:03下载
- 积分:1
-
used method for multiple preoperational Ertaila equation here as a variable elem...
用LAPLACE方法求解多维沃尔泰拉方程,此处为一个变元的方程,由于该方程同时含有微分和积分,一般求解有一定的困难。此处为MATHEMAICAL程序-used method for multiple preoperational Ertaila equation here as a variable element of the equation, As the same time contain differential equations and integral, the general solution is definitely difficult. Here for MATHEMAICAL procedures
- 2022-07-10 07:48:14下载
- 积分: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
-
使用索引实现快速查找
使用索引实现快速查找-Quick search by using index
- 2022-08-13 10:19:10下载
- 积分:1
-
是一组整体布局123321312为1,2,3
给出一组数的全排列 如1,2,3给出 123,321,312-is a group of the whole arrangement is 123,321,312 as 1,2,3
- 2023-02-09 20:25:03下载
- 积分:1
-
牛顿法计算程序,迭代没有条件控制!
牛顿法计算程序,迭代没有条件控制!-Newton"s method, no conditions iterative control!
- 2023-04-01 13:05:04下载
- 积分:1
-
回溯法工作分配
利用Java实现回溯法工作分配,作业程序,写的简单清楚,分享下供大家借鉴。问题为:工作分配问题。设有 n 件工作需要分配给 n 个人去完成。将工作 i 分配 给第 j 个人完成所需要的费用为 cij。试设计一个算法,为每一个人分配一件不 同的工作,并使总费用达到最小。
- 2022-02-26 04:18:15下载
- 积分:1