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

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

module

module,n.[計]模塊;組件;模數(shù)。[網(wǎng)絡(luò)]模塊;模;模組。[專業(yè)]模塊[計算機科學技術(shù)];模塊[電子、通信與自動控制技術(shù)];構(gòu)件[農(nóng)業(yè)科學]。
  • 單片機的lcd驅(qū)動

    單片機的lcd驅(qū)動,測試過,matrix graphic display module driver

    標簽: lcd 單片機 驅(qū)動

    上傳時間: 2016-04-03

    上傳用戶:qunquan

  • 基于java技術(shù)的留言本

    基于java技術(shù)的留言本,采用MVC(module-View-Control)架構(gòu)

    標簽: java 留言本

    上傳時間: 2016-04-08

    上傳用戶:shinesyh

  • Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us

    Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It uses the Qt toolkit, but is able to use any other toolkit that a module is written for.

    標簽: Basic development environment interpreter

    上傳時間: 2016-05-18

    上傳用戶:ve3344

  • Real-Time Digital Signal Processing Implementations, Applications, and Experiments with the TMS320C

    Real-Time Digital Signal Processing Implementations, Applications, and Experiments with the TMS320C55x John Wiley & Sons, Inc. 2001 By Sen M. Kuo and Bob H. Lee 2.8.1 Experiment 2A - Interfacing C with Assembly Code 2.8.2 Experiment 2B - Addressing Mode Experiments 2.8.3 Experiment 2C - Experiments using TMS320C55x Evaluation module

    標簽: Implementations Applications Experiments Processing

    上傳時間: 2016-05-24

    上傳用戶:xhz1993

  • matlab 求解微分方程

    matlab 求解微分方程 ,This module Does FEM analysis of a field problem when the Governing differential equation

    標簽: matlab 微分方程

    上傳時間: 2016-06-02

    上傳用戶:二驅(qū)蚊器

  • 液晶顯示屏LCD作為一種功耗低、體積小、無輻射的顯示器件

    液晶顯示屏LCD作為一種功耗低、體積小、無輻射的顯示器件,近幾年被廣泛應用于各式各樣的嵌入式電子產(chǎn)品中,LCD可分為段位式、字符式和點陣式三種,其中,段位式LCD和字符式LCD只能用于字符和數(shù)字的簡單顯示,不能滿足圖形曲線和漢字顯示的要求,而點陣式LCD不僅可以顯示字符、數(shù)字,還可以顯示各種圖形、曲線及漢字,并且可以實現(xiàn)屏幕上下左右滾動動畫功能,分區(qū)開窗口、反轉(zhuǎn)、閃爍等功能,用途十分廣泛,為了簡化液晶顯示電路的設(shè)計和應用,生產(chǎn)廠家通常將液晶顯示單元、顯示控制器,顯示內(nèi)存和顯示驅(qū)動電路等裝配在一起,做成液晶顯示模塊LCD module(LCM)[1]。LCM對外提供標準數(shù)據(jù)和控制接口以及控制指令,本文以ATM12864C為例,介紹帶控制驅(qū)動器ST7920的液晶顯示模塊與Philips公司的ARM7微控制器LPC2214的接口設(shè)計及編程方法,并在此基礎(chǔ)詳細介紹在液晶顯示屏上顯示可連續(xù)滾動的中文菜單及菜單項反白選擇顯示的設(shè)計方法,并討論如何解決漢字顯示過程中出現(xiàn)的亂碼問題。

    標簽: LCD 液晶顯示屏 功耗 體積

    上傳時間: 2014-01-16

    上傳用戶:黑漆漆

  • 用VC和SQL Server開發(fā)的固定資產(chǎn)管理系統(tǒng)

    用VC和SQL Server開發(fā)的固定資產(chǎn)管理系統(tǒng),包括系統(tǒng)信息管理,固定資產(chǎn)管理和統(tǒng)計查詢管理三個大模塊-VC and SQL Server development of the fixed asset management system, including system information management, fixed asset management and statistics for the three management module

    標簽: Server SQL 管理系統(tǒng)

    上傳時間: 2016-06-29

    上傳用戶:SimonQQ

  • 一個經(jīng)典的權(quán)限管理系統(tǒng) FrameWork權(quán)限設(shè)計是將權(quán)限抽象分為(查看/新增/修改/刪除/排序/打印/備用A/備用B)共八個權(quán)限。當然

    一個經(jīng)典的權(quán)限管理系統(tǒng) FrameWork權(quán)限設(shè)計是將權(quán)限抽象分為(查看/新增/修改/刪除/排序/打印/備用A/備用B)共八個權(quán)限。當然,也可以根據(jù)需要來進行擴展。 在FrameWork中,每個模塊都會在module目錄下對應一個目錄(module目錄結(jié)構(gòu)參考)。 每個模塊目錄會對應到一個應用ID和模塊代碼。也就是說每個模塊都會對應到八個權(quán)限。每個模塊目錄通過其下的Web.config文件設(shè)定當前目錄所屬哪一個應用和模塊代碼,并在web.config中配置當前模塊目錄下文件對應的八個權(quán)限關(guān)系。 所有模塊目錄下的文件屬于八個權(quán)限中的哪一種權(quán)限,是在Web.config里配置的,如果模塊里的文件沒有在web.config中配對應的權(quán)限,則此文件默認屬于查看權(quán)限。當然,你也可以在aspx里進行權(quán)限的判斷定,我們也提供了在aspx里判斷權(quán)限八種權(quán)限對應的方法。

    標簽: FrameWork 權(quán)限 權(quán)限管理 抽象

    上傳時間: 2016-07-02

    上傳用戶:小儒尼尼奧

  • * acousticfeatures.m: Matlab script to generate training and testing files from event timeseries. *

    * acousticfeatures.m: Matlab script to generate training and testing files from event timeseries. * afm_mlpatterngen.m: Matlab script to extract feature information from acoustic event timeseries. * extractevents.m: Matlab script to extract event timeseries using the complete run timeseries and the ground truth/label information. * extractfeatures.m: Matlab script to extract feature information from all acoustic and seismic event timeseries for a given run and set of nodes. * sfm_mlpatterngen.m: Matlab script to extract feature information from esmic event timeseries. * ml_train1.m: Matlab script implementation of the Maximum Likelihood Training module. ?ml_test1.m: Matlab script implementation of the Maximum Likelihood Testing module. ?knn.m: Matlab script implementation of the k-Nearest Neighbor Classifier module.

    標簽: acousticfeatures timeseries generate training

    上傳時間: 2013-12-26

    上傳用戶:牛布牛

  • crc_table.c is for reset seed( 0000 ) crc_table_1.c is for reset seed( ffff) CRC16_D8_m.v is a ver

    crc_table.c is for reset seed( 0000 ) crc_table_1.c is for reset seed( ffff) CRC16_D8_m.v is a verilog module of byte paralle crc. CRC16_D8_m_tb.v is the testbench file of above module.

    標簽: crc_table reset seed for

    上傳時間: 2014-01-09

    上傳用戶:181992417

主站蜘蛛池模板: 陇西县| 札达县| 湖北省| 河源市| 太原市| 密山市| 色达县| 万年县| 赫章县| 汉中市| 沈丘县| 岳阳市| 阿鲁科尔沁旗| 东兰县| 青州市| 永德县| 冕宁县| 抚顺县| 舟曲县| 静海县| 栾川县| 吴川市| 晴隆县| 永年县| 民丰县| 张家口市| 陈巴尔虎旗| 阳山县| 永安市| 惠来县| 亳州市| 团风县| 萍乡市| 屯留县| 叙永县| 偏关县| 巫溪县| 清流县| 石首市| 安康市| 特克斯县|