搜索资源列表
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
SQLUnicode_demo
- It also provides a sample C++ client that tests the U2CP and CP2U conversion functions.-It also provides a sample C client that test s and the U2CP CP2U conversion functions.
SqliteClassLibrary.rar
- 简单的c# sqlite数据库操作类库,自己编写,附源代码,可进行扩充,进过测试。 ,Simple c# Sqlite database operations class library, I have written, with source code, can be expanded into the test.
TeSys.rar
- 考试模块 在后台管理界面中,可以添加学生信息及考题。在添加考题前,首先需要添加科目。添加考题时,首先在“题库”菜单中选择考题类型,然后在“试题管理”菜单中通过“添加”、“修改”、“删除”命令可对该类型的考题进行操作。,Test management interface module in the background, the students can add information and questions. Add questions in the former, first of al
EmployeeApplicationSystem
- 这是一个实现员工请假管理系统的数据库课程设计的完整文档,里面包含详细的代码和实验报告,开发环境是SQL2005+VS2005,使用语言是C#-This is an implementation of employee leave management system' s database of curriculum design, complete document, which contains a detailed code and test reports, the developm
storestore
- 数据库系统,系关于库存的,用C#写的,测试已通过,大家下吧-Database system, the Department on the stock with a C# Written test has passed, we are you
Cmainshi
- C面试——包括C,C经典问题,及面试笔试题,网络·操作系统·数据库,CC笔试题系列·以及一些关于面试的问.-C interview- including C, C classic questions, and interview questions pens, network operating system, database, CC pen test series as well as some interviews about the question.
Apriori
- 自己用c++些的apriori算法。测试数据是sqlserver2005的adventurworks数据库中的Sales.SalesOrderDetail表。-the apriori algorithm was writed by myself,using c++, and the table Sales.SalesOrderDetail of database adventurworks from sqlserver2005 was used as test datas.
C
- 读入成绩并存入一文件中,包括学号、姓名、平时成绩、实验成绩、考试成绩和总评成绩,其中总评成绩=平时成绩*10 +实验成绩*30 +考试成绩*60 ,总评成绩不要输入通过计算得到;计算、存储并输出成绩分布、平均成绩与均方差;计算、存储并输出你的学号、姓名、成绩与排名。-Read into the results and placed in a file, including the student number, name, usually results, test results, test
TEST
- 利用dev-c提供的mysql数据库相关库函数实现对mysql数据库的基本操作,如查询等。-Provided by dev-c library functions related to mysql database mysql database to realize the basic operations, such as inquiries.
connect
- connection mysql c++ test ok
api_mysql
- conn mysql c++ test-conn mysql c++ test......
mysql-c
- MYSQL下用C访问数据库,已编译测试通过-MYSQL complile and test succes!
sqlite
- test function sqllite with c-test function sqllite with c++
ociTest.c
- 用oci接口连接oracle数据库,亲测可用-Pro-test can be used to connect oracle database using oci interface,
1
- 这个程序是将c:\1.pdf存储到数据库中,然后通过blob类型的变量将存进数据库中的1.pdf读出来并保存为c:\test.pdf。-This program is c: \ 1.pdf stored in the database, and then through the blob type variable will be deposited into the database 1.pdf read out and saved as c: \ test.pdf.
Linear-algebra-test-database
- 线性代数试题库,该软件是用Visual C++.NET集成开发环境研制开发,主控程序文件名为TY_STK.exe,试题库文件名为:XD_STK.mdb(Access数据库),通用试题库_(线性代数部分)可运行在Windows XP,Windows NT, Windows Server 2003(2005)及Vista 下。为了保证该软件的正常运行,必须将Office办公软件安装到Windows中,并把试题数据库与应用程序相关文件放置在同一个文件夹下。-Linear algebra test
Test
- C# SAMPLE CODES FOR PLATINUM SDK
C-PP-Performance-Management-System
- 用c++编写的成绩管理系统图形界面(点击test.exe即可),内附完整代码和详细教程, 亲测VS2015可以完美运行-Prepared with c++ performance management system graphical interface (click test.exe can be), with complete code and detailed tutorials, pro-test VS2015 can run perfectly
C# SQLite
- 这是一个C# 平台上 开发的用以测试 在SQLite数据库上进行增删改查(This is developed on a C# platform to test the addition and deletion of the SQLite database)