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

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

DEV-Cpp

  • Linux Home Server 是專門為家庭和SOHO/SMB 設計的高性價比的ISCSI 存儲服務器, 具有如下的特色: 強大的iscsi 存儲服務器軟件; 混合iscsi 和NAS 服務;

    Linux Home Server 是專門為家庭和SOHO/SMB 設計的高性價比的ISCSI 存儲服務器, 具有如下的特色: 強大的iscsi 存儲服務器軟件; 混合iscsi 和NAS 服務; Free, 基于Linux; LHS-200 的編譯使用openwrt 框架,需要先下載并配置openwrt 開發環境 從openwrt 的開發站點 https://dev.openwrt.org, 下載最新的開發分枝,并下載到本地 svn co https://svn.openwrt.org/openwrt/trunk/ 為方便起見,建議下載所有的可選包,后面要用到 svn co https://svn.openwrt.org/openwrt/packages/ 從公司網站 http://www.linuxce.cn 或者 http://www.linuxce.net 下載 LHS-200 的最新源代碼并解壓縮,源代碼中包含兩個目錄和一個README文件,按README文件的要求,拷貝下列包到trunk/package 目錄 libs/libiconv net/samba3 utils/pciutils net/wget net/ctorrent libs/uclibc++ 然后從解壓縮的源代碼中分別拷貝目錄modified 和lhstoolfix中的內容到trunk 目錄 至此,就可以象通常的openwrt 項目一樣進行編譯, Target System 選 "RDC 321x", Target Profile 選 "R3210 based linux home server board"

    標簽: iscsi Server Linux ISCSI

    上傳時間: 2017-02-09

    上傳用戶:xaijhqx

  • The Synthetic PIC Verion 1.1 This a VHDL synthesizable model of a simple PIC 16C5x microcontro

    The Synthetic PIC Verion 1.1 This a VHDL synthesizable model of a simple PIC 16C5x microcontroller. It is not, and is not intended as, a high fidelity circuit simulation. This package includes the following files. Note that the license agreement is stated in the main VHDL file, PICCPU.VHD and common questions are answered in the file SYNTHPIC.TXT Files: README.TXT This file.. SYNTHPIC.TXT Questions and Answers PICCPU.VHD Main processor VHDL file PICALU.VHD ALU for the PICCPU PICREGS.VHD Data memory PICROM.VHD Program memory (created by HEX2VHDL utility) PICTEST.VHD Simple test bench I used to do testing (optional) PICTEST.CMD My Viewlogic ViewSim command file (again, optional) TEST1.ASM First program I assembled and ran on it. TEST2.ASM Another test program.. TEST3.ASM Yet another.. TEST4.ASM Yet another.. TEST5.ASM Yet another.. TEST6.ASM Yet another.. HEX2VHDL.CPP Utility for converting

    標簽: synthesizable microcontro Synthetic PIC

    上傳時間: 2013-12-22

    上傳用戶:妄想演繹師

  • 自己寫的

    自己寫的,一套關于Mysql連接池的Cpp庫,編譯環境為gcc/minwin ,linux環境下可以之用,面對對象的Cpp庫,使用方法為kdd::dbio.run().然后就可以調用db_queryer來進行數據庫操作

    標簽:

    上傳時間: 2017-02-24

    上傳用戶:lizhizheng88

  • DELPHI7.0+SQL2005環境下開發 2008年8月假期所寫

    DELPHI7.0+SQL2005環境下開發 2008年8月假期所寫,12天的開發周期,(但沒有完成。呵呵) 無第三方控件,程序全部詳解 程序目的主要是寫對來訪問宿舍與貨品進出宿舍的管理(已經完成) 程序還差最后幾個查詢模塊沒有寫。本來是想寫完參加大二的文化節的,不過感覺水平還是太低,放棄了,把源碼給需要的人參考。 程序模塊規劃得很差,大家不要見笑啦。呵呵 此程序是本人的第一個操作數據庫的例子。高手就略過了,主要對新手有點用處。 BLOG:www.guester.cn BY:蝸牛 EMAIL:sys.cpp@163.com

    標簽: DELPHI 2005 2008 7.0

    上傳時間: 2017-02-28

    上傳用戶:cc1

  • //結構 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打開設備 fd = open[

    //結構 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打開設備 fd = open["/dev/fb0", O_RDWR] if [!fd] { printf["Cannot open framebuffer device.\n"] exit[1] } //取得固定信息 if [ioctl[fd, FBIOGET_FSCREENINFO, &finfo]] { printf["Error reading fixed information.\n"] exit[1] } if [ioctl[fd, FBIOGET_VSCREENINFO, &vinfo]] { printf["Error reading variable information.\n"] exit[1] }

    標簽: struct fb_fix_screeninfo fb_var_screeninfo finfo

    上傳時間: 2014-08-16

    上傳用戶:gut1234567

  • return AfxDllCanUnloadNow[] } 當然

    return AfxDllCanUnloadNow[] } 當然,使用DAO SDK提供的dbDAO C++ 類也可以繞過這個問題 如果需要更多MFC和DAO的相關的信息,參考MFC庫參考中的技術文章TN054: Calling DAO Directly While Using MFC DAO Classes http://www.codeguru.com/cpp/com-tech/activex/controls/article.php/c2615

    標簽: AfxDllCanUnloadNow return

    上傳時間: 2017-03-24

    上傳用戶:xiaohuanhuan

  • return AfxDllCanUnloadNow[] } 當然

    return AfxDllCanUnloadNow[] } 當然,使用DAO SDK提供的dbDAO C++ 類也可以繞過這個問題 如果需要更多MFC和DAO的相關的信息,參考MFC庫參考中的技術文章TN054: Calling DAO Directly While Using MFC DAO Classes http://www.codeguru.com/cpp/com-tech/activex/controls/article.php/c2615

    標簽: AfxDllCanUnloadNow return

    上傳時間: 2013-12-22

    上傳用戶:aa54

  • C0文法編譯器

    C0文法編譯器,實現語言是cpp,生成pcode目標碼。

    標簽: 編譯器

    上傳時間: 2017-04-07

    上傳用戶:亞亞娟娟123

  • 在linux2.6內核下編的基于socket的通信程序

    在linux2.6內核下編的基于socket的通信程序,可以直接運行,里面包括server.cpp和client.cpp以及makefile文件,支持文件傳輸

    標簽: socket linux 2.6 內核

    上傳時間: 2017-04-09

    上傳用戶:壞天使kk

  • this is a lecture notes prepared to introduce the speech audio fundamental concepts and programm dev

    this is a lecture notes prepared to introduce the speech audio fundamental concepts and programm development using MATLAB.

    標簽: fundamental introduce concepts prepared

    上傳時間: 2017-04-16

    上傳用戶:671145514

主站蜘蛛池模板: 镇巴县| 凯里市| 滁州市| 霍州市| 龙井市| 高邮市| 博野县| 遵义县| 上思县| 西畴县| 墨江| 穆棱市| 新乡县| 濉溪县| 乡城县| 霍州市| 瑞昌市| 天峨县| 库车县| 壶关县| 文登市| 府谷县| 西贡区| 镇远县| 西安市| 婺源县| 汪清县| 威信县| 吴川市| 镇江市| 抚州市| 井陉县| 福鼎市| 大邑县| 灯塔市| 泗水县| 大渡口区| 伊通| 泸水县| 若羌县| 崇礼县|