搜索资源列表
C面向对象编程
- 好不容易淘来的东西,专门讲用ANSI C语言来实现面向对象编程的思想编程,内容详细,很系统的。-hard to Amoy things, specialized speakers use ANSI C language to achieve OOP programming ideas, detailed and very systematic.
CplusplusImplementSIP
- 根据WinSock的编程原理,采用流套接字编程,运用面向对象的方法分析了SIP协议,详细地描述了用C++语言实现SIP协议的呼叫建立过程。-under WinSock programming theory, flow socket programming, use of the object-oriented method for the SIP, detailed descr iption of C language of the SIP call setup process.
2
- 面向对象设计课本源代码,介绍类和面向对象设计的方法,用C++语言实现
北京公交车查询系统
- 本系统采用Visual C++语言编写,运用软件工程的思想, 采用面向对象分析、设计的方法学完成。通过建立系统的数据库,对象模型、动态模型、功能模型,设计界面窗口,算法结构,函数之间互相调用完成实现系统的功能。-the system using Visual C language, the use of software engineering, object-oriented analysis, the design methodology completed. Through the est
FastDelegate_src
- 标准C++中没有真正的面向对象的函数指针。这一点对C++来说是不幸的,因为面向对象的指针(也叫做“闭包(closure)”或“委托(delegate)”)在一些语言中已经证明了它宝贵的价值。此例展示在C++编译器上实现优化而可靠的“委托”的技术-Standard C++ in no real object-oriented function pointer. This is C++ It is unfortunate, because the object-oriented in some la
Object-Oriented_Programming_With_ANSI_C
- 面向对象的c语言编程如何实现,本书堪称经典之作,可供广大读者学习。-Object-oriented programming in c how to realize the book be called classics are available for readers to learn.
GAMES
- 面向对象程序设计与VC++实践的课设,用c++语言实现的一个打气球的游戏,界面主要用用MFC控件实现,是个独立的窗口。内涵所有源代码和可执行文件。VC 6.0编译通过的~-Object-oriented programming practice and VC++ class design, c++ language using a balloon to play the game, the interface is mainly used to achieve control with the
DArry
- 一个通用的动态数组,使用了面向对象的C语言实现。-A generic dynamic array, using object-oriented C language.
OOC
- 用C语言实现C++面向对象的设计思想。可以让C++开发者很快的转到嵌入式开发中。-C language with C++ object-oriented design. Can make C++ developers to quickly embedded development.
calc
- 使用C#语言,采用面向对象的方式实现的一款仿Windows的简易计算器,学习C#的朋友可以参考一下!-Simper Calc
C-jiekouyushixian
- C语言实现面向对象,针对与使用C语言实现接口而言,的确是一本不错的书籍-the C language realize OO
C-Object-Oriented
- 用C语言实现面向对象的例子,给大家灵感,欢迎讨论。-Examples of object-oriented C language, and inspiration to everyone, and welcome discussion.
lw_oopc-v1.2
- 一种轻量级的面向对象的C语言编程框架:LW_OOPC。LW_OOPC是Light-Weight Object-Oriented Programming in(with) C的缩写,总共一个.h文件,20个宏,约130行代码,非常的轻量级,但却很好的支持了很多面向对象的特性,比如继承、多态,可以优美的实现面向接口编程。这个框架系由台湾的高焕堂先生以及他的MISOO团队首创,之后由金永华继续改进优化,最后,经高焕堂同意以LGPL协议开源(开源网址参见后文)。 用C语言实现OO?我没听错吗?这听
net
- linux下C语言实现的udp实现,以面向对象的方式开发的网络类。很有参考价值。-linux udp under C language implementation, the class of object-oriented development of the network. Great reference value.
CPP--ACO_TSP
- 面向对象编程,利用C++语言实现的蚁群算法,解决TSP等寻优问题,建立了完成的蚂蚁类,可以灵活解决30、50、70个城市的TSP问题。注释完整,非常容易看懂。-C++ source code for sloving TSP optimization problem.
EightQueen
- 经典的八皇后问题的C++语言实现,面向对象的程序设计,以类的形式解决问题。-C++ eight Queen' s classic language implementation, object-oriented programming, in the form of class to solve the problem.
oopc
- c语言实现的面向对象框架,包括创建类,销毁,以及构造析构的实现,很牛逼!-c language object-oriented framework, it rocks!
C语言实现面向对象
- C语言是面向过程的语言,编写的程序干净利落,但是有时候我们还是需要面向对象的,又不想使用C++这种冗杂的语言,可以使用C语言实现面向对象框架(C language is a process oriented programming language, but sometimes we still need to be smooth and clean, object oriented, and do not want to use C++ this miscellaneous language,
C language state machine
- C语言状态机 用状态机原理进行软件设计 摘要:本文描述状态机基础理论,以及运用状态机原理进行软件设计和实现的方法。 关键词:有限状态机 层次状态机 面向对象分析 行为继承(C language state machine)
面向对象实现学生信息管理系统
- 实现学生信息的增加,删除,修改,等操作,实现 学生信息管理的数字化!(It can manage the student's information digitally.)