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

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

while循環(huán)(huán)

  • PDA基本範(fàn)例是學(xué)習(xí)的最好例子

    PDA基本範(fàn)例是學(xué)習(xí)的最好例子,幫助更加了解此開發(fā)環(huán)境

    標(biāo)簽: PDA

    上傳時間: 2016-08-27

    上傳用戶:我干你啊

  • 《Symbian S60第3版手機(jī)程序開發(fā)與實用教程》光盤源代碼

    《Symbian S60第3版手機(jī)程序開發(fā)與實用教程》光盤源代碼,是學(xué)習(xí)Symbian 最好的源碼材料。采用Carbide IDE開發(fā),循序漸漸的引導(dǎo)你進(jìn)入Symbian的天堂

    標(biāo)簽: Symbian S60 手機(jī) 實用教程

    上傳時間: 2014-09-06

    上傳用戶:jiahao131

  • 單片機(jī)控制減速電機(jī)

    單片機(jī)控制減速電機(jī),紅外循跡,壁障,運(yùn)水,08年黑龍江電子大賽題目

    標(biāo)簽: 單片機(jī)控制 電機(jī)

    上傳時間: 2013-11-30

    上傳用戶:ruan2570406

  • If you d like to create web-based applications easily, then this book is for you. More importantly,

    If you d like to create web-based applications easily, then this book is for you. More importantly, it shows you how to do that with joy and feel good about your own work! You don t need to know servlet or JSP while your productivity will be much higher than using servlet or JSP directly. This is possible because we re going to use a library called "Tapestry" that makes complicated stuff simple and elegant.

    標(biāo)簽: applications importantly you web-based

    上傳時間: 2016-09-29

    上傳用戶:宋桃子

  • Google 推出一套免費的 Web 安全評估工具

    Google 推出一套免費的 Web 安全評估工具,叫做 ratproxy,這套工具可以檢測、分析您的網(wǎng)站是否有安全性漏洞或網(wǎng)頁是否有被入侵,目前可支援 Linux, FreeBSD, MacOS X, 與 Windows (Cygwin) 等執(zhí)行環(huán)境(反正就是 Unix-like 的環(huán)境啦)。 RatProxy 可偵測到的漏洞包括 Cross-site Scripting (XSS, 跨網(wǎng)站指令碼)、指令碼惡意置入(script inclusion issues), 惡意網(wǎng)頁內(nèi)容(content serving problems), insufficient XSRF 以及 XSS 防護(hù)(XSS defenses) 等。

    標(biāo)簽: Google Web

    上傳時間: 2016-09-30

    上傳用戶:LouieWu

  • This book is for you if You re no "dummy," and you need to get quickly up to speed in intermediate

    This book is for you if You re no "dummy," and you need to get quickly up to speed in intermediate to advanced C++ You ve had some experience in C++ programming, but reading intermediate and advanced C++ books is slow-going You ve had an introductory C++ course, but you ve found that you still can t follow your colleagues when they re describing their C++ designs and code You re an experienced C or Java programmer, but you don t yet have the experience to develop nuanced C++ code and designs You re a C++ expert, and you re looking for an alternative to answering the same questions from your less-experienced colleagues over and over again C++ Common Knowledge covers essential but commonly misunderstood topics in C++ programming and design while filtering out needless complexity in the discussion of each topic. What remains is a clear distillation of the essentials required for production C++ programming, presented in the author s trademark incisive, engaging style.

    標(biāo)簽: intermediate you quickly dummy

    上傳時間: 2014-01-09

    上傳用戶:wpwpwlxwlx

  • 1. 本程序使用一個定時器和任意 2 個 I/O 口模擬一個串行口。 2. 1位起始位

    1. 本程序使用一個定時器和任意 2 個 I/O 口模擬一個串行口。 2. 1位起始位,8位數(shù)據(jù)位,1位停止位。發(fā)數(shù)據(jù)位時先發(fā)低位。 3. 支持半雙工通訊。收、發(fā)波特率相同。 4. 應(yīng)把定時器中斷優(yōu)先級設(shè)置為最高級。 5. 本程序每接收一個字節(jié)后就把它放到一個隊列緩沖區(qū)中(也可使用環(huán)行緩沖區(qū)), 待緩沖區(qū)滿后,將緩沖區(qū)中的內(nèi)容原樣發(fā)回。這是為了測試多字節(jié)連續(xù)收發(fā)的 能力和簡化程序。實際應(yīng)用中應(yīng)防止緩沖區(qū)溢出。 6. 由接收轉(zhuǎn)換到發(fā)送時要先調(diào)用 soft_send_enable (); 由發(fā)送轉(zhuǎn)換到接收時要先調(diào)用 soft_receive_enable ()。 7. 發(fā)送最后一個字節(jié)后如果要立刻轉(zhuǎn)為接收,必須等待最后一個字節(jié)后發(fā)送完畢 while ( rs_f_TI == 0) // 等待最后一個字節(jié)發(fā)送完畢

    標(biāo)簽: 程序 定時器 串行口 模擬

    上傳時間: 2016-10-22

    上傳用戶:tonyshao

  • 精致、漂亮、實用的日歷選擇代碼

    精致、漂亮、實用的日歷選擇代碼,Calendar is a Javascript class that adds accessible and unobtrusive date-pickers to your form elements. This class is a compilation of many date-pickers I have implemented over the years and has been completely re-written for Mootools. I have tried to include all the features that have been most useful while streamlining the class itself to keep it as small as possible. Use the links below to see what features are available in Calendar and how it might enhance the accessibility, usability and validation of form elements on your website.

    標(biāo)簽: 代碼

    上傳時間: 2014-01-04

    上傳用戶:cc1

  • 89s51單片機(jī)控制繼電器! 由s51io口輸出低電平使三極管導(dǎo)通 從而控制繼電器閉合 #include <reg51.H> sbit P0_0=P0^0 sbit P1_

    89s51單片機(jī)控制繼電器! 由s51io口輸出低電平使三極管導(dǎo)通 從而控制繼電器閉合 #include <reg51.H> sbit P0_0=P0^0 sbit P1_7=P1^7 main() {while(1) { if (P0_0==0) P1_7==1 } }

    標(biāo)簽: sbit include 89s51 51

    上傳時間: 2013-12-17

    上傳用戶:xsnjzljj

  • jsp和xml。XML and JSP are two important tools available in producing a web application. This chapter e

    jsp和xml。XML and JSP are two important tools available in producing a web application. This chapter examines the potential of mixing these two technologies in order to enhance the capabilities of JSP. While this chapter will cover many things about XML, this chapter will not attempt to teach XML. Instead it focuses on how JSP and XML can be used together as a highly flexible and powerful tool. In general the usage of XML in these examples will be kept simple and should cause no problems for users who are starting XML.

    標(biāo)簽: application important available producing

    上傳時間: 2013-12-10

    上傳用戶:1427796291

主站蜘蛛池模板: 苗栗市| 柳州市| 白山市| 观塘区| 怀仁县| 庄浪县| 麟游县| 齐河县| 西乡县| 连山| 辽阳市| 绥中县| 景宁| 绥中县| 乌审旗| 铜梁县| 连平县| 左权县| 永胜县| 盐城市| 延津县| 西林县| 济宁市| 曲靖市| 含山县| 新龙县| 肥城市| 广宗县| 汉寿县| 博罗县| 海安县| 绥德县| 南昌市| 黄石市| 剑阁县| 克拉玛依市| 祁门县| 东城区| 专栏| 九龙坡区| 龙州县|