`
pstinghua
  • 浏览: 24066 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论

the empty statement

阅读更多
[size=medium]When you intentionally use the empty statement, it is a good idea to comment your code in a way that
makes it clear that you are doing it on purpose. For example:
for(i=0; i < a.length; a[i++] = 0) /* Empty */ ;[/size]
分享到:
评论

相关推荐

    Debugging Malloc Lab: Detecting Memory-Related Errors

    This is the same as the error(), except there are two sets of filenames and line numbers, one for the statement in which the block was malloc'd, and the other for the statement in which the block was ...

    jtds sql2005 java驱动

    4. 执行SQL:获取`Connection`对象后,可以创建`Statement`或`PreparedStatement`实例,编写并执行SQL语句。 5. 关闭资源:操作完成后,记得关闭`Connection`、`Statement`等资源,以释放系统资源。 jTDS的优势...

    英语一真题阅读单词【背诵本】(2)_20211018_161437.pdf

    例如:The mournful melody echoed through the empty halls. 13. eliminate:消除;清除。例如:The company aims to eliminate its carbon footprint. 14. circulation:(出版物的)发行。例如:The newspaper'...

    plsqldev14.0.6.1988x32多语言版+sn.rar

    32位版本的 PLSQL 正式...PL/SQL Beautifier could add empty lines after “OPEN cursor” statement Opening the “Roles” folder in the Object Browser could display a popup message with the current username

    2009 达内Unix学习笔记

    集合了 所有的 Unix命令大全 ...telnet 192.168.0.23 自己帐号 sd08077-you0 ftp工具 192.168.0.202 tools-toolss ... 各个 shell 可互相切换 ksh:$ sh:$ csh:guangzhou% bash:bash-3.00$ ... 命令和参数之间必需用空格隔...

    UDAC 3.70.0.18 源码版

    Bug with empty string parameters is fixed for ASE data provider Bug with DateTime parameter is fixed for ASE data provider Bug with "SQL statement doesn't return rows" is fixed for ASE data provider...

    unidac64src 6.4.15

    Bug with parameters that contain empty strings in the Direct mode is fixed Bug with memory leak in the Direct mode is fixed SQLServer data provider Bug with processing varchar fields when ...

    DevArt UniDAC v.3.70.0.18 (15-Jun-2011) (with Source Code)

    Bug with empty string parameters is fixed for ASE data provider Bug with DateTime parameter is fixed for ASE data provider Bug with "SQL statement doesn't return rows" is fixed for ASE data provider...

    sqlite3在Visual studio 2012下的编译

    set the Application Type to DLL and check the box that says "Empty project". Click Finish. You now have a blank DLL project. Add the SQLite files to the project Project &gt; Add Existing Item. Add ...

    plsqldev14.0.6.1988x64多语言版+sn.rar

    64位版本的 PLSQL 正式...PL/SQL Beautifier could add empty lines after “OPEN cursor” statement Opening the “Roles” folder in the Object Browser could display a popup message with the current username

    Delphi7.1 Update

    If you encounter an empty Help Index tab after installing this update, open the d7.ohi file in the Delphi7Help folder and comment out one or more of the index entries by changing the colon in column ...

    PLSQL.Developer(X64) v11.0.5.1790 主程序+ v11中文包+keygen - 副本

    64位版本的 PLSQL 正式版,只能运行在...SQL Window Copy All to Excel would include empty sheets for SQL statements without result sets The plsqldoc Plug-In did not install all template HTML files correctly

    编译原理第三章 答案

    Generates a string of balanced parenthesis, including the empty string. 这个语法规则生成的语言包括了所有平衡括号字符串,包括空字符串。例如,()、(())、((()))等都是这个语言中的元素。 b. parse trees ...

    Google C++ Style Guide(Google C++编程规范)高清PDF

    Another useful rule of thumb: it's typically not cost effective to inline functions with loops or switch statements (unless, in the common case, the loop or switch statement is never executed)....

    SpringSource CoreSpring认证考试题库.docx

    题目:Select which statement(s) is/are true with respect to programming to interfaces with Spring A. The use of interfaces allows for reduced coupling between collaborating objects B. Spring requires...

    SQLPrompt_7.3.0.651(包含注册机)

    Support ticket 74368: Fix for a semicolon being incorrectly added on an ALTER table statement with a masked column 7.3.0.598 - 6th October Formatting now indents nested JOIN clauses correctly Fix ...

    php.ini-development

    An empty string can be denoted by simply not writing anything after the equal ; sign, or by using the None keyword: ; foo = ; sets foo to an empty string ; foo = None ; sets foo to an empty string ;...

    shell cheat sheet

    - **Case Statement**: Use the `case` statement to handle multiple conditions. For example: ```bash case $month in Jan|Feb|Mar) echo "Winter";; Apr|May|Jun) echo "Spring";; Jul|Aug|Sep) echo ...

    Chucks_VBA_Reference_rev17.docx

    Explanation of using the `With` statement to group statements that operate on the same object, thus making the code more efficient. **Use “vbNullString” (Page 17)** Instructions on using `...

    iccavr编译putchar未定义时解决方案实用.pdf

    * #include header file statement. * * For device with multiple UARTs and if you want to use a different UART, * change the IO register names and the UART baud rate. */ #include "m16def.h" /* ...

Global site tag (gtag.js) - Google Analytics