登录
首页 » 算法 » 结合实例用VB编程表达了一阶偏微分方程的数值解法,希望能为您提供一点帮助。...

结合实例用VB编程表达了一阶偏微分方程的数值解法,希望能为您提供一点帮助。...

于 2022-04-01 发布 文件大小:9.16 kB
0 113
下载积分: 2 下载次数: 1

代码说明:

结合实例用VB编程表达了一阶偏微分方程的数值解法,希望能为您提供一点帮助。 -with examples using VB expression of an order partial differential equations of the numerical method, we wish to offer you some help.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 艾斯利普调度程序模拟 C 源代码。
    这是艾斯利普调度程序模拟 C 源代码。 它是 C 语言编写的。
    2022-08-13 00:23:11下载
    积分:1
  • ffmpg库的源码
    FFmpeg README ------------- 1) Documentation ---------------- * Read the documentation in the doc/ directory. 2) Licensing ------------ * Read the file COPYING. ffmpeg and the associated libraries EXCEPT   liba52 and libpostproc are licensed under the Lesser GNU General   Public License. * liba52 and libpostproc are distributed under the GNU General Public   License and their compilation and use is optional in ffmpeg. Fabrice Bellard.
    2022-07-03 09:19:29下载
    积分:1
  • 中值滤波源码
    代码中采用matlab实现中值滤波,通过对三个输入数据进行中值滤波,并对滤波前后数据通过matlab进行成图显示,从而认证输入输出前后的效果,通过对比认证了相关算法的有效性和实用性。
    2022-06-13 00:55:13下载
    积分:1
  • Harris焦点检测
    提供图像焦点检测程序,其中包括了Harris角点检测方法以及它的改进方法; 该程序为一个C++类,可以一直到任何C++程序中; 其中使用了GDAL 库,请下载GDAL库后配置后使用。
    2022-03-19 16:16:21下载
    积分:1
  • C++ BP源程序.rar
    C++ BP算法源程序.rar-C BP algorithm source. Rar
    2022-10-23 04:25:03下载
    积分:1
  • 自己的学习GTK+的时候写的程序。
    自己学gtk+的时候写的程序。- Own study gtk+ time writes procedure.
    2022-04-14 15:58:37下载
    积分:1
  • 聚类分析对图像进行聚类分析,分析效果极好,可直接用。
    聚类分析对图像进行聚类分析,分析效果极好,可直接用。-k means
    2022-04-01 01:19:52下载
    积分:1
  • 信号相位匹配原理的正弦信号参数的最小二乘估计
    信号相位匹配原理的正弦信号参数的最小二乘估计-Parameter estimation of sinusoidal signals by using principle of signal matched-phase
    2022-06-03 13:30:00下载
    积分:1
  • 用高斯消去求方程组,程序中的数组是动态定义的,感觉代码写的比较好...
    用高斯消去法求方程组,程序中的数组是动态定义的,感觉代码写的比较好-using Gaussian elimination method for equations, the process is a dynamic array definition of the impression that the code was better
    2023-01-11 09:30:03下载
    积分:1
  • 文件MD5 生产
    char *MD5_file (char *path, int md5_len)   {       FILE *fp = fopen (path, "rb");       MD5_CTX mdContext;       int bytes;       unsigned char data[1024];       char *file_md5;       int i;          if (fp == NULL) {           fprintf (stderr, "fopen %s failed ", path);           return NULL;       }          MD5Init (&mdContext);       while ((bytes = fread (data, 1, 1024, fp)) != 0)       {           MD5Update (&mdContext, data, bytes);       }       MD5Final (&mdContext);              file_md5 = (char
    2022-07-11 22:12:17下载
    积分:1
  • 696516资源总数
  • 106432会员总数
  • 11今日下载