搜索结果
找到约 232 项符合
MEssage 的查询结果
按分类筛选
- 全部分类
- 加密解密 (23)
- Java编程 (17)
- Internet/网络编程 (11)
- 其他 (11)
- Linux/Unix编程 (8)
- 手机短信编程 (8)
- 电子书籍 (7)
- VC书籍 (7)
- 单片机开发 (7)
- JavaScript (7)
- 软件设计/软件工程 (6)
- Java书籍 (6)
- 技术资料 (6)
- 汇编语言 (5)
- 其他书籍 (5)
- 单片机编程 (4)
- 网络 (4)
- 其他嵌入式/单片机内容 (4)
- 通讯/手机编程 (4)
- 行业发展研究 (4)
- 通信网络 (3)
- VxWorks (3)
- GPS编程 (3)
- 微处理器开发 (3)
- Jsp/Servlet (3)
- matlab例程 (3)
- Windows CE (3)
- Windows Mobile (3)
- 源码 (3)
- 数值算法/人工智能 (2)
- 文章/文档 (2)
- 其他行业 (2)
- 人工智能/神经网络 (2)
- Delphi控件源码 (2)
- 技术管理 (2)
- 压缩解压 (2)
- 文件格式 (2)
- 系统设计方案 (2)
- 书籍 (2)
- 学术论文 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- 串口编程 (1)
- VHDL/FPGA/Verilog (1)
- SQL Server (1)
- 交通/航空行业 (1)
- J2ME (1)
- Delphi/CppBuilder (1)
- 多国语言处理 (1)
- 书籍源码 (1)
- DSP编程 (1)
- 编译器/解释器 (1)
- 邮电通讯系统 (1)
- USB编程 (1)
- 手机WAP编程 (1)
- 驱动编程 (1)
- BREW编程 (1)
- 数据库系统 (1)
- uCOS (1)
- 金融证券系统 (1)
- 嵌入式/单片机编程 (1)
- 软件测试 (1)
- 手机彩信(MMS)编程 (1)
- 嵌入式Linux (1)
- 通讯编程文档 (1)
- C/C++语言编程 (1)
- 接口技术 (1)
- 电工电气 (1)
- 软件 (1)
- VIP专区 (1)
汇编语言 ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and pri
ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file.
&#8226 Assume a file with correct data (no garbage, characters, etc.).
&#8226 you must check and provide appropriate execution for 2 extra cases, namel ...
通讯/手机编程 The SMS-Receiver program is intended for circuit phone incoming SMS receiving. The messages are writ
The SMS-Receiver program is intended for circuit phone incoming SMS receiving. The messages are writed in log file SMS_Receiver.log & cleared from phone then. There s a log strings format: MM/DD/YYYY HH:MM PhoneNo, Message text (Date) (Time)
单片机开发 LED driver 6961 包括初始化
LED driver 6961
包括初始化,message显示,转盘显示,状态显示,要在timer中实现
其他 The JICQ is the bureau area which JAVA writes according to "Customer s Machine/Server"(C/S) mode mes
The JICQ is the bureau area which JAVA writes according to "Customer s Machine/Server"(C/S) mode message solid hour correspond by letter tool system, the system adopted the SQL Server2000 of Microsoft company as a backstage database, the system passes a JDBC interview database. The system is divided ...
电子书籍 This book provides information about the concepts and procedures needed by a developer of messaging
This book provides information about the concepts and procedures needed by a
developer of messaging applications in a Sun&#8482 ONE Message Queue (MQ)
environment.
This preface contains the following sections:
&#8226 Audience for This Guide
&#8226 Organization of This Guide
&#8226 Conventions
&#8226 ...
汇编语言 用win32汇编编写的类木马的东西
用win32汇编编写的类木马的东西,运行后在机子上打开23端口,用telnet登陆,可以运行下列命令:
open filename - open the file or program
msg message - place message plainly over screen
box message - show within a messagebox
cdopen - to open CDROM drive door
cdclose - to close CDROM drive door
bye - termin ...
加密解密 加密算法 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 ...