-
关于哈夫曼编码的C程序 自动统计并编码,同时实现了文件的读取,和良好的C环境下输入输出健壮性...
关于哈夫曼编码的C程序 自动统计并编码,同时实现了文件的读取,和良好的C环境下输入输出健壮性-Huffman coding on the C statistics and automatically encoding, while achieving the document read, and good input and output C environment robustness
- 2022-01-22 01:23:47下载
- 积分:1
-
JAVA密码保护页面
JAVA密码保护页面-password-protected pages JAVA
- 2022-02-05 01:48:38下载
- 积分:1
-
hash 文件操作(数据结构)
hash 文件操作(数据结构)-hash file operations (data structures)
- 2022-03-19 05:58:37下载
- 积分: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
-
The Complete Book of Middleware
The Complete Book of Middleware
- 2022-05-26 21:10:20下载
- 积分:1
-
数据结构和算法,C++描述,数据结构习题,数据结构答案
数据结构和算法,C++描述,数据结构习题,数据结构答案-datastruct
- 2022-03-06 05:33:15下载
- 积分:1
-
功能强大的查询系统操作方便易懂好用不会繁琐数据库也强大...
功能强大的查询系统操作方便易懂好用不会繁琐数据库也强大-Powerful query system will not be easy to use easy-to-understand red tape is also a powerful database
- 2022-06-27 10:28:27下载
- 积分:1
-
DLT2007新电力规约EXCEL版,花了一个星期制作而成,便于查询和制作电力软件数据库...
DLT2007新电力规约EXCEL版,花了一个星期制作而成,便于查询和制作电力软件数据库-DLT2007 new electric version of the Statute of _EXCEL spent a week made of the purposes of interrogation and the production of electric power software database
- 2023-01-06 07:10:03下载
- 积分:1
-
数据结构实现一个队列的操作,有插入删除等功能
数据结构实现一个队列的操作,有插入删除等功能-queue
- 2022-01-25 15:45:08下载
- 积分:1
-
/ k* Product of the biggest problems Description : I set up is a n
/*最大k乘积问题 问题描述: 设I是一个n位十进制整数。如果将I划分为k段,则可得到k个整数。这k个整数的乘积称为I的一个k乘积 。 试设计一个算法,对于给定的I和k,求出I的最大k乘积(n
- 2022-04-12 10:48:27下载
- 积分:1