搜索资源列表
-
0下载:
这是一个用VC7。0写的在两个执行程序间进行数据通信的程序。-with VC7. 0 wrote in enforcement procedures between the two data communications procedures.
-
-
0下载:
这是用WTL编写的界面程序,
Debug中有一个查看内存的服务程序
会将查看得到的内存数据写进Debug目标下一个文本文件中
可以通过本程序实现与服务程序之间的通讯-This is WTL prepared by the interface procedures, Debug is a memory check service program will check data to be written into the memory Debug next target text fi
-
-
0下载:
linux下c 编写的 某项目代理服务端部分的代码。其中包括网络通信,处理数据过程以及数据库存储过程等。相信会对大家有一定帮助。-c prepared by the agency services for a particular project-part of the code. These include network communications, data processing process, and database storage processes. We believe th
-
-
0下载:
在本机上实现模拟通信,并进行数据的加密解密-plane in the analog communications, and data encryption and decryption
-
-
0下载:
题 目: 模拟进程利用单向邮箱通信
初始条件:
1. 随机生成邮箱的大小。
2. 消息大小与邮箱单元的大小相等。
3. 邮箱开始为空。
要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求)
1.如果邮箱中没有空单元,发送进程不能发送消息;
2.如果邮箱中没有消息,接收进程不能接收消息。
3.设计报告内容应说明:
⑴课程设计目的与功能;
⑵需求分析,数据结构或模块说明(功能与框图);
(3)运行结果与运行情况分析;
(
-
-
0下载:
原创的网络抓包程序,使用 VC++ 编写,可以监视通过本机所有端口的数据包通信,算法效率极高-original network-capturing Packet, the use of VC preparation, can monitor all aircraft through the port of data packet communications, very efficient algorithm
-
-
0下载:
openobex源代码,PDA,手机等嵌入式平台上的名片交换,数据传输,都需要用到此协议,相信对做红外通信程序或蓝牙通信等方面的开发者会很有帮助-openobex source code, PDA, mobile phone and other embedded platform for the exchange of business cards, data transmission, That will require agreement, I believe so infrared com
-
-
0下载:
450b+linux+wm射频模块的一个门禁系统的完整源代码,支持rtc,支持薄厚两种ic卡,网络通信数据传输(设置)以及flash数据暂存.-450b linux wm RF module of a complete Access Control System source code, support rtc. Two middle-thick support id cards, network communications data transmission (set), and flash
-
-
1下载:
Iword2004 文档控件源码
1,控件支持全部Office菜单,支持Office的打印预览,控件强大的B/S通讯技术。
2,能够将服务器数据库中的数据或者用户自定义的数据插入当前文档的指定位置。
3,可以将文档中的指定数据随时保存到服务器数据库或者指定的目录中。
4,控件能够在浏览器窗口中直接编辑Word文档并保存到Web服务器上,实现文档和数据库的统一管理。
5,控件同时支持痕迹保留,手写签名,电子印章等办公自动化系统必备的功能。
6,控件采用标准HTTP协议,
-
-
0下载:
很好的网络流量统计源代码。
使用曲线图进行实时统计。
采集数据主要在类 MFNetTraffic 中实现,
而显示数据则是放在类MFTrafficButton中实现。
两者之间的通讯使用了回调函数的机制。
详情请看源代码。 -good network traffic statistics source. Use real-time graph statistics. Collecting data in the main category MFNetTraffic
-
-
2下载:
在通信网络的两端,双方约定一致的Key,在通信的源点用Key对核心数据进行DES加密,然后以密码形式在公共通信网(如电话网)中传输到通信网络的终点,数据到达目的地后,用同样的Key对密码数据进行解密,便再现了明码形式的核心数据。这样,便保证了核心数据在公共通信网中传输的安全性和可靠性。-communications networks in the two ends, the two sides agreed unanimously the Key, In communications with
-
-
0下载:
目前企业面临的计算环境和过去有很大的变化,许多数据资源能够依靠网络来远程存取,而且越来越多的通讯依赖于公共网络公共网络(如 Internet),而这些环境并不保证实体间的安全通信,数据在传输过程可能被其它人读取或篡改。-currently facing the enterprise computing environment and past a great change, many data resources to be able to rely on remote network acce
-
-
0下载:
在工业控制行业,DDE通讯非常普遍,本程序示范了如何通过DDE存取数据-industries in industrial control, communications DDE is very common, the process model of how to access the data through DDE
-
-
0下载:
共享以太网:在共享网络环境中,所有的主机都连接到同一条总线并且与其他的主机竞争带宽。这意味着在这样的环境中,发给某个主机的数据包也会被其它所有的机器收到。因此在这样的环境中,任何设置成混杂模式的主机,将可以捕获发送给其它主机的数据包,从而窃听网络上的所有通信。 -Ethernet sharing : sharing network environment, all of the hosts connected to a bus with other mainframe competition b
-
-
0下载:
qt socket通信,服务器端为虚拟机里的linux系统的C++程序,客户端为开发板上的qt 代码,实现socket通信,以及将接受到的数据,显示在屏幕上-qt socket communications, server-side virtual machine inside linux system, C++ program, the client code for the development board qt achieve socket communication, and to r
-
-
1下载:
linux下利用socket建立连接实现UDP数据通信的连接客户端源代码和服务端源代码-linux using socket connection to achieve UDP data communications connectivity client server source code and source code
-
-
0下载:
分别利用UNIX的消息通信机制、共享内存机制(用信号灯实施进程间的同步和互斥)实现两个进程间的数据通信。具体的通信数据可从一个文件读出,接收方进程可将收到的数据写入一个新文件,以便能判断数据传送的正确性(对文件操不熟悉的同学可不必通过读写文件,只要键盘输入和输出至屏幕进行比较即可)。
-, Respectively, using the information communication mechanism UNIX, shared memory mechanism (with tr
-
-
0下载:
用于学习进程通信的资料,里面涉及有linux环境下各种通信机制。-Data communications for the learning process, which involves a linux environment, a variety of communications mechanisms.
-
-
0下载:
数据通信中对数据信息进行加密的代码,可以直接拿去使用,安全可靠。-Data communications data encryption on the code, you can take it directly to use, safe and reliable.
-
-
0下载:
自己写的进程通讯类,用起来很方便的,用CreateFile创建一个名字,然后用CreateView创建视图,返回的指针就是进程通讯的数据区。-Process communications class to write their own, with very convenient CreateFile to create a name, and then create a view with CreateView returned pointer is to process the data c
-