-
Jss 天地
"技术教育 JSS 学院"(或 Jagadguru 斯里兰卡技术教育 Shivarathreeshwara 学院) 是位于教育研究所诺伊达北方邦隶属于玛哈玛雅技术大学, 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-24 15:07:48下载
- 积分:1
-
mime64是什么:mime64是一rfc1341 MIME base64编码描述为其铺…
WHAT MIME64 IS: MIME64 is an encoding described in RFC1341 as MIME base64.Its purpose is to encode binary files into ASCII so that they may be passedthrough e-mail gates. In this regard, MIME64 is similar to UUENCODE.Although most binaries these days are transmitted using UUENCODE, Ihave seen a few using MIME64, and I have had requests from friends thatI decode MIME64 files that have fallen into their hands. As long assome MIME64 continues to exist, a package such as this one is usefulto have.
- 2022-03-22 13:30:49下载
- 积分:1
-
将求解偏微分方程和局部网格加密简单组合在了一起。用的方程是一个含有间断二次系数的椭圆型方程,在系数间断的位置,解会有一个弱间断。...
将求解偏微分方程和局部网格加密简单组合在了一起。用的方程是一个含有间断二次系数的椭圆型方程,在系数间断的位置,解会有一个弱间断。-Will solve the partial differential equations and local mesh refinement simple combinations together. Used equation is a quadratic coefficient of containing discontinuous elliptic equations, the location of discontinuity in the coefficient, there will be a weak solution of continuity.
- 2022-05-26 19:00:46下载
- 积分:1
-
遗传算法实现最短路径优化
%初始化参数 %注:popsize=200,MaxGeneration=100,约跑2分钟。若不要求太精确,可减少循环次数。pointnumber=11; %节点个数Popsize=200; %种群规模,只能取偶数(因67行的循环)MaxGeneration=100; %最大代数Pc=0.8;Pm=0.3; %交叉概率和变异概率A=[0 2 8 1 50 50 50 50 50 50 50 2 0 6 50 1 50 50 50 50 50 50 8 6 0 7 50 1 50 50 50 50 50 1 50 7 0 50 50 9 50 50 50 50 50 1 50 50 0 3 50 2 50 50 50 50 50 1 50 3 0 4 50 6 50 50 50 50 50 9 50 4 0 50 50 1 50 50 50 50 50 2 50 50 0 7 50 9 50 50 50 50 50 6 50 7 0 1
- 2022-02-24 16:29:41下载
- 积分:1
-
the file implements in C the nealder mead simplex algorithm for derivative free...
the file implements in C the nealder mead simplex algorithm for derivative free optimisation
- 2022-04-11 16:27:29下载
- 积分:1
-
该程序用于解决生产计划问题,生产计划问题是运筹学中一个重要问题。...
该程序用于解决生产计划问题,生产计划问题是运筹学中一个重要问题。-the procedures for the settlement of production planning, production planning operations research, which is an important issue.
- 2022-10-10 10:30:02下载
- 积分:1
-
3D打印机下位机源码(不完整)以及原理图
3D打印机下位机源码(不完整)以及原理图,网上看到的,觉得不错,包括下位机各部件的驱动以及原理图
- 2022-12-11 18:10:05下载
- 积分:1
-
Numerical calculation of Mie scattering of Delphi code, used to calculate the li...
Mie散射数值计算的Delphi代码,用来计算粒子的光散射,在粒子检测,材料测试上有广泛的应用。-Numerical calculation of Mie scattering of Delphi code, used to calculate the light scattering particles in particle detection, materials testing on a wide range of applications.
- 2022-12-31 16:45:03下载
- 积分:1
-
此程序为测量中的平差程序,矩阵求逆采用初等行列变换,速度较快...
此程序为测量中的平差程序,矩阵求逆采用初等行列变换,速度较快-This procedure for the measurement of adjustment procedures, the use of elementary matrix inversion ranks transform, fast
- 2022-05-23 09:51:58下载
- 积分:1
-
c++socket通信
c++socket通信从远方获取数据,获取数据是xml。然后解析xml数据,在这个过程用到了多线程编程,这段代码对于学习socket通信以及所线程是很好的例子,同时也是学习xml解析的例子,解析xml用到的是Dom解析,此实例是c++实例!
- 2022-02-06 14:45:53下载
- 积分:1