xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

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

資源簡介

用C語言寫的文本編輯器 包括了源代碼、可運行的EXE和設計文檔

資源截圖

代碼片段和文件信息

#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??????????????????//?定義鏈串結構??
{??
????char?character?;????????????????????//?組成串的字符(?數據域?)??
????p_str?next?;??????????????//?指向下一串結構的指針(?鏈域?)??
};??????????????????????????????//?串類型??
??
struct?index???????????????????//?定義串索引結構??
{??
????int?sub_index?;?????????????????????//?子串在其父串的位置(?或索引?)?

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????30253??2010-06-02?11:53??editor.c
?????文件???????25969??2011-07-02?15:07??editor.exe
?????文件??????434688??2011-07-02?15:08??設計報告.doc

評論

共有 條評論