-
based on state changes in the procedure, there are many changes in the campaign...
基于状态变化的程序,有许多的运动变化形势,-based on state changes in the procedure, there are many changes in the campaign situation.
- 2022-01-24 15:32:04下载
- 积分:1
-
function [tout, yout] = rk4 (ypfun. tspan, y0, h)% fixed step four
function [tout, yout] = rk4(ypfun, tspan, y0, h)
%定步长四阶Runge-Kutta法求常微分方程(组)数值解
%[tout,yout] = rk4( ypfun , tspan, y0,h)
% 这里字符串ypfun是用以表示f(t, y)的M文件名,
% tspan=[t0, tfinal]表示自变量初值t0和终值tf
% y0表示初值向量y0,h是步长。
% 输出列向量tout表示节点 (t0 , t1 , … , tn)
% 输出矩阵yout 表示数值解,每一列对应y的一个分量-function [tout, yout] = rk4 (ypfun. tspan, y0, h)% fixed step four-stage Runge- Kutta method for ordinary differential equations (Group) numerical solution% [tout. yout] = rk4 (ypfun, tspan, y0, h)% string ypfun here is used to indicate that f (t, y) M name, tspan% = [t0. tfinal] said variable initial and final t0 tf% y0 said initial vector y0, h is a step. % Output column vector tout said Node (t0, t1, ..., tn)% output matrix yout said numerical solution, each y counterparts out of a weight
- 2023-01-15 01:20:03下载
- 积分:1
-
孙鑫教程源码
孙鑫视频 教程第3课源码
孙鑫教程源码
孙鑫视频 教程第3课源码-failed to translate
- 2023-06-21 10:45:04下载
- 积分:1
-
这个是可以用于windos mobile平台下面的软键盘的代码
这个是可以用于windos mobile平台下面的软键盘的代码-This is can be used for windos mobile platform following soft keyboard code
- 2023-06-18 16:15:03下载
- 积分:1
-
ns7002芯片软件编程接口示意图
software schematic interface for programming NS7002 chip
- 2022-03-10 01:08:30下载
- 积分:1
-
用汇编实现的简单的图形界面电话本程序,有详细注解,适合初学者。
用汇编实现的简单的图形界面电话本程序,有详细注解,适合初学者。-Realize with the compilation of a simple graphical interface call this procedure, have detailed notes, suitable for beginners.
- 2022-09-13 12:45:03下载
- 积分:1
-
关于日期的各种操作的C++的程序
关于日期的各种操作的C++的程序-date on the various operational procedures for the C
- 2023-08-30 05:20:03下载
- 积分:1
-
外国高手用vb编写的游戏源代码 很精美 无论在声音图像上都是很专业的 适合对vb比较精通人学习...
外国高手用vb编写的游戏源代码 很精美 无论在声音图像上都是很专业的 适合对vb比较精通人学习-It is a foreign skill programmer s game code using VB, very fine. For both the sound and graph is professional, it is very useful for the advanced learner.
- 2023-05-28 17:50:03下载
- 积分:1
-
使用 C# 编写简易 ASP.NET Web 服务器
你是否有过这样的需求 想运行 ASP NET 程序 又不想安装 IIS 或者 Visual Studio
我想如果你经常编写 ASP NET 程序的话 应该或多或少都会碰到这种情况 除了使用 IIS 和 VS 我们还有哪些方式可以运行 ASP NET 程序呢 自己写一个支持 ASP NET 的 Web 服务器怎么样 NO NO NO 如果你只是想找个这样的工具的话 那完全没必要 我们知道使用 VS 可以运行 ASP NET 程序
那么我们就可以找出 VS 所调用的程序 将其拷贝到没有 VS 和 IIS 的环境中运行
就能运行 ASP NET 程序了 安装了 VS 的朋友可以到 C: Program Files Common Files Microsoft Shared DevServer
这个目录里面找找看 这个程序的使用方式如下 ">你是否有过这样的需求 想运行 ASP NET 程序 又不想安装 IIS 或者 Visual Studio 我想如果你经常编写 ASP NET 程序的话 应该或多或少都会碰到这种情况 除了使用 IIS 和 VS 我们还有哪些方式可以运行 ASP NET 程序呢 自己写一个
- 2022-03-15 11:11:47下载
- 积分:1
-
mcf52259初始化代码,包括建立环境、建立中断向量表、CPU寄存器等。...
mcf52259初始化代码,包括建立环境、建立中断向量表、CPU寄存器等。-mcf52259 initialization code, including the establishment of the environment, the establishment of interrupt vector table, CPU registers and so on.
- 2022-04-18 21:43:21下载
- 积分:1