-
Algorithm, coin combinations. Can set the number of coin types, identify the com...
算法,钱币组合。可设定钱币种类数量,找出组合种数。-Algorithm, coin combinations. Can set the number of coin types, identify the combination of species.
- 2022-08-21 07:41:00下载
- 积分:1
-
use vb6.0 train inquiries database access and the development of the trains will...
火车查询 利用vb6.0 与数据库access开发
可以完成火车的查询功能-use vb6.0 train inquiries database access and the development of the trains will be completed inquiry
- 2022-04-30 05:46:43下载
- 积分:1
-
数据结构练习测试
数据结构练习测试-Data Structures Practice Test
- 2022-10-06 09:00:02下载
- 积分: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
-
this category, the database programming change simpler
这个类,使数据库编程变的更简单-this category, the database programming change simpler
- 2022-05-27 07:28:02下载
- 积分:1
-
DataGridViewAutoFilter
The Microsoft® Windows Forms DataGridView control in
Microsoft® Visual Studio® 2005 provides a grid experience similar to Microsoft®
Excel, but does not provide the column filtering drop-down lists that Excel
provides in its AutoFilter feature. However, the DataGridView can bind to data sources that provide
filtering, such as the ADO.NET DataView. This article describes how to build a custom DataGridView column header cell
that displays drop-down filter lists, by taking advantage of the filtering
capabilities of the data source and the new BindingSource component.
- 2023-02-14 23:25:04下载
- 积分:1
-
BDijkstra算法的java实现。使用工具是eclipse,java1.4以上
BDijkstra算法的java实现。使用工具是eclipse,java1.4以上-BDijkstra algorithm to achieve the java. Eclipse is the use of tools, more java1.4
- 2022-09-12 11:10:03下载
- 积分:1
-
已知一个网络对应的邻接矩阵,求该网络上的最大流。属于数据结构中的问题。...
已知一个网络对应的邻接矩阵,求该网络上的最大流。属于数据结构中的问题。-a network known counterparts in the adjacent matrix, the network for the maximum flow. Data structures belonging to the problem.
- 2022-07-21 20:53:21下载
- 积分:1
-
ASP+ACCESS 的东西,请看下。我很想下载点东西。谢谢了。
ASP+ACCESS 的东西,请看下。我很想下载点东西。谢谢了。-ASP+ACCESS
- 2023-09-02 09:25:06下载
- 积分:1
-
题目:稀疏矩阵是指那些多数元素为0的矩阵.利用稀疏特点进行存储和计算可以大大节省存储空间,提高计算效率.实现一个能进行稀疏矩阵基本运算的运算器.基本要求:以带行...
题目:稀疏矩阵是指那些多数元素为0的矩阵.利用稀疏特点进行存储和计算可以大大节省存储空间,提高计算效率.实现一个能进行稀疏矩阵基本运算的运算器.基本要求:以带行逻辑连接信息的3元组顺序表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算.矩阵的输入形式采用3元组表示,而运算结果的矩阵则以通常的阵列形式列出.概要设计:1.以带行逻辑连接信息的3元组顺序表表示稀疏矩阵2.本程序包含2个模块:(1) 各集合定义模块(2) 主程序模块-topics : sparse matrix refers to those elements for most of the matrix 0. Using sparse features storage and computation can be greatly reduced storage space and improve computational efficiency. One can achieve for sparse matrix operations basic computing device. Basic requirements : OK logical connection with the three yuan Information Group the order said the sparse matrix table to achieve two matrices together, subtract and multiply arithmetic. Matrix entry forms using three yuan Group said, and the results of the matrix operations while the usual array listed. summary of design : 1. in line with the logic of information linking the three element group said sparse chronology matrix 2. this program contains two modules : (1) Set module (2) main program module
- 2022-05-29 01:02:00下载
- 积分:1