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

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

CLOSE

  • WinSock Win32 API 的打包類和例子程序 < WinSock > winSocket/winSocketEx: 如果你正在Windows環境中用C++編寫TCP/I

    WinSock Win32 API 的打包類和例子程序 < WinSock > winSocket/winSocketEx: 如果你正在Windows環境中用C++編寫TCP/IP網絡程序,那么使用這個打包類吧,我想它不會讓你失望的。winSocket幾乎封裝了編寫TCP/IP網絡應用程序所需的所有內容,winSocketEx加入了對SOCKS 4/5代理服務器的支持。使得在自己的程序中加入代理支持易如反掌。這個打包類支持的特性包括:Connect、Send、Receive、CLOSE、Listen、Bind、Accept、asyncSelect、get_LocalHost、get_LocalPort、get_RemoteHost、get_RemotePort等等。 [代碼性質] VC可重用代碼段 [代碼作者] ryan [文件大小] 53K 聲明:轉自其他網站

    標簽: WinSock winSocketEx winSocket Windows

    上傳時間: 2014-12-01

    上傳用戶:youke111

  • 一、目的要求 1、用高級語言編寫和調試一個簡單的文件系統

    一、目的要求 1、用高級語言編寫和調試一個簡單的文件系統,模擬文件管理的工作過程。從而對各種文件操作命令的實質內容和執行過程有比較深入的了解。 2、要求設計一個 n個用戶的文件系統,每次用戶可保存m個文件,用戶在一次運行中只能打開一個文件,對文件必須設置保護措施,且至少有Create、delete、open、CLOSE、read、write等命令。

    標簽: 高級語言 編寫 文件系統 調試

    上傳時間: 2014-10-10

    上傳用戶:fredguo

  • 單片機操作MMC/SD卡讀寫fat12/16/32文件系統的程序

    單片機操作MMC/SD卡讀寫fat12/16/32文件系統的程序,外國網站找到的,支持文件open,read write mkdir CLOSE 等,基本pc文件功能都支持,專門針對8位mcu,方便移植到各種單片機系統,占用資源很少

    標簽: fat 12 16 32

    上傳時間: 2016-03-24

    上傳用戶:yuanyuan123

  • ET++ is a portable and homogenous object-oriented class library integrating user interface building

    ET++ is a portable and homogenous object-oriented class library integrating user interface building blocks, basic data structures, and high level application framework components. ET++ eases the building of highly interactive applications with consistent user interfaces following the direct manipulation principle. The ET++ class library is implemented in C++ and can be used on several operating systems and window system platforms. Since its initial conception the class library has been continuously redesigned and improved. It started with an architecture which was CLOSE to MacApp. During several iterations a new and unique architecture evolved. A byproduct of the ET++ project is a set of tools, which were designed to support the exploration of ET++ applications at run-time. 設計模式一書引用的主要參考例程,一個跨平臺的應用框架,基于C++實現,是學習面向對象的經典源碼.

    標簽: object-oriented integrating homogenous interface

    上傳時間: 2016-04-15

    上傳用戶:tedo811

  • The last step in training phase is refinement of the clusters found above. Although DynamicClusteri

    The last step in training phase is refinement of the clusters found above. Although DynamicClustering counters all the basic k-means disadvantages, setting the intra-cluster similarity r may require experimentation. Also, a cluster may have a lot in common with another, i.e., sequences assigned to it are as CLOSE to it as they are to another cluster. There may also be denser sub-clusters within the larger ones.

    標簽: DynamicClusteri refinement Although clusters

    上傳時間: 2014-01-04

    上傳用戶:watch100

  • 看n2實例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows

    看n2實例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows #$ns color 1 Blue #$ns color 2 Red #Open the nam trace file set nf [open out-1.nam w] $ns namtrace-all $nf set f0 [open out0.tr w] set f1 [open out1.tr w] #Define a finish procedure proc finish {} { global ns nf $ns flush-trace #CLOSE the trace file CLOSE $nf #Execute nam on the trace file exit 0 } #Create four nodes set n0 [$ns node] set n1 [$ns node] set n2 [$ns node] set n3 [$ns node] #Create links between the nodes $ns duplex-link $n0 $n2 1Mb 10ms

    標簽: simulator Simulator different Create

    上傳時間: 2016-07-02

    上傳用戶:wfl_yy

  • 主要源碼: void CFDlg::OnChangeEdit1() { UpdateData() m_strExt.MakeUpper() m_list.ResetConte

    主要源碼: void CFDlg::OnChangeEdit1() { UpdateData() m_strExt.MakeUpper() m_list.ResetContent() if(m_strExt.GetLength()==0) return CStdioFile sf if(sf.Open("FileExt.txt",Cfile::modeRead)) { CString strTemp,strOut while(sf.ReadString(strTemp)) { if(strTemp.Left(m_strExt.GetLength()) ==m_strExt) { m_list.AddString(strTemp) } } } sf.CLOSE() m_list.SetCurSel(0) this->OnSelchangeList2() } void CFDlg::OnSelchangeList2() { CString strTemp,strExt m_list.GetText(m_list.GetCurSel(),strTemp) strExt=strTemp.Left(strTemp.FindOneOf(" ")) //MessageBox(strExt) CString strFileName ="eee."+strExt //MessageBox(strFileName) SHFILEINFO shfi memset(&shfi,0,sizeof(shfi)) //或者ZeroMemory(&shfi,sizeof(shfi)) ::SHGetFileInfo(strFileName, FILE_ATTRIBUTE_NORMAL, &shfi, sizeof(shfi), SHGFI_ICON|SHGFI_USEFILEATTRIBUTES) m_icon.SetIcon(shfi.hIcon) }

    標簽: OnChangeEdit1 UpdateData ResetConte MakeUpper

    上傳時間: 2013-12-20

    上傳用戶:zl5712176

  • 為LINUX設計一個簡單的二級文件系統。要求做到以下幾點: 1、 可以實現下列幾條命令 Login 用戶登錄 Dir 列文件目錄 Create 創建文件 Delete 刪除文件 Open

    為LINUX設計一個簡單的二級文件系統。要求做到以下幾點: 1、 可以實現下列幾條命令 Login 用戶登錄 Dir 列文件目錄 Create 創建文件 Delete 刪除文件 Open 打開文件 CLOSE 關閉文件 Read 讀文件 Write 寫文件 2、列目錄時要列出文件名、物理地址、保護碼和文件長度。 3、源文件可以進行讀寫保護。

    標簽: Create Delete LINUX Login

    上傳時間: 2016-07-16

    上傳用戶:jeffery

  • socket編程原理:UNIX系統的I/O命令集

    socket編程原理:UNIX系統的I/O命令集,是從Maltics和早期系統中的命令演變出來的,其模式為打開一讀/寫一關閉(open-write-read- CLOSE)。在一個用戶進程進行I/O操作時,它首先調用“打開”獲得對指定文件或設備的使用權,并返回稱為文件描述符的整型數

    標簽: socket UNIX 編程

    上傳時間: 2016-08-12

    上傳用戶:懶龍1988

  • pl/sql的綜合運用上例用到的oracle里關于游標的幾個內置函數:%isopen,%notfound,%rowcount。 隱式游標更多用在for loop中

    pl/sql的綜合運用上例用到的oracle里關于游標的幾個內置函數:%isopen,%notfound,%rowcount。 隱式游標更多用在for loop中,你不用再手工去open,fetch或是CLOSE游標,非常方便

    標簽: notfound rowcount oracle isopen

    上傳時間: 2013-12-19

    上傳用戶:ikemada

主站蜘蛛池模板: 光泽县| 都兰县| 凤庆县| 南溪县| 田阳县| 聊城市| 梁河县| 城口县| 吉水县| 晋城| 叶城县| 蒙山县| 尚志市| 喜德县| 马尔康县| 绍兴市| 巴中市| 宁河县| 无棣县| 无锡市| 吐鲁番市| 岑溪市| 秦皇岛市| 丰宁| 阿合奇县| 寿阳县| 东兴市| 象州县| 陇南市| 綦江县| 平安县| 通化市| 建湖县| 新泰市| 龙山县| 孟村| 巴林右旗| 璧山县| 左云县| 闵行区| 涟水县|