• 回答数

    7

  • 浏览数

    218

一粒砂的梦想
首页 > 英语培训 > 处理中英文

7个回答 默认排序
  • 默认排序
  • 按时间排序

菲歐娜小盆友

已采纳

对于像我这样英文不好的人,有的时候可能必须面对一些英文的处理,如要将一整篇好几页的Word文档翻译为中,那工作量就非常大了,那么下面就由我给大家分享下word文档翻译中英文的技巧,希望能帮助到您。

步骤一:双击桌面快捷键运行word程序,选择“文件”,单击“打开”命令,打开示例文档。

步骤二:拖动鼠标选中需要进行翻译的内容。

步骤三:选择“审阅”选项,单击“翻译”按钮。

步骤四:桌面右边出现信息检索窗口,点击翻译为后倒三角图形,选择将选中内容具体翻译为中文简体,信息检索窗口下方为翻译内容。

ps:本种方法不局限于中英文互译。

步骤一:打开要翻译的Word文档,我的这篇Word文档有5页,里面的内容来自百度 经验 的帮助内容,我们就以这个为示例,来说明怎么就Word文档翻译为英文的

步骤二:点击菜单栏中的“审核”,然后在打开高级中点击“语言”,之后在弹出菜单中选择“翻译”

步骤三:点击“翻译”后,会弹出四个菜单项,选择“翻译文档(中文(中国)至英语(美国))”,如果默认的翻译选项不是这个,那么我们就选择最下面的“选择转换语言...”,设置好翻译的语言

步骤四:点击“翻译文档(中文(中国)至英语(美国))”后,会弹出如下图所示的安全提示信息,点击“发送”

步骤五:有时点击“发送”会直接跳到下面的第6步,但有时会弹出下面的“翻译语言选项”,在这里设置好翻译语言的,然后点击右下方的“确定”

步骤六:之后Word文档会自动打开微软的自动翻译网页,并把我们的Word文档翻译为英文,如下图所示

处理中英文

193 评论(15)

红桃小K子

简单啦已解决-done处理中-being done待处理-to be done例如:已解决-(already)solved/handled/settled处理中-under handling/being processed待处理-to be solved/handled

95 评论(10)

旷野和风

Unicode and MBCS Provide PortabilityWith MFC version 3.0 and later, MFC, including CString, is enabled for both Unicode and multibyte character sets (MBCS). This support makes it easier for you to write portable applications that you can build for either Unicode or ANSI characters. To enable this portability, each character in a CString object is of type TCHAR, which is defined as wchar_t if you define the symbol _UNICODE when you build your application, or as char if not. A wchar_t character is 16 bits wide. MBCS is enabled if you build with the symbol _MBCS defined. MFC itself is built with either the _MBCS symbol (for the NAFX libraries) or the _UNICODE symbol (for the UAFX libraries) defined.Note:The CString examples in this and the accompanying articles on strings show literal strings properly formatted for Unicode portability, using the _T macro, which translates the literal string to the form:L"literal string"Note:which the compiler treats as a Unicode string. For example, the following code:Visual C++ Copy CodeCString strName = _T("Name");

187 评论(13)

Rachelkeikei

用Ctrl+H打开查找和替换,高级选项里的“使用通配符”要记得选上。输入查找内容“[一-龥]”(输入引号之间的内容,这表示所有的中文汉字),替换内容什么也不要输入,即删除所有查找内容。删除汉字和中文标点:同上在查找内容输入“[!^1-^127]”(输入引号之间的内容,这表示所有非西文字符,即所有汉字和中文标点符号)。替换内容什么也不要输入

244 评论(14)

爱多肉的milk

char* char[] 是C++里基本的数据类型 string 是C++里定义的一个struct体,头文件是CString 是C++里定义的字符串类 using namespace std;根据个人习惯看用哪一个都可以,最好用自己熟透的一种当然基本的类型没有封装好的类型用起来方便呵,代码不写了,希望对你有些帮助

189 评论(15)

sunhui3650

用 wstring 类 他可以处理宽字节字符. 貌似书上很少讲这个类的。 std::wstring say(L"我的A");char *[] 这个是C语言风格.

134 评论(13)

chetcn0948

solved,handled,donehandling,solving,suspending , remaining doing

119 评论(9)

相关问答