-
The bank payment management information system uses the VF
edition, may manage t...
银行支付管理信息系统采用VF编辑,可以管理简单的银行支付系统。- The bank payment management information system uses the VF
edition, may manage the simple bank payment system.
- 2022-02-04 23:21:28下载
- 积分: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
-
BP神经网络JAVA代码
基于神经网络实现的JAVA代码,BP前缀型,使用简单。分为三个包,一个layer层,一个节点NODE 一个网络NETWORK。
基于神经网络实现的JAVA代码,BP前缀型,使用简单。分为三个包,一个layer层,一个节点NODE 一个网络NETWORK
- 2022-07-13 13:26:46下载
- 积分:1
-
Is a data structure in the learning plan to prepare the structure, is mainly use...
是一个在学习数据结构时编写的图结构,主要是用两种方法生成需要的图结构,其中有一个头文件都注释了,要是要使用的话,只需要将另一个头文件注释并把这个取消注释,在main方法中改一个类名就好了-Is a data structure in the learning plan to prepare the structure, is mainly used two methods to generate the need for the graph structure, in which there is a header file are annotated, if you want to use words, just another header file to the Notes and the cancellation of Notes, in the main method to a class name like the
- 2023-04-02 18:10:04下载
- 积分:1
-
数据结构双链表的 例子
数据结构双链表的 例子-data structure-Chain example
- 2023-01-31 21:10:03下载
- 积分:1
-
Algorithm of Image Processing with VC a very good paper on image processing, a...
《algorithm of Image Processing with VC》一篇很不错的关于图像处理的论文,简明扼要地说明用VC如何进行图像处理的编程- Algorithm of Image Processing with VC a very good paper on image processing, a succinct description of how to carry out image processing VC programming
- 2023-02-10 17:05:04下载
- 积分:1
-
一种基本算法! 现有一个酒店有100个房间,依次编号为1到100,第一个服务员经过,将所有房间门关上;第二个服务员经过将所有编号为2的倍数房门打开;第三个服务员...
一种基本算法! 现有一个酒店有100个房间,依次编号为1到100,第一个服务员经过,将所有房间门关上;第二个服务员经过将所有编号为2的倍数房门打开;第三个服务员经过将所有编号为3倍数的房门打开的关上,关闭的打开。依此类推;输入一个100以内的正整数N,输出第N服务员经过之后,所有房间的状态。-a basic algorithm! An existing 100 hotel rooms, followed by No. 1-100, after an attendant, all rooms will be closed; Second attendants after all No. 2 in multiples door open; Third attendants after all No. 3 multiples of the open door is shut, Guan the opening closed. XII; The importation of a hundred within the positive integer N, N output after attendants, all rooms in the state.
- 2022-03-24 18:35:44下载
- 积分:1
-
++数据库编程,详细介绍vc操作数据库的一些知识,包括dao,ado等等技术...
++数据库编程,详细介绍vc操作数据库的一些知识,包括dao,ado等等技术-++ Database Programming, vc detail the operation of some database knowledge, including the dao, ado, etc. technology
- 2022-09-29 13:30:08下载
- 积分:1
-
9_database例版
这节课将为您介绍SQL(结构化查询语言)和一个数据库连接。该术语“查询”是指搜索,质疑,或找到或研究。当你查询数据库,你是搜索在数据库中的信息。查询组件封装了一个SQL语句是在客户端应用程序用于检索,插入,更新,以及从一个或多个数据库中删除数据表。查询组件可以使用远程数据库服务器(客户端/服务器)和其他许多数据库驱动程序。大多数情况下,你使用查询来选择一个用户应该在应用程序中看到的数据,当您使用表组件,就像你做。查询,但是,也可以进行更新,插入和删除显示操作以及检索的记录。当您使用查询来执行插入,更新和删除操作,查询通常不会返回的记录进行查看。
- 2022-03-07 11:13:44下载
- 积分:1
-
数据结构课程设计题,用C++语言实现二叉排序数,并对二叉排序数进行,插入,删除,修改等操作...
数据结构课程设计题,用C++语言实现二叉排序数,并对二叉排序数进行,插入,删除,修改等操作-insert delete change
- 2022-03-20 11:35:58下载
- 积分:1