Steve maguire writing solid code 1993

Tài liệu Writing C Code for the 8051 pptx

Tài liệu Writing C Code for the 8051 pptx

... Sample Code Sample code that is fully compilable in the evaluation version of Keil may be found at the following URL: http://ubermensch.org/Computing/8051 /code Sample Code Example code for ... need be aware of when writing software for the 8051. Object code must be less than 2 Kbytes The compiler will compile any-sized source code file, but the final object code may n...

Ngày tải lên: 20/01/2014, 02:20

52 535 1
writing secure code

writing secure code

... best practices books published in the early 1990s. For example, the excellent Code Complete (Microsoft Press, 1993) , by Steve McConnell, makes little or no reference to security in its 850 pages. ... instead that your code will run in the most hostile of environments, and design, write, and test your code accordingly. It߀™s also important to remember that secure systems are quali...

Ngày tải lên: 25/03/2014, 12:14

451 2,6K 2
Tài liệu Writing Database-Independent Code doc

Tài liệu Writing Database-Independent Code doc

... Connection and DataReader) to create provider-independent code that can be used with provider-specific code to access unique functionality. The sample code contains a method and two event handlers: GetData( ... specific to the different providers. You want to create provider-independent code and use it with the provider-specific code that you might need. Solution The solution...

Ngày tải lên: 26/01/2014, 10:20

3 169 0
write great code - volume ii - thinking low-level writing high-level

write great code - volume ii - thinking low-level writing high-level

... great code: Great code uses the CPU efficiently (that is, the code is fast). Great code uses memory efficiently (that is, the code is small). Great code uses system resources efficiently. Great code ... of his HLL code, the compiler will rarely generate the best possible machine code. 1.5 Writing High-Level One problem with thinking in low-level terms while writing high-...

Ngày tải lên: 29/04/2014, 14:56

642 265 0
How to code .NET

How to code .NET

... output is generated: Unicode codepage (1200) name (Unicode) Default codepage (1252) name (Western European (Windows)) Console codepage (437) name (OEM United States) The code is saying that when ... following code displays what default encodings are used: Source: /Volume01/LibVolume01/StringToBufViceVersa.cs Console.WriteLine( "Unicode codepage (" + System.Text.Encoding.Unicode....

Ngày tải lên: 21/08/2012, 09:54

231 811 0
Code SQL.doc

Code SQL.doc

Ngày tải lên: 21/08/2012, 16:16

132 883 2
Viết code trong Visual basic

Viết code trong Visual basic

... Event procedures là code nằm phía sau những hình ảnh, nó là chất keo dùng để dán các Controls lại với nhau để tạo thành chương trình áp dụng của ta. Như ta đã thấy, tất cả các code được xử lý (executed) ... Sub Control_Event() cho đến End Sub để chúng ta điền những hàng code của mình vào chính giữa. Điều khiển thứ tự xử lý các dòng code Giả dụ ta viết một chương trình Vb6 đơn giản...

Ngày tải lên: 22/08/2012, 11:03

10 3,3K 50
w