登录
首页 » 操作系统 » 嵌入式系统中的fat32和fat16源代码(完全版)

嵌入式系统中的fat32和fat16源代码(完全版)

于 2023-04-11 发布 文件大小:45.07 kB
0 96
下载积分: 2 下载次数: 1

代码说明:

嵌入式系统中的fat32和fat16源代码(完全版)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 免费开源广告联盟
    资源描述 免费开源广告联盟系统 免费开源广告联盟系统 免费开源广告联盟系统 免费开源广告联盟系统 免费开源广告联盟系统 免费开源广告联盟系统 免费开源广告联盟系统 免费开源广告联盟系统
    2023-02-01 10:05:05下载
    积分:1
  • 还原点清理工具 By Mouri_Naruto
    应用背景个人编写的一个小工具;专门用于清理系统还原点关键技术用到了卷影复制(VSS)和系统还原客户端(SrClient)的API
    2022-02-28 13:50:42下载
    积分:1
  • 最新版本,1.16版本的ARM(的7TDMI,720T,920T)对uC/OS移植
    The latest release, ver 1.16 of the ARM (7TDMI, 720T, 920T) port for uC/OS-II V2.61 (and higher) includes ports for the following platforms: 1. S3c2410x ( ARM920T from Samsung ) on SMDK2410 eval board. 2. LPC2xxx - LPC210x & LPC213x ( ARM7TDMI-S from Philips ) on IAR s Kickstart & OLIMEX boards. 3. EP7312 ( ARM720T from CIRRUS ) on CDK238 eval board. Should also work on boards based on the CS89712. Tool-chains: GCC 3.3.2, ADS 1.2 & SDT 2.51. Op-modes: Pure ARM & ARM-THUMB interworked. Endianess: Big endian & Little endian modes-The latest release, ver 1.16 of the ARM (7TDMI, 720T, 920T) port for uC/OS-II V2.61 (and higher) includes ports for the following platforms: 1. S3c2410x ( ARM920T from Samsung ) on SMDK2410 eval board. 2. LPC2xxx- LPC210x & LPC213x ( ARM7TDMI-S from Philips ) on IAR s Kickstart & OLIMEX boards. 3. EP7312 ( ARM720T from CIRRUS ) on CDK238 eval board. Should also work on boards based on the CS89712. Tool-chains: GCC 3.3.2, ADS 1.2 & SDT 2.51.
    2023-09-06 15:45:03下载
    积分:1
  • Cunit for testing c codes
    CUnit是C的单元测试框架。
    2023-07-31 11:00:03下载
    积分:1
  • 、课设内容及步骤 1. 消化课设算法思想及样本程序 给出对应模块(函数)的流程图 2. 编制 建立、删除、打开、关闭、读、写 函数 3. 准备调...
    、课设内容及步骤 1. 消化课设算法思想及样本程序 给出对应模块(函数)的流程图 2. 编制 建立、删除、打开、关闭、读、写 函数 3. 准备调试数据(至少两个用户,若干文件),能实施多个命令操作 4. 上机编辑、编译源程序,并进行调试 5. 利用准备好的调试数据,运行测试程序, 观察运行结果,并作记录和分析 -, Class-based content and Step 1. Digest algorithm based lesson ideas and sample program are given the corresponding module (function) of the flow chart 2. Prepared to establish, delete, open, closed, read, write, function 3. Ready debugging data (at least two users, a number of documents), to implement a number of commands to operate 4. on the machine to edit, compile source code, and debugging 5. preparation good use of debugging data, run test procedures, observing the results, and for recording and analysis
    2022-02-09 14:21:26下载
    积分:1
  • A small C/S mode network synchronization school systems, applications, Socket pr...
    一款小型的C/S模式网络同步校时系统,应用Socket编程,实现服务器/可户端时间的同步校正。-A small C/S mode network synchronization school systems, applications, Socket programming, server/client can be time synchronized households correction.
    2022-05-19 17:20:03下载
    积分:1
  • 课程设计设计文档题目一的内容实现UP、DOWN原语产生3个进程:两个进程模拟需要进入临界区的用户进程。当需要进入临界区时,显示:“进程x请求进入临界区…
    操作系统课程设计设计文档题目一的内容实现UP、DOWN原语产生3个进程:两个进程模拟需要进入临界区的用户进程。当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程提出申请;申请返回,表示进入了临界区。在临界区中等待一段随机时间,并显示:“进程x正在临界区…”;当时间结束,显示:“进程x退出临界区…”,同时向管理进程提出退出申请;当申请返回,显示:“进程x已退出临界区。”一个进程作为原语的管理进程,接受其他进程的临界区进入请求:如果允许进入,则根据DOWN 原语的操作步骤设置相应变量,然后返回; 如果不允许进入,则进入循环等待,直到允许为止; 退出时模拟UP 操作。 进程间通信可以采用信号、消息传递、管道或网络通信方式。-Operating system design documents subject curriculum design content of the UP, DOWN primitives have three process
    2022-10-08 23:30:03下载
    积分:1
  • <自己动手写>源代码第3章随书源码,每个代码都经过调试。...
    源代码第3章随书源码,每个代码都经过调试。- source code in Chapter 3 with the source books, each have been debug code.
    2022-01-24 18:19:30下载
    积分:1
  • 要开发一个C应用程序(.exe文件),大体上分为5个步骤(不考虑后期维护): 问题分析――分析要解决的问题,明确问题目标,将问题(尤其是复杂问题)分解为在数...
    要开发一个C应用程序(.exe文件),大体上分为5个步骤(不考虑后期维护): 问题分析――分析要解决的问题,明确问题目标,将问题(尤其是复杂问题)分解为在数据、 -To develop a C application (. Exe file), generally divided into five steps (without regard to post-maintenance): Problem Analysis- Analysis of issues to be addressed explicitly the issue of targets, the problem (in particular, are complex issues) is decomposed into in the data,
    2023-06-13 05:20:04下载
    积分:1
  • 里面一个功能的模拟,关于进程调度的
    操作系统里面一个功能的模拟,关于进程调度的-Function of the operating system inside a simulation, on the process of scheduling
    2023-05-17 21:30:02下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载