-
http代理
c语言完成的http代理,完成功能:获取浏览器的get报文;修改报文的Encoding-type; GET报文中转到web服务器,代理接收服务器的内容,解析content-length, 或trunked的http回文,再中转给浏览器。可以在应用层实现,http报文的修改。
- 2022-06-12 22:09:13下载
- 积分:1
-
常微分方程的龙格库塔法系列程序,从二级到四级的算法。
常微分方程的龙格库塔法系列程序,从二级到四级的算法。-Ordinary Differential Equations Runge- Kutta method series of procedures, from two to four algorithms.
- 2022-05-31 06:14:50下载
- 积分:1
-
三节点有限元程序
二维三节点有限元计算程序
输入单元及节点信息,计算结构位移。最大单元数5000,最大节点数2000,能够处理集中力、体积力、已知位移等荷载。
采用迭代、回代算法计算线性方程组。能够生成节点的位移、应力及应变值,应力包括个应力分量及主应力值和主应力方向
- 2022-05-18 22:06:35下载
- 积分:1
-
用对半分法计算f(x)=0
用对半分法计算f(x)=0-Semi-used method of calculating f (x) = 0
- 2022-01-26 07:29:51下载
- 积分:1
-
快速傅立叶变换,非常简洁快速。测试与mablab中快速傅立叶变换效果相当
快速傅立叶变换,非常简洁快速。测试与mablab中快速傅立叶变换效果相当-Fast Fourier Transform, a very simple style and fast speed. Testing and fast Fourier transform mablab in effect a considerable
- 2022-01-24 09:30:48下载
- 积分:1
-
解线性方程组(多元一次)
水平有限,DOS界面。
其中,输出方程组的未知数用x1,x2,x3...表示,
可以解出多元一次方程。...
解线性方程组(多元一次)
水平有限,DOS界面。
其中,输出方程组的未知数用x1,x2,x3...表示,
可以解出多元一次方程。
-solution of linear equations (multiple times) is limited, and DOS interface. Within this total, output equations with the unknown x1, x2, x3 ... that the United States can come up with multiple linear equation.
- 2022-03-16 12:28:28下载
- 积分:1
-
BellManford
Bellman Ford algorithm for finding the shortest path between nodes is an algorithm used.
primarily in the gray box identifies nodes are between our EDGE. Then we set the starting node (for one example)
resulting path will be drawn on lef
- 2022-08-14 08:44:59下载
- 积分:1
-
用单纯性法求解线性规划问题,并通过控制台输入系数矩阵。...
用单纯性法求解线性规划问题,并通过控制台输入系数矩阵。-Using simple method for solving linear programming problems, and through the console input coefficient matrix.
- 2022-04-25 05:21:02下载
- 积分:1
-
仿生模式识别 目标跟踪
用仿生模式识别来训练目标,在视频序列中跟踪目标
function [sausage, num] = hypersausage_construct(P)
%按照样本给定的顺序去求解超香肠神经元
[~, W] = size(P);%W是训练样例的个数
sausage = [];
for i = 2:W
temp = power_two(P(:, i - 1), P(:, i));%构建第i-1个神经元 //temp是一个行向量
%temp = power_three(P(:, i - 2), P(:, i-1),P(:,i));
sausage = [sausage temp];
end
sausage = [sausage P(:, end)];
num = (size(sausage, 2) - 1) / (W - 1);
- 2023-08-13 14:40:03下载
- 积分:1
-
完整的第一类椭圆积分源程序,非常实用的vc源代码
完整的第一类椭圆积分源程序,非常实用的vc源代码-integrity of the first class of elliptic integral source, a very practical vc source code
- 2022-01-26 06:46:48下载
- 积分:1