The market for miniature computer programming is exploding. C++ Footprint and Performance Optimization supplies programmers the knowledge they need to write code for the increasing number of hand-held devices, wearable computers, and intelligent appliances. This book gives readers valuable knowledge and programming techniques that are not currently part of traditional programming training. In the world of C++ programming, all other things being equal, programs that are smaller and faster are better. C++ Footprint and Performance Optimization contains case studies and sample code to give readers concrete examples and proven solutions to problems that don t have cut and paste solutions.
標簽: Performance programming Optimizati Footprint
上傳時間: 2013-12-09
上傳用戶:wfl_yy
It is about spline word,please refer to this chapter and analysis ,then you will find how to draw spline ,if you have any problem,please contact me,my telephone is "none",haha!
標簽: analysis chapter spline please
上傳時間: 2016-03-07
上傳用戶:x4587
The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices. The first release comes with a simple but effective UI, and a storage limited to the internal RMS only. This makes the application compatible with most of the phones around (minimum requirements are: MIDP2.0, CLDC 1.0, 512k of Storage). The mail synchronization using SyncML 1.2 over HTTP, thus removing any problem related to the access to IMAP or POP ports. The mail client synchonizes its address book with the one on the server, Its design is modular and can be extended in future with other mail protocols, a more sophisticated UI and access to the phone s AddressBook or filesystem for the devices allowing this. See the javadoc for more information on the structure of the library.
標簽: J2ME Funambol devices Client
上傳時間: 2014-01-05
上傳用戶:gououo
Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answer is that a regular expression is a compact way of describing complex patterns in texts. You can use them to search for patterns and, once found, to modify the patterns in complex ways. You can also use them to launch programmatic actions that depend on patterns. A tongue-in-cheek comment by programmers is worth thinking about: "Sometimes you have a programming problem and it seems like the best solution is to use regular expressions now you have two problems." Regular expressions are amazingly powerful and deeply expressive. That is the very reason writing them is just as error-prone as writing any other complex programming code. It is always better to solve a genuinely simple problem in a simple way when you go beyond simple, think about regular expressions. Tutorial: Using regular expressions
標簽: expression the tutorial regular
上傳時間: 2013-12-19
上傳用戶:sardinescn
學生信息管理系統(tǒng),本程序共有八個功能與數(shù)據(jù)結構說明: 每一條記錄包括一個學生的學號、姓名、3門課成績、平均成績。 1.學生記錄的輸入,可以一次完成若干條記錄的輸入,可以控制所要輸入學生的總數(shù),根據(jù)提示進行輸入次數(shù),然后每輸入一個值按下回車,然后再根據(jù)提示進行輸入。 2.顯示學生信息。完成全部學生記錄的顯示。 3.查找功能。輸入一個學生的名字,然后就顯示該學生的所有信息。 4.排序功能:按學生平均成績進行排序。 5.插入記錄。在程序進行中可以輸入一個學生的名字,然后在該學生后面插入一個學生的信息,插入完之后會提示用戶是否進行排序,輸入y則進行排序,輸入n不進行排序。 6.刪除功能。該功能實現(xiàn)刪除學生信息,給出所要刪除的學生的名字,即可實現(xiàn)將該學生的所有信息刪除。 7.文件的存盤功能。該功能模塊實現(xiàn)對該文件的存盤操作。將文件存入磁盤中的命名為student.cpp的文件中,直到存完為止。 8.文件的讀出功能。該功能模塊實現(xiàn)對磁盤中文件名為student.cpp的文件進行讀出操作,直到讀完為止。 9.則退出整個程序的運行。
標簽: 記錄 信息管理系統(tǒng) 程序 數(shù)據(jù)結構
上傳時間: 2013-12-19
上傳用戶:李彥東
英飛凌16位單片機xc167選型指南The XC167CI is a new derivative of the popular C166 microcontroller family that is based on the enhanced C166S V2 architecture it outperforms existing 16-bit solutions.
標簽: microcontroller derivative 167 popular
上傳時間: 2013-12-27
上傳用戶:壞天使kk
* Explains process algebra and protocol specification using µ CRL, a language developed to combine process algebra and abstract data types * Text is supported throughout with examples and exercises * Full solutions are provided in an appendix, while exercise sheets, lab exercises, example specifications and lecturer slides are available on the author s website
標簽: specification developed Explains language
上傳時間: 2016-04-27
上傳用戶:笨小孩
Understanding of software development methodologies and concepts, experience with full product lifecycle from scope to customer release 5. Strong design decomposition skills, analysis and testing 6. Proactive approach to problem solving 7. Strong communication skills are paramount as is drive and determination, and stron
標簽: Understanding methodologies development experience
上傳時間: 2013-12-25
上傳用戶:zhliu007
作品名稱:班級成績管理系統(tǒng) 作者:sammual 一 該系統(tǒng)的設計方法:其主要的設計方法是面對過程的,整個程序的走向很清晰地說明了這一點;但其中也有小部分用的是面對對象的,例如類的實現(xiàn)。該系統(tǒng)包含“main.cpp”,“stuent.cpp ”和“student.h”三個文件,用visual c++6.0先建立一個空的win32 console Application工程,然后把這三個文件添加到工程里編譯即可。 二 該系統(tǒng)的特點:1信息保密。由于該系統(tǒng)是用于存放,修改,刪除,查詢學生成績的,所以登錄時需要密碼和用戶名,只有老師(管理員)才能登錄并進行相關的操作。2 系統(tǒng)使用簡單。整個過程都會有相關的提示。3對于非法的輸入會有警告。4系統(tǒng)會自動算出學生成績總分和自動進行學生排名。
標簽: sammual 設計方法 管理系統(tǒng)
上傳時間: 2016-05-19
上傳用戶:氣溫達上千萬的
TSP問題的動態(tài)規(guī)劃求解。問題描述:旅行商問題,即TSP問題(Travelling Salesman Problem)是數(shù)學領域中著名問題之一。假設有一個旅行商人要拜訪n個城市,他必須選擇所要走的路徑,路經的限制是每個城市只能拜訪一次,而且最后要回到原來出發(fā)的城市。路徑的選擇目標是要求得的路徑路程為所有路徑之中的最小值。
標簽: TSP 動態(tài)規(guī)劃 旅行商問題
上傳時間: 2016-05-21
上傳用戶:sevenbestfei