摘要:问题:用STL结构编制。输入N个句子,按照每个句子出现的次数多少来进行排序 要点:string, list , algorithm的使用, 格式化输出 代码: ------------------------------------------------------------>8 #include #include #include #include using namespace s...
阅读全文
04 2009 档案
摘要:问题: 使用VC++, 每隔 5秒 钟,向一个txt中输出一次系统时间 思路: 使用定时器,5秒触发一次,在定时器触发事件内获取系统时间并写入文件. 步骤: ------------------------------------------------------------ 1 建立MFC单文档程序 2 定义定时器 ID,声明文件对象 #define IDTIMER 101 CSt...
阅读全文

浙公网安备 33010602011771号