-
usart device driver files for avr atmega16
usart device driver files for avr atmega16
- 2022-04-25 02:46:21下载
- 积分:1
-
集成电路经典教材主要内容是针对如何书写测试向量的
集成电路经典教材主要内容是针对如何书写测试向量的-IC is the main contents of the classic textbook on how to write test vectors of
- 2022-03-07 20:53:18下载
- 积分:1
-
编程之道全本,仔细阅读一定会有收获的经典书记
编程之道全本,仔细阅读一定会有收获的经典书记-Programming on the Road to the present, there must be harvested carefully read the classic secretary
- 2023-07-03 04:15:03下载
- 积分:1
-
OReilly系列
Jboss.A.Developers.Notebook
OReilly系列
Jboss.A.Developers.Notebook-OReilly Series Jboss.A.Developers.Notebook
- 2022-04-20 11:51:57下载
- 积分:1
-
谢金星主编的LINGO V9.0一书的源码,对学习LINGO软件很有帮助.
谢金星主编的LINGO V9.0一书的源码,对学习LINGO软件很有帮助.-Xie Venus LINGO V9.0 edited one book source, useful for learning LINGO software.
- 2022-03-17 10:55:02下载
- 积分:1
-
machine vision : Vision 2005 online edition of the annual essence, from visual o...
机器视觉:视觉在线年度精华2005版,源自视觉在线网站 http://mvonline.com.cn-machine vision : Vision 2005 online edition of the annual essence, from visual online website http :// mvonline.com.cn
- 2022-10-20 09:00:03下载
- 积分:1
-
硬盘FAT文件系统原理的详细分析
硬盘由很多盘片(platter)组成,每个盘片的每个面都有一个读写磁头。如果有N个盘片。
就有2N个面,对应2N个磁头...
硬盘FAT文件系统原理的详细分析
硬盘由很多盘片(platter)组成,每个盘片的每个面都有一个读写磁头。如果有N个盘片。
就有2N个面,对应2N个磁头(Heads),从0、1、2开始编号。每个盘片被划分成若干个同心圆磁道(逻辑上的,是不可见的。)每个盘片的划分规则通常是一样的。这样每个盘片的半径均为固定值R的同心圆再逻辑上形成了一个以电机主轴为轴的柱面(Cylinders),从外至里编号为0、1、2⋯ ⋯ 每个盘片上的每个磁道又被划分为几十个扇区(Sector),通常的容量是512byte,并按照一定规则编号为1、2、3⋯ ⋯ 形成Cylinders×Heads×Sector个扇区。这三个参数即是硬盘的物理参数。我们下面的很多实践需要深刻理解这三个参数的意义。
- 2022-09-14 15:55:03下载
- 积分:1
-
BootLoader technology embedded inside, the development of embedded linux has a g...
嵌入式BootLoader技术内幕,对嵌入式linux开发有很大参考价值。-BootLoader technology embedded inside, the development of embedded linux has a great reference value.
- 2023-08-15 01:45:03下载
- 积分:1
-
EM算法程序大全 EM算法原理
EM算法程序大全 EM算法原理
EM算法程序大全 EM算法原理
EM算法程序大全 EM算法原理-EM
- 2022-03-21 07:33:14下载
- 积分:1
-
/* 本程序实现的功能: 显示系统时间和日期 该程序主要操作是: 使用了dos的系统调用功能,输入大小写D显示系统当前日期,当输入大小写T输出当前系...
/* 本程序实现的功能: 显示系统时间和日期 该程序主要操作是: 使用了dos的系统调用功能,输入大小写D显示系统当前日期,当输入大小写T输出当前系统时间,当输入大小写Q退出程序,当输入其他字符时,提示错误 。 主要算法:将系统时间及日期转化成字符显示,通过堆栈来排序显示,同时涉及到 坐标位置设置的转换。时间和日期的显示都只调用了一个(函数)compute,避免了代码的冗余,尽量做到简洁,同时当一次操作过后,程序处于等待状态,以进行下一次操作,而非自动退出。该程序显示时间时多次调用显示功能,以达到动态效果。*/-/* This program features : The display system time and date of the program is the main operation : the use of the system call dos function, importation case-D display the current date, case-insensitive T when the input output current system, when the input Q withdraw from the case-sensitive procedure, when losers in other characters, suggesting error. The main algorithm : the system date and time into the characters, sorting through the stack to show that involves strategically placed to coordinate conversion. The time and date shown only a call (functions) compute avoid code redundancy, make it simple as possible, and at the same time after the operation, the procedure waits for the next operation, rather than retire. The
- 2022-01-25 15:12:02下载
- 积分:1