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

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

StRing-include

  • This ZIP archive includes the sources (and executable) for the FileTest utility, written by Ladisla

    This ZIP archive includes the sources (and executable) for the FileTest utility, written by Ladislav Zezula. The archive also includes the source of a general purpose "Utils" lib which contains some generally useful functions and is also necessary to build the executable. The project and library are made for MS Visual C 6.0 and Visual Studio 7.0. All necessary headers should be included (you will not need to include NT DDK or IFS headers).

    標(biāo)簽: executable the FileTest includes

    上傳時間: 2014-01-25

    上傳用戶:ccclll

  • IDE開發(fā)環(huán)境

    IDE開發(fā)環(huán)境,可以掛載SDCC The BASIC IDE is a new, RAD (Rapid Application Development) IDE (Integrated Development Environment) for the RapidQ programming language. The IDE currently has rich project options, a form designer (similar to Delphi s), and code editor. The BASIC IDE is being coded in Borland® Delphi® . We are currently using Delphi 6, but you should be able to use Delphi 3 or later (Delphi 7 included). Some of the BASIC IDEs features include: Form Designer with support for all of RapidQ s components Flexible Code Editor Project Management Written in OO (Object Oriented) Delphi. Some future items that we are working on are: Code Tip Code Completion CVS Integration Code Editor Macros Point-and-Click access to subroutines, functions, and variables

    標(biāo)簽: IDE 開發(fā)環(huán)境

    上傳時間: 2016-07-05

    上傳用戶:dapangxie

  • 在ext2文件系統(tǒng)中

    在ext2文件系統(tǒng)中,文件由inode(包含有文件的所有信息)進(jìn)行唯一標(biāo)識。一個文件可能對應(yīng)多個文件名,只有在所有文件名都被刪除后,該文件才會被刪除。此外,同一文件在磁盤中存放和被打開時所對應(yīng)的inode是不同的,并由內(nèi)核負(fù)責(zé)同步。 ext2 文件卷中的數(shù)據(jù)結(jié)構(gòu)主要包括:superblock 塊、組描述符、inode等。 ext2文件系統(tǒng)采用三級間接塊來存儲數(shù)據(jù)塊指針,并以塊(block,默認(rèn)為1KB)為單位分配空間。其磁盤分配策略是盡可能將邏輯相鄰的文件分配到磁盤上物理相鄰的塊中,并盡可能將碎片分配給盡量少的文件,以從全局上提高性能。ext2文件系統(tǒng)將同一目錄下的文件(包括目錄)盡可能的放在同一個塊組中,但目錄則分布在各個塊組中以實現(xiàn)負(fù)載均衡。在擴展文件時,會盡量一次性擴展8個連續(xù)塊給文件。 ext2系統(tǒng)中對各個結(jié)構(gòu)的定義都包含在源代碼的include/linux/ext2_fs.h文件中。

    標(biāo)簽: ext2 文件系統(tǒng)

    上傳時間: 2016-07-06

    上傳用戶:yoleeson

  • 本程序是用JNI技術(shù)實現(xiàn)的讀取硬盤序列號 將ChenminDiskIDJoc.jar 加入環(huán)境變量 這兩個文件放入window 文件夾 或者JDK的bin文件夾 或者你的應(yīng)用文件夾 DiskID

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

    標(biāo)簽: ChenminDiskIDJoc DiskID window JNI

    上傳時間: 2014-01-04

    上傳用戶:yy541071797

  • md5加解密 System.out.println("解密后的二進(jìn)串:" + byte2hex(clearByte)+" ") System.out.println("解密后的字符串

    md5加解密 System.out.println("解密后的二進(jìn)串:" + byte2hex(clearByte)+"\n") System.out.println("解密后的字符串:" + (new String(clearByte))+"\n")

    標(biāo)簽: println System clearByte out

    上傳時間: 2016-07-13

    上傳用戶:jkhjkh1982

  • The Rails Cookbook is is packed with the solutions you need to be a proficient developer with Rails,

    The Rails Cookbook is is packed with the solutions you need to be a proficient developer with Rails, the leading framework for building the new generation of Web 2.0 applications. Recipes range from the basics, like installing Rails and setting up your development environment, to the latest techniques, such as developing RESTful web services. Topics include: . Modeling data with the ActiveRecord library . Setting up views with ActionView and RHTML templates . Building your application s logic into ActionController . Testing and debugging your Rails application . Building responsive web applications using JavaScript and Ajax . Ensuring that your application is security and performs well . Deploying your application with Mongrel and Apache . Using Capistrano to automate deployment . Using the many Rails plugins Working with graphics

    標(biāo)簽: Rails with proficient developer

    上傳時間: 2013-12-23

    上傳用戶:pkkkkp

  • 多年來

    多年來,通常的做法是直接從內(nèi)核源代碼中復(fù)制出“原始”的內(nèi)核頭文件,放在 /usr/include 中使用。但是最近幾年,內(nèi)核開發(fā)人員強烈要求停止這種做法。因此誕生了 Linux-Libc-Headers 項目,其目的就是維護(hù)一個API版本穩(wěn)定的內(nèi)核頭文件。

    標(biāo)簽:

    上傳時間: 2013-12-22

    上傳用戶:qlpqlq

  • 在TC下使用鼠標(biāo)的例子

    在TC下使用鼠標(biāo)的例子,調(diào)試環(huán)境為TC2.0或者TC3.0。運行這個程序需要tc提供的幾個頭文件。建議修改options菜單中的include目錄項到tc的include的目錄下,或把源程序拷貝到tc目錄下運行。

    標(biāo)簽: 鼠標(biāo)

    上傳時間: 2014-01-14

    上傳用戶:ayfeixiao

  • APPCCFG.H vc++的頭文件

    APPCCFG.H vc++的頭文件,要放到vc98/include里面去

    標(biāo)簽: APPCCFG vc 頭文件

    上傳時間: 2014-01-07

    上傳用戶:mhp0114

  • 學(xué)員成績管理系統(tǒng)(設(shè)計+代碼)。用Java編寫一個程序?qū)崿F(xiàn)學(xué)員成績管理

    學(xué)員成績管理系統(tǒng)(設(shè)計+代碼)。用Java編寫一個程序?qū)崿F(xiàn)學(xué)員成績管理,每個學(xué)員包括3門課的成績,從鍵盤輸入學(xué)員信息(最多輸入20個,但最少并不知道),包括學(xué)號(String)姓名(String) 三門課成績(用整形數(shù)組來存)計算出學(xué)員的平均成績(float),按照學(xué)員平均成績由大到小排序插入功能:在排序后的學(xué)員成績表中插入一個學(xué)員的信息,要求插入后仍然保持成績表有序刪除功能:要求輸入指定的學(xué)號,從學(xué)員信息表中刪除該學(xué)員,刪除后的成績表保持有序

    標(biāo)簽: Java 管理系統(tǒng) 代碼 程序

    上傳時間: 2016-08-02

    上傳用戶:qoovoop

主站蜘蛛池模板: 庆元县| 连江县| 江津市| 全椒县| 济源市| 商水县| 呼图壁县| 松阳县| 连平县| 朝阳区| 嘉义县| 通山县| 河津市| 南靖县| 福贡县| 孟津县| 固阳县| 井冈山市| 阿图什市| 巴东县| 阜阳市| 射洪县| 互助| 明星| 岳普湖县| 巧家县| 石门县| 桂东县| 黄浦区| 恩施市| 静海县| 裕民县| 长治市| 延长县| 威信县| 集贤县| 女性| 九台市| 罗平县| 华容县| 汕尾市|