classic tsp analysis method with c++ !
標簽: analysis classic method with
上傳時間: 2013-12-13
上傳用戶:saharawalker
OpenCV manual. OpenCV is developed by Intel for image processing. With it you can easily create c program
標簽: OpenCV processing developed manual
上傳時間: 2015-10-16
上傳用戶:2467478207
A Disk Cataloger with Turbo C Source Code.
標簽: Cataloger Source Turbo Disk
上傳時間: 2015-10-21
上傳用戶:星仔
c++ GUI Programming with qt4,很好的一本QT編程書
標簽: Programming with GUI qt4
上傳時間: 2014-01-12
上傳用戶:Pzj
Data structures with C++ second edition source code.
標簽: structures edition second source
上傳時間: 2015-10-26
上傳用戶:熊少鋒
Data Structures and Algorithms with Object-Oriented Design Patterns in C# 這本書的范例代碼dll自己反編譯的source code http://www.brpreiss.com/books/opus6/
標簽: Object-Oriented Algorithms Structures Patterns
上傳時間: 2013-11-29
上傳用戶:xuanjie
Windows Forms Programming with C# windows Form 編程教程
標簽: Programming Windows windows Forms
上傳時間: 2013-12-21
上傳用戶:asdfasdfd
s60_development getting started with c++ app dev
標簽: development getting started with
上傳時間: 2015-12-13
上傳用戶:koulian
C++, although a marvelous language, isn t perfect. Matthew Wilson has been working with it for over a decade, and during that time he has found inherent limitations that require skillful workarounds. In this book, he doesn t just tell you what s wrong with C++, but offers practical techniques and tools for writing code that s more robust, flexible, efficient, and maintainable. He shows you how to tame C++ s complexity, cut through its vast array of paradigms, take back control over your code--and get far better results
標簽: marvelous although language Matthew
上傳時間: 2014-01-22
上傳用戶:妄想演繹師
UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.
標簽: implementation Extensions libraries standard
上傳時間: 2013-12-14
上傳用戶:leehom61