资源列表
Supermarket-Management-System
- 超市管理系统能实现最基本的功能,如收银、人员的管理,是学习C++较好的代码!-Supermarket management system to achieve some basic cash register, punch function is relatively good learning C++ code!
Rent
- 在VC中利用ADO接口技术访问Oracle数据库,实现了一个简易的租借DVD的数据管理系统。-Use ADO to access an Oracle database interface technology in VC to achieve a simple DVD rental data management system.
hotel-running
- 酒店管理系统,我的课程设计,肯定值得下载-My curriculum design, definitely worth downloading
xiaobobao
- 此matlab程序是基于小包波分析的信号能量计算几个各频段能量所占比例的计算。-This program is a signal matlab wave packet analysis to calculate the energy of the band a few calculations based on the proportion of energy.
manger
- 学生信息管理系统,通过编程的实现。简单明了-Student Information Management System, achieved through programming. Foolproof
wanghu6603
- 网狐6603版本 内含捕鱼游戏 源码 测试 可用-Fox network 6603 。It contains fishing game
ADO-connectivity-for-vcPP
- 初始化COM库到通过Connection、Command对象执行SQL命令,或利用Recordset对象取得结果记录集进行查询、处理。-Basic steps to connect to any database with ADO connectivity for vc++.
MyStorageManager
- 使用c++编写的一个模拟内存数据库换入换出操作-Use c++ prepared a simulated memory database operations swapped out
SQLProcedureCases
- 编写SQL server存储过程时需要几个例子来学学语法,这几个例子可以大概明白如何编写存储过程。-A few examples of when writing SQL server stored procedure to learn grammar, which can probably understand a few examples of how to write a stored procedure.
ODBC-example
- C语言实现ODBC对Access数据库的访问-ODBC example
trading_system
- 以C#编写的完整工程,包含前端和后端数据库,数据库是用sql server2008写的。 是一个商品交易系统-To complete projects written in C#, including front-end and back-end database, the database is sql server2008 written. Is a commodity trading system
connect
- 在一台电脑上启动服务器目录下的server,在另一台电脑上启动客户端目录下的client。在客户端程序“连接”按钮上方的编辑框中输入服务器端的ip地址, 单击连接,如果硬件连接正常,IP地址正确,便可建立网络连接,实现互相通讯。 2、服务器端使用了两个线程,一个线程用于与所有客户端通讯(嵌套调用),另一个用于监视数据库db1.mdb。服务器运行的过程中,监视数据库线程会自动检测 数据库“示例表”中第一条记录“age”字段的变化情况,动态的反映到服务器上。若要测试,在服务器运行时