搜索资源列表
分组交换
- 讲述分组交换的概念,优缺点,和其他交换方式的比较,是数据通信方面的好ppt-The document gives the concept of packet switching, longcoming and shortcoming. And also give a compare with other techs. It s a good material about data communication.
读写中国地球空间数据交换格式源码
- 读写中国地球空间数据交换格式源码 读写中国地球空间数据交换格式源码-read and write Chinese geospatial data exchange format source code to read and write Chinese geospatial data exchange format FO
数据交换
- 一个通过在EDIT控件实现数据交换后,显示位图的应用程序-an EDIT control through the exchange of data, Bitmap applications
用Delphi建立通讯与数据交换服务器
- 用Delphi建立通讯与数据交换服务器编程-Delphi establish communications and data exchange server programming
delphi与JSP通过xml-rpc协议交换数据的例子
- delphi与JSP通过xml-rpc协议交换数据的例子-through xml-rpc agreement to exchange data example
实例70 利用内存映射实现数据交换
- 使用文件的内存映射 来实现数据的交换。 加快磁盘访问速度-use of the memory mapping documents to the exchange of data. Speed up disk access speeds. .
黑白子交换
- 有三个白子和三个黑子如下图布置: ○ ○ ○ . ● ● ● 游戏的目的是用最少的步数将上图中白子和黑子的位置进行 交换: ● ● ● . ○ ○ ○ -three sunspot Baizi Kingdom and the following three layout : 2000. The game was designed with the least number of moves to New
软交换技术及其应用软交换技术及其应用(PDF72页)
- 软交换技术及其应用 (PDF72页)-soft-switch technology and its application of soft switching technology and its application (PDF72 pages)
S57数字航道数据交换标准
- S-57 电子海图规范(数字航道数据交换标准)
交换原理课件
- 现代交换原理课件。
读写中国地球空间数据交换格式源码
- 读写中国地球空间数据交换格式源码-read and write Chinese geospatial data exchange format FOSS
软交换讲义
- 软交换讲义,包括软交换的基本原理,体系结构,媒体网关技术,信令网关技术,接入网关技术,呼叫控制,软交换协议等内容。-soft exchange notes, including soft exchanged the basic principles, architecture, media gateways, signaling gateways, access gateways, call control, soft-exchange
拖动交换单元格内容
- 采用javascr ipt实现页面拖动交换单元格内容的html文件,本javascr ipt是要实现页面层数据交换变动的利器.-achieve pages using Windows Drag exchange cells html content of the document, the javascr ipt is to achieve pages layer data exchange movements of weapons.
软交换技术及其应用软交换技术及其应用(PDF72页)
- 软交换技术及其应用 (PDF72页)-soft-switch technology and its application of soft switching technology and its application (PDF72 pages)
VC实现通过消息机制实现Exe程序间的数据交换
- VC编程实例 实现通过消息机制实现Exe程序间的数据交换-VC achieved through programming examples news mechanisms Exe procedures for data exchange between the
河流中潜流交换研究进展
- 潜流交换机理主要包括泵吸交换和冲淤交换。泵吸交换是由于河床形态引起的水头梯度, 这些水头梯度诱导了对流传输;冲淤交换发生是由于移动河床截留和释放孔隙水(Advancement in the hyporheic exchange in rivers)
Broadcom以太网交换芯片培训
- Broadcom以太网交换芯片培训资料说明文档,详细解析博通的芯片的功能原理(Broadcom switch chip)
两个数交换5种方法
- C语言两个变量交换的5中方法:(1)a=a+b-(b = a);(2)b=a+(a = b)*0;(3)a=a+b; b=a-b; a=a-b;(4)a=a*b;b=a/b;a=a/b;(5)a=a^b;b=a^b;a=a^b;(C language two variables exchange 5 methods)
JSON数据交换格式(含源代码及实现例子)
- delphi与JSON数据交换格式(含源代码及实现例子)(Delphi and JSON data exchange format (including source code and implementation examples))
01矩阵交换行
- 描述 给定一个5*5的矩阵(数学上,一个r×c的矩阵是一个由r行c列元素排列成的矩形阵列),将第n行和第m行交换,输出交换后的结果。 输入 输入共6行,前5行为矩阵的每一行元素,元素与元素之间以一个空格分开。 第6行包含两个整数m、n,以一个空格分开。(1 <= m,n <= 5) 输出 输出交换之后的矩阵,矩阵的每一行元素占一行,元素之间以一个空格分开 样例输入 1 2 2 1 2 5 6 7 8 3