The Original USB 2.0 specification released on April 27, 2000 Errata to the USB 2.0 specification as of December 7, 2000 Mini-B connector Engineering Change Notice to the USB 2.0 specification. Pull-up/pull-down Resistors Engineering Change Notice to the USB 2.0 specification. Errata to the USB 2.0 specification as of May 28, 2002 Interface Association Descriptor Engineering Change Notice to the USB 2.0 specification. Rounded Chamfer Engineering Change Notice to the USB 2.0 specification as of October 8, 2003 Unicode Engineering Change Notice to the USB 2.0 specification as of February 21, 2005 Inter-Chip USB Supplement Revision 1.0 as of March 13, 2006 Revision 1.3 of the USB On-The-Go Supplement as of December 5, 2006 Revision 1.01 of the Micro-USB Cables and Connectors Specification as of April 4, 2007 USB 2.0 Link Power Management Addendum Engineering Change Notice to the USB 2.0 specification as of July 16, 2007.
標簽: specification 2.0 USB Original
上傳時間: 2013-12-31
上傳用戶:familiarsmile
插值 1.拉格朗日插值 2.有理函數插值 3.三次樣條插值 4.有序表的檢索法 5.插值多項式 6.二元拉格朗日插值 7.雙三次樣條插值
上傳時間: 2016-01-04
上傳用戶:star_in_rain
單片機C語言學習好資料 前言 2 基礎知識:單片機編程基礎 2 第一節:單數碼管按鍵顯示 4 第二節:雙數碼管可調秒表 6 第三節:十字路口交通燈 6 第四節:數碼管驅動 7 第五節:鍵盤驅動 8 第六節:低頻頻率計 14 第七節:電子表 17 第八節:串行口應用 17
上傳時間: 2014-01-18
上傳用戶:gdgzhym
梯形公式計算面積近似值:In=Tn=h/2(f(a)+f(b)) 變長梯形面積:T2n=Tn/2+h/2∑f(Xk+h/2) 辛普生面積:I2n=(4T2n-Tn)/3
上傳時間: 2016-01-06
上傳用戶:qw12
第1章——XML概覽 第2章——XML應用簡介 第3章——第一個XML文檔 第4章——數據的結構化 第5章——特性、空標記和XSL 第6章——結構完整的XML文檔 第7章——外國語言與非羅馬文字
上傳時間: 2016-01-10
上傳用戶:xhz1993
第三章 程序流程控制 主要內容1、if…else…選擇語句。 2、條件運算符。 3、SWITCH開關分支語句。 4、邏輯運算符。 5、循環語句。 6、自增自減運算。 7、break、continue、goto語句 8、運算符的優先級、結合性。
上傳時間: 2016-01-15
上傳用戶:stampede
arm 7 下的adc This is a Kernel module for uClinux 2.4.x . *
標簽: uClinux Kernel module This
上傳時間: 2016-01-16
上傳用戶:maizezhen
問題描述 序列Z=<B,C,D,B>是序列X=<A,B,C,B,D,A,B>的子序列,相應的遞增下標序列為<2,3,5,7>。 一般地,給定一個序列X=<x1,x2,…,xm>,則另一個序列Z=<z1,z2,…,zk>是X的子序列,是指存在一個嚴格遞增的下標序列〈i1,i2,…,ik〉使得對于所有j=1,2,…,k使Z中第j個元素zj與X中第ij個元素相同。 給定2個序列X和Y,當另一序列Z既是X的子序列又是Y的子序列時,稱Z是序列X和Y的公共子序列。 你的任務是:給定2個序列X、Y,求X和Y的最長公共子序列Z。
上傳時間: 2014-01-25
上傳用戶:netwolf
圖書館管理系統-功能: 1.數據智能查詢模塊; 2.數據自由統計功能; 3.數據統計圖; 4.借書限定功能; 5.借書超期自動提示功能; 6.直接SQL語句查詢數據; 7.修改表功能; 8.動態用戶授權管理。
上傳時間: 2014-12-01
上傳用戶:一諾88
% SSOR預處理的共軛梯度法求解方程Ax=b % 輸入參數說明 % A 正定矩陣[n*n] % b 右邊向量 % omega SSOR預處理參數(0--2) % Times 迭代次數 % errtol 給定誤差終止條件 % %輸出參數 % NewX 方程Ax=b的x近似解 % avgerr 求解的當前平均絕對誤差
上傳時間: 2013-12-19
上傳用戶:一諾88