代码搜索结果

找到约 10,000 项符合 Storage 的代码

storage.c

#include "storage.h" #include "string.h" #include "sys_time.h" #include "data_flash.h" #include "pub_func.h"

storage.h

/* storage.h */ #ifndef STORAGE_H #define STORAGE_H #include "sys_time.h" #ifdef __cplusplus extern "C" { #endif // check record(18 bytes) typedef struct _chk_record_ { unsigned

storage.c

#include "storage.h" #include "string.h" #include "sys_time.h" #include "data_flash.h" #include "sys_card.h" #include "pub_func.h" unsigned long _record_cnt[3]; unsigned char _person_id[5]={0

storage.h

/* storage.h */ #ifndef STORAGE_H #define STORAGE_H #include "sys_time.h" #include "display.h" #ifdef __cplusplus extern "C" { #endif /************************************************

storage.c

#include "storage.h" #include "string.h" #include "sys_time.h" #include "data_flash.h" #include "pub_func.h" #include "i2c.h" unsigned char SavePowerData(unsigned long addr,unsigned char *data

storage.dsp

# Microsoft Developer Studio Project File - Name="storage" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) C

storage.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

storage.cpp

#include "cxcore.h" int main( int argc, char** argv ) { CvMat* mat = cvCreateMat( 3, 3, CV_32F ); CvFileStorage* fs = cvOpenFileStorage( "example.yml", 0, CV_STORAGE_WRITE ); cvSetIdentit

storage.c

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2004-2006 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modif