-
Snoop网络封包分析工具
说明: Snoop网络封包分析工具,本控件基于WinPcap,所以必须先安装WinPcap(Snoop Network Packet Analysis Tool,This control is based on WinPcap, so you must install WinPcap first.There are examples to illustrate.)
- 2020-06-23 13:40:02下载
- 积分:1
-
EX4
计算气液相平衡问题,如泡点压力线,露点温度线的计算(used for the solution of the VLE problem)
- 2020-09-04 17:18:06下载
- 积分:1
-
Visual C# 韩信点兵算法演示源码
韩信点兵是一道古代数学题,内容是:韩信带兵不足百人,三人一行排列多一个,七人一行排列少两个,五人一行排列正好。相关代码:
int a = 0, b = 0, c = 0;//定义变量
for (int i = 1; i < 100; i++)//遍历
{
Math.DivRem(i, 3, out a);//3行一列时取余
Math.DivRem(i, 5, out b);//5行一列时取余
Math.DivRem(i, 7, out c);//7行一列时取余
if (a == 1 && b == 0 && c == 5)//如果3种方式的余数符合要求
{
textBox1.Text = i.ToString();//显示人数
return;
}
- 2022-01-25 14:48:17下载
- 积分:1
-
python与zemax间的连接通信文档 ZOSAPI_Connection
说明: python与zemax间的连接通信文档,包括Public Member Functions、Properties、Events、Detailed Description等。(communication between python and zemax, including Public Member Functions, Properties, Events, Detailed Description, etc.)
- 2019-12-03 17:49:49下载
- 积分:1
-
m
说明: 利用cvx解半定规划问题,得到波束成形矩阵。(The semidefinite programming problem is solved by CVX)
- 2020-10-09 22:17:34下载
- 积分:1
-
升余弦滚降系统
说明: 包括MATLAB原程序代码,注释,图片,为实验完整素材。(Including Matlab original program code, notes, pictures, for the experiment complete material.)
- 2020-06-04 11:44:39下载
- 积分:1
-
RLS
说明: matlab的rls算法(递归最小二乘法),亲测可用,(RLS algorithm of matlab, which can be used for pro-test)
- 2019-03-29 14:18:28下载
- 积分:1
-
c# 编写的俄罗斯方块游戏, 有音效和音乐(不过在有的机器上播放 mid 会出错...), 同时实现了 GDI+ 和 DDraw 两套呈现引擎. debug/r...
c# 编写的俄罗斯方块游戏, 有音效和音乐(不过在有的机器上播放 mid 会出错...), 同时实现了 GDI+ 和 DDraw 两套呈现引擎. debug/release 目录中包含了运行时所需的资源.-c# prepared by the Russian box game. a sound and music (though in some machines will be broadcast mid mistake ...), while achieving the GDI and DDraw has two engines. debug/release contains a directory Runtime the necessary resources.
- 2022-02-20 09:58:54下载
- 积分:1
-
Asp.net
深入剖析Asp.net资源文件,比较实用。读取文件流-Asp.net-depth analysis of resource documents, more practical. Read the file stream
- 2022-01-21 17:59:34下载
- 积分:1
-
01-01
说明: 介绍硬件和软件的功能,包括CPU,存储器等(Hardware and Software Foundation)
- 2020-06-21 16:20:01下载
- 积分:1