-
大小: 10KB文件类型: .rar金币: 2下载: 1 次发布日期: 2021-01-10
- 语言: C/C++
- 标签: ThoughtWorks 笔试题 Trains
资源简介
ThoughtWorks 笔试题 Trains C++版实现,已通过测试,详细内容请看博客https://blog.csdn.net/yake_163
代码片段和文件信息
#include “StdAfx.h“
#include “CalcCommon.h“
CCalcCommon::CCalcCommon(void)
{
}
CCalcCommon::CCalcCommon(string strvector> graph)
{
m_str = str;
m_vGraph =graph;
}
CCalcCommon::~CCalcCommon(void)
{
}
void CCalcCommon::SplitString(const string& s vector& v const string& c)
{
string::size_type pos1 pos2;
pos2 = s.find(c);
pos1 = 0;
while(string::npos != pos2)
{
v.push_back(s.substr(pos1 pos2-pos1));
pos1 = pos2 + c.size();
pos2 = s.find(c pos1);
}
if(pos1 != s.length())
v.push_back(s.substr(pos1));
}
int CCalcCommon::convert(char c)
{
switch(c)
{
case ‘A‘:
return 0;
case ‘B‘:
return 1;
case ‘C‘:
return 2;
case ‘D‘:
return 3;
case ‘E‘:
return 4;
default:
return -1;
}
}
int CCa
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3010 2018-06-02 17:48 tw\tw\CalcCommon.cpp
文件 882 2018-06-02 17:46 tw\tw\CalcCommon.h
文件 2307 2018-06-02 17:20 tw\tw\Graph.cpp
文件 648 2018-06-02 17:14 tw\tw\Graph.h
文件 1518 2018-06-02 09:26 tw\tw\ReadMe.txt
文件 207 2018-06-02 09:26 tw\tw\stdafx.cpp
文件 233 2018-06-02 09:26 tw\tw\stdafx.h
文件 236 2018-06-02 09:26 tw\tw\targetver.h
文件 2483 2018-06-02 17:48 tw\tw\tw.cpp
文件 4519 2018-06-02 17:23 tw\tw\tw.vcxproj
文件 1668 2018-06-02 17:23 tw\tw\tw.vcxproj.filters
文件 143 2018-06-02 09:26 tw\tw\tw.vcxproj.user
文件 873 2018-06-02 09:26 tw\tw.sln
..A..H. 14848 2018-06-03 00:16 tw\tw.suo
目录 0 2018-06-03 23:10 tw\tw
目录 0 2018-06-03 23:10 tw
----------- --------- ---------- ----- ----
33575 16
- 上一篇:词法分析器C语言手工生成
- 下一篇:C++编写经典2D游戏
相关资源
- 银行计算机专业笔试题目+答案
- 校招C&C++笔试题大全
- 各大IT公司C语言面试笔试题目很全的
- 新华三2019校园招聘笔试题
- 各个软件公司+面试题+笔试题+c++有答
- 新华三C语言笔试题18年两套.rar
- 2018年新华三C语言笔试题
- 2018新华三(H3C)社招C语言笔试题
- 新华三校招和社招技术研发类笔试题
- 深信服笔试题目C语言和C++
- 软通动力C笔试题
- 宇视科技2017C/C++开发笔试题
- 超级经典嵌入式软件笔试题库
- 华为C++笔试题全部汇总
- 各大公司c++笔试题
- 2018年9月新华三C语言笔试题
- 经典C++笔试题目100例.docx
- 爱立信软件开发的笔试题
- 新华三公司驱动开发C语言笔试题.zi
评论
共有 条评论