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

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

Binary

二進(jìn)制(Binary),是在數(shù)學(xué)和數(shù)字電路中以2為基數(shù)的記數(shù)系統(tǒng),是以2為基數(shù)代表系統(tǒng)的二進(jìn)位制。這一系統(tǒng)中,通常用兩個(gè)不同的符號(hào)0(代表零)和1(代表一)來(lái)表示[1]。發(fā)現(xiàn)者是萊布尼茨。數(shù)字電子電路中,邏輯門的實(shí)現(xiàn)直接應(yīng)用了二進(jìn)制,現(xiàn)代的計(jì)算機(jī)和依賴計(jì)算機(jī)的設(shè)備里都使用二進(jìn)制。每個(gè)數(shù)字稱為一個(gè)比特(Bit,Binarydigit的縮寫)[2]。
  • Back in 2002, the 6502 disappeared out of all catalogues. Wanted to know, if it s possible to buil

    Back in 2002, the 6502 disappeared out of all catalogues. Wanted to know, if it s possible to build a Binary compatible CPU with the things I had in the drawer: 74LS parts, 27C512 EPROMs and a fast static RAM from an old 80386 motherboard. Now here the results. Note, that the Bus timing is different from the 6502.

    標(biāo)簽: disappeared catalogues possible Wanted

    上傳時(shí)間: 2016-04-09

    上傳用戶:hn891122

  • sbgcop: Semiparametric Bayesian Gaussian copula estimation This package estimates parameters of a G

    sbgcop: Semiparametric Bayesian Gaussian copula estimation This package estimates parameters of a Gaussian copula, treating the univariate marginal distributions as nuisance parameters as described in Hoff(2007). It also provides a semiparametric imputation procedure for missing multivariate data. Version: 0.95 Date: 2007-03-09 Author: Peter Hoff Maintainer: Peter Hoff <hoff at stat.washington.edu> License: GPL Version 2 or later URL: http://www.stat.washington.edu/hoff CRAN checks: sbgcop results Downloads: Package source: sbgcop_0.95.tar.gz MacOS X Binary: sbgcop_0.95.tgz Windows Binary: sbgcop_0.95.zip Reference manual: sbgcop.pdf

    標(biāo)簽: Semiparametric estimation parameters estimates

    上傳時(shí)間: 2016-04-15

    上傳用戶:talenthn

  • sbgcop: Semiparametric Bayesian Gaussian copula estimation This package estimates parameters of a G

    sbgcop: Semiparametric Bayesian Gaussian copula estimation This package estimates parameters of a Gaussian copula, treating the univariate marginal distributions as nuisance parameters as described in Hoff(2007). It also provides a semiparametric imputation procedure for missing multivariate data. Version: 0.95 Date: 2007-03-09 Author: Peter Hoff Maintainer: Peter Hoff <hoff at stat.washington.edu> License: GPL Version 2 or later URL: http://www.stat.washington.edu/hoff CRAN checks: sbgcop results Downloads: Windows Binary: sbgcop_0.95.zip

    標(biāo)簽: Semiparametric estimation parameters estimates

    上傳時(shí)間: 2016-04-15

    上傳用戶:qilin

  • The core of Java(TM) technology, the Java virtual machine is an abstract computing machine that enab

    The core of Java(TM) technology, the Java virtual machine is an abstract computing machine that enables the Java(TM) platform to host applications on any computer or operating system without rewriting or recompiling. Anyone interested in designing a language or writing a compiler for the Java virtual machine must have an in-depth understanding of its Binary class format and instruction set. If you are programming with the Java programming language, knowledge of the Java virtual machine will give you valuable insight into the Java platform s security capabilities and cross-platform portability. It will increase your understanding of the Java programming language, enabling you to improve the security and performance of your programs.

    標(biāo)簽: machine Java technology computing

    上傳時(shí)間: 2016-05-03

    上傳用戶:zhenyushaw

  • ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is

    ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it s useful to implement "View file" feature in your Delphi/C++Builder application. The following view modes are implemented: Text, Binary, Hex, Unicode: all files, of unlimited size. Plain file dump is shown. Used ATBinHex component: only visible part of file is loaded into memory. Modes are suitable for huge files and files of unknown type. RTF/UTF-8: RTF and UTF-8 encoded texts. File is shown using RichEdit control. Image: all general image formats: BMP JPG ICO GIF PNG... File is shown using ATImageBox component. Multimedia: all file types supported by MS Windows Media Player: AVI MPEG WMV MP3... File is shown using WMP ActiveX control. Internet: all file types supported by MS Internet Explorer: HTML XML DOC XLS... File is shown using MSIE ActiveX control. Plugins: all files supported by Total Commander Lister plugins.

    標(biāo)簽: component ATViewer Builder various

    上傳時(shí)間: 2013-12-24

    上傳用戶:小鵬

  • 由三星的2442修改而來(lái),正確引導(dǎo)eboot,請(qǐng)注意用三星公版的硬件配置,具體可以參考QQ2440,因?yàn)槲以谛┢脚_(tái)上跑過,具體操作 1.target settings : post-linker:選

    由三星的2442修改而來(lái),正確引導(dǎo)eboot,請(qǐng)注意用三星公版的硬件配置,具體可以參考QQ2440,因?yàn)槲以谛┢脚_(tái)上跑過,具體操作 1.target settings : post-linker:選擇為 ARM fromELF 2.ARM assembler與 ARM c Compiler 的 architecture or processor 選擇為:ARM920T 3.ARM linker的 output:RO base為 0x00000000 (當(dāng)仿真時(shí)為:0x30000000),layout的 object/sysmbol:為2440init.o section:Init 4.ARM fromELF 的 output:format:plain Binary , output file name:nboot.bin 下面為全部源碼,注意用ADS編譯 2442addr.h 2442addr.inc 2442init.s 2442lib.c 2442lib.h 2442loader-1208.c 2442slib.h 2442slib.s Def.h k9s1208_s.s Memcfg.inc Nand.h Nand_mini.c Option.h Option.inc

    標(biāo)簽: post-linker settings target eboot

    上傳時(shí)間: 2016-05-06

    上傳用戶:moshushi0009

  • 多目標(biāo)遺傳算法程序 to run Demo files, is to run SGALAB_demo_*.m what s new: 1) Multiple-Objective GAs

    多目標(biāo)遺傳算法程序 to run Demo files, is to run SGALAB_demo_*.m what s new: 1) Multiple-Objective GAs VEGA NSGA NPGA MOGA 2) More TSP mutation and Crossover methods PMX OX CX EAX Boolmatrix 3) More selection methods Truncation tornament stochastic 4) mutation methods Binary single point int/real single point 5) encoding/decoding methods Binary integer/real messy gray DNA permuation to fix the plot bugs for 4001 , download this file and replace old files.

    標(biāo)簽: Multiple-Objective SGALAB_demo run files

    上傳時(shí)間: 2013-12-21

    上傳用戶:mhp0114

  • (1) 本光盤提供了書中案例的Java源代碼文件及編譯發(fā)布后的可執(zhí)行文件。 (2) 讀者可以使用文本編輯工具(例如Windows中的記事本)或Java編輯工具來(lái)打開和編輯Java源代碼文件。 (3

    (1) 本光盤提供了書中案例的Java源代碼文件及編譯發(fā)布后的可執(zhí)行文件。 (2) 讀者可以使用文本編輯工具(例如Windows中的記事本)或Java編輯工具來(lái)打開和編輯Java源代碼文件。 (3) 文件夾圖標(biāo)后的數(shù)字編號(hào)為章號(hào)。例如CH03,為第3章的內(nèi)容。 (4) 本光盤中,每章均含有打包發(fā)布的程序文件和案例的源代碼文件(第3章除外,另請(qǐng)注意第1章和第2章因內(nèi)容簡(jiǎn)單,所以光盤中沒有包含)。 (5) 直接雙擊各章“打包發(fā)布”文件夾中的BAT文件即可運(yùn)行相應(yīng)章的案例程序(注意必須已安裝JDK 1.5,并檢查Path環(huán)境變量中應(yīng)已經(jīng)有JDK路徑)。 (6) 也可以直接雙擊各章“打包發(fā)布”文件夾中的JAR文件來(lái)運(yùn)行相應(yīng)章的案例程序。但如果JAR文件已被RAR等壓縮軟件關(guān)聯(lián),則應(yīng)當(dāng)通過右擊JAR文件圖標(biāo),從快捷菜單中選擇【打開方式】|【選擇程序】|【推薦的程序】|【Java(TM) 2 Platform Standard Edition Binary】命令,來(lái)取消與其他壓縮軟件的關(guān)聯(lián)。取消后若JDK安裝配置無(wú)誤,即可直接雙擊JAR文件運(yùn)行應(yīng)用程序。 (7) 第11章中的database文件夾存放有該章的數(shù)據(jù)庫(kù)文件,運(yùn)行該章的程序前請(qǐng)首先配置數(shù)據(jù)源,配置方法請(qǐng)參考書中的講解。

    標(biāo)簽: Java Windows 源代碼 編輯

    上傳時(shí)間: 2016-07-31

    上傳用戶:Amygdala

  • (1) 本光盤提供了書中案例的Java源代碼文件及編譯發(fā)布后的可執(zhí)行文件。 (2) 讀者可以使用文本編輯工具(例如Windows中的記事本)或Java編輯工具來(lái)打開和編輯Java源代碼文件。 (3

    (1) 本光盤提供了書中案例的Java源代碼文件及編譯發(fā)布后的可執(zhí)行文件。 (2) 讀者可以使用文本編輯工具(例如Windows中的記事本)或Java編輯工具來(lái)打開和編輯Java源代碼文件。 (3) 文件夾圖標(biāo)后的數(shù)字編號(hào)為章號(hào)。例如CH03,為第3章的內(nèi)容。 (4) 本光盤中,每章均含有打包發(fā)布的程序文件和案例的源代碼文件(第3章除外,另請(qǐng)注意第1章和第2章因內(nèi)容簡(jiǎn)單,所以光盤中沒有包含)。 (5) 直接雙擊各章“打包發(fā)布”文件夾中的BAT文件即可運(yùn)行相應(yīng)章的案例程序(注意必須已安裝JDK 1.5,并檢查Path環(huán)境變量中應(yīng)已經(jīng)有JDK路徑)。 (6) 也可以直接雙擊各章“打包發(fā)布”文件夾中的JAR文件來(lái)運(yùn)行相應(yīng)章的案例程序。但如果JAR文件已被RAR等壓縮軟件關(guān)聯(lián),則應(yīng)當(dāng)通過右擊JAR文件圖標(biāo),從快捷菜單中選擇【打開方式】|【選擇程序】|【推薦的程序】|【Java(TM) 2 Platform Standard Edition Binary】命令,來(lái)取消與其他壓縮軟件的關(guān)聯(lián)。取消后若JDK安裝配置無(wú)誤,即可直接雙擊JAR文件運(yùn)行應(yīng)用程序。 (7) 第11章中的database文件夾存放有該章的數(shù)據(jù)庫(kù)文件,運(yùn)行該章的程序前請(qǐng)首先配置數(shù)據(jù)源,配置方法請(qǐng)參考書中的講解。

    標(biāo)簽: Java Windows 源代碼 編輯

    上傳時(shí)間: 2016-07-31

    上傳用戶:朗朗乾坤

  • (1) 本光盤提供了書中案例的Java源代碼文件及編譯發(fā)布后的可執(zhí)行文件。 (2) 讀者可以使用文本編輯工具(例如Windows中的記事本)或Java編輯工具來(lái)打開和編輯Java源代碼文件。 (3

    (1) 本光盤提供了書中案例的Java源代碼文件及編譯發(fā)布后的可執(zhí)行文件。 (2) 讀者可以使用文本編輯工具(例如Windows中的記事本)或Java編輯工具來(lái)打開和編輯Java源代碼文件。 (3) 文件夾圖標(biāo)后的數(shù)字編號(hào)為章號(hào)。例如CH03,為第3章的內(nèi)容。 (4) 本光盤中,每章均含有打包發(fā)布的程序文件和案例的源代碼文件(第3章除外,另請(qǐng)注意第1章和第2章因內(nèi)容簡(jiǎn)單,所以光盤中沒有包含)。 (5) 直接雙擊各章“打包發(fā)布”文件夾中的BAT文件即可運(yùn)行相應(yīng)章的案例程序(注意必須已安裝JDK 1.5,并檢查Path環(huán)境變量中應(yīng)已經(jīng)有JDK路徑)。 (6) 也可以直接雙擊各章“打包發(fā)布”文件夾中的JAR文件來(lái)運(yùn)行相應(yīng)章的案例程序。但如果JAR文件已被RAR等壓縮軟件關(guān)聯(lián),則應(yīng)當(dāng)通過右擊JAR文件圖標(biāo),從快捷菜單中選擇【打開方式】|【選擇程序】|【推薦的程序】|【Java(TM) 2 Platform Standard Edition Binary】命令,來(lái)取消與其他壓縮軟件的關(guān)聯(lián)。取消后若JDK安裝配置無(wú)誤,即可直接雙擊JAR文件運(yùn)行應(yīng)用程序。 (7) 第11章中的database文件夾存放有該章的數(shù)據(jù)庫(kù)文件,運(yùn)行該章的程序前請(qǐng)首先配置數(shù)據(jù)源,配置方法請(qǐng)參考書中的講解。

    標(biāo)簽: Java Windows 源代碼 編輯

    上傳時(shí)間: 2013-12-29

    上傳用戶:陽(yáng)光少年2016

主站蜘蛛池模板: 保山市| 洛宁县| 乌什县| 江门市| 湖口县| 新巴尔虎左旗| 乾安县| 沽源县| 东辽县| 黑龙江省| 景洪市| 商洛市| 太康县| 镇雄县| 娱乐| 万年县| 报价| 吴旗县| 广宗县| 托里县| 定边县| 灵石县| 长汀县| 安顺市| 云浮市| 老河口市| 奎屯市| 班玛县| 万载县| 吉首市| 嵊州市| 满城县| 长宁县| 杭锦旗| 保亭| 南木林县| 商河县| 神池县| 齐齐哈尔市| 山丹县| 萨嘎县|