Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without the express written permission of Microsoft Corporation.
OLE Programmer s Reference
Information in this online help system is subject to change without notice and does not represent a commitment on the part of Microsoft Corporation. The software and/or files described in this online help system are furnished under a license agreement or nondisclosure agreement. The software and/or files may be used or copied only in accordance with the terms of the agreement. The purchaser may make one copy of the software for backup purposes. No part of this online help system may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or information and retrieval systems, for any purpose other than the purchaser s personal use, without the written permission of Microsoft Corporation.
這本也是經(jīng)典中的經(jīng)典。它已經(jīng)深入到接觸 C++ Object Model
的層次。特別是 Exception-Safety 這一章一系列的步步深入,很大
程度上改變了我對 C++ 的認(rèn)識。此外,它有提到 Pimpl Idiom,這
對改善 C++ 編譯效率也有一定的幫助。其他的主題,例如泛型編程
和對標(biāo)準(zhǔn)庫的幾個(gè)討論議題、暫時(shí)物件、物件壽命、自動轉(zhuǎn)換…等,也
頗有深度。如果沒看過這本,且對自己的 C++ 功力頗有信心的人,可
以測試看看。
Program to simulate Rayleigh fading using a p-th order autoregressive model AR(p) according to
% Baddour s work: "Autoregressive modeling for fading channel simulation"
The objective of this projectis to design, model and simulate an autocorrelation
generator circuit using 4-bit LFSR. the register and LFSR will used D flip-flop and some
gates. By the autocorrelation concept, there should be 2 same length vectors, for calculating
the autocorrelation , we have to design the register for storing the original vector and the
shifter for make time delay.