-
graph2d_src.zip example of an application, because it was passed a formerly code...
graph2d_src.zip的一个应用例子,因为有人传了那个原码,我就不废话了!-graph2d_src.zip example of an application, because it was passed a formerly code, I do not nonsense!
- 2022-02-09 13:42:07下载
- 积分: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
-
投票调查系统,可以在你的站点上设置投票和调查项目!
投票调查系统,可以在你的站点上设置投票和调查项目!-poll system, you can set up the site to vote and survey project!
- 2022-11-20 12:30:03下载
- 积分:1
-
字谜产生器(从字母、单词拼凑成一个简单的图…
单词字谜产生器,(由一些单词字母,拼凑成的简单图画)-Word puzzle generator, (some words from letters, put together into a simple picture)
- 2022-02-10 17:28:01下载
- 积分:1
-
此软件是基于VB开发的图书管理软件,希望和大家一起分享
此软件是基于VB开发的图书管理软件,希望和大家一起分享-This software is based on the VB development of library management software, hope and share with everyone
- 2022-10-09 00:45:02下载
- 积分:1
-
接触该样本
Contactless Omnikey Sample
- 2023-04-09 00:50:03下载
- 积分:1
-
实用算法的分析与程序设计,内容全面,实用性强!
实用算法的分析与程序设计,内容全面,实用性强!-Practical Algorithm for the analysis and program design, comprehensive, practical!
- 2022-12-28 05:45:04下载
- 积分:1
-
linux下的各种服务器的配置供大家参考
linux下的各种服务器的配置供大家参考-linux server under the configuration for your reference
- 2022-01-26 02:08:36下载
- 积分:1
-
读取MDL模型数据,很详细,可以简单修改就可以完成3D模型动画...
读取MDL模型数据,很详细,可以简单修改就可以完成3D模型动画-MDL model data to read, very detailed and simple modifications can be completed on the 3D model animation
- 2022-07-22 11:59:28下载
- 积分:1
-
windows服务管理类
压缩包包含两个文件ServiceManager.h、ServiceManager.cpp可以直接使用
CServiceManager提供接口如下:
BOOL IsActive(); // 查下服务是否开启
BOOL StopService(SC_HANDLE hService); // 关闭服务
BOOL StartService(); // 开启服务
BOOL ReStartService(); // 重启服务
BOOL GetDependentServices(SC_HANDLE hscService, std::vector& vecServiceStatus); // 获取服务依赖服务
- 2023-08-19 15:45:03下载
- 积分:1