资源列表

« 1 2 ... .77 .78 .79 .80 .81 1282.83 .84 .85 .86 .87 ... 2189 »

[编程文档linuxthread

说明:我们要讨论的是网络中进程之间如何通信?首要解决的问题是如何唯一标识一个进程,否则通信无从谈起!在本地可以通过进程PID来唯一标识一个进程,但是在网络中这是行不通的。其实TCP/IP协议族已经帮我们解决了这个问题,网络层的“ip地址”可以唯一标识网络中的主机,而传输层的“协议+端口”可以唯一标识主机中的应用程序(进程)。这样利用三元组(ip地址,协议,端口)就可以标识网络的进程了,网络中的进程通信就可以利用这个标志与其它进程进行交互。-W
<曹磊> 在 2024-09-30 上传 | 大小:30720 | 下载:0

[编程文档unixprogramer

说明:网络编程即编写通过计算机网络与其他程序进行通信的这类程序,相互通信的程序中一方称为客户程序,一方称为服务器程序,我们使用应用程序编程接口API来进行网络程序的编写,主要以两种方式来介绍UNIX下的SOCKET编程技术-Network programming that is written to communicate through a computer network and other programs such procedure
<曹磊> 在 2024-09-30 上传 | 大小:27972608 | 下载:0

[编程文档CAN_Basics_1

说明:CAN基础开发指南 CAN基础开发指南-CAN basic developCAN basic developCAN basic develop
<xiaosu> 在 2024-09-30 上传 | 大小:982016 | 下载:0

[编程文档23040c

说明:SMS协议23040各章节中文翻译,描述SMS基本概念,网络层介绍-SMS protocol 23040 Chinese translation of the chapters, the basic concepts of the descr iption of SMS, network layer introduced
<孙大彬> 在 2024-09-30 上传 | 大小:252928 | 下载:0

[编程文档lms

说明:adaptive noise cancellation using lms algorithm
<kommu vijay> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[编程文档match.tar

说明:用于图像的匹配,比如图像的旋转或者缩放 效果不错-Match for the image, such as rotation or scaling of the image good results
<张绍泉> 在 2024-09-30 上传 | 大小:3655680 | 下载:0

[编程文档Accessing-the-Wan-CCNA-Exploration-Labs-and-Study

说明:Accessing the Wan CCNA Exploration Labs and Study Guide.
<eko31> 在 2024-09-30 上传 | 大小:6165504 | 下载:0

[编程文档RemplPalette

说明:Logistic software for algorithm bin packing 3D C langage
<NHZ> 在 2024-09-30 上传 | 大小:18432 | 下载:0

[编程文档Prewitt

说明:针对传统图像处理算法在实际应用中实时性差的问题, 提出在 DM642 上实现 Prewitt 边缘检测改进算法, 并阐述了系统实现所需的硬件组成、 软件设计原理、 EDMA 通道技术等。通过对 Prewitt 算法以及改进的 Prewitt 算法的实验运行, 证明了该系统稳 定, 运行效果良好, 图像处理的速度能达到系统的实时性要求-Traditional image processing algorithms in the
<sherry> 在 2024-09-30 上传 | 大小:141312 | 下载:0

[编程文档Design

说明:这个是有关算法设计的讲解,适用于各种的C语言的设计,为以后的硬件语言开发做了充分的准备,主要还包含重点的课程资料。-This is the explanation of the algorithm design, suitable for a variety of C language design, fully prepared for the hardware language development later, mainly f
<魏莆翀> 在 2024-09-30 上传 | 大小:11975680 | 下载:0

[编程文档can-rs232

说明:C语言描述的rs232转CAN的程序(完整),软件接口部分,能很好的进行通信.-C language descr iption of rs232 to CAN program (complete), the software interface part, to good communication.
<rock> 在 2024-09-30 上传 | 大小:13312 | 下载:0

[编程文档0490806DS_uwb_program

说明:this DS-UWB that I download from this is site and I need every thing in UWB and CDMA fields-this is DS-UWB that I download from this is site and I need every thing in UWB and CDMA fields
<eng_tt> 在 2024-09-30 上传 | 大小:39936 | 下载:0
« 1 2 ... .77 .78 .79 .80 .81 1282.83 .84 .85 .86 .87 ... 2189 »

源码中国 www.ymcn.org