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

  • 大小: 363KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-01-09
  • 標(biāo)簽: C??文本??編輯器??

資源簡(jiǎn)介

用C語言寫的文本編輯器 包括了源代碼、可運(yùn)行的EXE和設(shè)計(jì)文檔

資源截圖

代碼片段和文件信息

#include???
#include???
#include???
#include???

#define?KEY_ESC 0x001b
#define?KEY_1 49
#define?KEY_2 50
#define?KEY_3 51
#define?KEY_4 52
#define?KEY_5 53
#define?KEY_6 54
#define?KEY_7 55

struct?str;
struct?index;
struct?str_info;
typedef?struct?str?str;
typedef?struct?str?*p_str;??
typedef?struct?index?index;
typedef?struct?index?*p_index;
typedef?struct?str_info?str_info;
typedef?struct?str_info?*p_str_info;
??
struct?str??????????????????//?定義鏈串結(jié)構(gòu)??
{??
????char?character?;????????????????????//?組成串的字符(?數(shù)據(jù)域?)??
????p_str?next?;??????????????//?指向下一串結(jié)構(gòu)的指針(?鏈域?)??
};??????????????????????????????//?串類型??
??
struct?index???????????????????//?定義串索引結(jié)構(gòu)??
{??
????int?sub_index?;?????????????????????//?子串在其父串的位置(?或索引?)?

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????30253??2010-06-02?11:53??editor.c
?????文件???????25969??2011-07-02?15:07??editor.exe
?????文件??????434688??2011-07-02?15:08??設(shè)計(jì)報(bào)告.doc

評(píng)論

共有 條評(píng)論