The Elements of Style

智能车竞赛模糊PID代码与使用方法 本文给出了模糊PID的代码,以及模糊PID的程序使用方法、参数调整方法 阅读详情

Elementary Rules of Usage

  1. Form the possessive singular of nouns by adding 's. Follow this rule whatever the final consonant.
  2. Form the possessive singular of nouns by adding 's. Follow this rule whatever the final consonant.
  3. Enclose parenthetic expressions between commas.
  4. Place a comma before a conjunction introducing an independent clause.
  5. Do not join independent clauses with a comma.
  6. Do not break sentences in two.
  7. Use a colon after an independent clause to introduce a list of particulars, an appositive, an amplification, or an illustrative quotation.
  8. Use a dash to set off an abrupt break or interruption and to announce a long appositive or summary.
  9. The number of the subject determines the number of the verb.
  10. Use the proper case of pronoun.
  11. A participial phrase at the beginning of a sentence must refer to the grammatical subject.

Elementary Principles of Composition

  1. Choose a suitable design and hold to it.
  2. Make the paragraph the unit of composition.
  3. Use the active voice.
  4. Put statements in positive form.
  5. Use definite, specific, concrete language.
  6. Omit needless words.
  7. Avoid a succession of loose sentences.
  8. Express coordinate ideas in similar form.
    ·························
  9. Keep related words together.
  10. In summaries, keep to one tense.
  11. Place the emphatic words of a sentence at the end.22. Place the emphatic words of a sentence at the end.

A Few Matters of Form

Hyphen.

When two or more words are combined to form a compound adjective, a hyphen
is usually required.

References.

In scholarly work requiring exact references, abbreviate titles that occur
frequently, giving the full forms in an alphabetical list at the end.

Titles.

For the titles of literary works, scholarly usage prefers italics with capitalized initials. Omit initial A or The from titles when you place the possessive
before them.

Numerals.

Do not spell out dates or other serial numbers. Write them in figures or in
Roman notation, as appropriate.

别再被网站风控了!手把手教你修改Chromium源码,实现TLS指纹随机化 本文详细介绍了如何通过修改Chromium源码实现TLS指纹随机化,有效规避网站风控。文章深入解析了TLS指纹(如JA3指纹)的工作原理,并提供了具体的源码修改步骤和编译方法,帮助开发者突破高级反爬技术。通过动态打乱加密套件顺序,实现每次请求生成不同的指纹,显著提升自动化工具的隐蔽性。 阅读详情

相关推荐

The Elements Of Style - Strunk & White - 4Th Ed.pdf

The Elements Of Style - Strunk & White - 4Th Ed.pdf

The Element of Style》阅读笔记 —— 章节 II Elementary Principles of Composition

The Element of Style》阅读笔记 —— 章节 II Elementary Principles of Composition

Meiling_up 2248

The Elements of MATLAB Style

The Elements of MATLAB Style is a guide for both new and experienced MATLAB programmers. It provides a comprehensive collection of standards and guidelines for creating solid MATLAB code that will be easy to understand, enhance, and maintain. It is written for both individuals and those working in teams in which consistency is critical. This is the only book devoted to MATLAB style and best programming practices, focusing on how MATLAB code can be written in order to maximize its effectiveness. Just as Strunk and White's The Elements of Style provides rules for writing in the English language, this book provides conventions for formatting, naming, documentation, programming and testing. It includes many concise examples of correct and incorrect usage, as well as coverage of the latest language features. The author also provides recommendations on use of the integrated development environment features that help produce better, more consistent software.

The Element of Style》阅读笔记 —— 章节 I Elementary Rules of Usage

The Element of Style》阅读笔记 —— 章节 I Elementary Rules of Usage

Meiling_up 1859

The Elements of Programming Style 读书总结

The Elements Of Programming Style, Second Endition, Kernigan and Plauger) 这是一本关于编程风格经典的老书了,一些经典的CS著作里面都提过此书,而且都是强烈推荐阅读,当初就是因为些书评价非常高,所以才想读的,不过很可惜,由于此书出版年月太早,而且书中使用的语言为fortran语言,所以已经停止印刷了。网上有pdf版,可

jinvmen的博客 1289

The Elements of Programming Style

http://reprog.wordpress.com/2010/03/06/programming-books-part-2-the-elements-of-programming-style/ The Reinvigorated Programmer Everything except sauropod vertebrae Skip

samantha_wang的专栏 2162

The Elements of Programming Style 编程风格要素 中文英文中英对照

下面的程序风格规则提炼自Brian Kernighan和P. J. Plauger的经典著作《The Elements of Programming Style》(由McGraw Hill出版)。由于原书出版较早并主要针对Fortran语言,本文仅提炼适用于当今主流编程语言的风格要素。 ——Clive Studio 1.Write clearly - don't be too clever.要...

weixin_30693183的博客 452

英文写作指南(The Elements of Style中译)

william strunk jr. E.B.white的经典英文写作指南的中译本,陈一鸣译。

The Elements of Programming Style (编程风格的元素)读书总结

这是一本关于编程风格经典的老书了,一些经典的CS著作里面都提过此书,而且都是强烈推荐阅读,当初就是因为些书评价非常高,所以才想读的,不过很可惜,由于此书出版年月太早,而且书中使用的语言为fortran语言,所以已经停止印刷了。网上有pdf版,可以在这里下载(点击打开链接)。 虽然是用fortran语言写的,不过里面关于编程风格的每一条建议对于每一个程序员都还是很有帮助的。看的过程中,发现里面很多

xuzhezhaozhao的专栏 3011

The Elements of Style 4th Edition》英文写作指南第4版

The Elements of Style 4th Edition》英文写作指南第4版 去发现同类优质开源项目:https://gitcode.com/ 《The Elements of Style 4th Edition》是由William Strunk Jr. 编著的英文写作指南第4版。这是一本专为英文论文或文章写作而生的必备参考书籍。 本书为全英文版,内容详实,系统性地介绍了英文写作的基本...

gitblog_06745的博客 754

The Elements of C++ Style 笔记

The Elements of C++ Style》 Trevor Misfeldt 读书计划: 150pages / 20pages = 8 2011.11.02 1-11 Preface 作者以前出过一本 The elements of Java style,这本应该是后续。 目标读者是懂c++的,更侧重在一个团队工作的C++开发者。 如果不懂C++,推荐的是Bjarne Stro...

weixin_30570101的博客 445

【转载】The Elements of Programming Style之代码风格金科玉律

原始日期: 2017-02-06 16:20 《The Elements of Programming Style 》是一本很古老的书。尽管 Fortran 我们不太使用,尽管新奇的语言层出不穷,但这些,30 年的岁月依旧无法掩盖其中的真知灼见。英文版的 google一下到处有。把代码写清楚,别耍小聪明。想干什么,讲的简单点、直接点。只要有可能,使用库函数。避免使...

weixin_30457881的博客 83

复盛压缩机选型软件.rar )

此款为官方专用,简单的压缩机可以选择。SRL型的没有,暂时不能使用请谨慎选择

上一篇: A strategic view of University timetabling 解读
下一篇: 智能家居语音控制系统的硬件设备详情
EmithFla
博客等级 码龄8年 69粉丝 35原创
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值