-
在编译、运行程序之前,请将所附的数据库文件rms.mdb导入SQL server中,并将此数据库命名为RMS。具体操作步骤可以参见书中这一章的相关小节。若没有安...
在编译、运行程序之前,请将所附的数据库文件rms.mdb导入SQL server中,并将此数据库命名为RMS。具体操作步骤可以参见书中这一章的相关小节。若没有安装SQL server,也可以直接在控制面板中将此数据库文件设置为数据源,并命名为MyDS。注意,若数据库没有安装成功,MS Visual Studio在打开工程文件的时候将会报错,但忽略之后不影响程序的正常编译。-In the compiler, before running the program, please rms.mdb attached database file into SQL server and will be named this database RMS. Specific steps can see the relevance of the book section of this chapter. If not install SQL server, can also be directly in the control panel in this database file is set to the data source named MyDS. Note that if the databases are not installed successfully, MS Visual Studio project file in the open when the error will be, but do not overlook the impact of following the normal procedures for compiling.
- 2022-01-26 03:33:39下载
- 积分:1
-
实现硬币点,一点,两点,五个硬币。封闭版本…
可实现硬币的分法,一分,二分,五分硬币。内附有for循环版-achieve coins points, one points, two points, five coins. Enclosing a version for recycling
- 2022-01-24 09:52:40下载
- 积分:1
-
停车场的程序,是用多线程写的,有详细的注释
停车场的程序,是用多线程写的,有详细的注释-parking procedures is the use of multi-threaded writing, a detailed Notes
- 2022-01-24 16:23:08下载
- 积分:1
-
此程序为求两个数的约数,将他们输出,将这两个数的最大公约数输出...
此程序为求两个数的约数,将他们输出,将这两个数的最大公约数输出
-procedure for the sake of a few two about a few of their exports, the number of these two majors output
- 2022-01-22 08:30:59下载
- 积分:1
-
connection/object pool. A program may require a IMAP connection po ol and LDAP c...
Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, find, replace????). Need to make some changes to the pool implementation? Not a very easy task, since the code has been duplicated in many places. Re-inventing source code is not an intelligent approach in an object oriented environment which encourages re-usability. It seems to make more sense to implement a pool that can contain any arbitrary type rather than duplicating code. How does one do that? The answer is to use type parameterization, more commonly referred to as templates.-connection/object pool. A program may require a IMAP connection po ol and LDAP connection pool. One could easily im plemen
- 2023-05-15 08:25:03下载
- 积分:1
-
研究生入学考试题,共8题。包括一个简单的界面和8道题目的解答
研究生入学考试题,共8题。包括一个简单的界面和8道题目的解答-that postgraduate entrance examination, and that a total of eight. Including a simple interface and eight topics to answer
- 2022-02-02 00:42:21下载
- 积分:1
-
的地磅管理系统,还不错
的地磅管理系统,还不错-the loadometer management system, but also good
- 2022-08-22 20:58:23下载
- 积分:1
-
动态连接ODBC数据库.使用通过数据源的名称动态链接访问ODBC数据库,如果程序中使用的数据库程序运行时是不确定的,数据库表中的域和记录可能被改变,那么通过指向...
动态连接ODBC数据库.使用通过数据源的名称动态链接访问ODBC数据库,如果程序中使用的数据库程序运行时是不确定的,数据库表中的域和记录可能被改变,那么通过指向数据库的数据源动态的对该数据库进行操作是比较好的方法.-Dynamic Link ODBC database. Data sources through the use of the name of Dynamic Link visit ODBC databases, If the procedure is used in the database program running is uncertain, database table fields and the record is likely to be altered, So, through the database at the data source dynamic database operation that is a better one.
- 2022-03-12 07:15:11下载
- 积分:1
-
VHDL实现布斯算法
VHDL实现布斯算法-VHDL Booth algorithm
- 2022-02-04 04:17:51下载
- 积分:1
-
This procedure is running under Turbo c, the main function of the completion of...
本程序是在Turbo c 下运行的,主要完成基数排序功能 -This procedure is running under Turbo c, the main function of the completion of Radix Sort
- 2023-02-05 13:45:03下载
- 积分:1