-
表达式算法,console程序
表达式算法,console程序-expression algorithm console procedures
- 2022-06-01 15:42:41下载
- 积分:1
-
数值分析相关问题代码,数据拟合
利用数值分析方法进行数据拟合#include
#include
#include
void main()
{
int i;
float a[3];
float x[16];
float y[16];
void Approx(float[],float[],int,int,float[]);
Approx(x,y,16,2,a);
for(i=0;i
- 2022-03-25 20:23:44下载
- 积分:1
-
Matlab实现的CFD算法
Matlab实现的CFD算法-Matlab CFD algorithms
- 2023-04-26 13:50:03下载
- 积分:1
-
单片机输入法c源代码
纯C语言编写的输入法源代码,主要用于单片机,有需要的可以下载!
使用说明:
拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]);
input_py_val为已输入的拼音码字符串头指针,
反回值为中文的起始地址,当为0时,杳询失败
应用举例:
{
unsigned char input_string[]={"bang"};
unsigned char chines_string[100];
sprintf(chines_string,"%s",py_ime(input_string));
}
- 2023-08-15 12:10:04下载
- 积分:1
-
FOC无传感器源代码
资源描述GD32F103 FOC无传感器代码,全部开放源代码可以方便移植到其他平台
- 2022-03-21 11:31:24下载
- 积分:1
-
在一个圆圈周围的操场上的操场放置氮堆。石头是有…
在一个圆形操场的四周摆放着n堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。
编程任务:对于给定n堆石子,编程计算合并成一堆的最小得分和最大得分。-Playground in a circle around the stones are placed n heap. Stone is to have the order to merge into a pile. Provisions can only choose 2 adjacent stones piled into a heap of new and new pile of stones a few in mind for its combined score. Try to design an algorithm to calculate the n heap into a pile of stones the minimum scores and maximum scores. Programming tasks: for a given n stack stone, into a pile of programming the calculation of the minimum scores and maximum scores.
- 2022-03-18 23:23:02下载
- 积分:1
-
最小二乘法
这是一个比较实用的最小二乘法,涵盖了最小二乘法的基本内容,通过学习本代码,可以掌握最小二乘法的精华,为以后的数据平差打下一个基础。
- 2022-03-10 13:43:37下载
- 积分:1
-
Guo Tao algorithm source VC
郭涛算法VC源码-Guo Tao algorithm source VC
- 2022-03-20 10:18:42下载
- 积分:1
-
delphi realized apriori algorithm source code
delphi实现的apriori算法源代码-delphi realized apriori algorithm source code
- 2022-03-18 11:06:53下载
- 积分:1
-
C语言常用算法,包括超过100种算法程序…
C语言常用算法集,包含一百多个算法的程序.-C language commonly used algorithms, including more than 100 algorithms procedures.
- 2022-02-21 09:28:11下载
- 积分:1