1 Star 2 Fork 1

ZhouHeyu/Mix-SSD

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ssd_SFTL.h 435 Bytes
一键复制 编辑 原始数据 按行查看 历史
/*************************************************************
* Modle Name: SFTL(simple FTL)
* Author: zhoujie
* Date :05.12.2018
* email: 1395529361@qq.com
* *********************************************************/
#ifndef _SFTL_H_
#define _SFTL_H_
#include <stdlib.h>
#include <stdio.h>
#include "List.h"
#include "flash.h"
#include "MixFTL.h"
double SFTL_Scheme(unsigned int secno,int scount, int operation);
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/ZhouHeyu/Flashsim-origin.git
git@gitee.com:ZhouHeyu/Flashsim-origin.git
ZhouHeyu
Flashsim-origin
Mix-SSD
master

搜索帮助