资源列表

« 1 2 ... .68 .69 .70 .71 .72 1273.74 .75 .76 .77 .78 ... 1803 »

[数据库编程MFCDB

说明:  C++连接数据库有很多种方法,ODBC,ADO等等。我这里就采用了ADO的方法。   既然都涉及到数据库了,就直接做个带界面的吧。先打开VS2010,新建一个“MFC应用程序”,在里面记得选择“基于对话框”,因为这个比较简单,我就用这个举例了,其他的自己研究一下吧,然后一直下一步就可以了。-There are many ways C++ connect to the database, ODBC, ADO, etc.. I am
<王小刚> 在 2024-09-28 上传 | 大小:267264 | 下载:0

[数据库编程STUDENTINFO

说明: 实现数据库中学生信息的存入和读取等操作。数据库中每一条数据拥有对应的学号、姓名、性别、年龄、照片、视频信息,可以添加学生信息、修改信息、删除信息、浏览照片、打开对应视频文件等等。-Database students' information deposited and read operations. Each piece of data in the database has a corresponding studen
<刘影琪> 在 2024-09-28 上传 | 大小:90112 | 下载:0

[数据库编程pointer

说明:Lesson 6: Pointers in C Pointers are an extremely powerful programming tool. They can make some things much easier, help improve your program s efficiency, and even allow you to handle unlimited amounts of data.
<UUU> 在 2024-09-28 上传 | 大小:3072 | 下载:0

[数据库编程string

说明:Lesson 9: C Strings This lesson will discuss C-style strings, which you may have already seen in the array tutorial. In fact, C-style strings are really arrays of chars with a little bit of special sauce to indicate wher
<UUU> 在 2024-09-28 上传 | 大小:4096 | 下载:1

[数据库编程Structures

说明:Lesson 7: Structures in C When programming, it is often convenient to have a single name with which to refer to a group of a related values. Structures provide a way of storing many different values in variables of poten
<UUU> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据库编程address-list

说明:一个简单的通讯录管理系统,实现了录入,查询,删除等功能-A simple mail list management system, realize the entry, query, delete and other functions
<Janice> 在 2024-09-28 上传 | 大小:44032 | 下载:0

[数据库编程fd4

说明:在visual studio控制台下输出简单表格-Simple form in visual studio console output
<林伟海> 在 2024-09-28 上传 | 大小:2812928 | 下载:0

[数据库编程vcandvs-access

说明:vc6.0和vs2005访问access数据库,包括增删改查,有示例,可在此基础上进行功能添加。-VC6.0 and VS2005 visit ACCESS database, including the crud, example, can be carried out on the basis of function add.
<王昆> 在 2024-09-28 上传 | 大小:78848 | 下载:0

[数据库编程DistillSQL

说明:sql数据库提取器,用于提取数据库数据、提取数据表、导出数据、配置ODBC数据源。此为书籍配套光盘资料,版权归书籍作者所有。-used for sql,it is very useful for a developer.Thank you for your using!
<faraway> 在 2024-09-28 上传 | 大小:582656 | 下载:0

[数据库编程Ex11_1

说明:ODBC数据库编程实例。通过操作工具栏和记录菜单,可以实现对数据库的浏览。通过操作记录菜单,可实现对数据库记录的增加和删除。可实现排序...功能。-ODBC database programming examples. Can be achieved through the operation the toolbar and record menu, browse to the database. By operation record
<逈梦游仙> 在 2024-09-28 上传 | 大小:93184 | 下载:0

[数据库编程ADOdatabase

说明:程序后台使用ACCESS建立StuMsg.mdb数据库。使用ADD技术访问数据库,实现对数据库的浏览。-The program background ACCESS to establish StuMsg.mdb database. ADD technology to access the database, database browsing.
<逈梦游仙> 在 2024-09-28 上传 | 大小:174080 | 下载:0

[数据库编程Ex12_5

说明:带数据库的动态链接库。在动态库中实现动态库嵌套调用,实现两个数的平方和及两个数的平方差计算。动态库与数据库相结合,界面中x,y和结果编辑框可显示数据库中的数据。-With dynamic link library database. In the dynamic library the dynamic library nested call two numbers the square and the square of the dif
<逈梦游仙> 在 2024-09-28 上传 | 大小:129024 | 下载:0
« 1 2 ... .68 .69 .70 .71 .72 1273.74 .75 .76 .77 .78 ... 1803 »

源码中国 www.ymcn.org