搜索资源列表
crc16
- A CCITT-16 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.
crc8
- 8051上的CRC8校验 A CCITT-8 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.-8051 CRC8 check on the CCITT A-8 CRC calculator. Th e source
CFGReader
- compiler-compiler. This is a compiler-compiler with table-driven scanner, table-driven parser.-compiler - compiler. This is a compiler - co mpiler with table-driven scanner. table-driven parser.
crc16
- A CCITT-16 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.
crc8
- 8051上的CRC8校验 A CCITT-8 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.-8051 CRC8 check on the CCITT A-8 CRC calculator. Th e source
CFGReader
- compiler-compiler. This is a compiler-compiler with table-driven scanner, table-driven parser.-compiler- compiler. This is a compiler- co mpiler with table-driven scanner. table-driven parser.
tty
- tty工作台驱动,适合工作台驱动的所有底层工作。有借鉴价值!-tty driver table, suitable for table-driven work of all the ground floor. Have reference value!
CRC_source
- CRC16, CRC8 source code Algorithm = table-driven
TableDrivenCRC
- Table Driven CRC algorithm I tried to make a table driven CRC algorithm. I hope that it can help your study.. If you need more comment, please send me e-mail
CRC
- Error checking CRC and CRC TABLE GENERATORS in C Language
LL(1)
- LL(1)语法分析1、实现LL(1)分析中控制程序(表驱动程序); 2、完成以下描述算术表达式的LL(1)文法的LL(1)分析程序。 G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)|i A→+|- M→*|/-LL (1) syntax analysis 1, the realization of LL (1) Analysis of control proc
CRC1
- CRC16, Table driven methods
LCDmenu_in_C
- 描述了C语言下LCD多级菜单的表驱动实现方法-Describes the C language under the LCD menu, multi-level implementation of table-driven
json_parser
- JSON语法的解析器,相当的经典。表格驱动,简明效率高。基于这个解析器,可以开发适合于其他语法的传输协议!-JSON syntax parser, very classic. Table-driven, concise and efficient. Based on this parser, you can develop suitable transport protocol for other grammatical!
The_Research_and_Achievement_of_HF_Ad_Hoc_Network
- In the article the author analyses three main categories of routing protocols used in HF communication networks and studies detailedly the application of the table driven routing protocol in the HF Ad Hoc Network.
crc8
- for microcontroller Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8 + X^5 + X^4 + 1-for microcontroller Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8+ X^5+ X^4+ 1
IPRouteS
- 设置本机路由表的VC++驱动源码-Set the machine routing table-driven source code VC++
RouteSource
- 关于通信ip路由表的VC++驱动源码 -With regard to communications ip routing table-driven source code VC++ communications ip routing table on the VC++ driver source
olsrd-0.5.6-r7.tar
- OLSR协议是ad hoc网络表驱动路由协议,通过使用MPR减少网络负载,适合以静止的网络。-OLSR protocol is table-driven ad hoc network routing protocols, through the use of MPR to reduce network load, suitable for static networks.
CRC32-bit2table-driven
- 详细推导了经典的CRC32算法;基于校验表-Detailed derivation of the classical CRC32 algorithms table-based