文件名称:C++源代码单词扫描程序 DOS版
介绍说明--下载内容来自于网络,使用问题请自行百度
五.#include <iostream.h>
六.#include <stdio.h>
七.#include <string.h>
八.#include <ctype.h>
九.#include <conio.h>
十.FILE *fp;
十一.char string(char c[]); //字符串处理
十二.char ch;
十三.char *operate[6]={"+","-","*","/","++","--"};
十四.char *note[4]={"//","/*","*/","\""};
十五.char *symbol[31]={"%","$","^","&","_","#","<","<=","=",">",">=","<>","<<","==","!=","&&","||","!",
十六.",",";", ":=", ".", "(", ")", "{", "}","&&","||","!","()",">>"};
六.#include <stdio.h>
七.#include <string.h>
八.#include <ctype.h>
九.#include <conio.h>
十.FILE *fp;
十一.char string(char c[]); //字符串处理
十二.char ch;
十三.char *operate[6]={"+","-","*","/","++","--"};
十四.char *note[4]={"//","/*","*/","\""};
十五.char *symbol[31]={"%","$","^","&","_","#","<","<=","=",">",">=","<>","<<","==","!=","&&","||","!",
十六.",",";", ":=", ".", "(", ")", "{", "}","&&","||","!","()",">>"};
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : C++源代码单词扫描程序 DOS版.doc 列表
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.