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

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

add-ins

  • 微機實現異步通信是依靠適配器來完成的

    微機實現異步通信是依靠適配器來完成的,而后者又是以UART芯片,即通用異步收發器芯片為核心構成的。 IBM PC的異步通信適配器使用的UART芯片為INS 8250。

    標簽: 微機 異步通信 適配器

    上傳時間: 2016-09-20

    上傳用戶:a3318966

  • 自己做的程序

    自己做的程序,分享一下,希望大家多多指點,匯編語言學習的成果,包含了兩個源代碼,分別是(add和sub)

    標簽: 程序

    上傳時間: 2013-12-17

    上傳用戶:kristycreasy

  • 1.把"Web"文件夾內的文件拷貝到某個文件夾 2.在IIS中新建站點

    1.把"Web"文件夾內的文件拷貝到某個文件夾 2.在IIS中新建站點,指向該文件夾,如果新建虛擬路徑,會導致一些圖片的不正常顯示. 3."Database"文件夾內有數據庫文件hyb2bTest_Data.MDF,在Sql Server企業管理器中選擇"附加數據庫" 4.需要修改根目錄web.config文件 <add key="DBServer" value="."/>,改成當前數據庫地址 <add key="DBUser" value="sa"/>,改成當前數據庫用戶名 <add key="DBPwd" value="sa"/>,改成當前數據庫密碼 <add key="DBName" value="hyb2btest"/>,改成當前數據庫名稱 <add key="SQLConnString" value="server=. database=hyb2btest user id=sa pwd=sa Min Pool Size=10"/>,分別也換成當前數據庫的地址,用戶名、密碼以及數據庫名稱。 5.后臺登錄地址: 當前路徑+manage/index.aspx 帳戶:admin 密碼:admin 環境要求: Windows2000 / Windows2003 + IIS5 + .NET Framework 1.1 + MS SQL Server 2000 或各更高版本 演示地址:www.hyb2b.cn 電話:13061363607 MSN :huayousoft@hotmail.com

    標簽: Web IIS 中新 站點

    上傳時間: 2014-01-27

    上傳用戶:zhliu007

  • Because of the poor observability of Inertial Navigation System on stationary base, the estimation

    Because of the poor observability of Inertial Navigation System on stationary base, the estimation error of the azimuth will converge very slowly in initial alignment by means of Kalmari filtering, and making the time initial alignment is longer. In this paper, a fast estimation method of the azimuth error is creatively proposed for the initial alignment of INS on stationary base. On the basis of the the fast convergence of the leveling error, the azimuth error can be directly calculated. By means of this fast initial alignment method, the time of initial alignment is reduced greatly. The computer simulation results illustrate the efficiency of the method.

    標簽: observability Navigation estimation stationary

    上傳時間: 2014-01-03

    上傳用戶:wuyuying

  • 給VC增加多標簽功能,每個打開的文件顯示為一個標簽,可以快速切換文件.安裝后解壓語言文件到安裝目錄,可以實現多語言切換. === === "Window Tabs" (WndTabs) is

    給VC增加多標簽功能,每個打開的文件顯示為一個標簽,可以快速切換文件.安裝后解壓語言文件到安裝目錄,可以實現多語言切換. === === "Window Tabs" (WndTabs) is an add-in for Microsoft Visual C++ v6 family of products (VC5, VC6, eVC3, eVC4 and Visual Fortran). It adds a docking bar of tabs reflecting all of the opened windows in the workspace. You can switch between the windows by simply clicking on the tab. The tabs have extensive right-click context menus full of useful functions.

    標簽: WndTabs Window Tabs 標簽

    上傳時間: 2014-01-13

    上傳用戶:王者A

  • Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on

    Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution.

    標簽: Communications installation Atheros Driver

    上傳時間: 2016-10-27

    上傳用戶:hebmuljb

  • RISC狀態機由三個功能單元構成:處理器、控制器和存儲器。 RISC狀態機經優化可實現高效的流水線操作。 RISC 中的數據線為16位。 在數據存儲器中的0到15的位置放置16個隨機數

    RISC狀態機由三個功能單元構成:處理器、控制器和存儲器。 RISC狀態機經優化可實現高效的流水線操作。 RISC 中的數據線為16位。 在數據存儲器中的0到15的位置放置16個隨機數,求16個數的和,放在數據存儲器的16、17的位置,高位在前 對這16個數進行排序,從大到小放置在18到33的位置 求出前16個數的平均數,放在34的位置 基本指令有NOP, ADD, SUB, AND, RD, WR, BR,BC。 因為采用16位指令,有擴充的余地。

    標簽: RISC 狀態 處理器 控制器

    上傳時間: 2013-11-29

    上傳用戶:縹緲

  • 書系統地介紹MATLAB 7.0的混合編程方法和技巧。全書共分為13章。第1章和第2章介紹MATLAB的基礎知識

    書系統地介紹MATLAB 7.0的混合編程方法和技巧。全書共分為13章。第1章和第2章介紹MATLAB的基礎知識,第3章簡要介紹MATLAB混合編程,第4章至第9章分別介紹幾種典型的混合編程方法,包括C-MEX、MATLAB引擎、MAT數據文件共享、Mideva、Matrix和Add-in。第10章、第11章介紹MATLAB與Delphi和Excel的混合編程。第12章介紹MATLAB COM Builder,第13章以圖像處理為例介紹了一個綜合應用實例。    本書按混合編程的具體方法進行邏輯編排,自始至終用實例描述,每章著重闡述各種混合編程方法的實質和要點,同時穿插了作者多年使用MATLAB的經驗和體會。本書既適合初學者自學,也適用于高級MATLAB用戶,可作為高等數學、計算機、電子工程、數值分析、信息工程等課程的教學參考書,也可供上述領域的科研工作者參考。    本書所附光盤內容詳盡、實例豐富,包含MATLAB實例的源文件、函數/命令和注解以及程序實例。

    標簽: MATLAB 7.0 混合編程

    上傳時間: 2013-12-24

    上傳用戶:一諾88

  • MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems t

    MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems to read, write, and manipulate files on an MSDOS filesystem (typically a diskette). The following MSDOS commands are emulated: Mtool MSDOS name equivalent Description ----- ---- ----------- mattrib ATTRIB change MSDOS file attribute flags mcd CD change MSDOS directory mcopy COPY copy MSDOS files to/from Unix mdel DEL/ERASE delete an MSDOS file mdir DIR display an MSDOS directory mformat FORMAT add MSDOS filesystem to a low-level format mlabel LABEL make an MSDOS volume label. mmd MD/MKDIR make an MSDOS subdirectory mrd RD/RMDIR remove an MSDOS subdirectory mread COPY low level read (copy) an MSDOS file to Unix mren REN/RENAME rename an existing MSDOS file mtype TYPE display contents of an MSDOS file mwrite COPY low level write (copy) a Unix file to MSDOS

    標簽: collection programs version systems

    上傳時間: 2016-11-18

    上傳用戶:wlcaption

  • 由Visual C++ 4.2開發的一個DLL

    由Visual C++ 4.2開發的一個DLL,它擴展了ISAPI,允許你指定路徑訪問服務器。例如你的服務器名為MOOSEBOY,且ADD.DLL安裝在Web服務器的根目錄,你就可以使用URL:http://mooseboy/add.dll?

    標簽: Visual 4.2 DLL

    上傳時間: 2016-11-22

    上傳用戶:離殤

主站蜘蛛池模板: 宣威市| 阿鲁科尔沁旗| 南平市| 枣阳市| 新营市| 溧水县| 二手房| 滨州市| 十堰市| 宁明县| 诏安县| 北京市| 蕲春县| 曲阜市| 永宁县| 湘西| 彰化市| 乾安县| 民权县| 中方县| 榆树市| 山西省| 贵德县| 达尔| 新密市| 宁德市| 黑龙江省| 岳阳县| 武宣县| 安阳市| 陆川县| 易门县| 禹州市| 齐齐哈尔市| 姚安县| 专栏| 龙陵县| 乐东| 彭阳县| 昭平县| 大丰市|