-
用VB实现解常微分方程组
包括定步长四阶龙格
用VB实现解常微分方程组
包括定步长四阶龙格-库塔法、自适应变步长的龙格-库塔法、改进的中点法、外推法等-VB solution of ordinary differential equations including fixed step 4-order Runge- Kutta method, adaptive variable step of the Runge- Kutta method to improve the midpoint of the law, such as extrapolation
- 2022-02-16 09:19:47下载
- 积分:1
-
ICA算法语音BSS
经典的语音ICABSS算法,可以进行基本的信号分离, 还可以兼容复数领域的计算,非常适合信号盲分离。
里面还有一个实例,非常适合语音的
- 2023-01-25 10:40:03下载
- 积分:1
-
Exceptional C++ shows by example how to go about solid software engineering. Alo...
Exceptional C++ shows by example how to go about solid software engineering. Along with a lot of other material, this book includes expanded versions of the first 30 issues of the popular Internet C++ feature Guru of the Week (or, in its short form, GotW), a series of self-contained C++ engineering problems and solutions that illustrate specific design and coding techniques.
- 2022-12-15 03:15:03下载
- 积分:1
-
线性方程组求解模板,包括求解线性方程组的各种算法
线性方程组求解模板,包括求解线性方程组的各种算法- System of linear equations solution template, including
solution system of linear equations each algorithm
- 2022-07-12 11:27:24下载
- 积分:1
-
机器学习源码
这个是机器学习实战的部分代码,亲测可用。。。比较适合于入门学习。。。。很不错的。。。现在只是上传了源码的一部分,之后的以后会陆续上传上来。。。希望大家一同学习进步。。。。。。
- 2022-07-17 22:15:53下载
- 积分:1
-
java最大公因数_最小公倍数_弹球高度
资源描述
本程序1:由 java 语言编写,求最大公因数,最小公倍数。
本程序2:一球从100米高度自由落下,每次落地后反跳回原高度的一
半;再落下,求它在 第10次落地时,共经过多少米?第10次反
弹多高?
- 2023-07-20 10:45:03下载
- 积分:1
-
解决约瑟夫环问题
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace 实战_使用数组解决约瑟夫环问题
{
class Program
{
static void Main(string[] args)
{
int[] intPers = Jose(12, 3, 4);
Console.WriteLine
- 2023-06-26 06:40:03下载
- 积分:1
-
模糊控制的程序,应用Matlab Simulink工具箱搭建了一个模糊控制器,可应用于在输入不确定下的数据处理...
模糊控制的程序,应用Matlab Simulink工具箱搭建了一个模糊控制器,可应用于在输入不确定下的数据处理-Fuzzy control procedures, application of Matlab Simulink toolbox to build a fuzzy controller can be used in the input data under the deal with uncertainty
- 2022-03-19 03:40:09下载
- 积分:1
-
线性表操作
基于数据结构的操作,包括线性表结构建立,线性表元素的增删和线性表置空清空等操作,本代码的操作语言为C
- 2022-03-18 15:53:25下载
- 积分:1
-
《游戏编程中的人工智能技术》书中源代码和可执行文件
《游戏编程中的人工智能技术》书中源代码和可执行文件- Game programming in artificial intelligence technology, the book source code and executable files
- 2022-08-13 15:36:34下载
- 积分:1