-
数据结构的演示,其中包括了大多数常用数据结构的算法图示和程序...
数据结构的演示,其中包括了大多数常用数据结构的算法图示和程序
- 2022-03-23 12:53:30下载
- 积分:1
-
This is some of the information data structure, which content is relatively simp...
这份是数据结构的一些资料,里面内容相对比较简单,但却非常值得一看~-This is some of the information data structure, which content is relatively simple, but very much worth a visit ~
- 2022-08-16 02:24:14下载
- 积分:1
-
N-皇后问题线性时间算法
O(n)复杂度,非O(n^2)的,使用的是构造法。-N-Queen problem of linear time algorithm
- 2023-05-09 15:10:02下载
- 积分:1
-
后缀数组的一个C++实现,在字符串统计中有很大作用。
后缀数组的一个C++实现,在字符串统计中有很大作用。-Suffix array of a C++ implementation, plays a significant role in statistics in the string.
- 2022-02-10 13:54:04下载
- 积分:1
-
链表的基本操作,循环链表的一个应用实例,围桌问题的一个解决方法!...
链表的基本操作,循环链表的一个应用实例,围桌问题的一个解决方法!-Chain basic operation, the recycling Chain an example, sat around the table in a solution!
- 2022-02-02 21:49:31下载
- 积分:1
-
描述问题描述:给定一个包含只有数[ 0 ]9 ]…
描述
问题描述:
给定一个只包含数字[0..9]的字符串,求使用字符串中的某些字符,构建一个能够整除15的最大的整数。
注意,字符串中的每个字符只能使用一次。
编程任务:
求由给定字符串构建的能够整除15的最大整数。-Description of the problem description: Given a contain only numbers [0 .. 9] of the string, seeking to use some of the characters in the string, one can build the largest integer divisible by 15. Note that the string for each character can only be used once. Programming task: seeking from the given string that can build the largest integer divisible by 15.
- 2022-03-31 23:20:56下载
- 积分:1
-
如何自由访问局域网中的所有 SQL Server 服务器的数据
如何自由访问局域网中的所有 SQL Server 服务器的数据-how free access to all LAN SQL Server data
- 2022-03-25 06:40:43下载
- 积分:1
-
一个求进制的c++算法,希望能给大家带来帮助!如果大家有更好的,别忘记发给我啊! emil:wyx32893039@163.com...
一个求进制的c++算法,希望能给大家带来帮助!如果大家有更好的,别忘记发给我啊! emil:wyx32893039@163.com-seeking a band of c algorithm, we can bring hope to help! If you have the better, do not forget to me ah! Emil : wyx32893039@163.com
- 2022-01-26 04:44:06下载
- 积分:1
-
数据结构-3 sum
We
discussed two versions of the 3-sum problem: A "naive" implementation
(O(N^3)) and a "sophisticated" implementation (O(N^2 lg N)).
Implement these algorithms. Your implementation should
be able to read data in from regular data/text file with each entry on a
separate line.
- 2022-10-11 08:55:04下载
- 积分:1
-
考勤系统
系统功能简介
针对原考勤系统存在的缺点,新系统开发具有如下功能:
1. 支持CTR-2000II 和 ID-AS2000两种电脑考勤仪,且卡号为5位;
2. 工号最在长度为10位,实际使用长度可由用户自已决定;
3. 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-11 08:36:15下载
- 积分:1