-
digital signal processing courseware, we hope to study and work some help.
数字信号处理课件,希望能对大家的学习和工作有所帮助。-digital signal processing courseware, we hope to study and work some help.
- 2022-07-08 06:13:40下载
- 积分:1
-
经典书籍:C Primer Plus(第五版)中文版和源代码
本书全面讲述了C语言编程的相关概念和知识。全书共17章。第1, 2章学习C语言编程所需的预备知...
经典书籍:C Primer Plus(第五版)中文版和源代码
本书全面讲述了C语言编程的相关概念和知识。全书共17章。第1, 2章学习C语言编程所需的预备知识。第3到15章介绍了C语言
的相关知一识,包括数据类型、格式化输入输出、运算符、表达式、流程控制语句、函数、数组和指针、字符串操作、内存管理、位操作等等,知识内容都针对C99标准 另外,第10章强化了对指针的讨论,第12章引入了动态内存分配的概念,这些内容更加适合读者的需求。第16章和第i7章讨论了C预处理器和C库函数、高级数据表示(数据结构)方面的内容。附录给出了各章后面复习题、编程练习的答案和丰富的C编程参考资料。本书适合希望系统学习和巩固C编程技术的程序员
C语言的读者,也适用于精通其他编程语言并希望进一步掌握
-err
- 2022-08-24 04:43:51下载
- 积分:1
-
英文版的教材,内容写的不错,很容易懂。能够帮助你提高C++方面的能力。...
英文版的教材,内容写的不错,很容易懂。能够帮助你提高C++方面的能力。-English teaching materials, the content written well, it is easy to understand. Can help you improve C++ Capacity.
- 2022-01-31 00:48:27下载
- 积分:1
-
fxfiber ADM6993F /快速以太网转换器(ts1000 CPE遵守)ADM6993F楼..
ADM6993F/FXFiber to Fast Ethernet Converter (TS1000 CPE Complied)
The ADM6993F/FX is a single chip integrating two 10/100 Mbps MDIX TX/FX transceivers, a three-port 10/100M Ethernet L2 switch controller, and one OAM engine to meet demanding applications, including Fiber-to-Ethernet media converters, especially the fiber to the home (FTTH) media converters. The ADM6993F/FX feature set includes link pass through (LPT), TS1000 OAM frame receiving/processing/transmitting, programmable link status LED display, various loop-back modes, and one configurable MII ports for snooping/inserting OAM frame from/to 100Fx. The ADM6993FX is the environmentally friendly “green” package version.-ADM6993F/FXFiber to Fast Ethernet Converter (TS1000 CPE Complied) The ADM6993F/FX is a single chip integrating two 10/100 Mbps MDIX TX/FX transceivers, a three-port 10/100M Ethernet L2 switch controller, and one OAM engine to meet demanding applications, including Fiber-to-Ethernet media converters, especially
- 2023-06-23 12:05:04下载
- 积分:1
-
“网格计算:使全球基础设施成为现实”,由F…
《Grid Computing: Making the Global Infrastructure a Reality》
由 Fran Berman、Geoffrey Fox 和 Tony Hey 共同编辑的这本书,由 Wiley 于 2003 年 3 月出版。这本大部头的书共 1000 多页,它包含了从各种科学与技术角度研究网格计算的文章和评论,其中包括:网格的历史、语义网格、网格体系结构的概述、网格部署模型、OGSA 和对等网格数据库等许多内容。-"Grid Computing : Making the Global Infrastructure a Reality "by F. ran Berman, Geoffrey Fox and Tony Hey co-editor of this book. by Wiley in March 2003 publication. This voluminous book has more than 1,000 pages. It contains from various scientific and technical point of the grid computing research articles and comments, including : Grid history, Semantic Grid, the Grid Architecture overview Grid deployment model, P2P lattice OGSA and many other database content.
- 2022-12-28 19:55:05下载
- 积分:1
-
max format automatic electronic doors can be achieved in the C language animatio...
max格式的自动电子门,可以在C语言下实现动画效果-max format automatic electronic doors can be achieved in the C language animation effects
- 2023-04-14 14:50:04下载
- 积分:1
-
基于单片机与PC机之间的通讯问题,描述清晰,值得一读
基于单片机与PC机之间的通讯问题,描述清晰,值得一读-Microcontroller and PC-based communication between the problems, described in clear, worth reading
- 2022-10-02 17:05:03下载
- 积分:1
-
算法
《算法概论(英文版)》《Algorithms》S. Dasgupta, C. H. Papadimitriou, and U. V. Vazirani-Algorithms
Copyright c
2006 S. Dasgupta, C. H. Papadimitriou, and U. V. Vazirani
July 18, 2006
- 2022-06-16 02:04:18下载
- 积分:1
-
关于:Java2核心技术卷一 配套源码。
关于:Java2核心技术卷一 配套源码。-on : Volume I Java2 core technology supporting FOSS.
- 2022-01-25 21:17:19下载
- 积分:1
-
1. Socket Programming Principle 1.1 Client/server communications model Soc Windo...
1.套接字编程原理
1.1 Client/server通信模型
1.2 Windows Sockets规范
1.3 套接字
1.3.1 套接字定义
1.3.2分类
1.3.3 套接字的作用
1.3.4端口与地址
1.3.5 套接口属性
2.基本的Windows Sockets API编程
2.1常用函数
2.2 TCP实例
2.3 UDP实例
2.4 Socket 通信阻塞的解决方法
3.MFC下的Socket编程的类
3.1 CAsyncSocket类
3.2 CSocket类
3.3 Windows Sockets:带存档的套接字的工作方式
3.4 流式套接字通信的操作顺序
3.5 使用 CAsyncSocket 类
3.6 从套接字类派生
3.7 套接字通知
3.8 一个使用CSocket类的网络通信实例
3.8.1 服务器端应用程序设计(ServerDemo)
3.8.2 客户端应用程序设计(项目名称ClientDemo)
4.套接字的托管实现
4.1 System::Net::Sockets 命名空间
4.2 实例:一个新邮件检查器
-1. Socket Programming Principle 1.1 Client/server communications model Soc Windows 1.2 kets norms 1.3 Socket socket definition 1.3.1 1.3.3 1.3.2 classification socket role 1.3.4 1.3.5 addresses and port interface attributes two sets. Basic programming Windows Sockets API function commonly used 2.1 2.2 2.3 TCP example UDP Socket Communications examples 2.4 blocked three solutions. MFC Socket Programming under the category of Class 3.2 3.1 CAsyncSocket CSocke t
- 2023-02-02 21:10:04下载
- 积分:1