THE SYNTAX OF A PROGRAMMING LANGUAGE tells you what code it is possible to write—what the machine will understand. Style tells you what you ought to write— what the humans reading the code will understand. Code written with a consistent, simple style will be maintainable, robust, and contain fewer bugs. Code written with no regard to style will contain more bugs. It may simply be thrown away and rewritten rather than maintained.
资源简介:THE SYNTAX OF A PROGRAMMING LANGUAGE tells you what code it is possible to write—what the machine will understand. Style tells you what you ought to write— what the humans reading the code will understand. Code written with a consistent...
上传时间: 2013-12-16
上传用户:sxdtlqqjl
资源简介:Lua is a powerful, light-weight PROGRAMMING LANGUAGE designed for extending applications. It is also frequently used as a general-purpose, stand-alone LANGUAGE. It combines simple procedural syntax (similar to Pascal) with powerful data des...
上传时间: 2016-01-13
上传用户:1101055045
资源简介:The concept of sustainable development has received growing recognition, but it is a new idea for many business executives. For most, the concept remains abstract and theoretical. Protecting an organization’s capital base is a well-acce...
上传时间: 2014-09-04
上传用户:498732662
资源简介:The concept of sustainable development has received growing recognition, but it is a new idea for many business executives. For most, the concept remains abstract and theoretical. Protecting an organization’s capital base is a well-acce...
上传时间: 2013-12-12
上传用户:362279997
资源简介:The development of a data acquisition card based on USB bus is introduced in this article.It first describes the configuration and principle of this card in the part of hardware design,and then the application program and device driver in t...
上传时间: 2015-12-07
上传用户:lijianyu172
资源简介:MIB Browser allows you to view the hierarchy of SNMP MIB variables in the form of a tree and provides you with additional information about each node. With MIB Browser you can easily load (compile) standard and proprietary MIB files, view ...
上传时间: 2015-06-30
上传用户:eclipse
资源简介:For a PROGRAMMING LANGUAGE, Fortran has been around a long time. It was one of the first widely used 鈥渉igh-level鈥?LANGUAGEs, as well as the first PROGRAMMING LANGUAGE to be standardized. It is still the premier LANGUAGE for scientific...
上传时间: 2014-01-04
上传用户:6546544
资源简介:CSL is a PROGRAMMING LANGUAGE with C syntax and comprehensive libraries. The compact scripting engine can also be embedded into your own applications as a powerful macro LANGUAGE. Windows Distribution utilities.
上传时间: 2013-11-27
上传用户:xuanchangri
资源简介:C++ is a PROGRAMMING LANGUAGE. It is a PROGRAMMING LANGUAGE of many different dialects, just like each LANGUAGE that is spoken has many dialects. In C though, they are not because the "speakers" live in the North, South, or grew up in so...
上传时间: 2014-01-17
上传用户:lz4v4
资源简介:it is a introductory book that tells u abt the fundamentals of matlab PROGRAMMING.......
上传时间: 2017-09-08
上传用户:253189838
资源简介:Java technology is both a PROGRAMMING LANGUAGE and a platform. The Java PROGRAMMING LANGUAGE originated as part of a research project to develop advanced software for a wide variety of network devices and embedded systems. The goal was to d...
上传时间: 2014-01-03
上传用户:huangld
资源简介:This about a simple approach to testing the syntax of web pages
上传时间: 2015-06-13
上传用户:lanwei
资源简介:Details of the personnel system resources it is willing to share with you a
上传时间: 2017-01-16
上传用户:com1com2
资源简介:Algorithm that find the peaks of a signal. You can choose the number of peaks you want to find and the valour of peak to begin to find.
上传时间: 2013-12-24
上传用户:cc1915
资源简介:The uIP implementation is designed to have only the absolute minimal set of features needed for a full TCP/IP stack. It can only handle a single network interface and contains only a rudimentary UDP implementation, but focuses on the IP, IC...
上传时间: 2017-08-08
上传用户:xinzhch
资源简介:Java technology has evolved from a PROGRAMMING LANGUAGE designed to create machine-independent embedded systems into a robust, vendor-independent, machine-independent, server-side technology, enabling the corporate community to realize t...
上传时间: 2013-12-28
上传用户:lacsx
资源简介:Addressbook using double-linked list. This example shows the use of a double-linked list by implementing an addressbook for the console. It has features like inserting, searching(linear), sorting(bubble sort), deleting and load/save to a fi...
上传时间: 2014-01-24
上传用户:asddsd
资源简介:随机性发生器、冒泡分类和混洗一组12张牌的演示程序。 Demonstrates the use of a randomizer, bubble-sort and an array to "shuffle" a deck of 12 cards. I put it here for those of you who are trying to figure out how to shuffle with a randomizer...
上传时间: 2014-01-16
上传用户:zhanditian
资源简介:Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (t...
上传时间: 2013-12-23
上传用户:lmeeworm
资源简介:As a PROGRAMMING LANGUAGE, C is rather like Pascal or Fortran.. Values are stored in variables. Programs are structured by defining and calling functions. Program flow is controlled using loops, if statements and function calls. Input and...
上传时间: 2017-05-18
上传用户:hongmo
资源简介:In the planning stage of a GNSS-measurement campaign it is useful to compute several design para-meters in order to decide how, when and where to carry out the measurements. The MATLAB user interface VISUAL.M enables you to compute the desi...
上传时间: 2014-01-23
上传用户:tuilp1a
资源简介:This project contains a C algorithm for calculating the results of a custom polynomial function. It is designed and optimized especially for the Starcore 140 DSP ! Inside the archive you can also find the assembly code and the matlab test ...
上传时间: 2017-09-12
上传用户:hoperingcong
资源简介:usb_cpld_code.zip usbjtag - Variations on the implementation of a USB JTAG adapter.
上传时间: 2013-08-31
上传用户:ruan2570406
资源简介:Conservator extends on the concept of a Flyweight Factory by allowing shared Flyweight objects to be mutated after creation without undesired side effects.
上传时间: 2014-01-06
上传用户:cuibaigao
资源简介:QR ALGORITHM To obtain the eigenvalues of a symmetric, tridiagonal n by n matrix
上传时间: 2014-01-15
上传用户:凌云御清风
资源简介:The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The fir...
上传时间: 2015-06-09
上传用户:weixiao99
资源简介:Computes the permanent of a nonnegative integer matrix. Notes: Compile in C++, "g++ -o permanent permanent.c".
上传时间: 2013-12-23
上传用户:zhangyi99104144
资源简介:The Art Of Unix PROGRAMMING
上传时间: 2014-06-17
上传用户:xjz632
资源简介:computes the eigenvalues of a symmetric tridiagonal * matrix T. The user may ask for all eigenvalues, all eigenvalues in the half-open interval (VL, VU], or the IL-th through IU-th eigenvalues.
上传时间: 2014-01-21
上传用户:CSUSheep
资源简介:pitch=CorrelogramPitch(correlogram, width [, sr, lowPitch, highPitch]) computes the pitch of a correlogram sequence by finding the time lag with the largest correlation energy.
上传时间: 2015-08-11
上传用户:youth25