-
tcpcrypt-master
tcpcrypt是一种协议,它尝试加密(几乎)所有网络流量。与其他安全机制不同的是,tcpcrypt是开箱即用的:它不需要配置,不需要更改应用程序,而且即使远程端不支持tcpcrypt,您的网络连接也将继续工作,在这种情况下,连接将优雅地返回到标准的明文tcp。(Tcpcrypt is a protocol that attempts to encrypt (almost) all of your network traffic. Unlike other security mechanisms, Tcpcrypt works out of the box: it requires no configuration, no changes to applications, and your network connections will continue to work even if the remote end does not support Tcpcrypt, in which case connections will gracefully fall back to standard clear-text TCP.)
- 2019-05-13 18:43:01下载
- 积分:1
-
ualo783
函数程序hook示例,用于windows内hook api调用,(Hook sample function program to hook API calls within Windows,)
- 2017-06-22 05:34:51下载
- 积分:1
-
BodyBasics-WPF
说明: kinect识别人体骨骼,kinect sdk上源代码(Recognition of Human Bones)
- 2019-04-16 15:06:37下载
- 积分:1
-
8路温度实时监控系统
8路实时温度检测并可以监控报警,里面含有程序以及proteus仿真,测试完毕,显示正常,在我的项目中加入后可以运行,可移植性很强,换到其他平台上很好用的。
- 2022-11-04 19:35:03下载
- 积分:1
-
DengCai
在网上下载到的各种降维方法的MATLAB程序,希望对大家能有所帮助(Downloaded to a variety of methods of dimensionality reduction MATLAB procedures, in the hope that we can help)
- 2008-01-06 10:55:28下载
- 积分:1
-
hunhebiancheng_123
matlab与CC++混合编程程序,可以参考下,适合初学者(matlab and C C++ mixed programming program, you can refer to, for beginners)
- 2013-07-12 12:27:54下载
- 积分:1
-
bardemo
一个类似于vc的界面源码,让vc界面开发变得简单多了.(Vc interface similar to the one source, so that vc interface development becomes much simpler.)
- 2007-08-22 11:30:37下载
- 积分:1
-
蛇(回形针)形数组C++实现
1. 蛇形数组填值。
如图所示的两个数组,数值按一定规律排列,这种数组叫蛇形数组。请用程序构造任意大小方阵NxN(N
- 2022-01-28 14:59:39下载
- 积分:1
-
wavelet-MATLAB-code
实现以下功能:装载信号;完成信号的单尺度一维离散小波分解;从系数中重构低频部分和高频部分;显示高频和低频部分;由小波逆变换恢复信号;多层一维分解;提取系数的低频和高频部分;重构第3层的低频系数;重构第1、2、3、4、5层的高频信号;重构原始信号并显示(Achieve the following functions: load signal complete signal single-scale one-dimensional discrete wavelet decomposition reconstructed from the coefficients in the low frequency and high frequency display high-frequency and low frequency restored by the inverse wavelet transform signal multi-layer one-dimensional decomposition extraction coefficient of low frequency and high frequency reconstruction of 3-layer low-frequency coefficients reconstruction of the first layer of high-frequency signal 1,2,3,4,5 reconstruct the original signal and display)
- 2011-11-04 21:50:49下载
- 积分:1
-
VC++inimageprocess
Visual C++(以下简称VC++) 是面向对象与可视化软件开发工具中比较成熟的一类。MFC是VC++中直接由Microsoft提供的类库,它集成了大量已定义好的类,我们可以根据需要,调用相应类,或根据需要自定义类。正是基于MFC的这种特性,我们试图设计出具有封装性、独立性的功能模块------函数数据生成模块,函数曲线输出模块,模块之间的桥梁是由模板类CArray派生的CPoint类数组充当的。函数数据生成模块用来实现对函数的设置并获得采样点,数组得到采样点数据并将其传递到输出模块中。从整体来看,实现了各程序模块的独立性,使得在函数模块中可任意添加、删除函数,可使用不同的DC和GDI,可实现不同的输出方式,整个工程在函数绘图功能上是无限扩展的。经过反复的调试和检验,我们实现了预期目标。我们的主要目的是尝试VC++在数学函数绘图方面的功能和应用。这是对VC++的探索,也是对数学函数绘图多样化的尝试。(err)
- 2007-11-23 18:19:49下载
- 积分:1