-
一个基于dct变换的数字水印算法的源程序,可供进行数字水印学习和研究的学生及科研工作者学习参考...
一个基于dct变换的数字水印算法的源程序,可供进行数字水印学习和研究的学生及科研工作者学习参考-DCT-based digital watermarking algorithm transform the source code, available for study and research of digital watermarking students and researchers to study the reference
- 2022-05-26 01:33:16下载
- 积分:1
-
两台电脑简单通信
很简单的源码,通过C++实现两台电脑的简单通信,希望对大家有帮助,#include
#include
#pragma comment(lib,"ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );//请求1.1版本的winsock库
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||
HIBYTE( wsaData.wVersion ) != 1 ) {
WSACleanup( );
return;
}
&n
- 2022-03-20 09:13:36下载
- 积分:1
-
USB 1.1 and USB 2.0 detailed description of the agreement, physical electrical c...
usb1.1和usb2.0协议的详细描述,物理电气特性,设计规则等。信息量很大
- 2022-01-24 13:24:53下载
- 积分:1
-
This the Bluetooth client part. This establishes connection with the server
This the Bluetooth client part. This establishes connection with the server-This is the Bluetooth client part. This establishes connection with the server
- 2022-05-11 00:45:01下载
- 积分:1
-
构建环
constructs girth-six column-weight three QC-LDPC codes
- 2022-02-28 21:24:10下载
- 积分:1
-
用VC实现WEB界面,显示互联网网页,本质是对一个函数的调用,是VC和互联网程序联系起来的入门程序...
用VC实现WEB界面,显示互联网网页,本质是对一个函数的调用,是VC和互联网程序联系起来的入门程序-with VC Web interface, the website indicates, the essence of a function call. VC and the Internet is linked to the procedure entry procedures
- 2022-05-29 08:12:45下载
- 积分:1
-
远程数据传输的研究, 远程数据传输的研究
远程数据传输的研究, 远程数据传输的研究-Study of remote data transmission, remote data transmission research
- 2023-06-28 10:30:04下载
- 积分:1
-
Huawei switch configuration commands Guinness
华为交换机配置命令大全-Huawei switch configuration commands Guinness
- 2022-10-22 15:35:04下载
- 积分:1
-
LFSR的Verilog源代码,生成伪
线性反馈移位寄存器Verilog源程序,能够产生伪随机序列-LFSR Verilog source code, to generate pseudo-random sequence
- 2022-07-23 17:41:05下载
- 积分:1
-
定时恢复的matbal仿真代码.适合于仿真和误码并对
定时恢复的matbal仿真代码.适合于仿真和误码并对-Timing recovery matbal simulation code. Suitable for simulation and error and
- 2023-06-26 22:30:03下载
- 积分:1