虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Value

  • 1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smd

    1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smdk2443\smdk2443.bat file set BSP_EVT1=1 -> set BSP_EVT1= In smdk2443\src\inc\bsp_cfg.h file #define EVT1 -> #define EVT0 2. Default system tick mode is changed. The Value is fixed tick. Fixed tick means that tick interrupt is occurred every 1ms. Variable tick means that timer interrupt period is changed when power mode is in idle. For changing to variable tick In smdk2443\src\inc\bsp_cfg.h file #define FIXEDTICK -> #define VARTICK In smdk2443\src\Common\Timer\Sources file SOURCES= timer_fixedtick.c watchdog.c -> SOURCES= timer_vartick.c watchdog.c

    标签: EVT0 followings BSP support

    上传时间: 2014-01-27

    上传用户:fnhhs

  • OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented i

    OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern. 9:62-66 1979). Thresholds are computed to maximize a separability criterion of the resultant classes in gray levels. OTSU(I) is equivalent to OTSU(I,2). By default, n=2 and the corresponding Iseg is therefore a binary image. The pixel Values for Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ... [Iseg,sep] = OTSU(I,n) returns the Value (sep) of the separability criterion within the range [0 1]. Zero is obtained only with images having less than n gray level, whereas one (optimal Value) is obtained only with n-Valued images.

    标签: OTSU segmentation Gray-level segmented

    上传时间: 2017-04-24

    上传用户:yuzsu

  • The 2D CFD Program NaSt2D The program is a 2D solver for the incompressible, transient Navier-Sto

    The 2D CFD Program NaSt2D The program is a 2D solver for the incompressible, transient Navier-Stokes equations including the temperature equation and free boundary problems. It uses finite differences for discretization on a structured equidistant staggered grid, central and upwind (donor-cell) discretization of the convective parts and an explicit time stepping scheme. The free boundary Value problems are treated with the MAC technique.

    标签: incompressible Navier-Sto The transient

    上传时间: 2013-11-30

    上传用户:xfbs821

  • VLSi KL partitioning Algorithm based programme for 100 nodes. It s dynamic progremme so by changing

    VLSi KL partitioning Algorithm based programme for 100 nodes. It s dynamic progremme so by changing the MAX Value we can change the number of nodes in the network.

    标签: partitioning Algorithm programme progremme

    上传时间: 2013-12-05

    上传用户:wweqas

  • < content="Hello,sik" Dim oFCKeditor Set oFCKeditor = New FCKeditor oFCKeditor.BasePath

    < content="Hello,sik" Dim oFCKeditor Set oFCKeditor = New FCKeditor oFCKeditor.BasePath = "../fckeditor/" oFCKeditor.ToolbarSet = "Default" oFCKeditor.Width = "550" oFCKeditor.Height = "400" oFCKeditor.Value = content oFCKeditor.Create "Content" >

    标签: oFCKeditor FCKeditor BasePath content

    上传时间: 2017-05-20

    上传用户:zhuoying119

  • ) Compression using huffman code -with a number of bits k per code word -provide huffma

    ) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is derived in a particular way based on the estimated probability of occurrence for each possible Value of the source symbol .Huffman coding uses a specific method for representing each symbol, resulting in a prefix code that expresses the most common characters using shorter strings of bits than those used for less common source symbols.The Huffman coding is a procedure to generate a binary code tree.

    标签: code Compression huffman provide

    上传时间: 2017-05-30

    上传用户:yuchunhai1990

  • Program to plot x(t) =1/2+∑_(n=1)^∞▒ (sinc⁡ 〖n/2〗 〖 cos 〗⁡ 〖2πnt/4〗 ) Include n-

    Program to plot x(t) =1/2+∑_(n=1)^∞▒ (sinc⁡ 〖n/2〗 〖 cos 〗⁡ 〖2πnt/4〗 ) Include n-Value (Number of Terms) in graph on plot. Show 2 graphs, original and simulated together.

    标签: 8289 Program Include 9618

    上传时间: 2014-01-03

    上传用户:tb_6877751

  • 很好的技术

    很好的技术,在web开发经常用到的Value和code间的对于页面和在数据库里的相互转化的解决方案

    标签:

    上传时间: 2017-07-13

    上传用户:lifangyuan12

  • The JavaServer Pages (JSP) Expression Language (EL) is a simple non-procedural scripting language

    The JavaServer Pages (JSP) Expression Language (EL) is a simple non-procedural scripting language that can be used to evaluate dynamic expressions within a JSP page. Each EL expression evaluates to a single Value that is then expressed as text in the output of the JSP (when used in template text), or passed as a Value to a JSP action. As such, it is ideal for adding dynamic elements to the HTML page (or other text output) generated by the execution of a JSP.

    标签: non-procedural JavaServer Expression scripting

    上传时间: 2017-07-13

    上传用户:dbs012280

  • This application can make a comparative analysis of two images using different methods: Logical

    This application can make a comparative analysis of two images using different methods: Logical Operators and singular Value decomposition (SVD). In conclusion, with this work we have tried to collect a few methods for differentiating textures.

    标签: application comparative different analysis

    上传时间: 2017-07-16

    上传用户:虫虫虫虫虫虫