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

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

c-u-boot

  • === ==== 關(guān)于本光盤 ========== Tinix: 書中所附代碼 其中很多目錄中除了包含源代碼(*.asm, *.inc, *.c, *.h)外

    === ==== 關(guān)于本光盤 ========== \Tinix: 書中所附代碼 其中很多目錄中除了包含源代碼(*.asm, *.inc, *.c, *.h)外,還有這樣一些文件: boot.bin 引導(dǎo)扇區(qū)(Boot Sector),可通過(guò) FloppyWriter 寫入軟盤(或軟盤映像)。 loader.bin LOADER,直接拷貝至軟盤(或軟盤映像)根目錄。 kernel.bin 內(nèi)核(Kernel),直接拷貝至軟盤(或軟盤映像)根目錄。 bochsrc.bxrc Bochs 配置文件,如果系統(tǒng)中安裝了 Bochs-2.1.1 可直接雙擊之運(yùn)行。其它細(xì)節(jié)請(qǐng)見(jiàn)書第 2.7 節(jié)。 godbg.bat 調(diào)試時(shí)可使用此批處理文件。它假設(shè) Bochs-2.1.1 安裝在 D:\Program Files\Bochs-2.1.1\ 中。 TINIX.IMG 軟盤映像。可直接通過(guò) Bochs 或者 Virtual PC 運(yùn)行。 *.com 可以在 DOS (必須為純 DOS) 下運(yùn)行的文件。 \Tools: 一些小工具 (在 VC6 下編譯通過(guò)) DescParser 描述符分析器,輸入描述符的值,可以得出起基址、界限、屬性等信息。 ELFParser ELF 文件分析器,可以列出一個(gè) ELF 文件的 ELF Header、 Program Header、Section Header 等信息。 FloppyWriter 用以寫引導(dǎo)扇區(qū),支持軟盤和軟盤映像。 KrnlChecker 用以檢查一個(gè) Tinix 內(nèi)核加載后位置是否正確。

    標(biāo)簽: Tinix asm inc 光盤

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

    上傳用戶:TF2015

  • 硬盤安裝Linux系統(tǒng)方法 boot.init 使用方法:顯示所有隱藏和受保護(hù)文件

    硬盤安裝Linux系統(tǒng)方法 boot.init 使用方法:顯示所有隱藏和受保護(hù)文件,把c盤下的boot.ini文件的只讀屬性改掉,然后打開(kāi),在最后加上如下一行字:c:\grldr=安裝Linux

    標(biāo)簽: Linux boot init 硬盤安裝

    上傳時(shí)間: 2016-10-10

    上傳用戶:cjl42111

  • The files in this directory comprise ANSI-C language reference implementations of the CCITT (Intern

    The files in this directory comprise ANSI-C language reference implementations of the CCITT (International Telegraph and Telephone Consultative Committee) G.711, G.721 and G.723 voice compressions. They have been tested on Sun SPARCstations and passed 82 out of 84 test vectors published by CCITT (Dec. 20, 1988) for G.721 and G.723. [The two remaining test vectors, which the G.721 decoder implementation for u-law samples did not pass, may be in error because they are identical to two other vectors for G.723_40.]

    標(biāo)簽: implementations directory reference comprise

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

    上傳用戶:Breathe0125

  • function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent fo

    function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100 % Max. iteration min_impro =1e-5 % Min. improvement c=3 [center, U, obj_fcn] = fcm(data, c) for i=1:max_iter if F(U)>0.98 break else w_new=eye(in_n,in_n) center1=sum(center)/c a=center1(1)./center1 deta=center-center1(ones(c,1),:) w=sqrt(sum(deta.^2)).*a for j=1:in_n w_new(j,j)=w(j) end data1=data*w_new [center, U, obj_fcn] = fcm(data1, c) center=center./w(ones(c,1),:) obj_fcn=obj_fcn/sum(w.^2) end end display(i) result=zeros(1,data_n) U_=max(U) for i=1:data_n for j=1:c if U(j,i)==U_(i) result(i)=j continue end end end

    標(biāo)簽: data function Exponent obj_fcn

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

    上傳用戶:ynzfm

  • I2C程序函數(shù)是采用軟件延時(shí)的方法產(chǎn)生SCL脈沖,對(duì)高晶振頻率要作一定的修改 C%NG#A1e0(本例是3us機(jī)器周期,如果系統(tǒng)對(duì)時(shí)間要求不是很重要的話,最好在每個(gè)單元讀寫結(jié)束時(shí)加個(gè)延時(shí)

    I2C程序函數(shù)是采用軟件延時(shí)的方法產(chǎn)生SCL脈沖,對(duì)高晶振頻率要作一定的修改 C%NG\#A1e0(本例是3us機(jī)器周期,如果系統(tǒng)對(duì)時(shí)間要求不是很重要的話,最好在每個(gè)單元讀寫結(jié)束時(shí)加個(gè)延時(shí), $`Z(Un+b0Tm0測(cè)試有子地址器件函數(shù),未測(cè)試無(wú)地址的器件,適合器件地址和子地址小于256的器件, 大于256的單元的器件可以自己改寫)。 td`U4A!~,L C0

    標(biāo)簽: I2C 3us SCL 延時(shí)

    上傳時(shí)間: 2017-01-01

    上傳用戶:wmwai1314

  • 44b0迷你boot

    44b0迷你boot,省去了中斷向量和C的初始化,用匯編初始化了串口0并顯示一個(gè)字符“3”,本例子的意圖在于讓您從一個(gè)全新的角度去理解44b0,激發(fā)您用ARM匯編的興趣,把44b0當(dāng)單片機(jī)用吧,讓困擾初學(xué)者的bootloader gundan 吧

    標(biāo)簽: 44b0 boot

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

    上傳用戶:stampede

  • metricmatlab ch­ ¬ ng 4 Ma trË n - c¸ c phÐ p to¸ n vÒ ma trË n

    metricmatlab ch­ ¬ ng 4 Ma trË n - c¸ c phÐ p to¸ n vÒ ma trË n. 4.1 Kh¸ i niÖ m: - Trong MATLAB d÷ liÖ u ® Ó ® ­ a vµ o xö lý d­ íi d¹ ng ma trË n. - Ma trË n A cã n hµ ng, m cét ® ­ î c gä i lµ ma trË n cì n  m. §­ î c ký hiÖ u An  m - PhÇ n tö aij cñ a ma trË n An  m lµ phÇ n tö n» m ë hµ ng thø i, cét j . - Ma trË n ® ¬ n ( sè ® ¬ n lÎ ) lµ ma trË n 1 hµ ng 1 cét. - Ma trË n hµ ng ( 1  m ) sè liÖ u ® ­ î c bè trÝ trª n mét hµ ng. a11 a12 a13 ... a1m - Ma trË n cét ( n  1) sè liÖ u ® ­ î c bè trÝ trª n 1 cét.

    標(biāo)簽: metricmatlab 203 184 tr

    上傳時(shí)間: 2017-07-29

    上傳用戶:來(lái)茴

  • 該程序演示了如何在各種USB FUNCTION之間進(jìn)行切換.一個(gè)典型的應(yīng)用就是把Windows Mobile/WINCE變成U盤使用. 注意設(shè)備一定要有支持USB Function Driver的硬

    該程序演示了如何在各種USB FUNCTION之間進(jìn)行切換.一個(gè)典型的應(yīng)用就是把Windows Mobile/WINCE變成U盤使用. 注意設(shè)備一定要有支持USB Function Driver的硬件(即USB Client Control),一般市面上的智能手機(jī)/PDA都具有此功能.該功能適用于WINCE5.0以上內(nèi)核. 使用Visual Studio 2005編譯.C#代碼.

    標(biāo)簽: USB FUNCTION Function Windows

    上傳時(shí)間: 2017-08-15

    上傳用戶:xhz1993

  • Memory allocation in C Dynamic memory allocation and the structures that implement it in C are so u

    Memory allocation in C Dynamic memory allocation and the structures that implement it in C are so universal that they re sometimes treated as a black box. In the real world of embedded systems, that may not be desirable or even possible.

    標(biāo)簽: allocation structures implement Dynamic

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

    上傳用戶:阿四AIR

  • 2.打開(kāi)“命令行提示符”; 3.輸入mysql –u root - p命令

    2.打開(kāi)“命令行提示符”; 3.輸入mysql –u root - p命令,然后輸入密碼進(jìn)入MySQL控制臺(tái); 4.輸入create database ch9命令,建立名為ch9的數(shù)據(jù)庫(kù); 5.輸入use ch9命令,對(duì)ch9數(shù)據(jù)庫(kù)進(jìn)行操作; 6.輸入source c:\ch9.sql命令,導(dǎo)入BBS論壇數(shù)據(jù)庫(kù)的建表代碼。

    標(biāo)簽: mysql root 命令行 命令

    上傳時(shí)間: 2017-09-24

    上傳用戶:Altman

主站蜘蛛池模板: 鄂托克前旗| 漳浦县| 察哈| 霞浦县| 会东县| 莒南县| 平阳县| 金乡县| 宣城市| 台山市| 印江| 板桥市| 会昌县| 蒙城县| 灌云县| 库伦旗| 会宁县| 汉川市| 镇远县| 兴化市| 江孜县| 焦作市| 巴里| 郴州市| 嘉峪关市| 阳泉市| 稻城县| 峨山| 临洮县| 阆中市| 韩城市| 微博| 遵义县| 库伦旗| 鄄城县| 大同市| 阿拉善右旗| 铜陵市| 宝兴县| 正宁县| 巴林右旗|