-
使用人工智能算法解决二次分配问题,需要建立距离/流量矩阵...
使用人工智能算法解决二次分配问题,需要建立距离/流量矩阵-use of artificial intelligence algorithms to solve quadratic distribution problems, we need to create distance/Flow Matrix
- 2022-10-07 08:20:03下载
- 积分:1
-
自动在文本框中填写文本,自动点击按钮,并自动将查询结果保存在文本文件里。此程序是针对龙帝引擎的数据提取而写的。...
自动在文本框中填写文本,自动点击按钮,并自动将查询结果保存在文本文件里。此程序是针对龙帝引擎的数据提取而写的。-automatically fill in the text box text, automatically click on the button, and automatically search result will be preserved in the text document. This procedure is against the Dragon Dili engine data extraction and write.
- 2023-01-04 06:10:03下载
- 积分:1
-
用于web的分页功能
用于web的分页功能-for the web page features
- 2022-03-06 17:17:24下载
- 积分:1
-
ATL控件写的,实现二进制,八进制,十进制,hexadecima…
atl写的控件,用于实现二进制,八进制,十进制,十六进制数值转化.-atl controls written for the realization of a binary, octal, decimal, hexadecimal conversion values.
- 2022-03-05 05:24:51下载
- 积分: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
-
在Windows2000、XP直接访问端口的源代码
在windows2000,xp下直接访问端口的程序源代码-in windows2000, xp under direct access port source code
- 2022-03-21 22:06:00下载
- 积分:1
-
一个紧凑的代理人(编译压缩约5K),模式是一个多线程
a compact agents (compiled compressed about 5K), the mode is a multithreaded
- 2022-12-08 13:05:03下载
- 积分:1
-
SUN Xin teachers VC++ Tutorial CD
孙鑫老师的VC++教程的光盘源代码,数写的很好,代码也很好,值得研究!第10章源程序!-SUN Xin teachers VC++ Tutorial CD-ROM source code, written in a few very good, code is also good, worthy of study! Chapter 10 source code!
- 2022-08-07 20:02:24下载
- 积分:1
-
图形的绘制和一些特殊函数 的调用
图形的绘制和一些特殊函数 的调用-graphics rendering and some special function call
- 2022-12-28 21:40:03下载
- 积分:1
-
自己动手写命令之copy命令
应用背景自己动手写命令之copy命令:通过参考此代码的编写,可对类似于“copy -version”和"-help"等命令参数的命令进行编码实现。关键技术
利用main函数的两个形参实现对传入参数个数及对参数内容进行检测,达到copy功能。
- 2023-07-22 20:45:05下载
- 积分:1