-
This book uses the Python language to teach pro
-
gramming concepts and problem
-solving skills, without assuming any previous program- ming experience. With easy-to-understand examples, pseudocode, flowcharts, and other
tools, the student learns how to design the logic of programs and then implement those
programs using Python. This book is ideal for an introductory programming course or a
programming logic and design course using Python as the language.
As with all the boolts in the
starting Out With
series, the hallmark of this text is its clear,
friendly, and easy
-to-understand writing. In addition, it is rich in example programs that
are concise and practical. The programs in this book include short examples that highlight
specific programming topics, as well as more involved examples that focus on problem
solving. Each chapter provides one or more case studies that provide step
-by-step analysis
of a specific problem and shows the student how to solve it.
標(biāo)簽:
language
gramming
concepts
problem
上傳時間:
2014-01-12
上傳用戶:獨孤求源
-
VxWorks 6.6 BSP開發(fā)執(zhí)導(dǎo)
This document describes, in general terms, the elements that make up a board
support package [BSP], the requirements for a VxWorks BSP, and the general
behavior of a BSP during the boot process. This document outlines the steps
needed to port an existing BSP to a new hardware platform or to write a new
VxWorks BSP for custom hardware using a reference BSP or template BSP as a
starting point. It provides hints and tips for debugging a BSP and solving common
BSP development problems. It also provides information on the BSP validation test
suite [BSP VTS] that is used to assess the functionality of a VxWorks BSP.
標(biāo)簽:
describes
document
elements
VxWorks
上傳時間:
2017-03-23
上傳用戶:磊子226
-
srand[getpid[]]
/* initialize some of the memory */
memset[heightmap, 0, MAPSIZE*MAPSIZE]
memset[vpage, 0, RENDERWIDTH * RENDERHEIGHT]
printf["Creating dx d fractal terrain\n", MAPSIZE, MAPSIZE]
heightmap[0] = [rand[] 128] + 64 // initialize starting point on map
CreateFractalMap[0, 0, MAPSIZE, MAPSIZE]
printf["Smoothing terrain\n"]
for [i = 0 i < 5 i++]
SmoothMap[]
MakeColorMap[]
標(biāo)簽:
MAPSIZE
initialize
heightmap
getpid
上傳時間:
2014-01-04
上傳用戶:ainimao
-
srand[getpid[]]
/* initialize some of the memory */
memset[heightmap, 0, MAPSIZE*MAPSIZE]
memset[vpage, 0, RENDERWIDTH * RENDERHEIGHT]
printf["Creating dx d fractal terrain\n", MAPSIZE, MAPSIZE]
heightmap[0] = [rand[] 128] + 64 // initialize starting point on map
CreateFractalMap[0, 0, MAPSIZE, MAPSIZE]
printf["Smoothing terrain\n"]
for [i = 0 i < 5 i++]
SmoothMap[]
MakeColorMap[]
標(biāo)簽:
MAPSIZE
initialize
heightmap
getpid
上傳時間:
2013-12-25
上傳用戶:CSUSheep
-
ppWizard has created this SportSport application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
標(biāo)簽:
application
demonstrates
SportSport
ppWizard
上傳時間:
2013-12-01
上傳用戶:zwei41
-
The purpose of this project is to make it possible to remotely switch on a Webasto Thermo Top C water heater that is used to pre-heat the heating system of a car without starting the motor.
標(biāo)簽:
possible
remotely
purpose
Webasto
上傳時間:
2013-12-28
上傳用戶:LouieWu
-
C programs for adding two matrices parallely usinf Parallel Virtual Machine(PVM).It is working and can be used as a starting point to familiarize PVM
標(biāo)簽:
parallely
programs
Parallel
matrices
上傳時間:
2014-01-12
上傳用戶:許小華
-
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : SimpleExtMFC
========================================================================
AppWizard has created this SimpleExtMFC application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your SimpleExtMFC application.
標(biāo)簽:
MICROSOFT
FOUNDATIO
上傳時間:
2017-04-21
上傳用戶:daguda
-
AppWizard has created this autorun application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
標(biāo)簽:
application
demonstrates
AppWizard
created
上傳時間:
2017-04-28
上傳用戶:er1219
-
Maya Calendar
During his last sabbatical, professor M. A. Ya made a surprising discovery about the old Maya calendar. From an old knotted message, professor discovered that the Maya civilization used a 365 day long year, called Haab, which had 19 months. Each of the first 18 months was 20 days long, and the names of the months were pop, no, zip, zotz, tzec, xul, yoxkin, mol, chen, yax, zac, ceh, mac, kankin, muan, pax, koyab, cumhu. Instead of having names, the days of the months were denoted by numbers starting from 0 to 19. The last month of Haab was called uayet and had 5 days denoted by numbers 0, 1, 2, 3, 4. The Maya believed that this month was unlucky, the court of justice was not in session, the trade stopped, people did not even sweep the floor.
標(biāo)簽:
A.
M.
sabbatical
surprising
上傳時間:
2014-01-05
上傳用戶:libenshu01