资源列表
[编译器/词法分析] complication
说明:#include <stdio.h> #define MAX 10-# include<jessica> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[编译器/词法分析] xml_interpretor
说明:简单的xml语言编译器,能将树形文件的层次分开,需要在DOS下运行-simple xml language compiler, it is able to document the level of tree separately, the need to run under DOS<陈梦溪> 在 2025-06-15 上传 | 大小:976kb | 下载:0
[操作系统开发] Os_Code_Example
说明:操作系统实验教程核心技术与编程实例书中地例子代码-Guide experimental operating system core technology and programming examples to the example code book<wanghui> 在 2025-06-15 上传 | 大小:2.13mb | 下载:0
[操作系统开发] tkernel_source_code
说明:tkernel操作系统的源代码,是一位日本教授领导开发的,占有很大市场-tkernel operating system source code, is a professor of leadership development in Japan, a large market<wanghui> 在 2025-06-15 上传 | 大小:1.63mb | 下载:0
[操作系统开发] vxworks_filesystem_sourceCode
说明:vxworks操作系统的文件系统部分原代码-vxworks OS file system part of the original code<wanghui> 在 2025-06-15 上传 | 大小:172kb | 下载:0
[书籍源码] ccsystems2e_Chapter01
说明:现代通信系统(mantlab)第二版 配套源码-modern communication system (mantlab) second version supporting FOSS<王联埕> 在 2025-06-15 上传 | 大小:8kb | 下载:0
[书籍源码] xiaoyoulu20070505
说明:本校友录采用Chinaren校友录的内核,支持全国各地学校、班级进行注册,基本功能比较强大,实现班级管理,审核认证加入班级等功能-the alumni were used Chinaren alumni of the kernel, support throughout the school, class registration, basic function more powerful and achieving class management, joined the class cert<zyf> 在 2025-06-15 上传 | 大小:174kb | 下载:0
[汇编语言] LCD_CM160128-2C(T6963C)
说明:LCD_CM160128-2C(T6963C).txt /******************************** 名称:CM160128液晶显示程序 设计:河南科技大学 创达科技 陈仲库 设计日期:2007年5月13日晚 技术服务:kuzi00@163.com QQ86828048 接口说明 LCD_CD=P2^0 LCD_WR=P3^6 LCD_RD=P3^7 LCD_CE=P2^7 CE取低电平 也可以直接接GND P1口为数据口 间<中国库> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[汇编语言] crc2345
说明:crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送<yzs> 在 2025-06-15 上传 | 大小:1kb | 下载:0