C++builder
C++Builder是由Borland公司推出的一款可视化集成开发工具。C++Builder具有快速的可视化开发环境:只要简单地把控件(Component)拖到窗体(Form)上,定义一下它的属性,设置一下它的外观,就可以快速地建立应用程序界面;C++Builder内置了100多个完全封装了Wind...
资源总数
500
C++builder 全部资料 500 份
this is a graphical editor similar to MS_PAINT built using c++ language runs on turbo c++ compiler
this is a graphical editor similar to MS_PAINT built using c++ language runs on turbo c++ compiler
2014-01-06
142
Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you
Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you enjoy solving thorny...
2017-04-08
82
C programs for adding two matrices parallely usinf Parallel Virtual Machine(PVM).It is working and c
C programs for adding two matrices parallely usinf Parallel Virtual Machine(PVM).It is working and can be used as a star...
2014-01-12
176
C/C++常用的数据结构类 包括: array.h: 安全数组
C/C++常用的数据结构类 包括: array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但...
2014-01-02
150
单片机C语言中.c文件和.h文件的编写
难得一见的单片机C语言开发完整资料,详细解析.c与.h文件的编写规范与实践方法,结合实例深入讲解模块化编程技巧,适合提升代码组织与复用能力。
2026-01-05
2