Protocol Engineering
Communication protocols – for short protocols – form the basis for the opera- tion of computer netwo...
Communication protocols – for short protocols – form the basis for the opera- tion of computer netwo...
This book intends to prepare you to define Unified Communications (UC) for yourself and then get it ...
A kinematically redundant manipulator is a serial robotic arm that has more independently driven joi...
This book is intended to be a general introduction to neural networks for those with a computer arch...
#include<stdio.h> #define TREEMAX 100 typedef struct BT { char data; BT *lchild; BT *...
#include <stdio.h> #include <stdlib.h> #define SMAX 100 typedef struct SPNode { int i,j...
题目:基于51单片机的RS485从机系统设计 单片机接口资源配置: 1. 上电复位电路; 2. 晶振电路采用1...
lm75A温度数字转换器 FPGA读写实验Verilog逻辑源码Quartus工程文件+文档资料,FPGA为CYCLONE4系列中的EP4CE6E22C8. 完整的工程文件,可以做为你的学习设计参考。...
IIC接口E2PROM(AT24C64) 读写VERILOG 驱动源码+仿真激励文件:module i2c_dri #( parame...
C语言各知识点详细总结27页C 语言知识要点复习资料 总体上必须清楚的: 1)程序结构是三种: 顺序结构 、选择结构(分支结构)、循环结构。 2)读程序都要从 main()入口, 然后从最上面顺...