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

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

Public-Resource

  • java的一個源代碼

    java的一個源代碼,、 public class ThunderBoltAct extends Canvas implements Runnable { private int TIMEOUT = 0 private final static int NUMERIC = 10000 //總分 private final static int INERRGAL = 60 //頻率 private final static int MAXBATTLE = 3 //最大飛機數 private final static int MAXBALLNUM = 30 //最多飛機子彈數 private final static int MAXCOPTERNUM = 16 //最大敵機數 private final static int MAXCOPTERBALLNUM = 16 //最多敵機子彈數 private final static int STEP = 1 private final static int MINCOPTER = 2 //最小敵機數

    標簽: java 源代碼

    上傳時間: 2016-04-26

    上傳用戶:jichenxi0730

  • 可連接SQL

    可連接SQL,ORACLE等數據庫。 首先建立SHOP用戶,密碼為SHOP,賦予連接和RESOURCE權限。再建立SHOP表空間,再建立表和觸發器(在SQL源代碼.doc里)并在PASSWORD表里添加新項name:‘admin ,psw: admin 這是管理員登陸帳戶。 剩余的就看幫助文件吧。

    標簽: SQL 連接

    上傳時間: 2013-12-28

    上傳用戶:lhw888

  • This package provides a complete http client library. It currently implements most of the relevant p

    This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included Codecs class contains coders and decoders for the base64, quoted-printable, URL-encoding, chunked and the multipart/form-data encodings. The whole thing is free, and licenced under the GNU Lesser General Public License (LGPL) (note that this is not the same as the GPL).

    標簽: implements currently complete provides

    上傳時間: 2014-01-16

    上傳用戶:siguazgb

  • 本程序是用JNI技術實現的讀取硬盤序列號

    本程序是用JNI技術實現的讀取硬盤序列號, 將ChenminDiskIDJoc.jar 加入環境變量 這兩個文件放入window 文件夾 或者JDK的bin文件夾 或者你的應用文件夾 DiskID32.dll DiskID.dll public static String chenmin.io.DiskID.Factory() 返回硬盤廠家 public static String chenmin.io.DiskID.DiskID() 返回硬盤序列號 ChenminDiskIDTest.bat 將啟動直接演示一個讀取硬盤序列號的測試 測試讀取硬盤序列號的源代碼在ChenminDiskIDTest.jar中

    標簽: JNI 程序 技術實現 序列號

    上傳時間: 2013-11-28

    上傳用戶:561596

  • The PXI Hardware Specification is authored and copyrighted by the PXI Systems Alliance. ... This is

    The PXI Hardware Specification is authored and copyrighted by the PXI Systems Alliance. ... This is the first public revision of the PXI specification.

    標簽: Specification copyrighted PXI Hardware

    上傳時間: 2013-12-19

    上傳用戶:cazjing

  • SimpliciTI™ -1.0.3.exe for CC11xx and CC25xx SimpliciTI is a simple low-power RF network proto

    SimpliciTI™ -1.0.3.exe for CC11xx and CC25xx SimpliciTI is a simple low-power RF network protocol aimed at small (<256) RF networks. Such networks typically contain battery operated devices which require long battery life, low data rate and low duty cycle and have a limited number of nodes talking directly to each other or through an access point or range extenders. Access point and range extenders are not required but provide extra functionality such as store and forward messages. With SimpliciTI the MCU resource requirements are minimal which results in the low system cost.

    標簽: SimpliciTI low-power network simple

    上傳時間: 2014-11-05

    上傳用戶:rishian

  • SimpliciTI™ -1.0.4.exe for CC2430 SimpliciTI is a simple low-power RF network protocol aimed

    SimpliciTI™ -1.0.4.exe for CC2430 SimpliciTI is a simple low-power RF network protocol aimed at small (<256) RF networks. Such networks typically contain battery operated devices which require long battery life, low data rate and low duty cycle and have a limited number of nodes talking directly to each other or through an access point or range extenders. Access point and range extenders are not required but provide extra functionality such as store and forward messages. With SimpliciTI the MCU resource requirements are minimal which results in the low system cost.

    標簽: SimpliciTI low-power protocol network

    上傳時間: 2016-05-21

    上傳用戶:R50974

  • C++名家精華.chm 我們用早期的C++語言編程。工作的第二天中午

    C++名家精華.chm 我們用早期的C++語言編程。工作的第二天中午,厭煩了讀職工手冊,于是我寫了一個工具類,里面包含一個原始指針作為成員變量: #include "xStruct.h" // definition of struct X class xWrapper { X* xItem public: xWrapper() : xItem(new X) { } ~xWrapper() { delete xItem } void dump() { /* dumps xItem to cout */ } } 當然了,使用這個類的程序由于內存問題總是時不時的崩潰,因為我違反三個重要設計原則之一:任何時候,只要你提供了析構函數、拷貝構造函數或賦值運算符中的一個,你通常需要三個都提供。([1]) “所以,”我自言自語道,“我必須自己處理拷貝和賦值問題。簡單地...auto_ptr有拷貝構造函數和賦值運算符,我可以拿過來用一下?!保阒涝缙贑++程序庫中的auto_ptr,是嗎?)

    標簽: chm 語言編程

    上傳時間: 2013-12-28

    上傳用戶:Amygdala

  • WINDOWS調試工具很強大

    WINDOWS調試工具很強大,但是學習使用它們并不容易。特別對于驅動開發者使用的WinDbg和KD這兩個內核調試器(CDB和NTSD是用戶態調試器)。本教程的目標是給予一個已經有其他調試工具使用經驗的開發者足夠信息,使其能通過參考WINDOWS調試工具的幫助文件進行內核調試。本文將假定開發者熟悉一般WINDOWS操作系統和進程的建立過程。 本文的重點是集成內核模式和用戶態模式的圖形化調試器WinDbg。KD在腳本和自動化調試中更有用,并且在資深程序員中擁有一定地位,但是本教程將集中討論WinDbg,只會偶爾提到KD。 本文討論的是Windows NT 4.0,Windows 2000或以后的版本,而且目標電腦的處理器基于X86架構。對于64位平臺,將不會特別提及。 總之,本教程由簡單介紹調試器的安裝開始,大體分成2部分,基礎知識和選擇技術?;A知識包括基本調試命令和常用調試命令。選擇技術是其他命令和在很多情況下都有用的調查方法。后者并不是調查象deadlocks, memory corruption或者resource leaks的唯一方法。第一次閱讀本教程,你可能會跳過選擇技術。你可以停止閱讀本教程而轉向微軟調試器討論組,也可以通過調試器的反饋e-mai解決更多的問題。

    標簽: WINDOWS 調試工具

    上傳時間: 2016-06-05

    上傳用戶:1159797854

  • 本程序執行后

    本程序執行后,創建一個能夠加載文字的面板,文字的內容是本地主機的IP地址的動態顯示。跑馬燈文字的大小和跑馬燈文字顯示的速度都可以在GatutTextCrawler.html文件里通過參數進行設置。 編程思路:首先,本練習因為要制作偵測IP的跑馬燈的實例,所以首先要生成程序界面:在函數public void init()中,首先通過語句s = getParameter("fontSize")和fontSize = s != null ? Integer.valueOf(s).intValue() : 12設置文字字體大小,然后進行字體設置和顯示速度設置,最后通過語句msgText = getParameter("preText")得到GatutTextCrawler.html文件中的字符串值。然后,得到主機IP地址,首先通過函數adds = InetAddress.getLocalHost().toString()得到主機的IP地址,最后在更新屏幕函數public void update(Graphics g)中通過實現跑馬燈效果。

    標簽: 程序

    上傳時間: 2016-06-06

    上傳用戶:miaochun888

主站蜘蛛池模板: 奉化市| 庆元县| 额济纳旗| 陆川县| 武冈市| 平湖市| 鹤山市| 蒙城县| 临武县| 黔西| 越西县| 灵台县| 庐江县| 伊金霍洛旗| 闸北区| 湘潭县| 安宁市| 宁津县| 祁东县| 古浪县| 金阳县| 海阳市| 特克斯县| 凌海市| 安福县| 平塘县| 防城港市| 若羌县| 广河县| 九台市| 贵南县| 阿城市| 延长县| 江津市| 南城县| 杂多县| 南宁市| 抚宁县| 绿春县| 诸暨市| 嵊泗县|