programming in c and c pdf

Excel add in development in c and c phần 10 pdf

Excel add in development in c and c phần 10 pdf

... 267–8 tracked calling-cells 309–16 workspace information commands/functions 195–6, 213–39, 241–9, 309–16, 333 input parser, Excel 12 Insert/Function 33 Insert/Name/Define 244 instances, multiple DLL instances ... reduction. Numerical Recipes in C contains an introduction to Monte Carlo methods applied to integration. Implementing Derivative Models (Clewlow and Strickland), published by Wiley, contains ... Sqr(trials) Application.ScreenUpdating = False dont_do_screen = refresh_count End If Next handleCancel: Application.ScreenUpdating = False Application.Calculation = xlCalculationAutomatic End Sub The Application.Calculate...

Ngày tải lên: 09/08/2014, 16:20

38 412 0
Secure Coding in C and C++ pdf

Secure Coding in C and C++ pdf

... 34 Dueling Containers in C+ + vector<Shape *> pic; pic.push_back( new Circle ); pic.push_back( new Triangle ); pic.push_back( new Square ); … list<Shape *> picture; picture.push_back( pic[2] ... C+ +, standard containers that contain pointers do not delete the objects to which the pointers refer. vector<Shape *> pic; pic.push_back( new Circle ); pic.push_back( new Triangle ); pic.push_back( ... twice. This problem can also happen when a chunk of memory is freed as a result of error processing but then freed again in the normal course of events. 32 Leaking Containers in C+ + In C+ +,...

Ngày tải lên: 08/03/2014, 11:20

135 4,6K 0
Programming Embedded Systems in C and C ++ docx

Programming Embedded Systems in C and C ++ docx

... Serial Controller 149 Chapter 10. Optimizing Your Code 151 10.1 Increasing Code Efficiency 151 10.2 Decreasing Code Size 154 10.3 Reducing Memory Usage 156 10.4 Limiting the Impact of C+ + 157 ... running the same software in a simulator. If Programming Embedded Systems in C and C+ + - 44 - you should see is the C source code for main, with a cursor indicating that the embedded processor's ... The hardware-specific constant CYCLES_PER_MS represents the number of decrement -and- test cycles (nCycles != 0) that the processor can perform in a single millisecond. To determine this number...

Ngày tải lên: 17/03/2014, 13:20

187 926 1
Program C Ansi Programming Embedded Systems in C and C++ phần 6 potx

Program C Ansi Programming Embedded Systems in C and C++ phần 6 potx

... the routines contextInit and os.readyList.insert. The contextInit routine establishes the initial context for a task. This routine is necessarily processor-specific and, therefore, written in assembly ... system. 8.2.3 Context Switch The actual process of changing from one task to another is called a context switch. Because contexts are processor- specific, so is the code that implements the context switch. ... virtue of the fact that it no longer exists! A third scheduling point is called the clock tick. The clock tick is a periodic event that is triggered by a timer interrupt. The clock tick provides...

Ngày tải lên: 05/08/2014, 10:21

13 353 2
w