搜索资源列表
LenAlign
- 一个将文件随机填充到以指定单位长度对齐的代码,每次填充的内容都会变化。默认对齐长度为512字节-a random filling of documents to a designated unit length alignment of code, each filled with the contents will change. Alignment length of the default 512 bytes
FLASHDRV
- AT29C040,W29C040及其兼容小扇区,5V,FLASH MEMORY 读写程序。这类芯片扇区为256字节。MX29C040等512字节需修改扇区字节数据。本程序在成功应用在三菱M30802,M30620等系列CPU上。供参考。-AT29C040, W29C040 small sector and its compatibility, 5V, FLASH MEMORY read and write procedures. Suc
96_25045
- x25045的编程应用,它具有512字节的EPROM,看门狗,复位信号等,是MCU不错的外围芯片-x25045 programming application, which has 512 bytes of EPROM, watchdog, reset signal, MCU is a good peripheral chips
51_25045
- x25045的编程应用(51汇编格式),它具有512字节的EPROM,看门狗,复位信号等,是MCU不错的外围芯片 -x25045 application programming (51 Series format), which has 512 bytes of EPROM, the watchdog, the reset signal is a good external MCU chip
cy7c68013Host
- BulkIn从USB口读入512字节的数据,保存在二进制文件中 BulkOut将二进制文件中的数据写入CY7c68013
linux-0.00-041217.tar
- linux bochs 镜像这是被引导扇区代码读取到物理地址0x10000H处的代码,他被编译后写在第2个扇区开始的地方, 在这里写代码就不用顾忌512字节的限制了,随便写几个扇区,嘿嘿!
CRC
- 网站上的算法大都是查512字节表的,对单片机来讲,太浪费空间了。 据老古网上资料,修改并测试通过以下算法:
bulksrc
- 批量端点无限发送接受侧试,EP2OUT和EP4OUT,EP6IN总是返回一个512字节包
gpseep
- 微程序控制器采用ATMEL AVR MEGA162,该MCU为双串口,16 k字节系统内可编程FLASH,512字节EEPROM等。MCU工作流程为:(1) 上电复位,初始化各输入输出端口,定时器,串口等;(2) 初始化GPS,输出数据仅保留RMC;(3) 初始化GPRS,设置服务器IP地址,端口;(4) MCU循环读出来自GPS的数据,通过GPRS发送至服务器。
操作系统实验-简单文件系统
- 设有一个容量为2M字节的磁盘,磁盘中扇区(block)的大小为512字节,所有扇区可以视为构成一个线形存储空间,从0开始,顺序给每个扇区分配一个编号,视为物理扇区号,借助物理扇区号可以实现对相应扇区的访问。请设计一个具有目录管理功能和磁盘空间管理功能的简单文件系统,以实现对存放在该磁盘上的文件进行简单管理(假设文件名长度是固定的,用14个字符表示),并以创建一个文件和删除一个文件为例,简要说明你所设计的文件系统的工作原理。用数据结构模
LenAlign
- 一个将文件随机填充到以指定单位长度对齐的代码,每次填充的内容都会变化。默认对齐长度为512字节-a random filling of documents to a designated unit length alignment of code, each filled with the contents will change. Alignment length of the default 512 bytes
FLASHDRV
- AT29C040,W29C040及其兼容小扇区,5V,FLASH MEMORY 读写程序。这类芯片扇区为256字节。MX29C040等512字节需修改扇区字节数据。本程序在成功应用在三菱M30802,M30620等系列CPU上。供参考。-AT29C040, W29C040 small sector and its compatibility, 5V, FLASH MEMORY read and write procedures. Suc
96_25045
- x25045的编程应用,它具有512字节的EPROM,看门狗,复位信号等,是MCU不错的外围芯片-x25045 programming application, which has 512 bytes of EPROM, watchdog, reset signal, MCU is a good peripheral chips
51_25045
- x25045的编程应用(51汇编格式),它具有512字节的EPROM,看门狗,复位信号等,是MCU不错的外围芯片 -x25045 application programming (51 Series format), which has 512 bytes of EPROM, the watchdog, the reset signal is a good external MCU chip
cy7c68013Host
- BulkIn从USB口读入512字节的数据,保存在二进制文件中 BulkOut将二进制文件中的数据写入CY7c68013-BulkIn from the USB port read 512 bytes of data, stored in binary files in binary file BulkOut will write the data in the CY7C68013
linux-0.00-041217.tar
- linux bochs 镜像这是被引导扇区代码读取到物理地址0x10000H处的代码,他被编译后写在第2个扇区开始的地方, 在这里写代码就不用顾忌512字节的限制了,随便写几个扇区,嘿嘿!-linux bochs image This is the boot sector code to the physical address read 0x10000H Department code, he had been compile
CRC
- 网站上的算法大都是查512字节表的,对单片机来讲,太浪费空间了。 据老古网上资料,修改并测试通过以下算法:-Web site search algorithms are 512-byte table, in terms of single-chip, too wasted space. Nerd, according to online information, modify and test the adoption of the
bulksrc
- 批量端点无限发送接受侧试,EP2OUT和EP4OUT,EP6IN总是返回一个512字节包-Send unlimited bulk endpoint to accept the side test, EP2OUT and EP4OUT, EP6IN always returns a 512 byte packet
gpseep
- 微程序控制器采用ATMEL AVR MEGA162,该MCU为双串口,16 k字节系统内可编程FLASH,512字节EEPROM等。MCU工作流程为:(1) 上电复位,初始化各输入输出端口,定时器,串口等;(2) 初始化GPS,输出数据仅保留RMC;(3) 初始化GPRS,设置服务器IP地址,端口;(4) MCU循环读出来自GPS的数据,通过GPRS发送至服务器。-Micro-program controller using ATMEL
BootingProgrammeAndSomeData
- 一个简单的操作系统引导程序 有详细注释 512字节中 调用BIOS中断 有助于理解计算机 从启动 到BIOS自检查 到引导载入 操作系统 还有一些很好的资料 讲的很详细 清晰-a simple operating system booting programme with detail comment and some very useful data