-
chat
网络聊天室,实现类似QQ的功能,通过链表对客户管理(sockeg programming)
- 2011-01-24 01:46:22下载
- 积分:1
-
EzlAES
this is a program implemented AES algorithm to encrypt the information sent and it will decrypt the data.
- 2011-12-10 11:09:58下载
- 积分:1
-
sony_imx385
海思imx385驱动程序,包含宽动态模式,应用于海思平台ipc开发。(imx385 for hisi to develop ipc camera.)
- 2020-12-23 18:19:06下载
- 积分:1
-
pso
基于matlab的粒子群优化算法,可以解决多目标优化问题(PSO algorithm based on matlab,it can do the optimization problem )
- 2010-11-04 12:01:30下载
- 积分:1
-
matlabencrypton
matlab编写的数字签名言简意赅,相信一定会有人用到。(matlab digital signature prepared concise, I am sure someone will use.)
- 2009-04-26 10:01:43下载
- 积分:1
-
matrix_kron
说明: matlab中kron函数的C++实现,即对矩阵实现kron积,接口与matlab函数完全相同,可以作为替代程序使用(kron matlab functions in C++ implementation, the implementation of the matrix kron product, interface with matlab function exactly the same procedure can be used as an alternative)
- 2011-03-14 19:37:28下载
- 积分:1
-
machine
小型虚拟机,可用于汇编模拟,效果还可以!!!!!!!!(Small virtual machine, can be used for assembly simulation, the effect is also ok!!!!!!!!)
- 2017-10-01 09:45:38下载
- 积分:1
-
winpcap抓包程序源代码
使用WinPcap的函数pcap_finidalldevs()获主机的网络设备名,选择一个有线网卡,用函数pcap_open_live()打开该设备,通过把网卡设置为混杂模式,接收一切数据包,可以定义一些过滤规则来捕获特定的数据包。再对接收到的以太网数据包进行分析,先找出IP数据包,再找出UDP数据包,最后分别显示出该类数据包的协议类型及相关字段。
- 2022-06-19 09:57:01下载
- 积分:1
-
XPO Kullanimi
使用系统 ;
使用 System.Collections ;
使用 System.Collections.Generic ;
使用 System.ComponentModel ;
使用 System.Data ;
使用 System.Drawing ;
使用 System.Text ;
使用 System.Windows.Forms ;
使用 System.IO ;
使用 System.Diagnostics ;
使用 System.Linq ;
使用 System.Linq.Expressions ;
使用 DevExpress.Xpo ;
使用的儿子 ;
命名空间的儿子
{
公共部分类 Form2: 窗体
{
XpoLogWriter 日志 ;
公共 Form2()
{
InitializeComponent() ;
日志 = 新 XpoLogWriter(textBox1) ;
System.Diagnostics.Trace.Listeners.Add(log) ;
}
私人 void Form2_Load EventArgs e 对象发件人)
{
/ / 这条线需要显示初始查询产生的 XPO
/ / 当它连接到数据库以检索对象
/ / 第一次后启动的应用程序
//Customer cust = XpoDefault.Session.FindObject < 客户 > (空) ;
}
私人 void btnClear_Click EventArgs e 对象发件人)
{
textBox1.Text ="";
}
私人 void btnSelectWhere_Click Ev
- 2022-09-29 15:45:03下载
- 积分:1
-
grid_map.tar
将点云地图转化为栅格地图,并且具有良好的效率(Transform the point cloud map into a grid map)
- 2020-10-07 10:27:37下载
- 积分:1