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

搜索资源列表

  1. linux 下 结合ftp 和部分telnet 功能的服务器源码

  2. ################################################################################ # # # Super Ftp Server and Client for Wall-e # # # # SunMay30 2009 # # # ################################################################################ ////////\\\\\\
  3. 所属分类:Linux

    • 发布日期:2009-05-31
    • 文件大小:21kb
    • 提供者:huch911
  1. Visual C++ 编程资源大全(英文源码 DLL)

  2. 1,01.zipDialogs in DLL在DLL中实现对话框(5KB)2,02.zipExport dialogs in MFC Extension DLLs在MFC扩充DLL中输出对话框(12KB)3,03.zipRemapping resource scr ipt ID's重影象资源的标识符(4KB)4,04.zipDetermine DLL version number检测DLL的版本号(7KB)5,05.zipGetting the complete information abo
  3. 所属分类:C++

    • 发布日期:2007-10-23
    • 文件大小:3mb
    • 提供者:zhangxucool
  1. Utilities for Windows NT 源码

  2. Utilities for Windows NT Besides my research work I am responsible for a couple of computers at the physics department of the University of Mainz which are running under Windows NT. Therefore I started developing some utilities which I think are mis
  3. 所属分类:C

    • 发布日期:2010-03-18
    • 文件大小:331kb
    • 提供者:rendao0563
  1. TinyXML官方源码包(含有文档)

  2. TinyXML官方源码包(含有帮助文档) 官方最新release版本2.6.1 TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs. It reads XML and creates C++ objects representing the XML document. The objects can be manipulated, chang
  3. 所属分类:C++

    • 发布日期:2011-04-20
    • 文件大小:289kb
    • 提供者:xxt7312490pc
  1. wxLua-2.8.7.0-src(wxLua工程源码)

  2. wxLua工程源码,里面含有安装与编译说明文档。 wxLua is a Lua scr ipting language wrapper around the wxWidgets cross-platform GUI library. It consists of two IDE type editors that can edit and run Lua programs (wxLua and wxLuaEdit), an executable for running standalone w
  3. 所属分类:C++

    • 发布日期:2008-08-01
    • 文件大小:1mb
    • 提供者:boluns
  1. 21天学通c++ 第七版 英文版 pdf带源码

  2. Sams Teach Yourself C++ in One Hour a Day (7th Edition). Completely updated for the C++11 standard, Sams Teach Yourself C++ in One Hour a Day presents the language from a practical point of view, helping you learn how to use C++11 to create faster,
  3. 所属分类:C++

    • 发布日期:2012-12-13
    • 文件大小:5mb
    • 提供者:xiaxiang_2004
  1. 流媒体服务器源码

  2. This code forms a set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP, RTSP, SIP). These libraries - which can be compiled for Unix (including Linux and Mac OS X), Windows, and QNX (and other POSIX-compliant system
  3. 所属分类:其它

    • 发布日期:2013-12-26
    • 文件大小:749kb
    • 提供者:bobkentt
  1. au3反编译源码

  2. au3反编译源码 myAut2Exe - The Open Source AutoIT scr ipt Decompiler 2.9 ======================================================== *New* full support for AutoIT v3.2.6++ :) ... mmh here's what I merely missed in the 'public sources 3.1.0' This program is f
  3. 所属分类:Actionscript

    • 发布日期:2014-01-22
    • 文件大小:1mb
    • 提供者:p13577080110
  1. C#设计模式随书源码

  2. 通过真正的例程来了解,学习,掌握C#这门语言,对其有更深的理解
  3. 所属分类:C#

    • 发布日期:2009-02-27
    • 文件大小:1mb
    • 提供者:adulebird
  1. c-programs-源码

  2. C程序
  3. 所属分类:其它

  1. C-Programs:该存储库包含C程序-源码

  2. C程序 该存储库包含C程序
  3. 所属分类:其它

    • 发布日期:2021-03-22
    • 文件大小:62kb
    • 提供者:weixin_42150360
  1. C-programs-for-practice-源码

  2. C程序练习
  3. 所属分类:其它

    • 发布日期:2021-03-21
    • 文件大小:13kb
    • 提供者:weixin_42142062
  1. TatSu:at TatSu通过EBNF的变体从语法生成Python解析器-源码

  2. 至少对于给我发送有关他们正在设计的新语言的邮件的人,一般建议是:这样做是为了了解如何编写编译器。不要期望任何人会使用它,除非您与某种组织联系起来以努力推动它。这是彩票,有些可以买很多票。有很多漂亮的语言(比C更漂亮)没有流行。但是有人确实赢得了彩票,并且至少讲一种语言会教给您一些东西。 (1941-2011) 编程语言和创建者 Su塔苏 def WARNING (): """ |TatSu|>=5.0.0 requires Python>=3.8 Pyth
  3. 所属分类:其它

    • 发布日期:2021-03-21
    • 文件大小:214kb
    • 提供者:weixin_42150341
  1. cpp-programs:C ++所有程序-源码

  2. C ++程序
  3. 所属分类:其它

  1. all-basic-c-programs-源码

  2. check_uppercase 该程序检查所有字符是否都大写。 十进制到二进制 该程序采用十进制值,并以二进制形式给出 Collat​​z序列 为正整数的集合定义了以下迭代序列:n→n / 2(n为偶数)n→3n + 1(n为奇数)使用上面的规则并从13开始,我们生成以下序列:13→ 40→20→10→5→16→8→4→2→1可以看出,这个序列(从13开始到1结束)包含10个项。尽管尚未得到证明(Collat​​z问题),但可以认为所有起始数字都以1结尾。
  3. 所属分类:其它

  1. C-Programs:一些C语言示例,您可能会发现有用-源码

  2. C-Programs:一些C语言示例,您可能会发现有用
  3. 所属分类:其它

  1. C-programs-源码

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

    • 发布日期:2021-03-16
    • 文件大小:10kb
    • 提供者:weixin_42098759
  1. C-Programs-源码

  2. C程序
  3. 所属分类:其它

    • 发布日期:2021-03-15
    • 文件大小:53kb
    • 提供者:weixin_42097189
  1. cpp-programs-源码

  2. cpp程序 CPP(c ++)问题和解决方案的集合
  3. 所属分类:其它

  1. other-C-programs:其他一些C程序-源码

  2. other-C-programs:其他一些C程序
  3. 所属分类:其它

« 12 3 4 »