Modern C++ Design is an important book. Fundamentally, it demonstrates generic patterns or pattern templates as a powerful new way of creating extensible designs in C++--a new way to combine templates and patterns that you may never have dreamt was possible, but is. If your work involves C++ design and coding, you should read this book. Highly recommended.-Herb Sutter。好書!
標簽: Fundamentally demonstrates important patterns
上傳時間: 2013-11-29
上傳用戶:PresidentHuang
PRINCIPLE: The UVE algorithm detects and eliminates from a PLS model (including from 1 to A components) those variables that do not carry any relevant information to model Y. The criterion used to trace the un-informative variables is the reliability of the regression coefficients: c_j=mean(b_j)/std(b_j), obtained by jackknifing. The cutoff level, below which c_j is considered to be too small, indicating that the variable j should be removed, is estimated using a matrix of random variables.The predictive power of PLS models built on the retained variables only is evaluated over all 1-a dimensions =(yielding RMSECVnew).
標簽: from eliminates PRINCIPLE algorithm
上傳時間: 2016-11-27
上傳用戶:凌云御清風
The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA is a clump formed by sticky particles adhering to an existing structure. In this design, we start with one pixel at the center of the screen and allow a random walker to bounce around the screen until it hits the pixel at the center. It then sticks and a new walker is started randomly at one of the 4 corners of the screen. The random number generators for x and y steps are XOR feedback shift registers (see also Hamblen, Appendix A). The VGA driver, PLL, and reset controller from the DE2 CDROM are necessary to compile this example. Note that you must push KEY0 to start the state machine.
標簽: diffusion-limited-aggregation DLA generates 320x240
上傳時間: 2014-01-16
上傳用戶:225588
MATLAB Code for Optimal Quincunx Filter Bank Design Yi Chen July 17, 2006 This file introduces the MATLAB code that implements the two algorithms (i.e., Algorithms 1 and 2 in [1], or Algorithms 4.1 and 4.2 in [2]) used for the construction of quincunx filter banks with perfect reconstruction, linear phase, high coding gain, certain vanishing moments properties, and good frequency selectivity. The code can be used to design quincunx filter banks with two, three, or four lifting steps. The SeDuMi Matlab toolbox [3] is used to solve the second-order cone programming subproblems in the two algorithms, and must be installed in order for this code to work.
標簽: introduces Quincunx Optimal MATLAB
上傳時間: 2014-01-15
上傳用戶:cc1
1993 年兩位法國教授Berrou、Glavieux 和他們的緬甸籍博士生Thitimajshima 在ICC 會議上發表的Near Shannon limit error-correcting coding and decoding: Turbo codes”,
標簽: error-correcting Thitimajshima Glavieux Shannon
上傳時間: 2016-12-06
上傳用戶:Avoid98
iPhone加速器相關源碼,iPhone Coding: Using the Accelerometer
上傳時間: 2016-12-06
上傳用戶:王者A
Quality control of production has always been a necessity in stainless steel mills. The users of stainless steel set ever-increasing requirements on product quality. Many material properties can still only be measured in laboratory but more and more measurements are now made on-line during the production. Especially surface defects have to be detected on-line with a surface inspection system because of their random appearance.
標簽: production necessity stainless Quality
上傳時間: 2014-11-18
上傳用戶:baiom
Practical Java也是一本和J2ME手機游戲開發相關的書,書中的實例也是很典型和實用的,對學習非常有用處,這是隨書源代碼! 書我隨后上傳!下面是書介紹: 《Practical Java(中文版)》 本書出自第一線Java編程專家之手,為讀者展現正確、高效、強國之JAVA代碼實踐方案。這本取材廣泛的指南,以不同層級的專家經驗,幫助程序員更透徹地理解JAVA,使他們的編碼效能(coding effectiveness)發揮到極致。此書以準則/條款形式(rules-based)進行編排,探究改善代碼的68個重要主題,提供清晰明快、精心撰寫之示例和方案。所有示例和方案都帶有詳盡的解說,你可以將它們融入自身工作之中。這些編程和設計上的實踐方案,描述了經驗豐富的程序員實際運用之最佳實踐手法。為方便中高階JAVA程序員閱讀,本書內容被精心安排成為各自獨立的課程,因此你既可以從頭通讀至尾,也可以挑選獨特專題加以精讀。
上傳時間: 2016-12-15
上傳用戶:阿四AIR
此書與我上傳源碼是配套的,請一起下載! 《Practical Java(中文版)》 本書出自第一線Java編程專家之手,為讀者展現正確、高效、強國之JAVA代碼實踐方案。這本取材廣泛的指南,以不同層級的專家經驗,幫助程序員更透徹地理解JAVA,使他們的編碼效能(coding effectiveness)發揮到極致。此書以準則/條款形式(rules-based)進行編排,探究改善代碼的68個重要主題,提供清晰明快、精心撰寫之示例和方案。所有示例和方案都帶有詳盡的解說,你可以將它們融入自身工作之中。這些編程和設計上的實踐方案,描述了經驗豐富的程序員實際運用之最佳實踐手法。為方便中高階JAVA程序員閱讀,本書內容被精心安排成為各自獨立的課程,因此你既可以從頭通讀至尾,也可以挑選獨特專題加以精讀。
標簽: 源碼
上傳時間: 2016-12-15
上傳用戶:pinksun9
H.264/AVC, the result of the collaboration between the ISO/IEC Moving Picture Experts Group and the ITU-T Video Coding Experts Group, is the latest standard for video coding. The goals of this standardization effort were enhanced compression efficiency, network friendly video representation for interactive (video telephony) and non-interactive applications (broadcast, streaming, storage, video on demand). H.264/AVC provides gains in compression efficiency of up to 50% over a wide range of bit rates and video resolutions compared to previous standards. Compared to previous standards, the decoder complexity is about four times that of MPEG-2 and two times that of MPEG-4 Visual Simple Profile. This paper provides an overview of the new tools, features and complexity of H.264/AVC.
標簽: the collaboration between Experts
上傳時間: 2013-12-30
上傳用戶:dongbaobao