搜索资源列表
C++程序设计语言实验二
- 实验二:C++编程入门 一、实验内容 1. 使用构造函数、析构函数。 2. 使用对象数组。 3. 学习动态创建对象。 4. 学习全局对象、静态对象、局部对象。 5. 运算符重载。 二、实验题目 1,定义一个学生类,要求存储学号,姓名, 年龄,性别,班号等信息,从键盘输入10个学生信息,存储在一个对象数组中,并将所有学生信息打印出来。 要求:1,学号按照1,2,3....排列,并通过对象构造函数输入。 2,学生类提供一个打印函数,负责打印学生信息
001
- 动态创建数据库 动态创建数据库-Dynamic creation of database to create dynamic database
creationdynamicdatawindow
- 在实际应用中,经常需要根据用户需求来动态创建数据窗,一般方法是这样的。 在一个window中加入一个数据窗控件,如dw_new,但是该数据窗没有data object,(空白的)就可以用以下语法来创建-In practice, often required in accordance with user needs to dynamically create a data window, the general method is this. In a window to add a d
dyncontrol
- 一个动态创建控件的小例子,很有用喔,希望你喜欢。-A dynamic control to create a small example of useful Oh, I hope you enjoy.
SMI
- 动态创建按钮,比照对话框创建方式差异,CTREECTRL使用-Dynamically created button, the dialog box, mutatis mutandis, to create differences in the way, CTREECTRL use
API_Form
- 使用API函数,动态创建窗口,创建底层控件和框架的好方法-The use of API functions, the dynamic creation of a window, create the underlying framework of controls and a good way
CppCode
- C++经典源代码 CatListBox_src.zip CatListBox_demo.zip 这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip 一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。 CIVStringSet_Demo.zip CIVStringSet_Source.zip 基于MFC和STL平台的字符串类,可以实现在
dynamic
- 不引用forms ,动态创建窗体和对象,大大较少软件体积,值得学习-Do not reference forms, dynamically create a form and objects, significantly fewer software size, worth learning from
rightmousehanzi
- 使用javascr ipt动态创建svg元素-Using javascr ipt to dynamically create svg element
VBDynamicallyCreateControlArray
- VB,动态创建控件数组,可以动态地创建(在程序运行的时候创建)也可以动态地删除,代码比较简单,希望对需要的人有帮助。-VB, dynamically create a control array, you can dynamically create (in the program is running when the creation) can also be dynamically removed, the code is relatively simple, hope to those
jiandanlianbiaoguanliyuangong
- 从键盘输入4位员工的信息到动态创建的线性单向链表中;然后通过访问该链表,将其中的所有节点中的员工信息存放到文件myfile.dat中。每位员工的信息如下: 杜永宁 软件部 5760 王传华 销售部 3920 殷 泳 培训部 2940 杨柳青 软件部 5440。 -From the keyboard input four employees to create dynamic information of linear one-way list, Then through the li
dongtaichuangjiancaidan
- 这个是易语言源码,首先声明不懂易语言的不要下,毒软误报的问题不再解释,源码内容:动态创建菜单-This is an easy language source code, first of all do not understand the language, not poisonous, soft false problem will not explain, source: find files, enumerating directory
3
- 动态创建并加入菜单项和图标,很不错的易语言源码,适合易语言爱好者学习。-Dynamically create and add menu items and icons, very good source of easy language, suitable for easy language enthusiasts to learn.
matrix
- 3、 矩阵(三) 编写C++程序完成以下功能: (1) 用类来实现矩阵,定义一个矩阵的类,属性包括: 矩阵大小,用 lines, rows(行、列来表示); 存贮矩阵的数组指针,根据矩阵大小动态申请(new)。 (2) 矩阵类的方法包括: 构造函数,参数是矩阵大小,需要动态申请存贮矩阵的数组; 析构函数,需要释放矩阵的数组指针; 拷贝构造函数,需要申请和复制数组;
gtest
- 通过mfc动态创建复选框以及edit控件。非常简单的实例,适合新手参考。VS2008编译。-generate buttons and edits dynamitly ,by vs2008 mfc.very easy,for new comings.
list
- 链表的基本操作,动态创建,遍历打印和删除,中文提示操作-The basic operation of the linked list, dynamically create, print and delete traversal, Chinese prompts
C#动态创建文件并写入txt
- C#动态创建文件并写入txt示例 C#动态创建文件并写入txt(C# Create the file dynamically and write it txt)
动态链接库的使用
- 讲解动态链接库的使用,自己手动创建一个类库,然后调用类库,实现动态链接库的使用(Explain the use of dynamic link library)
动态创建SQL SERVER数据库
- Vb6动态创建SQL SERVER数据库,源码调试说明:运行本实例,需要引用DB_Operation.dll文件。。创建SQL Server数据表,程序自带有DB_Operation.dll注册卸载程序,双击运行即可。测试所用的Database文件在Database文件夹中。(Vb6 dynamically creates the SQL SERVER database, source debugging instructions: running this example, you need
Example026-动态创建控件
- 应用VB6.0,可实现动态创建控件功能。(The application of VB6.0 can realize the function of creating control dynamically)
