用C語言編寫的在Simulink環境下對3相交流逆變器進行數值仿真的S函數源代碼。該仿真源代碼的一個獨特之處就是:利用全新的數學模型能夠對逆變器相間換流的動態過程進行仿真,這是目前其它同類模型中絕對沒有的獨特支出,可以用來精確仿真永磁無刷直流電機轉矩的動態特性,執行效率很高。
上傳時間: 2015-09-19
上傳用戶:shus521
用C語言編寫的在Simulink環境下對轉速可調永磁直流電機進行數值仿真的S函數源代碼。該仿真源代碼的特點是:能夠仿真目前廣泛應用的H橋驅動PWM調制調速永磁直流電機。將功率器件H橋與電機本體的數學模型完整的結合到一起。執行效率很高,仿真結果與實驗結果非常相近。
上傳時間: 2015-09-19
上傳用戶:yan2267246
用C語言編寫的在Simulink環境下對3相交流電機交直流帕克變換進行數值仿真的S函數源代碼。特點:考慮到了便于在單片機中執行的特點,完全使用定點算法實現。在MATLAB中編譯成動態鏈接庫后就可在Simulink中使用。
上傳時間: 2015-09-19
上傳用戶:咔樂塢
VC技術內幕第五版(英文)The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.
標簽: technologie Microsoft continued Internet
上傳時間: 2014-11-22
上傳用戶:ggwz258
This paper describes some of the author s experiences from a C++ implementation of a concordance program for texts in Old West Norse and Runic Swedish.
標簽: implementation concordance experiences describes
上傳時間: 2014-01-11
上傳用戶:leixinzhuo
ucosii 移植到s1c33平臺的3個關鍵文件 其中os_cpu_a.s 是 os_cpu_a.c 匯編優化 用一個就可以了
上傳時間: 2014-01-16
上傳用戶:wkchong
第二個搜索函數為私有成員函數S a v e S e a r c h,由插入和刪除操作來調用。S a v e S e a r c h不僅 包含了S e a r c h的功能,而且可把每一級中遇到的最后一個節點存放在數組l a s t之中
上傳時間: 2015-10-11
上傳用戶:zm7516678
%BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma,l,u,... % oval,po,normg,DS,mtxmpy,data,H) % returns the new feasible point nx, the corresponding sign vector nsig, % and the step size of the unreflected step, alpha. % Copyright (c) 1990-98 by The MathWorks, Inc. % $Revision: 1.2 $ $Date:
標簽: BIQPBOX reflective Bisection search
上傳時間: 2013-12-17
上傳用戶:sk5201314
C++ Gotchas is the professional programmer s guide to avoiding and correcting ninety-nine of the most common, destructive, and interesting C++ design and programming errors. It also serves as an inside look at the more subtle C++ features and programming techniques.
標簽: professional ninety-nine correcting programmer
上傳時間: 2014-03-11
上傳用戶:chfanjiang
C++ Template Metaprogramming sheds light on the most powerful idioms of today s C++, at long last delivering practical metaprogramming tools and techniques into the hands of the everyday programmer. A metaprogram is a program that generates or manipulates program code. Ever since generic programming was introduced to C++, programmers have discovered myriad "template tricks" for manipulating programs as they are compiled, effectively eliminating the barrier between program and metaprogram. While excitement among C++ experts about these capabilities has reached the community at large, their practical application remains out of reach for most programmers. This book explains what metaprogramming is and how it is best used. It provides the foundation you ll need to use the template metaprogramming effectively in your own work.
標簽: Metaprogramming Template powerful idioms
上傳時間: 2013-11-30
上傳用戶:aix008