搜索结果
找到约 264 项符合
message 的查询结果
按分类筛选
- 全部分类
- 技术资料 (33)
- 加密解密 (23)
- Java编程 (19)
- 其他 (12)
- Internet/网络编程 (11)
- Linux/Unix编程 (8)
- 手机短信编程 (8)
- 电子书籍 (7)
- 单片机开发 (7)
- JavaScript (7)
- VC书籍 (7)
- Java书籍 (6)
- 软件设计/软件工程 (6)
- 其他书籍 (5)
- 汇编语言 (5)
- 单片机编程 (4)
- 通讯/手机编程 (4)
- 网络 (4)
- 其他嵌入式/单片机内容 (4)
- 行业发展研究 (4)
- 源码 (3)
- 通信网络 (3)
- 微处理器开发 (3)
- VxWorks (3)
- matlab例程 (3)
- Windows CE (3)
- Windows Mobile (3)
- GPS编程 (3)
- Jsp/Servlet (3)
- 书籍 (2)
- 数值算法/人工智能 (2)
- 压缩解压 (2)
- 文件格式 (2)
- 技术管理 (2)
- 人工智能/神经网络 (2)
- 文章/文档 (2)
- Delphi控件源码 (2)
- 其他行业 (2)
- 系统设计方案 (2)
- 软件 (1)
- 电路图 (1)
- C/C++语言编程 (1)
- 接口技术 (1)
- 学术论文 (1)
- DSP编程 (1)
- 数据库系统 (1)
- 书籍源码 (1)
- 电工电气 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- 驱动编程 (1)
- 串口编程 (1)
- 编译器/解释器 (1)
- 多国语言处理 (1)
- 金融证券系统 (1)
- USB编程 (1)
- 通讯编程文档 (1)
- 嵌入式/单片机编程 (1)
- uCOS (1)
- 手机WAP编程 (1)
- 嵌入式Linux (1)
- BREW编程 (1)
- J2ME (1)
- VHDL/FPGA/Verilog (1)
- Delphi/CppBuilder (1)
- 交通/航空行业 (1)
- 手机彩信(MMS)编程 (1)
- SQL Server (1)
- 邮电通讯系统 (1)
- 并行计算 (1)
- 软件测试 (1)
- VIP专区 (1)
Jsp/Servlet 是用java和jsp实现的bbs论坛系统。 有注册登陆模块
是用java和jsp实现的bbs论坛系统。 有注册登陆模块,浏览功能模块,发帖回帖模块,帖子管理模块,论坛设置功能模块,管理版块功能模块,用户管理模块。-is java and jsp realized bbs forum system. Registered landing module, navigation module, barred when posting module, message management module, the Forum set ...
Linux/Unix编程 在网络安全中经常会遇到rootkit
在网络安全中经常会遇到rootkit,NSA安全和入侵检测术语字典( NSA Glossary of Terms Used in Security and Intrusion Detection)对rootkit的定义如下:A hacker security tool that captures passwords and message traffic to and from a computer. A collection of tools that allows a hacker to provide a backdoor in ...
嵌入式/单片机编程 练习多任务实时操作系统下Task 调度、Task 间主要通信手段、I/O 子系统基本应用 等内容
练习多任务实时操作系统下Task 调度、Task 间主要通信手段、I/O 子系统基本应用
等内容,并形成嵌入式实时应用软件的良好编程习惯。
内容:
1. 创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私
有Message Queue 接收消息;Task 间消息通信通过向对方私有Message Queue 发送
消息完成。
2. Task1 ...
VxWorks 定时中断程序
定时中断程序,源码的注释十分详细,具体功能如下:
1.Frame 实现能有效降低VxWorks 内存管理内部/外部碎片的机制。
2. Frame 实现为系统提供软定时器功能的机制,定时器timeout 信息以message 或其他快捷有效方式通知定时器申请者(Task)。
3. 参考实验一要求,系统中每个Task 拥有自己的Message Queue,以此方式作为系统 ...
J2ME First of all, the Applet-phone is a SIP User-Agent with audio and text messaging capabilities. But
First of all, the Applet-phone is a SIP User-Agent
with audio and text messaging capabilities. But i s also embedded in
an applet where you can use it as usual if your firewall allow you to
use the UDP transport. If not, you can use TCP to carry your voice in a
voice messaging fashion. Your voice is ...
JavaScript This project developed in java leads us to realize a flight reservation system in order to emulate d
This project developed in java leads us to realize a flight reservation system in order to emulate databases containing the structures for the flight and for the booking. These bases extend the List interface and implements additional search鈥檚 methods.
Two interfaces provide an access to this syst ...
金融证券系统 This package contains the following source code files: - demo.c Demo application sourc
This package contains the following source code files:
- demo.c
Demo application source, with message packing/unpacking example
- benchmark.c
Benchmark source, to benchmark pack/unpack operations
- dl_c_iso8583_v0_0_3 (16th July 2008)
DL ISO-8583 library source files
...
GPS编程 This code outputs various NMEA strings to a com port. The code was originally used to test naviati
This code outputs various NMEA strings to a com port. The code was
originally used to test naviation programmes.
First select the required com port and the required NMEA message string.
There is a default starting position but this can be changed to suit just by typing
in a new position.
Click on ...
Windows CE #ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3d
#ifdef _AFXDLL
Enable3dControls() // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic() // Call this when linking to MFC statically
#endif
CPreviewDialogDlg dlg
m_pMainWnd = &dlg
int nResponse = dlg.DoModal()
if (nResponse == IDOK)
{
// TODO: Place code here to ...
技术资料 基于SECS/GEM协议的芯片焊线机监控系统的实现
本文主要针对SEMI(Semiconductor Equipment and Materials International)行业会所定义的SECS/GEM协议簇标准HSMS(High-Speed SECS Message Service)、SECS-IⅡ(SEMI Equipment Communications Standard 2 Message Content)、GEM进行分析与软件系统的实现,其主要的工作内容有:1.通过对HSMS协议的分析,基于TCP(Tran ...