91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 250KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-05-19
  • 語言: 其他
  • 標(biāo)簽: 振南電子??

資源簡介

振南電子znFAT文件系統(tǒng),讀寫SD卡程序代碼 4、程序說明:此程序?qū)⒃赟D卡的根目錄下創(chuàng)建znmcu.txt這個(gè)文本文件并向其中寫入一些數(shù)據(jù),最終將文件關(guān)閉

資源截圖

代碼片段和文件信息

#include?“myfun.h“
#include?“string.h“

/*******************************************************

????????+------------------------------------+
????????|振南電子?原創(chuàng)程序模塊?公共函數(shù)部分??|
????????+------------------------------------+

??此源碼版權(quán)屬?振南?全權(quán)享有,如欲引用,敬請署名并告知
????????嚴(yán)禁隨意用于商業(yè)目的,違者必究,后果自負(fù)
?????????振南電子?
?????????????->產(chǎn)品網(wǎng)站?http://www.znmcu.cn/
?????????????->產(chǎn)品論壇?http://bbs.znmcu.cn/
?????????????->產(chǎn)品網(wǎng)店?http://shop.znmcu.cn/
?????????????->產(chǎn)品咨詢?QQ:987582714?MSN:yzn07@126.com
????????????????WW:yzn07 ??
********************************************************/

/******************************************************************
?-?功能描述:延時(shí)函數(shù)
?-?隸屬模塊:公開函數(shù)模塊
?-?函數(shù)屬性:外部,用戶可調(diào)用
?-?參數(shù)說明:time:time值決定了延時(shí)的時(shí)間長短???????????
?-?返回說明:無
?-?注:.....
?******************************************************************/

void?delay(unsigned?int?time)?
{
?while(time--);
}

/******************************************************************
?-?功能描述:將一個(gè)32位的變量dat轉(zhuǎn)為字符串,比如把1234轉(zhuǎn)為“1234“
?-?隸屬模塊:公開函數(shù)模塊
?-?函數(shù)屬性:外部,用戶可調(diào)用
?-?參數(shù)說明:dat:帶轉(zhuǎn)的long型的變量
?????????????str:指向字符數(shù)組的指針,轉(zhuǎn)換后的字節(jié)串放在其中???????????
?-?返回說明:無
?******************************************************************/

void?u32tostr(unsigned?long?datchar?*str)?
{
?char?temp[20];
?unsigned?char?i=0j=0;
?i=0;
?while(dat)
?{
??temp[i]=dat%10+0x30;
??i++;
??dat/=10;
?}
?j=i;
?for(i=0;i?{
??str[i]=temp[j-i-1];
?}
?if(!i)?{str[i++]=‘0‘;}
?str[i]=0;
}

/******************************************************************
?-?功能描述:將一個(gè)字符串轉(zhuǎn)為32位的變量,比如“1234“轉(zhuǎn)為1234
?-?隸屬模塊:公開函數(shù)模塊
?-?函數(shù)屬性:外部,用戶可調(diào)用
?-?參數(shù)說明:str:指向待轉(zhuǎn)換的字符串???????????
?-?返回說明:轉(zhuǎn)換后的數(shù)值
?******************************************************************/

unsigned?long?strtou32(char?*str)?
{
?unsigned?long?temp=0;
?unsigned?long?fact=1;
?unsigned?char?len=strlen(str);
?unsigned?char?i;
?for(i=len;i>0;i--)
?{
??temp+=((str[i-1]-0x30)*fact);
??fact*=10;
?}
?return?temp;
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件????????450??2009-02-01?07:48??SD卡上的znFAT??實(shí)例4\znfat?sd?4\cf.LST

?????文件???????5608??2009-01-31?00:53??SD卡上的znFAT??實(shí)例4\znfat?sd?4\ch375.LST

?????文件??????17499??2009-01-31?00:53??SD卡上的znFAT??實(shí)例4\znfat?sd?4\ch375.OBJ

?????文件?????129198??2009-12-19?12:23??SD卡上的znFAT??實(shí)例4\znfat?sd?4\fat?test

?????文件??????64879??2009-12-19?12:23??SD卡上的znFAT??實(shí)例4\znfat?sd?4\fat?test.hex

?????文件????????107??2009-12-19?12:23??SD卡上的znFAT??實(shí)例4\znfat?sd?4\fat?test.lnp

?????文件??????88286??2009-12-19?12:23??SD卡上的znFAT??實(shí)例4\znfat?sd?4\fat?test.M51

?????文件???????2489??2009-12-19?12:23??SD卡上的znFAT??實(shí)例4\znfat?sd?4\fat?test.Opt

?????文件????????240??2009-12-19?12:23??SD卡上的znFAT??實(shí)例4\znfat?sd?4\fat?test.ORC

?????文件????????741??2009-12-19?12:23??SD卡上的znFAT??實(shí)例4\znfat?sd?4\fat?test.plg

?????文件???????2248??2009-01-01?05:09??SD卡上的znFAT??實(shí)例4\znfat?sd?4\fat?test.Uv2

????.......??????2491??2009-01-01?05:09??SD卡上的znFAT??實(shí)例4\znfat?sd?4\fat?test_Opt.Bak

????.......??????2282??2009-08-31?23:22??SD卡上的znFAT??實(shí)例4\znfat?sd?4\fat?test_Uv2.Bak

?????文件???????2986??2009-06-12?02:04??SD卡上的znFAT??實(shí)例4\znfat?sd?4\iic.LST

?????文件???????3495??2009-06-12?02:04??SD卡上的znFAT??實(shí)例4\znfat?sd?4\iic.OBJ

?????文件???????2248??2009-02-01?08:22??SD卡上的znFAT??實(shí)例4\znfat?sd?4\myfun.c

?????文件????????856??2009-09-15?17:53??SD卡上的znFAT??實(shí)例4\znfat?sd?4\myfun.h

?????文件???????4325??2009-12-19?12:23??SD卡上的znFAT??實(shí)例4\znfat?sd?4\myfun.LST

?????文件???????5146??2009-12-19?12:23??SD卡上的znFAT??實(shí)例4\znfat?sd?4\myfun.OBJ

?????文件????????406??2009-06-12?18:52??SD卡上的znFAT??實(shí)例4\znfat?sd?4\mytype.h

?????文件???????5945??2009-06-12?02:04??SD卡上的znFAT??實(shí)例4\znfat?sd?4\pcf8563.LST

?????文件??????11597??2009-06-12?02:04??SD卡上的znFAT??實(shí)例4\znfat?sd?4\pcf8563.OBJ

?????文件???????2130??2009-06-12?02:04??SD卡上的znFAT??實(shí)例4\znfat?sd?4\RWBYTE.asm

?????文件???????9814??2009-09-14?11:54??SD卡上的znFAT??實(shí)例4\znfat?sd?4\sd.c

?????文件???????1672??2009-09-16?11:56??SD卡上的znFAT??實(shí)例4\znfat?sd?4\sd.h

?????文件??????16896??2009-12-19?12:23??SD卡上的znFAT??實(shí)例4\znfat?sd?4\sd.LST

?????文件??????16224??2009-12-19?12:23??SD卡上的znFAT??實(shí)例4\znfat?sd?4\sd.OBJ

?????文件??????17797??2009-06-12?02:04??SD卡上的znFAT??實(shí)例4\znfat?sd?4\STC_NEW_8051.H

?????文件???????5091??2009-07-09?01:28??SD卡上的znFAT??實(shí)例4\znfat?sd?4\uart.c

?????文件????????459??2009-06-12?02:04??SD卡上的znFAT??實(shí)例4\znfat?sd?4\uart.h

............此處省略17個(gè)文件信息

評論

共有 條評論