搜索结果
找到约 236 项符合
Message-Digest 的查询结果
加密解密 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an
加密算法
Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives:
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To calculate MD5, SHS, and RIPEMD-160 message digests:
cryptest m file
- To encrypt and decrypt a string using DES-E ...
其他 实现进程的管道通信。用系统调用pipe( )建立一管道
实现进程的管道通信。用系统调用pipe( )建立一管道,二个子进程P1和P2分别向管道各写一句话:
Child 1 is sending a message!
Child 2 is sending a message!
父进程从管道中读出二个来自子进程的信息并显示(要求先接收P1,后P2)。
Linux/Unix编程 1、 了解系统调用pipe()的功能和实际原理 2、 编写一段程序
1、 了解系统调用pipe()的功能和实际原理
2、 编写一段程序,使用管道实现父子进程之间的通信
a) 使用系统调用fork()创建一个子进程
b) 子进程调用函数write()向父进程发送自己的进程ID和字符串” s sending a message to parent.\n”。
c) 父进程调用函数read()通过管道读出子进程发来的消息,将消息输出屏幕,然后终止 ...
文章/文档 蓝牙协议This specification describes the Audio/Video Control Transport Protocol (AVCTP), which is used t
蓝牙协议This specification describes the Audio/Video Control Transport Protocol (AVCTP), which is used to transport command and response messages for controlling Audio Video features in conformant devices. This protocol enables a device to support more than one control profile at the same time each ...
汇编语言 EXAMPLE SOURCE CODE FOR IMPLIB FILTER This filter accepts input through the standard input stream
EXAMPLE SOURCE CODE FOR IMPLIB FILTER
This filter accepts input through the standard input stream, convertsit and outputs it to the standard output am. The streams are linkedthrough pipes, such that the input stream is the output from the import librarian being invoked, and the output stream is con ...
汇编语言 EXAMPLE SOURCE CODE FOR TASM FILTER his filter accepts input through the standard input stream, con
EXAMPLE SOURCE CODE FOR TASM FILTER
his filter accepts input through the standard input stream, converts it and outputs it to the standard output stream. The streams are linked
through pipes, such that the input stream is the output from the assembler
being invoked, and the output stream is connecte ...
SQL Server SQL Server 2005 Service Broker (SSB) is an asynchronous messaging technology built into SQL Server.
SQL Server 2005 Service Broker (SSB) is an asynchronous messaging technology built into SQL Server. With SSB, you essentially get the power of messaging technologies like Microsoft Message Queue (MSMQ) combined with the relational database capabilities of SQL Server, all controlled with Transact SQL ...
其他 编写本程序时
编写本程序时,所使用的是传输层的UDP协议,不分服务器和客户端,采用对等实体的形似实现信息的传输。运用java.net.DatagramPacket类和java.net.DatagrameSocket类实现套接和数据的传输。并且采用组播形式进行数据信息的传递。使用三个简单协议数据单元(PDU),即JOIN PDU,LEAVE PDU,MESSAGE PDU。分别表示首次连接时组播 ...
Java编程 * This a simple tool to send/receive UDP packet based on a * free software developed by Neil Deas
* This a simple tool to send/receive UDP packet based on a
* free software developed by Neil Deason.
* The purpose of program is to simulate a remote MGC So that the
* SIP Message debugging/testing is possible.
交通/航空行业 The Ntrip RTCM Multiclient "NtripRTCMMC" simultaneously reads a number of real-time RTK data stream
The Ntrip RTCM Multiclient "NtripRTCMMC" simultaneously reads a number of
real-time RTK data streams in RTCM 2.x format (basicly message types 18
and 19) as received from an Ntrip Broadcaster. It decodes the streams and
generates raw and RINEX files.