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

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

start

  • This code outputs various NMEA strings to a com port. The code was originally used to test naviati

    This code outputs various NMEA strings to a com port. The code was originally used to test naviation programmes. First select the required com port and the required NMEA message string. There is a default starting position but this can be changed to suit just by typing in a new position. Click on the start button the current position displayed will change according to the speed and heading selected and the selected NMEA string will be output to the com port and will reflect the current position as displayed. There is a text box which is normally not visible. If you change this to visible the relevant NMEA string can be displayed.

    標(biāo)簽: code originally outputs naviati

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

    上傳用戶:熊少鋒

  • M16C interrupt settings and Initial code setting for HEW4 for renesas M16c...I coded and optimized.

    M16C interrupt settings and Initial code setting for HEW4 for renesas M16c...I coded and optimized. It will savr time to start a new app. (-:cool:-)

    標(biāo)簽: interrupt and for optimized

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

    上傳用戶:小草123

  • Using Trolltech s Qt you can build industrial-strength C++ applications that run natively on Window

    Using Trolltech s Qt you can build industrial-strength C++ applications that run natively on Windows, Linux/Unix, Mac OS X, and embedded Linux--without making source code changes. With this book Trolltech insiders have written a start-to-finish guide to getting great results with the most powerful version of Qt ever created: Qt 4.1.

    標(biāo)簽: industrial-strength applications Trolltech natively

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

    上傳用戶:邶刖

  • This book is for someone who wants to quickly master the basics of how to install, run, and maintai

    This book is for someone who wants to quickly master the basics of how to install, run, and maintain Linux on an Intel-based personal computer. All of the tools you need are included. Your computer should have a monitor, or display, keyboard, mouse, hard drive, floppy drive, and CD-ROM drive. Although you can jump right in and install Linux onto your hard drive, you should have some technical information about your computer and its hardware on hand before you start.

    標(biāo)簽: install someone quickly maintai

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

    上傳用戶:zhuoying119

  • A flasher for old nokia phones.you need to use a special interface for that not ptovided here in doc

    A flasher for old nokia phones.you need to use a special interface for that not ptovided here in doc.But is proved to be a good source info for thouse who want to start comunicate with a gsm phone

    標(biāo)簽: for interface ptovided flasher

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

    上傳用戶:xinzhch

  • If you need a simple program to time onscreen events this is it. Just click the window and it will

    If you need a simple program to time onscreen events this is it. Just click the window and it will start timing. Click again and it will stop.

    標(biāo)簽: onscreen program events simple

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

    上傳用戶:王小奇

  • Beginning with tips for the person who is programming with SQL for the first time, SQL Tips and Tech

    Beginning with tips for the person who is programming with SQL for the first time, SQL Tips and Techniques grows with your skills. You can start with Tip 1, "Understanding the Definition of a Database," and by the last Tip, "Displaying Image Data Stored Within a SQL Table," you will have covered all aspects of SQL.

    標(biāo)簽: with programming Beginning for

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

    上傳用戶:LIKE

  • 16進(jìn)制轉(zhuǎn)十進(jìn)制

    DATAS SEGMENT w dw 0 keybuf db 255      db 0      db 255 dup(0)      ;定義鍵盤輸入需要的緩沖區(qū) DATAS ENDS STACKS SEGMENT db 200 dup(?) STACKS ENDS CODES SEGMENT ASSUME CS:CODES,DS:DATAS,SS:STACKS start: MOV AX,DATAS MOV DS,AX mov dx,offset keybuf     ;用0a號(hào)功能,輸入一個(gè)字符串 mov ah,0ah               ;用回車結(jié)束 int 21h mov dl,0ah               ;再進(jìn)行換行,以便在下一行顯示轉(zhuǎn)換后的字符串  mov ah,2     int 21h ;  push ax ;   push dx ;      mov dl,cl ;     mov ah,02 ;     int 21h   ;   pop dx ;  pop ax mov bx,offset keybuf+1   ;取出字符串的字符個(gè)數(shù),作為循環(huán)的次數(shù) mov cl,[bx] mov ch,0     mov ax,0             again:  inc bx mov ax,[w] push bx mov bx,16 mul bx pop bx            ;是小寫(xiě)字母,則轉(zhuǎn)換為大寫(xiě)字母 mov [w],ax mov dl,[bx]             ;取出一個(gè)字符, cmp dl,'9' jbe lab1 cmp dl,'F' jbe lab2 sub dl,32 lab2: sub dl ,07h lab1:  sub dl,30h add [w],dx  loop again   mov ax,[w]  mov bx,-1 push bx mov bx,10 lab3 :mov dx,0 div bx  push dx cmp ax,0 jnz lab3 lab5: pop dx cmp dx,-1 jz lab4 add dl,30h mov ah,02 int 21h        jmp  lab5            ;循環(huán),處理完整個(gè)字符串 lab4:  MOV AH,4CH INT 21H CODES ENDS END start

    標(biāo)簽: 匯編

    上傳時(shí)間: 2015-04-02

    上傳用戶:wcc0310

  • msp430測(cè)信號(hào)頻率代碼

    msp430代碼,精確測(cè)量信號(hào)頻率 程序描述:利用Timer_A捕獲脈沖寬度  利用MSP430單片機(jī)定時(shí)器A和捕獲/比較功能模塊結(jié)合使用,實(shí)現(xiàn)脈沖寬度的測(cè)量 程序用到了定時(shí)器A的CCI1A端口(MSP430F14X的P1.2引腳)作捕獲外部輸入 的脈沖電平跳變,start,end,兩個(gè)個(gè)變量來(lái)計(jì)算脈沖寬度

    標(biāo)簽: msp430測(cè)信號(hào)頻率代碼

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

    上傳用戶:66998877

  • samba服務(wù)器實(shí)驗(yàn)指導(dǎo)

    第一節(jié)、samba是干什么的?它有什么用? Samba(SMB是其縮寫(xiě)) 是一個(gè)網(wǎng)絡(luò)服務(wù)器,它是Linux作為本地服務(wù)器最重要的一個(gè)服務(wù),用于Linux和Windows共享文件之用;Samba可以用于Windows和 Linux之間的共享文件,也一樣用于Linux和Linux之間的共享文件;不過(guò)對(duì)于Linux和Linux之間共享文件有更好的網(wǎng)絡(luò)文件系統(tǒng) NFS,NFS也是需要架設(shè)服務(wù)器的; 2、安裝及服務(wù)操作命令 安裝samba程序非常簡(jiǎn)單,使用rpm -q samba查看當(dāng)前系統(tǒng)是否已經(jīng)安裝了samba軟件。 如果沒(méi)有那就進(jìn)入光盤,rpm -ivh *samba*.rpm即可。 仔細(xì)說(shuō)下安裝的包: samba-common-3.0.28-0.el5.8    //samba服務(wù)器和客戶端中的最基本文件 samba-3.0.28-0.el5.8           //samba服務(wù)器核心軟件包 system-config-samba-1.2.39-1.el5     //samba圖形配置界面 samba-client-3.0.28-0.el5.8          //samba客戶端軟件   啟動(dòng)、暫停和停止服務(wù): /etc/init.d/smb start /etc/init.d/smb stop /etc/init.d/smb restart 或 service smb start service smb stop service smb restart   第二節(jié)、由最簡(jiǎn)單的一個(gè)例子說(shuō)起,匿名用戶可讀可寫(xiě)的實(shí)現(xiàn) 第一步: 更改smb.conf 我們來(lái)實(shí)現(xiàn)一個(gè)最簡(jiǎn)單的功能,讓所有用戶可以讀寫(xiě)一個(gè)Samba 服務(wù)器共享的一個(gè)文件夾;我們要改動(dòng)一下smb.conf ;首先您要備份一下smb.conf文件; [root@localhost ~]# cd /etc/samba [root@localhost samba]# cp smb.conf smb.conf.bak [root@localhost samba]# vi smb.conf 或geidt smb.conf & 然后我們把下面這段寫(xiě)入smb.conf中:   [global] workgroup = WORKGROUP netbios name = Liukai server string = Liukai's Samba Server security = share [test]         path = /opt/test         writeable = yes         browseable = yes         guest ok = yes 注解: [global]這段是全局配置,是必段寫(xiě)的。其中有如下的幾行; workgroup 就是Windows中顯示的工作組;在這里我設(shè)置的是WORKGROUP (用大寫(xiě)); netbios name 就是在Windows中顯示出來(lái)的計(jì)算機(jī)名; server string 就是Samba服務(wù)器說(shuō)明,可以自己來(lái)定義;這個(gè)不是什么重要的; security 這是驗(yàn)證和登錄方式,這里我們用了share ;驗(yàn)證方式有好多種,這是其中一種;另外一種常用的是user的驗(yàn)證方式;如果用share呢,就是不用設(shè)置用戶和密碼了; [test] 這個(gè)在Windows中顯示出來(lái)是共享的目錄; path = 可以設(shè)置要共享的目錄放在哪里; writeable 是否可寫(xiě),這里我設(shè)置為可寫(xiě); browseable 是否可以瀏覽,可以;可以瀏覽意味著,我們?cè)诠ぷ鹘M下能看到共享文件夾。如果您不想顯示出來(lái),那就設(shè)置為 browseable=no,guest ok 匿名用戶以guest身份是登錄; 第二步:建立相應(yīng)目錄并授權(quán) [root@localhost ~]# mkdir -p /opt/test [root@localhost ~]# id nobody uid=99(nobody) gid=99(nobody) groups=99(nobody) [root@localhost ~]# chown -R nobody:nobody /opt/test 注釋:關(guān)于授權(quán)nobody,我們先用id命令查看了nobody用戶的信息,發(fā)現(xiàn)他的用戶組也是nobody,我們要以這個(gè)為準(zhǔn)。有些系統(tǒng)nobody用戶組并非是nobody ; 第三步:?jiǎn)?dòng)服務(wù)器 第四步:訪問(wèn)Samba 服務(wù)器的共享; 1、在Linux 中您可以用下面的命令來(lái)訪問(wèn); [root@localhost ~]# smbclient -L //liukai或 smbclient //192.168.0.94/test Password: 注:直接按回車 2、在Windows中,您可以用下面的辦法來(lái)訪問(wèn); \\liukai  或  \\192.168.0.94 3、說(shuō)明:如果用了netbiosname,就可以用“\\主機(jī)名”來(lái)訪問(wèn),如果沒(méi)用netbiosname,就不能用主機(jī)名訪問(wèn)。   第三節(jié)、簡(jiǎn)單的密碼驗(yàn)證服務(wù)器 修改smb.conf文件: security = user guest account = liukai encrypt passwords = yes smb passwd file = /etc/samba/smbpasswd 然后,建立一個(gè)新用戶 useradd liukai passwd liukai 成功后,cat /etc/passwd | mksmbpasswd.sh > /etc/samba/smbpasswd smbpasswd -a liukai 這就成功地添加了一個(gè)smb用戶。 重啟服務(wù),使用這個(gè)用戶進(jìn)行登錄即可。    

    標(biāo)簽: samba 嵌入式

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

    上傳用戶:yangkang1192

主站蜘蛛池模板: 墨脱县| 敖汉旗| 寿宁县| 嘉定区| 栖霞市| 长治县| 景德镇市| 家居| 连云港市| 宁晋县| 永济市| 冷水江市| 乐陵市| 巴林左旗| 凉山| 文登市| 武清区| 安丘市| 岳普湖县| 裕民县| 登封市| 五华县| 伊吾县| 喀喇沁旗| 永丰县| 浏阳市| 澎湖县| 会昌县| 台前县| 安徽省| 宣武区| 岐山县| 汤原县| 松桃| 县级市| 泾川县| 盐亭县| 临颍县| 神木县| 万山特区| 米脂县|