CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 数据库编程 搜索资源 - c 语言

搜索资源列表

  1. 同学通讯录系统

    0下载:
  2. 学生的同学录系统 c语言 编写
  3. 所属分类:数据库编程

    • 发布日期:2011-12-11
    • 文件大小:3949
    • 提供者:managerlv
  1. datebase.rar

    0下载:
  2. 这是我的c++语言课程设计,共包括5个程序,1.一个简陋的数据库系统设计(可参考FoxBase),2.设计一个字符串类,要求具有计算字符串长度、两个字符串大小比较、两个字符串连接等功能。3.设计复数类Complex,具有复数设置及其输入输出、两个复数的加法和乘法功能。4.设计一个一维向量(数组)模板类Vector 5.设计一个列表(链表)模板类List。其中数据库系统我做了两个版本,其中还包括课程报告,希望大家批评指正,谢谢。,This is my c++ language curriculum
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-28
    • 文件大小:609473
    • 提供者:赵洋洲
  1. tysjk

    0下载:
  2. 纯C语言写的小型通用数据库,希望对大家有所帮助-Written in pure C Small Universal Database, we hope to help
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-07
    • 文件大小:358405
    • 提供者:张捷鸣
  1. vc++访问DAO数据库

    0下载:
  2. 本系统采用Visual C++语言编写,运用软件工程的思想, 采用面向对象分析、设计的方法学完成。通过建立系统的数据库,对象模型、动态模型、功能模型,设计界面窗口,算法结构,函数之间互相调用完成实现系统的功能。-the system using Visual C language, the use of software engineering, object-oriented analysis, the design methodology completed. Through the est
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:88955
    • 提供者:
  1. 北京公交车查询系统

    1下载:
  2. 本系统采用Visual C++语言编写,运用软件工程的思想, 采用面向对象分析、设计的方法学完成。通过建立系统的数据库,对象模型、动态模型、功能模型,设计界面窗口,算法结构,函数之间互相调用完成实现系统的功能。-the system using Visual C language, the use of software engineering, object-oriented analysis, the design methodology completed. Through the est
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-23
    • 文件大小:275472
    • 提供者:
  1. xueshengshujukucaozuo

    0下载:
  2. 用c#语言实现数据库编程,实现对学生各种信息的操作,如插入,删除,查询等。里面有工程文件,可在元基础上进行修改,对数据库进一步学习!-With c# Database programming language, for students to achieve all kinds of information operations such as insert, delete, query and so on. There are project files can be modified bas
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-17
    • 文件大小:33556
    • 提供者:yangshuangxue
  1. xuejiguanli

    0下载:
  2. C语言实训,学生学籍管理系统,里面提供了学生成绩的修改和查询等功能,是很好的研究材料是大方家奥斯丁分解。-C Language Training, student school management system, which provides student performance changes and inquiries and other functions, is a very good research material is generous decomposition home
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-25
    • 文件大小:461171
    • 提供者:yym
  1. bz

    0下载:
  2. 现上传一份用Visual C++ 语言操作的出租车销售管理系统源码供大家参考-From now a used Visual C++ language to operate a taxi sales management system source code for your reference
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-12
    • 文件大小:340509
    • 提供者:zhen
  1. ISSUE_51

    0下载:
  2. 提供了几个小应用程序的 C 语言源代码。-Provide a few small applications, C language source code.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-29
    • 文件大小:65710
    • 提供者:都静
  1. 5

    0下载:
  2. 用于MySQL的ODBC接口,c++语言-For MySQL' s ODBC interface, c++ language
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-29
    • 文件大小:227101
    • 提供者:king
  1. VBhelp

    0下载:
  2. VB语言参考-函数速查.chm VB语言参考-函数速查.chm-VB Language Reference- Function Info. Chm VB Language Reference- Function Info. Chm
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-26
    • 文件大小:500071
    • 提供者:dgchy
  1. MpsCode

    0下载:
  2. 手机归属地查询c++语言写的,很实用,很简单,很方便-mobilephonedfdfasfdsaf dafdsafcadsf dsa
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-04
    • 文件大小:468808
    • 提供者:lensso
  1. snowbase

    0下载:
  2. 这个压缩包里包括5个程序,一个报告,是我c语言课程设计,其中那个数据库系统设计的比较好,用c语言完成,代码5000行,这里好包括课程报告,1.设计一个字符串类,要求具有计算字符串长度、两个字符串大小比较、两个字符串连接等功能。 2.设计复数类Complex,具有复数设置及其输入输出、两个复数的加法和乘法功能。 3.设计一个一维向量(数组)模板类Vector 4.设计一个列表(链表)模板类List 5.一个简陋的数据库系统设计(可参考FoxBase)。-Including the
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-05
    • 文件大小:609857
    • 提供者:赵洋洲
  1. MyProgram

    0下载:
  2. 改进的学生管理系统,是用c语言写的一个学生管理系统。。。包括了文件读写的操作-To improve student management system, is written in c language a student management system. . . Including the operation of the document to read and write. . .
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-17
    • 文件大小:336783
    • 提供者:tonghua
  1. example

    0下载:
  2. C#语言-酒店管理系统,是基于SQLServer2000平台设计的一个很好的酒店管理系统-C# Language- Hotel Management System is based on SQLServer2000 a very good platform for the design of the hotel management system
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-15
    • 文件大小:3869807
    • 提供者:Aaron
  1. rent

    0下载:
  2. 影碟租赁系统  (1)熟练掌握C++语言的基本知识和技能; (2)掌握面向对象程序设计的基本思路和方法; (3)了解模板、继承、多态性、运算符重载的综合应用 (4)利用所学的基本知识和技能,解决面向对象程序设计问题 (5)培养分析、解决问题的能力;提高学生的科技论文写作能力。 -DVD rental system (1) proficiency in C++ language, the basic knowledge and skills (2) object-orien
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-16
    • 文件大小:4459944
    • 提供者:jiangzhuo
  1. studentdatabaseCreate

    0下载:
  2. 学生选课管理系统,用纯ODBC API实现,例子中也演示了用MFC ODBC实现的方法,对于SQL语言的理解有很大的直观帮助和体会。内有详细的实验帮助和使用说明已经程序的E-R图,源码都附加有注释,很容易理解。C语言+SQL实现。-Student course management system, using pure ODBC API to achieve, for example, also demonstrated the realization of using MFC ODBC met
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-10
    • 文件大小:2277004
    • 提供者:无我
  1. DataBase

    0下载:
  2. 纯C语言写的小型通用数据库,一个C数据结构组科技小组的作品,附有开发思路PPT,这可是一个宝贵的资源哦,更底层的东西,运行于DOS提示符,可以新建数据库等操作。C的编程高手们值得参考一下。-Pure C language to write a small general-purpose database, a data structure C Group Technology Group works to develop ideas with PPT, this is a valuable re
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-31
    • 文件大小:359548
    • 提供者:113
  1. MonitorTemperature

    0下载:
  2. 本程序利用MFC技术,C++语言编写完成。其中核心技术包括有:利用MSComm控件完成单片机与上位机的通信,利用ODBC数据库接口技术把采集的温度数据存储到上位机。-This procedure using MFC technology, C++ language prepared. The core technologies include: the use of MSComm control the completion of MCU and host computer communicat
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-11
    • 文件大小:2084109
    • 提供者:zhouqing
  1. labllookup

    0下载:
  2. 图书查询系统,内附数据库,用ado和odbc都可实现.C++语言编写。 不懂联系我:zhaoshuangxiang.88@163.com -Book Search system, containing a database, using ado and odbc can be realized. C++ language. Contact me do not understand: zhaoshuangxiang.88 @ 163.com
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-12
    • 文件大小:2858718
    • 提供者:zhaoshuangxiang
« 1 2 3 45 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com