搜索资源列表
一个增强的数据库类CDataSet
- 一个增强的数据库类CDataSet 因为MFC完全支持数据库应用程序的开发,所以大多数数据库应用都使用CDatabase和CRecordset类,并且类向导(Class Wizard)提供了快速简易的方式来使用这两个类。有一点不足的就是当应用程序涉及到多表数据库时,类向导将产生大量的关于记录集的源码文件使得工程(project)给人的感觉很混乱。 本文介绍如何使用一个模板记录集类来降低类向导所产生的记录集文件的数量,同时增强记录积类(CRecordset)的功能。这个模板记录集类叫做:CData
创建sybase数据库
- 这个程序时还没有powerdesigner,erwin的时候出现的,到现在也实用,需要fmt的一个格式文件来描述表结构,执行完毕形成xxx.sql语句,然后isql -Usa -P -Sservname -ixxx.sql即可-this procedure was no powerdesigner, erwin the time and it has practical need fmt format of a table to describe the structure, finished
SQL SERVER与ACCESS、EXCEL数据转换
- This a p熟悉SQL SERVER 2000的数据库管理员都知道,其DTS可以进行数据的导入导出,其实,我们也可以使用Transact-SQL语句进行导入导出操作。在 Transact-SQL语句中,我们主要使用OpenDataSource函数、OPENROWSET 函数,关于函数的详细说明,请参考SQL联机帮助。利用下述方法,可以十分容易地实现SQL SERVER、ACCESS、EXCEL数据转换,hoto of a general purpose timer/counter card
fano
- 设有离散无记忆信源X,P(X).二进制费诺编码为:1.将信源符号按概率从大到小的顺序排列2.将信源分成两组――按两组概率之差为最小分.3.上面一组编码为0,下面一组编码为1,一直分到一组只有一个信源为止.4.将一个信源分组得到的0和1全部连接起来,组成该信源的码字,信源即得到自己的费诺编码.-There be no X remembering the message source in case that having being scattered, binary Feinuo of P (X
comlink_client
- 数据库读写,串口发送。修改源码中的表结构即可实现ODBC数据库读取发送-Database read and write, serial send. Modify source code in the table structure can be realized ODBC database to read sent
POS-(VB)
- 使用VISUAL BASIC 编写的POS机收银软件 试用于一般的小型店铺,修改后也可扩展功能-VISUAL BASIC prepared to use POS software, cash register machine trial of the small shops in general, may also be revised and expanded
Discrete_Time_Queue
- 离散时间堆栈系统 The queue can store up to five packets. All packets are processed on a first come – first served basis. Assume that when a packet is serviced all other packets in a queue (if any) are shifted instantaneously towards the output. Each slot d
PB11
- 随着 I n t e r n e t 技术的兴起 , 软件应用系统正在 向分布式的 We b 应用发展, 基于 B / S结构的开发模式已经越来越广泛, 而对 于业务处理繁琐、 客户交互复杂的应用系统 , 三层架构的瘦客户 端模式则是更为适用的方式。开发三层应用的技术有很多, 如: D e l p h i 、 V i s u a l C++、 V i s u a l B a s i c 、 P o w e r B u i l d e r ( 简称 P B) 等。其
VB6.0AutoNumbering(Year-P-figures)
- VB6.0连接数据库以年份+数字实现自动编号,通过的功能:空记录自动判断,年份改变后自动从新年份的001分编号开始。-VB6.0 to connect to the database to Year+ figures of automatic numbering, by the function: empty records automatically determine, the Year change automatically from the new year 001 Number in
Visual-P-C-Sharp-Database-Programming
- Visual+C#数据库编程(实例详解),帮助初学者更好地理解数据库编程-Visual+ C# Database Programming (example explanation) to help beginners to better understand programming
Orby-23D
- 此组件源代码是实现企业开发ERP软件,查询调用时的方便性,而写,可以用于SQL等数据,用户可以根据需要进行源代码的修改,查询调入时如果数据有几万行,也只要二秒就可以显示了,双击行,可以返回每个列的值,是企业在开发录入单据和查询时的最佳选择 -P This component source code is developed ERP enterprise software, query convenience when calling, writing, and can be used for
alloc
- Memory Allocation in C-write part of a dynamic storage allocationpackage. The package provides three function calls: void initalloc(), toinitialize the data structures involved char* alloc(int n), which returnsa pointer to a block of n chars when ca
alloc
- Memory Allocation in C-write part of a dynamic storage allocationpackage. The package provides three function calls: void initalloc(), toinitialize the data structures involved char* alloc(int n), which returnsa pointer to a block of n chars when ca
fre
- ree(void *p)函数是用来释放程序动态申请的内存。其参数是个指针类型。在C当中,只有当使用了动态内存申请函数malloc calloc realloc申请内存之后,才可以使用free来释放之。释放之后就不能再使用了。-ree (void* p) function is used to release the program dynamically allocated memory. Its argument is a pointer type. In C, only apply when