代码搜索:SD卡文件
找到约 10,000 项符合「SD卡文件」的源代码
代码结果 10,000
www.eeworm.com/read/379981/9169702
txt 先读我.txt
程序功用:
部门通讯录管理程序,详见说明书
设计语言:
C语言
源程序:
addrbook.c
可执行文件:
addrbook.exe
说明书:
说明书.doc
程序调用数据文件:
mem_list
www.eeworm.com/read/7694/128346
h sddriver.h
#ifndef __SDDRIVER_H__
#define __SDDRIVER_H__
#include "sdconfig.h"
/* SD卡信息结构体定义 */
/* the information structure variable of SD Card*/
typedef struct SD_STRUCT
{
INT8U card_type;
www.eeworm.com/read/143822/12838271
dat bookinfo.dat
[General Information]
书名=射频识别(RFID)技术——无线电感应的应答器和非接触IC卡的原理与应用
作者=
页数=326
SS号=0
出版日期=
www.eeworm.com/read/383930/8910772
txt 列出某文件夹及其子文件夹下面的文件,并可根据扩展名过滤.txt
/**
* 列出某文件夹及其子文件夹下面的文件,并可根据扩展名过滤
*
* @param path
*/
public static void list(File path)
{
if (!path.exists())
{
System.out.println("文件
www.eeworm.com/read/484696/6572685
txt 列出某文件夹及其子文件夹下面的文件,并可根据扩展名过滤.txt
/**
* 列出某文件夹及其子文件夹下面的文件,并可根据扩展名过滤
*
* @param path
*/
public static void list(File path)
{
if (!path.exists())
{
System.out.println("文件
www.eeworm.com/read/431267/8692726
c sddriver.c
/****************************************Copyright (c)**************************************************
** Guangzhou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/375866/9347048
s sdcrc.s
.module sdcrc.c
.area lit(rom, con, rel)
_CRCTable::
.word 0
.word 4129
.word 8258
.word 12387
.word 16516
.word 20645
.word 24774
.word 28903
.word 33032
.word 37161
.word 4
www.eeworm.com/read/176336/9502999
c atcommand.c
//atcommand.c
#include
#include
#include
#include
#include "socket.h"
#include "timer.h"
#include "clif.h"
#include "chrif.h"
#include "intif.h"
www.eeworm.com/read/366237/9823480
h directorydialog.h
#ifndef _DIRECTORYDIALOG_H
#define _DIRECTORYDIALOG_H
enum Flag{SD_DIR=1,SD_DIR_FILE=3};
class CDirectoryDialog
{
public:
CDirectoryDialog();
CDirectoryDialog(CString strIniKeyName);
www.eeworm.com/read/358172/10195081
h directorydialog.h
#ifndef _DIRECTORYDIALOG_H
#define _DIRECTORYDIALOG_H
enum Flag{SD_DIR=1,SD_DIR_FILE=3};
class CDirectoryDialog
{
public:
CDirectoryDialog();
CDirectoryDialog(CString strIniKeyName);