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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

locate

  • The TAdrockSearchExpert is a utility designed to help you locate references o...

    The TAdrockSearchExpert is a utility designed to help you locate references o...

    標(biāo)簽: TAdrockSearchExpert references designed utility

    上傳時(shí)間: 2014-01-18

    上傳用戶:ghostparker

  • Basic function to locate and measure the positive peaks in a noisy data sets. Detects peaks by loo

    Basic function to locate and measure the positive peaks in a noisy data sets. Detects peaks by looking for downward zero-crossings in the smoothed third derivative that exceed SlopeThreshold and peak amplitudes that exceed AmpThreshold. Determines, position, height, and approximate width of each peak by least-squares curve-fitting the log of top part of the peak with a parabola.

    標(biāo)簽: peaks function positive Detects

    上傳時(shí)間: 2017-04-26

    上傳用戶:彭玖華

  • RTP file to locate important

    RTP file to locate important

    標(biāo)簽: important locate file RTP

    上傳時(shí)間: 2017-05-19

    上傳用戶:1109003457

  • RTP file to locate important

    RTP file to locate important

    標(biāo)簽: important locate file RTP

    上傳時(shí)間: 2014-01-10

    上傳用戶:gaome

  • 電臺(tái)維修模擬訓(xùn)練系統(tǒng)設(shè)計(jì)方法研究

    Methods for designing a maintenance simulation training system for certain kind of radio are introduced. Fault modeling method is used to establish the fault database. The system sets up some typical failures, follow the prompts trainers can locate the fault source and confirm the type to accomplish corresponding fault maintenance training. A training evaluation means is given to examining and evaluating the training performance. The system intuitively and vividly shows the fault maintenance process, it can not only be used in teaching, but also in daily maintenance training to efficiently improve the maintenance operation level. Graphical programming language LabVIEW is used to develop the system platform.

    標(biāo)簽: 電臺(tái)維修 模擬訓(xùn)練 方法研究 系統(tǒng)設(shè)計(jì)

    上傳時(shí)間: 2013-11-19

    上傳用戶:3294322651

  • PCA9544A 4channel I2C multiple

    The PCA9544A provides 4 interrupt inputs, one for each channeland one open drain interrupt output. When an interrupt is generated byany device, it will be detected by the PCA9544A and the interruptoutput will be driven LOW. The channel need not be active fordetection of the interrupt. A bit is also set in the control byte.Bits 4 – 7 of the control byte correspond to channels 0 – 3 of thePCA9544A, respectively. Therefore, if an interrupt is generated byany device connected to channel 2, the state of the interrupt inputs isloaded into the control register when a read is accomplished.Likewise, an interrupt on any device connected to channel 0 wouldcause bit 4 of the control register to be set on the read. The mastercan then address the PCA9544A and read the contents of thecontrol byte to determine which channel contains the devicegenerating the interrupt. The master can then reconfigure thePCA9544A to select this channel, and locate the device generatingthe interrupt and clear it. The interrupt clears when the deviceoriginating the interrupt clears.

    標(biāo)簽: 4channel multiple 9544A 9544

    上傳時(shí)間: 2014-12-28

    上傳用戶:潛水的三貢

  • 7種插值算法的c++代碼實(shí)現(xiàn)

    7種插值算法的c++代碼實(shí)現(xiàn),1 拉格朗日插值(POLINT) 2 有理函數(shù)插值(RATINT) 3 三次樣條插值(SPLINE(二階導(dǎo)數(shù)值)->SPLINT(函數(shù)值)) 4 有序表的檢索法(locate(二分法), HUNT(關(guān)聯(lián)法)) 5 插值多項(xiàng)式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 雙三次樣條插值(SPLIE2)

    標(biāo)簽: 插值 代碼 算法

    上傳時(shí)間: 2015-05-09

    上傳用戶:yph853211

  • · Develop clear, readable, well-documented and well-designed programs in the C Programming Language.

    · Develop clear, readable, well-documented and well-designed programs in the C Programming Language. · Develop software in the Unix/Linux using tools such as gcc, gdb, and make. · locate and interpreting “man pages” applicable to application-level system programming. · Use the POSIX/Unix API to system functions to manage process and sessions as well as use signals and pipes for inter-process communication. · Understanding how synchronization might become problematic in light of concurrency. · Understand how to communicate and cooperate with a project partner.

    標(biāo)簽: well-documented well-designed Programming Language

    上傳時(shí)間: 2015-08-16

    上傳用戶:yuchunhai1990

  • Linux命令大全

    Linux命令大全,包括:cat、 cd 、chmod 、chown、cp、cut 、 find 、less、ln 、locate、 ls 、more 等命令的詳細(xì)用法

    標(biāo)簽: Linux 命令

    上傳時(shí)間: 2016-01-26

    上傳用戶:gaome

  • 在這個(gè)題目中

    在這個(gè)題目中,我用了一個(gè)權(quán)值的方法來(lái)判斷怎樣安放防火裝置可以符合題目的要求 //每一個(gè)位置有一個(gè)權(quán)值,該權(quán)值表示這個(gè)位置所占有的行和列中有效的元素個(gè)數(shù),有效即是指若由墻隔開(kāi),則 //墻以及墻以外的位置不包括在內(nèi) //則可知權(quán)值數(shù)值越低,即這個(gè)位置所占有的行和列中有效的元素個(gè)數(shù)越少,那么該位置最適合放置防火裝置, //因此,將權(quán)值排序,得到安放防火裝置的位置優(yōu)先排列,按照該排列安放防火裝置,并用locate函數(shù)判斷該位置 //所在行和列的有效位置是否已經(jīng)安放過(guò)防火裝置,若已經(jīng)安放過(guò),則放棄放置 //以2代表防火裝置,最后計(jì)算地圖位置屬性值為2的元素個(gè)數(shù),即為所求 //算法中還有許多可以改進(jìn)的地方

    標(biāo)簽:

    上傳時(shí)間: 2014-01-04

    上傳用戶:wang5829

主站蜘蛛池模板: 澎湖县| 昆明市| 万盛区| 河源市| 敦化市| 株洲市| 萨迦县| 屏南县| 连州市| 汤原县| 新干县| 太康县| 湘乡市| 寻乌县| 建德市| 华蓥市| 崇明县| 田林县| 时尚| 福鼎市| 射阳县| 河曲县| 田阳县| 修文县| 定襄县| 塔城市| 安图县| 原平市| 福贡县| 岢岚县| 大厂| 尼木县| 罗江县| 峡江县| 壤塘县| 绥中县| 延庆县| 鹤壁市| 北票市| 玛纳斯县| 永州市|