-
diskinfo
Get Disk Free Space for Visual basic.
- 2013-07-21 17:29:41下载
- 积分:1
-
c# 多线程操作例子源码
多线程操作 [实例截图] [核心代码]using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Threading;namespace ThreadMore{ public partial class Form3 : Form { public Form3() { InitializeComponent(); } // 发送数据包的类 public class SendPackage { Package pack; // 保存将被发送的数据包 int quantity = 1; // 数据包的个数 // 发送数据包 public SendPackage(Package p, int count) { pack = p; quantity = count; } public void ThreadRun() { // 发送指定数量的数据包 for (int looper = 1; looper
- 2015-03-20下载
- 积分:1
-
这是用VC编写的在Windows下运行的发送网络消息的源代码
这是用VC编写的在Windows下运行的发送网络消息的源代码-This is used in the preparation of VC running under Windows network news sent the source code
- 2022-01-21 03:34:47下载
- 积分:1
-
简单的嗅探代码。
简单的嗅探代码。-simple sniffer code.
- 2023-07-13 10:05:07下载
- 积分:1
-
实验一
说明: 一般信道容量迭代算法
(1)初始化信源分布:P^((0))=(p_(1 ),p_(2 ),…,p_(i ),…,p_r),置迭代计数器k=0,设信道容量相对误差门限为δ,δ>0,可设C(0)=-∞;
(2)φ_ji^((k))=(p_ij p_i^((k)))/(∑p_ij p_i^((k)) ) i=1,…,r;j=1,…,s;
(3)p_i^((k+1) )=exp?[∑_j?〖p_ij lnφ_ji^((k)) 〗]/(∑_i?〖{exp?[∑_j?〖p_ij lnφ_ji^((k)) 〗]}〗) i=1,…,r;
(4)C^((k+1))=ln∑_i?〖{exp?[∑_j?〖p_ij lnφ_ji^((k)) 〗]}〗;
(5)如果,
(|C^((k+1) )-C^((k)) |)/C^((k+1)) ≤δ,
转向(7);
(6)否则,置迭代符合 k+1→k,转向(2);
(7)输出p_i^((k+1) )和C^((k+1));
(8)停止。(General channel capacity iterative algorithm)
- 2020-05-21 14:30:04下载
- 积分:1
-
Calculator443
一个简单的计算器两个类。还只是完成+、-、×、÷运算而已。GUI只是用了AWT,很简单,相信一看就能懂了(A simple two-type calculator. Only just completed+,-,×,÷ computing. GUI only used the AWT, is very simple, I believe will be able to understand a look)
- 2016-02-15 20:07:50下载
- 积分:1
-
在服务端运行tcp.exe, 在另一台与之在同一network的客户端上运行tcplnk.exe, 规定相同的port, 在服务端上begin, 在客户端上输入...
在服务端运行tcp.exe, 在另一台与之在同一network的客户端上运行tcplnk.exe, 规定相同的port, 在服务端上begin, 在客户端上输入服务器的IP地址,connect, 客户端上编辑框中的字符便可send到客户端的编辑框中。-on the server running tcp.exe, another in the same network with the client running on tcplnk.exe require the same port, on the server begin, the client server on the importation of the IP address, connect, the client on the edit box of the characters can send to the client the editorial box.
- 2022-04-23 23:45:19下载
- 积分:1
-
基于SNMP++开发的MIB浏览器程序源代码
基于SNMP++开发的MIB浏览器程序源代码-Developed based on SNMP++ source code browser, MIB
- 2022-06-17 00:41:10下载
- 积分:1
-
GF_FLAASH
针对国产高分卫星数据设计,可批量进行大气校正处理(Design of domestic high score satellite data, mass correction can be carried out in batches.)
- 2018-06-08 20:14:06下载
- 积分:1
-
Win32.多线程程序设计
windows 32位多线程winform 操作平台,(Windows 32-bit multi-threaded WinForm operating platform,)
- 2020-06-25 14:40:02下载
- 积分:1