Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • McGraw.Hill.C.CPP.Programmers.Reference.3rd.Editio This guide reviews the rules and syntax of the principle commands that comprise C and its object-oriented cousin, C++. The reference consists of 19 chapters that define operators and the standard input/output, string, character, and more.
  • SiegeOfAvalon.rar 圍攻阿瓦隆[Siege of Avalon]遊戲源代碼 是個值得參考的RPG遊戲 使用到的語言 : C, Delphi/Kylix, Object Pascal, Pascal
  • object.rar 计算器,对象版。为了让解释器成为一个与应用程序分离的包,特将该解释器做成一个Program类,由应用程序在运行时刻规定输入源。
  • publisher.zip ... -ins from a configuration file (most probably, an XML file) You load those plug-in classes using Reflection mechanism (System.Reflection in .NET) and create an object of the class You can now call the methods inside your class, through your interface
  • AS2Debug.rar AS2Debug是为了弥补flash自带的trace的不足而制作的,增加了一下几个主要功能 1.对object和Array做了解析,能输出包含的具体数据和类型 2.对movieclip做了处理,使用digMc方法,可以方便的输出包含的所有子影片的详细信息 3.增加了信息分类和染色(分为trace,info,error,waring四种)
  • freez_NativeJpg.rar 原生Pascal代码实现的读写JPEG文件的组件。完整源码。 This software component contains a fully object oriented Pascal implementation that allows to read and write Jpeg files. You can use this software to read and write Jpeg images from files or streams. It supports baseline ...
  • LibraryManagementSystem.rar ... BASIC and Access prospects were as database development tools and background. With the provision of the various object-oriented development tools, in particular the data window convenient and simple objects developed intelligent customer satisfaction ...
  • OReilly.PHP.Cookbook.2nd.Edition.Aug.2006.rar ... 5, this book provides solutions that explain how to use the new language features in detail, including the vastly improved object-oriented capabilities and the new PDO data access extension. New sections on classes and objects are included, along with ...
  • commoncpp2-1.3.26.tar.gz ... writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers a class foundation that hides ...
  • Article_src.zip ... PropertyInfo prop = props[i] if (prop.GetCustomAttributes(true).Length > 0) { object[] defaultValueAttribute = prop.GetCustomAttributes(typeof(DefaultValueAttribute), true) if (defaultValueAttribute != null) { ...