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

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

remote-delta

  • RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA

    RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware, including PCI (PCI Express), PCI Index/Data, Memory, Memory Index/Data, I/O Space, I/O Index/Data, Super I/O, Clock Generator, DIMM SPD, SMBus Device, CPU MSR Registers, ATA/ATAPI Identify Data, ACPI Tables Dump (include AML decode), Embedded Controller, USB Information and LPT Remote Access. And also an Command Window is provided to access hardware manually. Website1: http://rw.net-forces.com/ Website2: http://home.kimo.com.tw/ckimchan.tw/ Website3: http://jacky5488.myweb.hinet.net/ For best view, please change the screen resolution to 1024 x 768 (or above) pixels.

    標簽: engineers developers firmware hardware

    上傳時間: 2013-12-22

    上傳用戶:王楚楚

  • ADO連接數據庫字符串大全

    ADO連接數據庫字符串大全,(VP,Excel,文本,Sybase,.NET等)。This page contains sample ADO connection strings for ODBC DSN / DSN-Less, OLE DB Providers, Remote Data Services (RDS), MS Remote, MS DataShape.

    標簽: ADO 連接 數據庫 字符串

    上傳時間: 2015-08-13

    上傳用戶:com1com2

  • This MagicARM 2410 GPRS sample codes and BENQ M22 GPRS datasheet, the sample code inlcude GPRS dialu

    This MagicARM 2410 GPRS sample codes and BENQ M22 GPRS datasheet, the sample code inlcude GPRS dialup, GPRS SMS and GPRS Remote Control

    標簽: GPRS sample datasheet MagicARM

    上傳時間: 2014-01-19

    上傳用戶:GavinNeko

  • This serial client in JAVA allows sending, reading and writing of SMS via a serial COM port. The too

    This serial client in JAVA allows sending, reading and writing of SMS via a serial COM port. The tool uses the PDU SMS format. IRDA drivers are included. The functionality can be implemented into applications for remote alerting or SMS authentification.

    標簽: serial sending reading writing

    上傳時間: 2013-12-17

    上傳用戶:s363994250

  • 本程序分為界面和控制器核心兩部分 一、界面部分功能主要有: (1)顯示控制器核心數據和參數 (2)與用戶交互

    本程序分為界面和控制器核心兩部分 一、界面部分功能主要有: (1)顯示控制器核心數據和參數 (2)與用戶交互,可以調節初始輸入溫度值,并將溫度變化率清零以便進行新一輪的模擬。 界面使用了定時器。開啟模擬時候,每隔一秒,觸發一次計時器消息,完成下列工作: 1. 將界面上的當前溫度映射為模糊控制器的輸入溫度 2. 輸出當前溫度,當前溫度變化率 3. 調用模糊控制,得到控制器輸出值,將其乘以m_fFuelEffect (燃料輸出對溫度變化率的影響率,目前設置為0.3),得到變化率的變化,加到當前溫度變化率上,得到新的變化率。 4. 更新變化率,更新溫度。將結果映射到界面上。 5. 記錄相關數據并以圖形、數字方式輸出。 二、控制器核心用到的類有 (1)Rule_Func_Single 將簡單的函數包裝成類,方便后面使用。實現了 NB, NS, ZO, PS, PB 等梯形函數,以及常值函數。 (2)Grading_Func 繼承自Rule_Func_Single類,比基類增加一個輸入參數,指明梯形函數屬于Input, Delta或者Output 。 (3)Rule_Function 將兩個Grading_Func結合在一起,進行模糊與或模糊或等模糊邏輯操作,并輸出結果。

    標簽: 核心 程序 控制器

    上傳時間: 2014-11-01

    上傳用戶:Yukiseop

  • PeerSec Networks MatrixSSL?is an embedded SSL implementation designed for small footprint applicatio

    PeerSec Networks MatrixSSL?is an embedded SSL implementation designed for small footprint applications and devices. PeerSec Networks offers a fully supported, commercial version as well as an open source version that is available for download. PeerSec MatrixSSL allows secure management of remote devices. Several secure embedded Web servers also use MatrixSSL for their encryption layer.

    標簽: implementation applicatio MatrixSSL footprint

    上傳時間: 2014-01-18

    上傳用戶:561596

  • This book describes the following communications applications: Mail, Message Handler( MH), Transmiss

    This book describes the following communications applications: Mail, Message Handler( MH), Transmission ControlProtocol/ Internet Protocol(TCP/ IP), Basic Networking Utilities( BNU), and Asynchronous Terminal Emulation( ATE). It provides overviews, concepts, and procedures on receiving and sending mail and messages, transferring files( ftp command), printing files from and to a remote system, running commands on other systems, communicating between local and remote systems, and customizing the communications environment.

    標簽: communications applications Transmiss describes

    上傳時間: 2013-12-18

    上傳用戶:woshini123456

  • 遺傳算法程序 主要程序 ga.m 遺傳算法核心程序 BinaryExample.m 二進制編碼應用程序 FloatExample.m 浮點編碼的應用程序 相關算子及函數 in

    遺傳算法程序 主要程序 ga.m 遺傳算法核心程序 BinaryExample.m 二進制編碼應用程序 FloatExample.m 浮點編碼的應用程序 相關算子及函數 initializega.m 種群初始化函數 simpleXover.m 用于二進制編碼的簡單交叉算子 arithXover.m 用于浮點編碼的算術交叉算子 binaryMutation 用于二進制編碼的變異算子 nonMutation.m 用于浮點編碼的非均勻變異算子 roulette.m 輪盤選擇算子 normGeomSelect.m 標準化幾何分布排序選擇算子 maxGenTerm.m 以最大進化代數為判別條件的進化終止函數 calcbits.m 計算二進制編碼染色體串長度的函數 f2b.m 由浮點表達到二進制表達的轉換函數 b2f.m 由二進制表達到浮點表達的轉換函數 parse.m 字符串識別函數 delta.m 非均勻變異的變異量計算函數 exampleFn 一個二元函數 startup.m 進行路徑設置

    標簽: BinaryExample FloatExample 程序 算法

    上傳時間: 2014-01-20

    上傳用戶:cazjing

  • * This a simple tool to send/receive UDP packet based on a * free software developed by Neil Deas

    * This a simple tool to send/receive UDP packet based on a * free software developed by Neil Deason. * The purpose of program is to simulate a remote MGC So that the * SIP Message debugging/testing is possible.

    標簽: developed software receive simple

    上傳時間: 2014-12-06

    上傳用戶:teddysha

  • 一個3階的CIC內插濾波器

    一個3階的CIC內插濾波器,可作為delta sigma DAC升采樣率模塊,用于半帶濾波器后。

    標簽: CIC 內插 濾波器

    上傳時間: 2014-02-23

    上傳用戶:古谷仁美

主站蜘蛛池模板: 黑河市| 江门市| 台南市| 鲁山县| 合山市| 乌鲁木齐县| 安仁县| 安化县| 米易县| 邹平县| 彭山县| 靖远县| 永安市| 丹东市| 商城县| 丰城市| 阿鲁科尔沁旗| 纳雍县| 水富县| 鹿泉市| 白水县| 莲花县| 新密市| 迭部县| 白沙| 南昌县| 澜沧| 永仁县| 通化县| 呼图壁县| 哈密市| 大悟县| 肃宁县| 泰来县| 平远县| 墨竹工卡县| 白玉县| 五大连池市| 永吉县| 朝阳县| 徐州市|