-
搜索并注册目录下所有com组件
应用背景工作中遇到一种情况,需要支持对指定目录下的全部COM组件完成一次自动静默注册功能,于是编写了这个小软件,共享给大家如有需要可以直接拿来使用了关键技术windows环境下,该程序给出了一个实例:可以在程序里找到目录中符合条件的所有COM文件,依次完成注册的功能。
- 2022-02-13 20:37:28下载
- 积分:1
-
拦截Windows API接口程序源代码
拦截Windows API接口程序源代码 -Windows API interface program to intercept the source code to intercept Windows API interface program source code
- 2022-03-19 04:45:25下载
- 积分:1
-
exchange data through pipelines
利用管道交换数据-exchange data through pipelines
- 2022-05-31 05:27:08下载
- 积分:1
-
a very simple type of drive control can be transplanted
一种非常简单的驱动控制可以移植
- 2022-01-31 17:30:39下载
- 积分:1
-
butterfly on nature
butterfly on nature-butterfly on nature
- 2022-02-28 19:28:14下载
- 积分:1
-
我用vc实现的Gouraud算法
我用vc实现的Gouraud算法-achieve shading algorithm
- 2022-08-12 07:46:04下载
- 积分: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
-
windows CE下intel nor flash驱动,intel只提供库文件,在CE下设置注册表即可使用,intel网站有这方面的资料。...
windows CE下intel nor flash驱动,intel只提供库文件,在CE下设置注册表即可使用,intel网站有这方面的资料。-Intel nor flash drive, intel provided only for documents in the CE can be installed using the registry, intel websites have information in this regard.
- 2022-02-22 07:16:17下载
- 积分:1
-
基于数据链路层的RPC编程,在C SHELL中实现编写
基于数据链路层的RPC编程,在C SHELL中实现编写-Based on the data link layer of the RPC program to achieve in the preparation of C SHELL
- 2023-04-24 00:50:03下载
- 积分:1
-
本程序主要供学习C语言的初学者应用,其功能是输入一个字符串,然后降末尾的*号删除...
本程序主要供学习C语言的初学者应用,其功能是输入一个字符串,然后降末尾的*号删除-This procedure primarily for beginners to learn C language applications, and its function is to enter a string, and then down at the end of the deletion of an asterisk
- 2022-03-30 18:40:25下载
- 积分:1