亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

P-NETARM

  • This diskette (version 1.0) contains demonstration programs and source codes in MATLAB (v.5.2) for a

    This diskette (version 1.0) contains demonstration programs and source codes in MATLAB (v.5.2) for algorithms listed in the textbook Global Positioning Systems, Inertial Navigation, and Integration, by M. S. Grewal, Lawrence Weill, and A. P. Andrews, published by John Wiley and Sons, 2000. Contents: MATLAB (Version 5.2) Demonstrations & Scripts Chapter4 ephemeris.m calculates the GPS satellite position in ECEF coordinates from its ephemeris parameters. Chapter5 Klobuchar_fix.m calculates the ionospheric delay. Chapter6 (shows the quaternion utilities)

    標(biāo)簽: demonstration diskette contains programs

    上傳時(shí)間: 2016-10-20

    上傳用戶:壞天使kk

  • 統(tǒng)計(jì)字符數(shù)組中字母

    統(tǒng)計(jì)字符數(shù)組中字母,數(shù)字,符號的出現(xiàn)個數(shù) char[] c = { 2 , c , $ , 4 , 7 , Z , j , ~ , p , c }

    標(biāo)簽: 字符 字母 數(shù)組

    上傳時(shí)間: 2016-10-21

    上傳用戶:moshushi0009

  • CppReference 對于c/c++的詳盡說明 C/C++ Reference General C/C++ Pre-processor commands Operator P

    CppReference 對于c/c++的詳盡說明 C/C++ Reference General C/C++ Pre-processor commands Operator Precedence Escape Sequences ASCII Chart Data Types Keywords Standard C Library Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Memory Other standard C functions All C Functions C++ C++ I/O C++ Strings C++ String Streams Miscellaneous C++ C++ Standard Template Library C++ Algorithms C++ Vectors C++ Double-Ended Queues C++ Lists C++ Priority Queues C++ Queues C++ Stacks C++ Sets C++ Multisets C++ Maps C++ Multimaps C++ Bitsets Iterators All C++ Functions

    標(biāo)簽: Pre-processor CppReference Reference Operator

    上傳時(shí)間: 2016-10-26

    上傳用戶:aeiouetla

  • mani: MANIfold learning demonstration GUI by Todd Wittman, Department of Mathematics, University of

    mani: MANIfold learning demonstration GUI by Todd Wittman, Department of Mathematics, University of Minnesota E-mail wittman@math.umn.edu with comments & questions. MANI Website: httP://www.math.umn.edu/~wittman/mani/index.html Last Modified by GUIDE v2.5 10-Apr-2005 13:28:36 Methods obtained from various authors. (1) MDS -- Michael Lee (2) ISOMAP -- J. Tenenbaum, de Silva, & Langford (3) LLE -- Sam Roweis & Lawrence Saul (4) Hessian LLE -- D. Donoho & C. Grimes (5) Laplacian -- M. Belkin & P. Niyogi (6) Diffusion Map -- R. Coifman & S. Lafon (7) LTSA -- Zhenyue Zhang & Hongyuan Zha

    標(biāo)簽: demonstration Mathematics Department University

    上傳時(shí)間: 2016-10-29

    上傳用戶:youmo81

  • The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce

    The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.

    標(biāo)簽: illustrates elimination Gaussian pivoting

    上傳時(shí)間: 2016-11-09

    上傳用戶:wang5829

  • The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce

    The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.

    標(biāo)簽: illustrates elimination Gaussian pivoting

    上傳時(shí)間: 2014-01-21

    上傳用戶:lxm

  • 簡單有限元計(jì)算程序。 NJF---結(jié)點(diǎn)自由度數(shù) E---彈性模量 NE---單元數(shù) T---板厚度 VM---泊松比 z---實(shí)型二維數(shù)組

    簡單有限元計(jì)算程序。 NJF---結(jié)點(diǎn)自由度數(shù) E---彈性模量 NE---單元數(shù) T---板厚度 VM---泊松比 z---實(shí)型二維數(shù)組,用來存放結(jié)點(diǎn)坐標(biāo) ZJ---實(shí)型二維數(shù)組,用來存放每個約束自由度方向和該方向的約束值, ie---實(shí)型二維數(shù)組,存放布爾矩陣 p---實(shí)型一維數(shù)組,先存放等效結(jié)點(diǎn)載荷,解完方程后存放輸出的結(jié)點(diǎn)位移 a,b,a---實(shí)型數(shù)組,存放各個單元的面積及由結(jié)點(diǎn)坐標(biāo)計(jì)算的bi,bj,ci,cj g---實(shí)型數(shù)組,存放單剛子塊 zk---實(shí)型二維數(shù)組,存放整剛矩陣

    標(biāo)簽: NJF NE VM 有限元

    上傳時(shí)間: 2014-01-24

    上傳用戶:cuibaigao

  • 對于初級C++學(xué)習(xí)者有些幫助的

    對于初級C++學(xué)習(xí)者有些幫助的,H.M.Deitel,P.J.Deitel著。周靖等譯。效果可能有些不好

    標(biāo)簽:

    上傳時(shí)間: 2014-01-07

    上傳用戶:xlcky

  • PIC HiTech_C_Mike_Pearces_DS1821_thermostatwith Dallas DS1821 Programmer and schematic. Tested on P

    PIC HiTech_C_Mike_Pearces_DS1821_thermostatwith Dallas DS1821 Programmer and schematic. Tested on PIC12C672

    標(biāo)簽: HiTech_C_Mike_Pearces_DS 1821 thermostatwith Programmer

    上傳時(shí)間: 2016-11-17

    上傳用戶:yyq123456789

  • 全稱是GB2312-80《信息交換用漢字編碼字符集 基本集》

    全稱是GB2312-80《信息交換用漢字編碼字符集 基本集》,1980年發(fā)布,是中文信 息處理的國家標(biāo)準(zhǔn),在大陸及海外使用簡體中文的地區(qū)(如新加坡等)是強(qiáng)制使用的唯 一中文編碼。P-Windows3.2和蘋果OS就是以GB2312為基本漢字編碼, Windows 95/98則 以GBK為基本漢字編碼、但兼容支持GB2312。

    標(biāo)簽: 2312 GB 80 信息交換

    上傳時(shí)間: 2016-11-18

    上傳用戶:王者A

主站蜘蛛池模板: 阳泉市| 威宁| 合水县| 红河县| 大埔县| 巴南区| 青海省| 正宁县| 顺义区| 福海县| 顺义区| 比如县| 泉州市| 西平县| 乌兰察布市| 南京市| 永胜县| 得荣县| 邯郸市| 惠东县| 南江县| 苍山县| 开封市| 安国市| 台东市| 泸西县| 军事| 岗巴县| 定安县| 章丘市| 巴中市| 屏南县| 武宁县| 拉孜县| 五大连池市| 浠水县| 土默特右旗| 宾川县| 阿荣旗| 庆云县| 抚松县|