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

搜索资源列表

  1. Visual C++ 编程资源大全(英文源码 网络)

  2. 1,pop3.zipCPop3Connection - an MFC Class to encapsulate the POP3 protocol(15KB)2,ipenum.zipIPEnum - an MFC class and console app to allow IP address enumeration(11KB)3,smtp.zipCSMTPConnectio n - an MFC Class to encapsulate the SMTP protocol(21KB)4,p
  3. 所属分类:C++

    • 发布日期:2007-10-24
    • 文件大小:10mb
    • 提供者:zhangxucool
  1. 跟我一起写Makefile

  2. 跟我一起写Makefile 概述 —— 什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professional的程序员,makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但如果你想成为一个专业人士,你还是要了解HTML的标识的含义。特别在Unix下的软件编译,你就不能不自己写makefile了,会不会写makefile,从一个侧面说明了一个人是否具备完成大型工程的能力。 因为,ma
  3. 所属分类:其它

    • 发布日期:2011-05-17
    • 文件大小:572kb
    • 提供者:shaoguangleo
  1. [Go语言入门(含源码)] The Way to Go (with source code)

  2. The Way to Go,: A Thorough Introduction to the Go Programming Language 英文书籍,已Cross the wall,从Google获得书中源代码,分享一下。喜欢请购买正版。 目录如下: Contents Preface..........................................................................................................
  3. 所属分类:其它

    • 发布日期:2014-06-11
    • 文件大小:8mb
    • 提供者:humbunklung
  1. kgb档案压缩console版+源码

  2. KGB Archiver console version ?005-2006 Tomasz Pawlak, tomekp17@gmail.com, mod by Slawek (poczta-sn@gazeta.pl) based on PAQ6 by Matt Mahoney PAQ6v2 - File archiver and compressor. (C) 2004, Matt Mahoney, mmahoney@cs.fit.edu This program is free softw
  3. 所属分类:C

    • 发布日期:2008-12-21
    • 文件大小:40kb
    • 提供者:haozekun
  1. Pattern-Program-C-源码

  2. Pattern-Program-C
  3. 所属分类:其它

  1. regexProgram:解决问题的简单常规应用程序-源码

  2. 练习正则表达式 这是一个简单的C ++应用程序,允许您练习创建模式。 我们提供了10条提示,涵盖了各种正则表达式模式的用法。 使用此程序,您可以修改我们提供的提示,也可以创建自己的提示来解决。 该程序将突出显示哪些字符与您键入的正则表达式模式匹配,并且在正确解决当前问题之前,不允许继续进行下一个问题。 建立和运行 所需的库: C ++ 11, , 下载/克隆此存储库后,执行以下命令: $ make # builds the program $ ./regex # runs th
  3. 所属分类:其它