搜索资源列表
W2kSqlextendedproc
- BCB 编写的一些简单函数用于SQL的扩展存储过程. -检查文件是否存在Select dbo.FileExist( c:\\boot.ini ) --删除文件Select dbo.FileDelete( C:\\X.txt ) --服务状态Select dbo.ServerStat( awhost32 ,1) --建立目录Select dbo.MKDIR( C:\\Test\\test ,1) --文件复制Select dbo.FileCopy( C:\\boot.ini , c
StudentInformationManagementSystem
- 文档管理系统 简介: 本系统由罗松独立自主开发,其他个人、组织不得非法进行拷贝、应用。违者将对其进行经济制裁、即法律责任。对于个人应用,在本人网站上提供了免费的服务。对于各机构组织、法人代表则需与本人商议,经本人同意方可应用。 作者:罗松 版权(c)工职软件开发组 http://cqpps.126.com e_mail:luosong@isofthome.com 实现语言:C 开发环境:Turbo C 系统结构: a:学生档案管理系统
xp_md5_cppfans
- 这个存储过程是计算 MD5 值的,可以用来进行密码认证加密等。 SQL Server 的扩展存储过程 (Extended Stored Procedure, 简称 XP) 是通过在 MSSQL 数据库注册封装在 .dll 里面的函数实现的, 而这个 .dll 应该按照 M$ 提供的规则, 并且要连接 MSSQL 的库文件。由于 C++ Builder 自带的 MSSQL 库文件 OPENDS60.LIB 比较旧, 本文提供新版本的 OPENDS60.LIB 库文件, 支持 MSSQL
DataEasy
- This application uses OleDb as a backhand communicator with the file to allow the user to : select, delete, insert and modify the database and then save all the changes to the original file.-OleDb as a backhand c ommunicator with the file to allow th
C-dbf-file
- 为什么编写本函数库? 目前好多电力方面的抄表器由于其RAM内存及FLASH闪存的空间都比较小,没有办法象java那样调用各种基于各种大型数据库的外界jar包进行数据采集工作。为此,dbf这种简单的结构型数据库成为手选。另外,因为抄表器要求的数据格式也比较简单,选用这种结构型的最贴合实际。
iniparser3.0b
- C Library to read Windows INI file
ActiveX_Da173053482004
- ActiveX Data Objects Programming in C++ Descr iption: ActiveX Data Objects Programming How To: Hey, this is some kind of an experiment in writing tutorials in PSC. All of my articles are in .html files included in the zip file, together with the s
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
hrsys
- VC+SQL开发的公司人事管理系统,可以完成部门管理、员工管理、考勤和考评管理、系统用户管理等,都有比较基本的功能,是拿来练手的,在VC6下顺利编译。 请附加数据库文件,数据库连接信息这个没必要说的吧,在源代码里修改一下,用户名及口令等,另外本程序不只使用一个数据库接口文件,要改的话全部都要改哦。 登录:admin 密码: www.codefans.net-VC+ SQL Development company the personnel management system
web_ftp_import
- MSSQL数据导入,将CSV文件导入MSSQL数据库里-MSSQL data import, the CSV file into MSSQL database
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
CSJK02
- C++源码工程文件 使用串口发送数据库中的数据-C++ source project file using the serial port to send the data in the database
guanlixitong
- 一套人事管理系统,数据源文件为SQL数据库 SQL数据源名称为:sam人事管理,所有用户的密码初始化为123-A personnel management system, data source file for the SQL database for SQL data source name: sam of Personnel Management, all the user' s password is initialized to 123
adocppobj
- Ado 实现C++对象的存取,利用了串行化来实现c++对象保存到数据库,对程序所用方法稍做扩展可将甚至多个图象文件保存到数据库和文件。该方法的实质是使用内存文件 + 序列化保存C++对象,然后把内存文件以BLOB(二进制数据)方式存入数据库。ADO只是访问数据库的方式,也可以使用ODBC等。 -Ado to achieve C++ object access, use of serialization to implement c++ object saved to the database,
C
- 读入成绩并存入一文件中,包括学号、姓名、平时成绩、实验成绩、考试成绩和总评成绩,其中总评成绩=平时成绩*10 +实验成绩*30 +考试成绩*60 ,总评成绩不要输入通过计算得到;计算、存储并输出成绩分布、平均成绩与均方差;计算、存储并输出你的学号、姓名、成绩与排名。-Read into the results and placed in a file, including the student number, name, usually results, test results, test
Write-Structure-to-file
- A simple c program that demonstrates writing structures to file
bufmgr.c.tar
- The file freelist.c contains the code to implement the buffer replacement strategy used when there are no unused slots in the buffer pool. Augment the code in this file so that it can use any one of three possible buffer replacement strateg
freelist.c.tar
- The file freelist.c contains the code to implement the buffer replacement strategy used when there are no unused slots in the buffer pool. Augment the code in this file so that it can use any one of three possible buffer replacement strateg
C#图书管理系统
- 利用vs2015以及sql server 2016编写的图书管理系统,纯手打,包括工程以及数据库bak还原文件。基本实现了图书管理需要的功能。下载后注意重新配置数据库。(Using vs2015 and SQL Server 2016 book management system, pure hand, including engineering and database bak restore file. The function of the book management is basic
学生学籍管理系统
- 登录用户名和密码:萧宇 admin 注意:由于本例使用的数据库文件是基于Office 2007的,所以用户机器中应该事先安装Office 2007,否则注册新用户的过程中将会报错“未在本地计算机上注册“Microsoft.ACE.OLEDB.12.0”提供程序。”(Note: since the database file used in this example is based on Office 2007, the user machine should install Office