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

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

MATRIX-chain

  • 用于刀具自動識別與實時追蹤技術的研究

    為了提高中小型制造企業(yè)的刀具管理水平,對刀具的自動識別與追蹤技術進行了研究,最終確定Data Matrix二維碼用于刀具的自動識別與追蹤技術。實際應用表明,該技術優(yōu)化了刀具資源管理過程,諸如減少刀具的加工準備時間等,加強了企業(yè)底層資源信息的采集與處理能力,降低了企業(yè)用刀成本,最終提高了企業(yè)生產率和綜合競爭力。

    標簽: 刀具 自動識別 追蹤

    上傳時間: 2013-12-20

    上傳用戶:huaidan

  • 無線和RF解決方案

    Linear Technology offers some of the highest performance RF and signal chain solutions for wireless and cellularinfrastructure. These products support worldwide standards including, LTE, WiMAX, GSM,W-CDMA, TD-SCDMA,CDMA, and CDMA2000. Other wireless systems include broadband microwave data links, secure communications,satellite receivers, broadband wireless access, wireless broadcast systems, RFID readers and cable infrastructure

    標簽: 無線 方案

    上傳時間: 2013-11-04

    上傳用戶:kiklkook

  • matlab 7.0軟件下載(免費破解版)

    matlab 7.0軟件下載(免費破解版):Matlab作為美國 MathWorks公司開發(fā)的用于概念設計,算法開發(fā),建模仿真,實時實現的理想的集成環(huán)境。是目前最好的科學計算類軟件。 作為和Mathematica、Maple并列的三大數學軟件。其強項就是其強大的矩陣計算以及仿真能力。要知道Matlab的由來就是Matrix + Laboratory = Matlab,所以這個軟件在國內也被稱作《矩陣實驗室》。 每次MathWorks發(fā)布Matlab的同時也會發(fā)布仿真工具Simulink。在歐美很多大公司在將產品投入實際使用之前都會進行仿真試驗,他們所主要使用的仿真軟件就是Simulink。 Matlab提供了自己的編譯器:全面兼容C以及Fortran兩大語言。 所以Matlab是工程師,科研工作者手上最好的語言,最好的工具和環(huán)境。 注:由于軟件較大,請在下載地址上,右鍵選擇迅雷或快車進行下載。否則可能會出現服務器忙。限制了同時下載人數,請下載時等待時機即可。

    標簽: matlab 7.0 軟件

    上傳時間: 2014-03-19

    上傳用戶:不懂夜的黑

  • WP264-在數字視頻應用中使用CPLD

      The CoolRunner-II CPLD is a highly uniform family of fast, low-power devices. Theunderlying architecture is a traditional CPLD architecture, combining macrocells intofunction blocks interconnected with a global routing matrix, the Xilinx AdvancedInterconnect Matrix (AIM). The function blocks use a PLA configuration that allowsall product terms to be routed and shared among any of the macrocells of the functionblock.

    標簽: CPLD 264 WP 數字

    上傳時間: 2013-11-03

    上傳用戶:1037540470

  • XAPP904 - CoolRunner-II特性LCD模塊接口

      There are many manufacturers of dot matrix LCD modules. However, most of these displaysare similar. They all have on-board controllers and drivers capable of displaying alpha numericsand a wide variety of other symbols (including Japanese "Katakana" characters). The internaloperation of LCD controller devices is determined by signals sent from a central processing unit(in this case, a CoolRunner-II CPLD).

    標簽: CoolRunner-II XAPP 904 LCD

    上傳時間: 2013-12-17

    上傳用戶:haiya2000

  • 設計模式

    設計模式,adapter,bridge,chain

    標簽: 設計模式

    上傳時間: 2014-01-19

    上傳用戶:qunquan

  • yright 2002 Cygnal Integrated Products, Inc. // // Filename: LIION_BC_MAIN.c // Target Device: 8051F

    yright 2002 Cygnal Integrated Products, Inc. // // Filename: LIION_BC_MAIN.c // Target Device: 8051F300 // Created: 11 SEP 2002 // Created By: DKC // Tool chain: KEIL Eval C51 // // This is a stand alone battery charger for a Lithium ION battery. // It utilizes a buck converter, controlled by the on-chip 8-bit PWM, // to provide constant current followed by constant voltage battery charge.

    標簽: LIION_BC_MAIN Integrated Filename Products

    上傳時間: 2013-12-23

    上傳用戶:牧羊人8920

  • This a Bayesian ICA algorithm for the linear instantaneous mixing model with additive Gaussian noise

    This a Bayesian ICA algorithm for the linear instantaneous mixing model with additive Gaussian noise [1]. The inference problem is solved by ML-II, i.e. the sources are found by integration over the source posterior and the noise covariance and mixing matrix are found by maximization of the marginal likelihood [1]. The sufficient statistics are estimated by either variational mean field theory with the linear response correction or by adaptive TAP mean field theory [2,3]. The mean field equations are solved by a belief propagation method [4] or sequential iteration. The computational complexity is N M^3, where N is the number of time samples and M the number of sources.

    標簽: instantaneous algorithm Bayesian Gaussian

    上傳時間: 2013-12-19

    上傳用戶:jjj0202

  • For the incomplete methods, we kept the representation of the queens by a table and the method of ca

    For the incomplete methods, we kept the representation of the queens by a table and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems than the representation by a matrix. heuristics: descent. Tests: 100 queens in less than 1 second and 67 iterations. 500 queens in 1 second and 257 iterations. 1000 queens in 11 seconds and 492 iterations. heuristics: Simulated annealing. Tests: 100 queens in less than 1 second and 47 iterations. 500 queens in 5 seconds and 243 iterations. 1000 queens in 13 seconds and 497 iterations. heuristics: based on Simulated Annealing. Tests: 100 queens in less than 1 second and 60 iterations. 500 queens in 1 second and 224 iterations. 1000 queens in 5 seconds and 459 iterations. 10 000 queens in 20 minutes 30 seconds and 4885 iterations.

    標簽: the representation incomplete methods

    上傳時間: 2015-05-05

    上傳用戶:1159797854

  • The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statisti

    The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This makes it suitable for updating regressions as more data become available. The module contains a test for singularities which is simpler and quicker than calculating the singular-value decomposition. An important feature of the algorithm is that it does not square the condition number. The matrix X X is not formed. Hence it is suitable for ill- conditioned problems, such as fitting polynomials. By taking advantage of the MODULE facility, it has been possible to remove many of the arguments to routines. Apart from the new function VARPRD, and a back-substitution routine BKSUB2 which it calls, the routines behave as in AS 274.

    標簽: least-squares unconstrained Statisti Applied

    上傳時間: 2015-05-14

    上傳用戶:aig85

主站蜘蛛池模板: 贵德县| 永嘉县| 河北省| 个旧市| 房产| 砚山县| 钟山县| 铁力市| 广西| 东乌珠穆沁旗| 图木舒克市| 武强县| 东乡县| 洪雅县| 汉中市| 邵阳县| 东辽县| 界首市| 怀集县| 栾城县| 娱乐| 胶州市| 龙南县| 遂平县| 同心县| 丘北县| 临安市| 新余市| 桦川县| 宁强县| 扶沟县| 鄯善县| 阿勒泰市| 内丘县| 乐陵市| 武宁县| 晋中市| 永和县| 延庆县| 扶余县| 扎囊县|