Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • PEChangeCode.rar This project will never be finished because the code is lame and i m working on my import rebuilder. Sorry if i missed some comments and if it s not written in pure C++ (i mean in REAL Object).
  • Addison.Wesley.Aspect.Oriented.Analysis.and.Design ... to simplifying the development of complex systems, many expert observers view AOSD as a worthwhile successor to the prevalent object-oriented paradigm. In this new book, two AOSD experts apply theory to the practical realm of real-world development. ...
  • Addison.Wesley.Aspect.Oriented.Software.Developmen ... includes Using AOSD to streamline complex systems development without sacrificing flexibility or scalability How AOSD builds on the object-oriented paradigmand how it s different State-of-the-art best practices for the AOSD development process ...
  • Carnegie(SSD3).rar SSD3: Object-Oriented Programming and Design Introduction This course introduces students to problem solving by means of object-oriented design and implementation. Emphasis is on problem analysis and solution design, documentation and implementation. ...
  • Object-C.rar < Cocoa入门---使用Objective-C>>教程的源代码,对于想学iphone程序开发的同志,非常有价值,因为目前市面上很少此方面的教材。
  • WindowsCoreProgrammingWithPASCAL.rar ... 书: Programming Applications for Microsoft Windows Fourth Edition 作者: Jeffrey Richter 译者: 王建华等 --------------------------------------- 书中有不少C++写的Win32 SDK小程序,闲暇时用Object Pascal写了一遍, 限于自身水平和时间精力等关系,可能存在错误,期待您能给予指正。 感谢风云剑客提供原书光盘 ...
  • glib-2.16.1.tar.gz ... core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.
  • Effective_C++_v1.2.rar 学会一个程序语言,是一回事儿;学会如何以此语言设计并实作出有效的程序,又是一 回事儿。C++ 尤其如此,因为它很不寻常地涵盖了罕见的威力和丰富的表现力,不但建立 在一个全功能的传统语言(C)之上,更提供极为广泛的对象导向(object-oriented)性质, 以及对templates 和exceptions(异常状态)的支持。 Lostmouse编写的非常出名的C++学习资料,适用于有一定的C++编程经验的同学。
  • datetimeselect_tiannet.zip 应用于web页面的日期(日历)时间选择器,以悬浮层的方式显示于页面之上,由于实际上是由iframe显示控件内容,故不会被SELECT,OBJECT等标签遮住。
  • popupmenu_tiannet.zip 菜单实现的主要技术为Javascript, DOM, XML 不会被任何标签覆盖,一般的菜单会被SELECT,OBJECT等标签覆盖。 可以跨过框架,譬如一个frameset中有两个frame,上一个frame放菜单,下一个frame放具体内容,那么菜单可以悬浮于下一个frame之上。 在添加菜单数据时,通过指定父子菜单的ID来达到动态菜单的目的。 可使用XML存储菜单数据,一般用作静态菜单。 使用window.createPopup显示菜单,所以只能在IE中使用。