-
can deal with the Chinese in the regular expression, you can search for document...
可以处理中文的正则表达式库,可以用于文件检索-can deal with the Chinese in the regular expression, you can search for documents
- 2022-05-08 09:02:54下载
- 积分:1
-
文档中详细的介绍了wince编程,对嵌入式开发有很大的帮助!
文档中详细的介绍了wince编程,对嵌入式开发有很大的帮助!-Document describes in detail the wince programming, embedded development has a lot of help!
- 2022-06-17 15:33:07下载
- 积分:1
-
by 2, 10, 8, Hexadecimal inconvenient, and the specially prepared two, 10, 16, o...
因二、十、八、十六进制转换不方便,特意编写了这个二、十、十六,八进制可以相互转换的小程序。-by 2, 10, 8, Hexadecimal inconvenient, and the specially prepared two, 10, 16, octal could change from one small procedure.
- 2022-05-08 16:57:06下载
- 积分:1
-
I2C通信,主要是说明串口的通讯,对串口的接收进行详细地解释...
I2C通信,主要是说明串口的通讯,对串口的接收进行详细地解释-I2C communications, mainly states the serial communication, the receiver of the serial port to conduct a detailed explanation
- 2023-03-20 05:30:03下载
- 积分:1
-
Delphi计时器线程
delphi定时器线程
- 2022-08-24 15:06:10下载
- 积分:1
-
is indented file format, based on the c and no window, a bit old fashioned
是文件格式缩进的,基于c++的,没有涉及window,有点老土-is indented file format, based on the c and no window, a bit old fashioned
- 2023-08-29 12:35:03下载
- 积分:1
-
利用CRC
利用CRC-32检测程序的完整性-using CRC-32 testing the integrity of the proceedings
- 2022-08-05 20:13:39下载
- 积分:1
-
一个复合控件,其中可以输入文件或者文件夹的名称,右边的浏览按钮可以选择路径。...
一个复合控件,其中可以输入文件或者文件夹的名称,右边的浏览按钮可以选择路径。-A composite control, which could enter the file or folder name, the right of the Browse button to select a path.
- 2023-05-12 08:55:04下载
- 积分:1
-
介绍了VC下位图的现实方法,比较实用,从网上搜的,参考。
介绍了VC下位图的现实方法,比较实用,从网上搜的,参考。-Introduction of the VC under the reality of the bitmap method, more practical, from the Internet search and reference.
- 2022-05-23 05:06:19下载
- 积分:1
-
算法实现题2
算法实现题2-9 排列的字典序问题
« 问题描述:
n个元素{1,2, , n }有n!个不同的排列。将这n!个排列按字典序排列,并编号为0,1,…,
n!-1。每个排列的编号为其字典序值。例如,当n=3时,6 个不同排列的字典序值如下:
字典序值 0 1 2 3 4 5
排列 123 132 213 231 312 321
« 编程任务:
给定n 以及n 个元素{1,2, , n }的一个排列,计算出这个排列的字典序值,以及按字
典序排列的下一个排列。
« 数据输入:
由文件input.txt提供输入数据。文件的第1 行是元素个数n。接下来的1 行是n个元素
{1,2, , n }的一个排列。
« 结果输出:
程序运行结束时,将计算出的排列的字典序值和按字典序排列的下一个排列输出到文件
output.txt中。文件的第一行是字典序值,第2行是按字典序排列的下一个排列。
输入文件示例 输出文件示例
input.txt output.txt
8
2 6 4 5 8 1 7 3
8227
2 6 4 5 8 3 1 7
- 2022-02-12 05:10:54下载
- 积分:1