您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. coreutils linux终端源码

  2. coreutils-8.5.tar.gz 贴段CAT的大伙瞅瞅 /* cat -- concatenate files and print on the standard output. Copyright (C) 1988, 1990-1991, 1995-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the t
  3. 所属分类:C

    • 发布日期:2010-09-02
    • 文件大小:10485760
    • 提供者:paomadi
  1. WINDOWS/C语言/管道通信实现机制

  2. Windows管道通信范例 fSuccess = ReadFile(hPipe,ReadData,BUFSIZE,&cbBytesRead,NULL); if (! fSuccess || cbBytesRead == 0) break; else { cout << "Read data : "<<ReadData<<endl; } //写数据 fSuccess = WriteFile( hPipe, // handle to pipe s.c_str()
  3. 所属分类:C

    • 发布日期:2010-10-19
    • 文件大小:38912
    • 提供者:y2352258
  1. asp.net 文件夸域名传输带进度条

  2. ...展开收缩
  3. 所属分类:C#

    • 发布日期:2010-10-23
    • 文件大小:470016
    • 提供者:fraing
  1. FFmpeg-full-SDK-3.2

  2. ffmpeg FULL SDK V3.2 (2008-04-12) -------------------------------------------------------------------------------- 继ffmpeg工程组(http://www.ffmpeg.com.cn)2006年5月5日发布ffmpeg+x264 SDK V1.0版本,2006年9月25日发布V2.0版本之后,2007年8月21日发布V3.0版本,有很长的时间没有发布过新的SDK版本,ffmpe
  3. 所属分类:C++

    • 发布日期:2011-03-20
    • 文件大小:3145728
    • 提供者:tiandi_5000
  1. FFmpeg20080412

  2. -----FFmpeg SVN r12790 build-----configured by:FFmpeg version SVN-r12790, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --prefix=d:/OmniCoder/svn_build --enable-memalign-hack --enable-shared --disable-static --disable-encoder=snow -
  3. 所属分类:C++

    • 发布日期:2008-04-12
    • 文件大小:4194304
    • 提供者:psusong
  1. tcp并发服务器代码

  2. popen重写 /* * ===================================================================================== * * Filename: tcpserver.c * * Descr iption: this program is demostrate to how to write a remote control server * * Version: 1.0 * Created: 2010年09月11日
  3. 所属分类:Linux

    • 发布日期:2011-10-09
    • 文件大小:4096
    • 提供者:tfs411082561
  1. window命令提示符

  2.  C:\>attrib +h *.* /s?? 隐含所有文件   date 显示及修改日期   〔适用场合〕 想知道或修改时间和日期   〔用 法〕 date 显示和改变当前日期   〔例 子〕 C:\>date 09-20-1996?? 将日期改为1996年9月20日   C:\>date??   Current date is Tue 08-20-1996   Enter new date (mm-dd-yy):09-20-1996   按月-日-年的顺序修改当前日期 直
  3. 所属分类:Windows Server

    • 发布日期:2011-10-20
    • 文件大小:23552
    • 提供者:zzvnzz
  1. 图像处理实用

  2. 大家看看,BOOL Hough(HWND hWnd) { //定义直线结构 typedef struct{ int topx; int topy; int botx; int boty; }MYLINE; //内存 DWORD BufSize; //文件信息头指针 LPBITMAPINFOHEADER lpImgData; //数据区指针 LPSTR lpPtr; HDC hDc; LONG x,y; long i,maxd; int k; int Dist,Alpha; //定义了一个全局句
  3. 所属分类:C/C++

    • 发布日期:2012-04-17
    • 文件大小:4194304
    • 提供者:whhrb
  1. common-net-1.4.1.jar APACHE FTP 包

  2. 提供了一些JAVA方面的网络工具,包括FTP工具等。。 commons-ftp中ftpClient类的API(构造方法) 附上相关API接口说明 友情链接:http://blog.163.com/mxhbj@126/blog/static/14410917020111031320164/ FTPClient () Default FTPClient constructor.默认FTPClient构造。 Method Summary 方法摘要 protected void _connectAct
  3. 所属分类:Java

    • 发布日期:2012-07-10
    • 文件大小:181248
    • 提供者:sbfnss
  1. C++ 中const总结

  2. C++ 中const总结 const 限定符把一个对象转换成一个常量,如 const int bufSize=512; 申 明 bufSize 的时候,如果不将它初始化,那么编译器会报错:const object must be initialized if not extern。因为 bufSize 被 const 限定符限制,如果不在 申明 bufSize 的时候给它赋值,就不能再给它赋值(因为常量在定义之后就不能 被修改),它就没有任何意义了。 下面将详细的讨论一下 const 变量的作
  3. 所属分类:C++

    • 发布日期:2012-11-17
    • 文件大小:158720
    • 提供者:jake443403168
  1. 收发数据包源代码

  2. #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #endif #include #include #include #pragma comment(lib, "ws2_32") // Set the packing to a 1 byte boundary #include // // Define the IPv4 header. Make the version and length field one // char
  3. 所属分类:网络监控

    • 发布日期:2012-12-10
    • 文件大小:22528
    • 提供者:jfz1982102
  1. GPS万能播放器

  2. - - - ...展开收缩
  3. 所属分类:互联网

    • 发布日期:2013-09-25
    • 文件大小:1048576
    • 提供者:u011709127
  1. FFMPEG FULL SDK V3.2

  2. ffmpeg FULL SDK V3.2 (2008-04-12) -------------------------------------------------------------------------------- 继ffmpeg工程组(http://www.ffmpeg.com.cn)2006年5月5日发布ffmpeg+x264 SDK V1.0版本,2006年9月25日发布V2.0版本之后,2007年8月21日发布V3.0版本,有很长的时间没有发布过新的SDK版本,ffmpe
  3. 所属分类:C++

    • 发布日期:2008-09-25
    • 文件大小:3145728
    • 提供者:sunshine_me
  1. 海康卫视开发dll文件

  2. #region using System; using System.Diagnostics; using System.IO; using System.Runtime.InteropServices; using System.Text; using System.Threading; using SocketLibrary; #endregion namespace HkwsSDK { /// /// 在海康威视的SDK包上,再进行封装,供简单直接的调用. /// 目前可以控制硬盘录像
  3. 所属分类:C#

    • 发布日期:2013-11-25
    • 文件大小:364544
    • 提供者:jlc_ck
  1. TINY+c编译器源码

  2. 经典的c编译器代码,有手工和自动两种 一:共有16个文件。 MAIN.C: 主函数 GLOBALS.H:全局定义的文件 SCAN.C/SCAN.H: 词法分析 PARSE.C/PARSE.H:语法分析 UTIL.C/UTIL.H:构造树 SYMTAB.C/SYMTAB.H:符号表 CGEN.C/CGEN.H:生成"汇编代码" CODE.C/CODE.H:这个只是用来把分析过程输出到屏幕的. 二:各个文件的分析。 1,MAIN.C: 主要有三个FILE*句柄: source--源代码文件。 li
  3. 所属分类:C

    • 发布日期:2008-10-10
    • 文件大小:56320
    • 提供者:interavail
  1. 编译好的x265,带y4m文件

  2. 编译好的x265,带y4m文件 Syntax: x265 [options] infile [-o] outfile infile can be YUV or Y4M outfile is raw HEVC bitstream Executable Options: -h/--help Show this help text and exit -V/--version Show version info and exit Output Options: -o/--output Bitstre
  3. 所属分类:C++

    • 发布日期:2014-11-20
    • 文件大小:4194304
    • 提供者:jl123
  1. cpio2.9命令源代码,讲述了文件如何压缩

  2. cpio - 存取归档包中的文件 语法 Syntax cpio -o [ -aBLuvV ] [ -C bufsize ] [ -c | -H format ][ -K volumesize ] [ [ -O file [, file ... ] ] [ -M message ] ] [ -Pifd,ofd ] cpio -i [ -6AbBcdfkmnqrsStTuvV ] [-C bufsize ] [ [ -I file [, file ... ] ] [ -M message ] ]
  3. 所属分类:C

    • 发布日期:2008-10-31
    • 文件大小:976896
    • 提供者:heling2008
  1. delphi MD5函数

  2. {* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *} function GetMD5(Buffer: Pointer; BufSize: Integer): string; var I : Integer; MD5Digest : TMD5Digest; MD5Context : TMD5Context; begin for I := 0 to 15 do Byte(MD5Digest[I
  3. 所属分类:Delphi

    • 发布日期:2016-02-12
    • 文件大小:11264
    • 提供者:chinajobs
  1. echo public static final int BUFSIZE = 4096;

  2. // Chapter 5, Listing 3 public class EchoServer { // UDP port to which service is bound public static final int SERVICE_PORT = 7; // Max size of packet, large enough for almost any client public static final int BUFSIZE = 4096; // Socket used for re
  3. 所属分类:Web开发

    • 发布日期:2008-12-05
    • 文件大小:36864
    • 提供者:october121
  1. FastCopy_3.26_X86

  2. Fastcopy是一款速度非常快的文件拷贝软件。 参数: /cmd=(noexist_only|diff|update| sync|force_copy|move|delete) noexist_only 复制-如重名,则不复制 diff 复制-如重名,则仅复制大小与时间不同的文件 update 复制-如重名,则复制较新的源文件 sync 同步-如重名,则复制大小与时间不同的文件 force_copy 复制-覆盖重名文件 move 移动-覆盖重名文件并强行删除源文件 delete 删除- 强行
  3. 所属分类:桌面系统

    • 发布日期:2017-11-13
    • 文件大小:541696
    • 提供者:azsx5201
« 12 3 »