PDA基本範例是學習的最好例子,幫助更加了解此開發環境
標簽: PDA
上傳時間: 2016-08-27
上傳用戶:我干你啊
《Symbian S60第3版手機程序開發與實用教程》光盤源代碼,是學習Symbian 最好的源碼材料。采用Carbide IDE開發,循序漸漸的引導你進入Symbian的天堂
上傳時間: 2014-09-06
上傳用戶:jiahao131
單片機控制減速電機,紅外循跡,壁障,運水,08年黑龍江電子大賽題目
上傳時間: 2013-11-30
上傳用戶:ruan2570406
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.
標簽: applications importantly you web-based
上傳時間: 2016-09-29
上傳用戶:宋桃子
Google 推出一套免費的 Web 安全評估工具,叫做 ratproxy,這套工具可以檢測、分析您的網站是否有安全性漏洞或網頁是否有被入侵,目前可支援 Linux, FreeBSD, MacOS X, 與 Windows (Cygwin) 等執行環境(反正就是 Unix-like 的環境啦)。 RatProxy 可偵測到的漏洞包括 Cross-site Scripting (XSS, 跨網站指令碼)、指令碼惡意置入(script inclusion issues), 惡意網頁內容(content serving problems), insufficient XSRF 以及 XSS 防護(XSS defenses) 等。
上傳時間: 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 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.
標簽: intermediate you quickly dummy
上傳時間: 2014-01-09
上傳用戶:wpwpwlxwlx
1. 本程序使用一個定時器和任意 2 個 I/O 口模擬一個串行口。 2. 1位起始位,8位數據位,1位停止位。發數據位時先發低位。 3. 支持半雙工通訊。收、發波特率相同。 4. 應把定時器中斷優先級設置為最高級。 5. 本程序每接收一個字節后就把它放到一個隊列緩沖區中(也可使用環行緩沖區), 待緩沖區滿后,將緩沖區中的內容原樣發回。這是為了測試多字節連續收發的 能力和簡化程序。實際應用中應防止緩沖區溢出。 6. 由接收轉換到發送時要先調用 soft_send_enable (); 由發送轉換到接收時要先調用 soft_receive_enable ()。 7. 發送最后一個字節后如果要立刻轉為接收,必須等待最后一個字節后發送完畢 while ( rs_f_TI == 0) // 等待最后一個字節發送完畢
上傳時間: 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.
標簽: 代碼
上傳時間: 2014-01-04
上傳用戶:cc1
89s51單片機控制繼電器! 由s51io口輸出低電平使三極管導通 從而控制繼電器閉合 #include <reg51.H> sbit P0_0=P0^0 sbit P1_7=P1^7 main() {while(1) { if (P0_0==0) P1_7==1 } }
上傳時間: 2013-12-17
上傳用戶:xsnjzljj
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.
標簽: application important available producing
上傳時間: 2013-12-10
上傳用戶:1427796291