资源列表
cc
- vf学生成绩管理系统 查询,插入,删除,报表,统计,排序-the vf student management system
01
- 此文件为源代码,经过多次验证可行。将代码输入lingo就可以运行-Immune algorithm to solve the maximum clique problem source code of this file, feasible after several validation. Matlab code input can run.
TCP_ODBC
- 网络通信兼数据库程序,可以将接收到的网络内容存入MySQL数据库.并且在程序中可以对数据库进行操作.-Network communication and database programs , received web content can be stored in the MySQL database and the database program .
SMS
- 一款简单的仓库储存预警管理系统,可以用作毕业设计;使用Delphi7+Sqlserver2000进行开发,里面包含了完整的数据库文件,使用说明文档等,完美运行;技术内容主要为数据库编程开发-Early warning of a simple warehouse storage management system, can be used as a graduation project the development with Delphi7+Sqlserver2000, which conta
MFCDB
- C++连接数据库有很多种方法,ODBC,ADO等等。我这里就采用了ADO的方法。 既然都涉及到数据库了,就直接做个带界面的吧。先打开VS2010,新建一个“MFC应用程序”,在里面记得选择“基于对话框”,因为这个比较简单,我就用这个举例了,其他的自己研究一下吧,然后一直下一步就可以了。-There are many ways C++ connect to the database, ODBC, ADO, etc.. I am here on the use of the method
STUDENTINFO
- 实现数据库中学生信息的存入和读取等操作。数据库中每一条数据拥有对应的学号、姓名、性别、年龄、照片、视频信息,可以添加学生信息、修改信息、删除信息、浏览照片、打开对应视频文件等等。-Database students' information deposited and read operations. Each piece of data in the database has a corresponding student number, name, sex, age, phot
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.
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 where the string ends. This tutori
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 potentially different types under t
address-list
- 一个简单的通讯录管理系统,实现了录入,查询,删除等功能-A simple mail list management system, realize the entry, query, delete and other functions
fd4
- 在visual studio控制台下输出简单表格-Simple form in visual studio console output
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.