-
二维稳态导热问题。设材料物性均为常数,均质无内热源。已知它的左边界是温度为T2的等温边界,其他三个边界均为温度为T1的等温边界。导热区域为边长L的正方形。...
二维稳态导热问题。设材料物性均为常数,均质无内热源。已知它的左边界是温度为T2的等温边界,其他三个边界均为温度为T1的等温边界。导热区域为边长L的正方形。-two-dimensional steady-state heat conduction problems. Based material properties are constant, no heterogeneity within the heat source. It is known to have a threefold T2 is the temperature of the isothermal boundary, the other three border are temperature T1 isothermal boundary. Regional conduction length L of the square.
- 2023-05-18 01:30:03下载
- 积分:1
-
科学与工程计算中常用的插值算法:Aitken、Akima、Hermite、Lagrange、样条插值等。...
科学与工程计算中常用的插值算法:Aitken、Akima、Hermite、Lagrange、样条插值等。-Science and engineering computing interpolation algorithm commonly used: Aitken, Akima, Hermite, Lagrange, spline interpolation.
- 2022-03-19 21:38:14下载
- 积分:1
-
Used for a very large number for scientific computation library, with the interf...
一个用来对非常大的数进行科学计算的程序库,带界面。-Used for a very large number for scientific computation library, with the interface.
- 2022-05-05 11:30:21下载
- 积分:1
-
模指数运算
这个代码可以直接运行,能够在较快的时间内完成a e mod m 的运算,并且拥有图形化的界面。使用起来十分方便。
- 2022-07-14 00:04:48下载
- 积分:1
-
匹配追踪算法
贪婪算法的一种
经典的算法,适用于压缩感知,稀疏分解等多种算法的恢复算法。
- 2023-03-04 07:10:03下载
- 积分:1
-
人工智能八数码问题----图搜索策略
(1) 加深对各种图搜索策略概念的理解;
(2) 进一步了解启发式搜索、α-β剪枝等概念;
(3) 比较并分析各种图搜索策略的实质。
- 2023-09-04 15:45:04下载
- 积分:1
-
VB numerical integration algorithm set. Quadrature including the trapezoidal met...
用VB实现数值积分的算法集。包括梯形求积法,反常积分,三重积分,龙贝格方法,辛卜生方法等6种方法。-VB numerical integration algorithm set. Quadrature including the trapezoidal method, abnormal integral triple integral, Romberg, Oracle Health means six ways.
- 2022-06-03 03:01:45下载
- 积分:1
-
关于小波的matlab四种变换,研究小波应用的很需要
关于小波的matlab四种变换,研究小波应用的很需要-on four Matlab wavelet transform, the application of wavelet research is needed
- 2023-01-25 09:00:03下载
- 积分:1
-
anti
反密法在数值计算中的地位就不用我来一一列举了,此程序就可以轻易的使其实现。-anti-secret numerical calculation method in the position I would not have to list them one by one, this procedure can easily achieve it.
- 2022-05-27 07:09:18下载
- 积分: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