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

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

mst-G

  • /*** *** *** *** *** *** *** *** *** *** *** *** **/ //**此映射表用來映射LED模塊不譯碼時

    /*** *** *** *** *** *** *** *** *** *** *** *** **/ //**此映射表用來映射LED模塊不譯碼時,顯示的字符和必須輸入的數據的關系 //**每段和對應比特位的關系見示意圖 // g // --- --- // b | a |f | | <---顯示0時點亮的段為gfedcb // --- // c | |e | | 那么寫入數據為0x7e // --- --- // d // bit: 7 6 5 4 3 2 1 0 // 段位: g f e d c b a

    標簽: LED 映射 模塊 譯碼

    上傳時間: 2013-11-25

    上傳用戶:

  • 基于"trace transform"的識別2D圖像的C++源程序

    基于"trace transform"的識別2D圖像的C++源程序, 主文件是tt.cpp, 在LINUX下可以用 g++ tt.cpp -o tt -O3進行編繹, 而且最后的結果也可以在MATLAB下顯示出來, This package presents C++ tools to the trace transform of a 2D image, and related objects, i.e. circuses and triple features, matlab tools to visualise these entities, and tools to check newly coded functionals. This version is released with a small number of functionals only.

    標簽: transform trace 識別 圖像

    上傳時間: 2013-12-23

    上傳用戶:redmoons

  • 在VC 6.0平臺下

    在VC 6.0平臺下,讀取G代碼文件,利用Boost中Regex正則表達式逐行提取數控G代碼中的數值,分析兩行G代碼之間各軸速度變化。提供保存分析結果功能

    標簽: 6.0

    上傳時間: 2014-01-23

    上傳用戶:hasan2015

  • 考察例1 4 - 8中的1 4個點。A中的最近點對為(b,h)

    考察例1 4 - 8中的1 4個點。A中的最近點對為(b,h),其距離約為0 . 3 1 6。B中最近點對為 (f, j),其距離為0 . 3,因此= 0 . 3。當考察 是否存在第三類點時,除d, g, i, l, m 以外 的點均被淘汰,因為它們距分割線x= 1的 距離≥ 。RA ={d, i, m},RB= {g, l},由 于d 和m 的比較區中沒有點,只需考察i 即可。i 的比較區中僅含點l。計算i 和l 的距離,發現它小于,因此(i, l) 是最近

    標簽:

    上傳時間: 2013-12-03

    上傳用戶:66666

  • 利用函數MadHG生成規則LDPC碼的校驗矩陣H

    利用函數MadHG生成規則LDPC碼的校驗矩陣H,其行重為6,列重為3,行數為列數一半(行數越大越好),H中任意兩列沒有圍長為4的圈,并得到H對應的生成矩陣G,可以保證mod(G*H ,2)=0。使用方法為:[H,G] = MadHG(m,n,x),x= 1(得到的G左半部分為單位陣) or 2(G右半部分為單位陣),

    標簽: MadHG LDPC 函數 矩陣

    上傳時間: 2013-12-06

    上傳用戶:xiaohuanhuan

  • 利用函數MadHG生成規則LDPC碼的校驗矩陣H

    利用函數MadHG生成規則LDPC碼的校驗矩陣H,其行重為6,列重為3,行數為列數一半(行數越大越好),H中任意兩列沒有圍長為4的圈,并得到H對應的生成矩陣G,可以保證mod(G*H ,2)=0。使用方法為:[H,G] = MadHG(m,n,x),x= 1(得到的G左半部分為單位陣) or 2(G右半部分為單位陣),

    標簽: MadHG LDPC 函數 矩陣

    上傳時間: 2015-10-12

    上傳用戶:hustfanenze

  • penMesh is a generic and efficient data structure for representing and manipulating polygonal meshes

    penMesh is a generic and efficient data structure for representing and manipulating polygonal meshes. OpenMesh is developed at the Computer Graphics Group, RWTH Aachen , as part of the OpenSGPlus project, is funded by the German Ministry for Research and Education ( BMBF), and will serve as geometry kernel upon which the so-called high level primitives (e.g. subdivision surfaces or progressive meshes) of OpenSGPlus are built. It was designed with the following goals in mind : Flexibility : provide a basis for many different algorithms without the need for adaptation. Efficiency : maximize time efficiency while keeping memory usage as low as possible. Ease of use : wrap complex internal structure in an easy-to-use interface.

    標簽: manipulating representing and efficient

    上傳時間: 2015-10-14

    上傳用戶:米卡

  • crc任意位生成多項式 任意位運算 自適應算法 循環冗余校驗碼(CRC

    crc任意位生成多項式 任意位運算 自適應算法 循環冗余校驗碼(CRC,Cyclic Redundancy Code)是采用多項式的 編碼方式,這種方法把要發送的數據看成是一個多項式的系數 ,數據為bn-1bn-2…b1b0 (其中為0或1),則其對應的多項式為: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:數據“10010101”可以寫為多項式 X7+X4+X2+1。 循環冗余校驗CRC 循環冗余校驗方法的原理如下: (1) 設要發送的數據對應的多項式為P(x)。 (2) 發送方和接收方約定一個生成多項式G(x),設該生成多項式 的最高次冪為r。 (3) 在數據塊的末尾添加r個0,則其相對應的多項式為M(x)=XrP(x) 。(左移r位) (4) 用M(x)除以G(x),獲得商Q(x)和余式R(x),則 M(x)=Q(x) ×G(x)+R(x)。 (5) 令T(x)=M(x)+R(x),采用模2運算,T(x)所對應的數據是在原數 據塊的末尾加上余式所對應的數據得到的。 (6) 發送T(x)所對應的數據。 (7) 設接收端接收到的數據對應的多項式為T’(x),將T’(x)除以G(x) ,若余式為0,則認為沒有錯誤,否則認為有錯

    標簽: crc CRC 多項式 位運算

    上傳時間: 2014-01-16

    上傳用戶:hphh

  • RTX-51 is a runtime library that, together with C51, allows real-time systems to be implemented for

    RTX-51 is a runtime library that, together with C51, allows real-time systems to be implemented for all processors of the 8051 family (e.g., 8051, 8052, 80515, etc.), except for the 8?C751 and 8?C752. RTX-251 extends the functionality of the RTX-51 to the new intel MCSÒ 251 family of processors. It is available as a set of runtime libraries supporting the binary and the source mode to be used with the C251.

    標簽: implemented real-time together runtime

    上傳時間: 2013-12-13

    上傳用戶:refent

  • Abstract:Noise frequency modulation(FM)jamming。which belongs to blanket jamming。is already become t

    Abstract:Noise frequency modulation(FM)jamming。which belongs to blanket jamming。is already become the main form ofnoise jamming at present。because the wideband was gained by it.Tne spectnlnl ofnoise FM jamming is analyzed by time domain autocorrelation method in this paper.It’S jamm g peculiarity and幾out— putting signal’S jamming peculiarity ale explained.At last,these time series models ofnoise FM jalllIIling sig— nal and幾outputting signal ale built.

    標簽: jamming modulation frequency Abstract

    上傳時間: 2015-10-17

    上傳用戶:lijinchuan

主站蜘蛛池模板: 德安县| 和林格尔县| 海盐县| 通州区| 城市| 韶关市| 苍南县| 闻喜县| 胶南市| 陆河县| 昭觉县| 资阳市| 琼海市| 永康市| 孝义市| 龙川县| 和田县| 昭平县| 金华市| 新巴尔虎左旗| 天长市| 水城县| 佛坪县| 沽源县| 苏尼特右旗| 岳阳县| 龙川县| 庆元县| 宁武县| 乐都县| 张家港市| 祁东县| 文安县| 象山县| 固原市| 旬阳县| 绥化市| 富蕴县| 岑溪市| 额尔古纳市| 民丰县|