搜索资源列表
c数据库小程序2
- C语言做的一个数据库的小程序,虽然小,但是可以帮助初学者学习怎样用C实现数据库编程-C language to a database of small programs, although small, but can help beginners learn how to use C Database Programming
200642111406645
- c程序解决神经网络的原代码 压缩版本,无密码-c resolved neural network code compression of the original version, without passwords
Studentsmanagesystem-c
- 在TC环境下编写的一个学生成绩管理程序! 主要功能包括数据输入,查询,删除,插入等。-TC environment in the preparation of a student performance management process! Main functions include data entry, search, delete, insert and so on.
XIIII
- 我的一个数据库的C程序,关于进程调度的-a database of C procedures, the process of scheduling
Database
- Visual C++数据库编程源代码 《Visual C++程序员成长攻略》一书的附带源代码
ercheng
- 非线形最小二乘程序,希望对大家有用哈,我现在急需APRIOR算法的C++程序,有的请给我发啊一份,
Ado
- 这是一个C++程序,它是在Visual C++环境下调用数据库,实现ADO连接数据库.
C++_dbms
- 关于数据库编程范例,提供源代码哦,里面有很详细的程序参考,C++程序
async_demo
- 完成在ODBC中进行异步调用的C程序源代码,运行环境Windows.
libsqlora8-2.2.11
- 一个很好用的Linux/Unix下Oracle OCI开发接口封装库,方便在C/C++程序中和Oracle打交道-a good use of Linux / Unix Oracle OCI interface development package for convenience in the C / C procedures and the Oracle deal
Sqlite.rar
- 这是本人用MFC写的一个Sqlite数据库接口库,为开发简单需要数据库接口的程序使用 ,作为配置文件使用,代替INI等文件,可作为一个微型数据库。,This is written in MFC, I use a sqlite database interface library, the need for the development of simple procedures for the use of database interface, as a configuration file
ocicpp.zip
- 一个通用的oracle OCI开发程序包,A generic oracle OCI development package
hrsys
- VC+SQL开发的公司人事管理系统,可以完成部门管理、员工管理、考勤和考评管理、系统用户管理等,都有比较基本的功能,是拿来练手的,在VC6下顺利编译。 请附加数据库文件,数据库连接信息这个没必要说的吧,在源代码里修改一下,用户名及口令等,另外本程序不只使用一个数据库接口文件,要改的话全部都要改哦。 登录:admin 密码: www.codefans.net-VC+ SQL Development company the personnel management system
asp.net网上书店
- 此代码是用c#写的程序.- This code is the procedure which writes with c#
c++cuangkuguanlixitong14
- 在运行程序之前,请将所附的数据库文件dms.mdb添加为数据源,并命名为DMS。具体操作步骤可以参见书中本章的相关小节-Running process, I would be grateful if the attached database file dms.mdb add to the data source named DMS. Specific steps can be found in the relevant section of this chapter book
proC
- 本程序是用proC编写的程序,用于查询Oracle数据库中的EMP表,其中proC1.pc是proC文件,proC1.c是编译成功的.c文件,说明是本程序的说明文档。-This procedure is used to prepare the procedure proc for Oracle database query EMP table, which is proc proC1.pc document, proC1.c is compiled success. C document des
TANCHISHE-C
- C程序源代码 贪吃蛇 要求改进:用图形模式表示print()函数-C source code to improve Snake: The graphics mode that the print () function
C
- 本程序是用来计算消除趋势波动分析方法的C程序-This procedure is used to calculate the detrended fluctuation analysis method to eliminate the C program
c-project
- 银行储蓄 应用数据库链表等简单的c程序实现-project c menu
C#图书管理系统项目源码
- 图书馆管理系统 分类管理 本次设计主要研究asp.net在图书馆管理系统的应用。首先,查阅了与系统内容相关的文献和研究。第一部分对图书馆管理信息的功能进行设计,主要包括图书借阅、图书归还、图书馆管理信息、与读者进行网络互动、读者书评、借书证办理和图书入库等功能。然后,在asp的平台上,连接SQL.server数据库以及利用其它语言及相应开发环境,针对小型图书馆管理系统的特点,实现图书馆基本的管理功能。目前,通过对参考文献和相关文章的学习和参考,对C#以及数据库有了一定的了解,数据库的部分设计。最