CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MYSQL MFC

搜索资源列表

  1. 853

    0下载:
  2. Apriori算法源码(C++) 看了以前在这里发的apriori源码,觉得写得代码有些繁琐,现在重写了一下,主要是把数据操作和界面显示分离,使用了stl和boost,简化了字符操作的算法,数据库用的是mysql的,API是mysql++,在mfc下mysql++无法运行,所以gui框架用的是win32gui-lib(可以到sf.net/project/win32gui下载)。当然你也可以用odbc改写,或是换用别的数据库,因为算法逻辑是独立的,所以应该很容易改写 -Apriori
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:29282
    • 提供者:libing
  1. StuScore

    2下载:
  2. 利用Visual Studio中的MFC功能和MysqL写的学生成绩管理系统应用程序,具有学生信息、成绩信息、课程信息等入库/批量入库、查询、修改等功能,教师登陆和学生登录有不同的权限-Use MFC in Visual Studio features and MysqL students write application performance management system, with student information, performance information, cour
  3. 所属分类:ADO-ODBC

    • 发布日期:2016-06-21
    • 文件大小:10961122
    • 提供者:叶丹
  1. library1

    0下载:
  2. 图书信息管理系统MFC 使用VC++6.0打开。数据库使用MySQL -Library information management system using VC++6.0 MFC open. Using MySQL database
  3. 所属分类:Other systems

    • 发布日期:2016-05-24
    • 文件大小:4065280
    • 提供者:李哈啦
  1. DataBaseConfig

    0下载:
  2. 使用ODBC连接mysql数据库 测试连接成功 MFC(*exe)基于对话框实例-connect mysql test
  3. 所属分类:MySQL

    • 发布日期:2017-05-18
    • 文件大小:4998121
    • 提供者:曹传亮
  1. jizhangxitong

    0下载:
  2. 实现记账功能,负责记录每天的生活消费情况,可以总结,基于MFC+MYSQL-no problem
  3. 所属分类:Home Personal application

    • 发布日期:2017-05-14
    • 文件大小:3298354
    • 提供者:明哥
  1. messager

    0下载:
  2. 利用TCP实现消息发送、接收、查询、删除及用户操作,使用MFC、mysql数据库。。对于初学c++的新手作用较大,属于一种综合提高 - English Spanish Arabic Messages sent using TCP, the receiver, query, delete, and user actio
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-21
    • 文件大小:6505275
    • 提供者:赵薇
  1. vcmysql

    0下载:
  2. 一个MFC连接MySQL的例子!!很实用-An MFC to connect the MySQL example
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-04
    • 文件大小:53978
    • 提供者:
  1. _libmysql

    0下载:
  2. MySql extension class built from MySql.dll with MySql header. Save a lot of time by not having to manually encapsulate the plain c files into MFC or C++. Must install MySql version 5.5 comes with WAMP server for Windows OS.-MySql extension class buil
  3. 所属分类:MySQL

    • 发布日期:2017-04-02
    • 文件大小:10852
    • 提供者:fakeuout
  1. ChatApplication

    0下载:
  2. 支持mfc的控制台聊天室程序。使用mysql数据库保存聊天记录。包含客户端和服务端,基于C/S结构。-A console chat program supporting mfc. Use the mysql database to save chat history. Contains the client and server based on C/S structure.
  3. 所属分类:Console

    • 发布日期:2016-04-10
    • 文件大小:82944
    • 提供者:Feihong Ni
  1. RecordSystem

    0下载:
  2. Visual Studio 2008下使用MFC开发的界面配置程序,前台界面接受数据写入后台数据库,数据库使用MySQL,本程序只是前台界面代码,不包括后台表结构,配置的对象是一个录音系统服务器程序。-Visual Studio 2008 MFC interface configuration program development, front desk interface accepts data written to the back-end database, using the MyS
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-17
    • 文件大小:275530
    • 提供者:yanan
  1. supermaketERP

    0下载:
  2. 这是一个超市管理系统,采用Visual C++ 6.0 MFC+MySQL 数据库,通过这个系统,可以学习MFC和数据库编程技术。-This is a supermarket management system, using a Visual C++ 6.0 MFC+MySQL database, and can learn through this system, the MFC and database programming techniques.
  3. 所属分类:OA

    • 发布日期:2017-11-28
    • 文件大小:5285210
    • 提供者:Larry
  1. pocoChatServer

    0下载:
  2. VS MFC 聊天程序,采用POCO C++ 库技术;同时用mysql保存聊天内容,并能通过访问数据库查看聊天记录。这是服务端-VS MFC chat program using the POCO C++ library technology mysql save chats and view chat history through access to the database. This is the service end
  3. 所属分类:Communication

    • 发布日期:2017-11-10
    • 文件大小:1113283
    • 提供者:姚远
  1. pocoChatClien

    0下载:
  2. VS MFC 聊天程序,采用POCO C++ 库技术;同时用mysql保存聊天内容,并能通过访问数据库查看聊天记录。这是客户端-VS MFC chat program using the POCO C++ library technology mysql save chats and view chat history through access to the database. This is the client
  3. 所属分类:Communication

    • 发布日期:2017-11-18
    • 文件大小:644542
    • 提供者:姚远
  1. TYL

    0下载:
  2. 家庭收支 MFC使用ado连接mysql数据库的示例,开发环境使用vc++6.0。代码比较详细-MFC using ado to connect mysql database example, the development environment using-Example, the Family Income and Expenditure MFC ado connection mysql database development environment vc++6.0. More deta
  3. 所属分类:MySQL

    • 发布日期:2017-11-20
    • 文件大小:11212800
    • 提供者:谭岳龙
  1. Student

    0下载:
  2. ado访问mysql,通过ado技术访问mfc的mysql-ado access mysql
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-24
    • 文件大小:2700847
    • 提供者:lilin
  1. MySQLData

    0下载:
  2. MFC 连接访问本地MYSQL数据库,用ODBC连接-MFC connection to access local MYSQL database using ODBC connection
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-04
    • 文件大小:10241510
    • 提供者:xuefupeng
  1. LIbrary

    0下载:
  2. 这是我的毕业设计,用MFC写的用MD5加密的图书管理系统,用的是mysql,连接数据库用的是OdbC-This is my graduation project with MFC wrote with MD5 encryption library management system, using mysql, connect to the database using a OdbC
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-06-01
    • 文件大小:13368879
    • 提供者:咸鱼
  1. mysqltable

    0下载:
  2. MFC下使用mysql数据库的c接口操作数据库实例-By using the interface operations MFC c mysql instance
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:75643
    • 提供者:荣承势
  1. ATM-withdrawal-system

    1下载:
  2. 自己花了半年时间写的ATM取款机系统,运用mfc/mysql等技术,模拟银行ATM系统,实现ATM机存、取、增加用户、修改密码等操作功能-I spent half a year to write the ATM teller machine system, the use of mfc/mysql and other technologies, the simulation of the bank ATM system, ATM machine to achieve, take, increas
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-02
    • 文件大小:14846307
    • 提供者:abel
  1. ADOandMySQLDemo

    0下载:
  2. MFC实现MySQL的连接,随便看看就行了,~~~~~~~~~(There is nothing to say)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:140288
    • 提供者:Ruhe Sanft
« 1 23 »
搜珍网 www.dssz.com