-
Microsoft WinCE 6.0 BSP FINAL release source code for use with the i.MX27ADS TO2...
Microsoft WinCE 6.0 BSP FINAL release source code for use with the i.MX27ADS TO2 WCE600_FINAL_MX27_SOURCE.zip
- 2022-03-23 11:26:23下载
- 积分:1
-
查询HTTP站点:查询一个域名的存在,首选的HTTP,因为…
查询http站点:查询一个域是否存在时,首选http,因为许多站点有web页,本程序完成该功能-inquiries http site : query the existence of a domain, the preferred http, because there are many web site pages, the process of completing the functional
- 2022-12-02 01:00:04下载
- 积分:1
-
可以实现循环码编码,解码和纠错,而且是大学生的实验作业哦...
可以实现循环码编码,解码和纠错,而且是大学生的实验作业哦-cycle can be achieved coding, decoding and error, but the university"s experimental operation oh
- 2022-08-16 02:46:18下载
- 积分:1
-
用程序实现 复制模式,扩展模式,单显示器模式,及主辅屏切换
资源描述
用程序实现 复制模式,扩展模式,单显示器模式,及主辅屏切换
- 2022-06-19 08:48:50下载
- 积分:1
-
●WinPopup增强版及VC++源程序 409K 2004
●WinPopup增强版及VC++源程序 409K 2004-12-23 这是一个免费的用于局域网的消息传送小工具, 您可以用它来取代Windows 自带的WinPopup.EXE,和后者比较它有以下特点:消息可以自动保存, 根据您的选择最多可以保存 30 天;消息大小不再限制在 38 字节, 每条消息最多可以达到 400 字节;对单个计算机发出的消息, 可以要求接收方确认"已收到";可以广播消息到局域网中的多个工作组;可将它缩小为系统状态条图标, 当有消息到达时, 它可以发出声音或闪动图标加以提醒;可定制的消息文本显示字体和颜色;可选择让它开机自动运行;自动收集网络信息, 您可以在“网络邻居”列表中选择接收人, 而不是手工输入它。压缩包中含有可执行程序和源代码。-enhanced version and VC source 409K 2004-12-23 This is a free for LAN messaging small tool, you can use it to replace the Windows WinPopup.EXE, and the latter is more it has the following features : automatic preservation news, according to your choice of the most more can be preserved for 30 days; news is no longer limited to the size of 38 bytes each message can be up to 400 bytes; right individual information from the computer, the receiving party may request confirmation "has received"; news to be broadcast a number of LAN Working Group; it can be reduced to the system- state of the icon, when news arrived, it emits sounds or flashing icon t
- 2022-06-20 23:13:46下载
- 积分:1
-
java 学习的一些源文件
java 学习的一些源文件-learning some source
- 2022-09-13 19:40:03下载
- 积分:1
-
四边型等参元有限远计算程序,稍微修改可以通用
四边型等参元有限远计算程序,稍微修改可以通用-Quadrilateral isoparametric element type limited computational procedures far, can be slightly modified GM
- 2022-04-23 13:56:45下载
- 积分:1
-
这个针对Essential C++这本书的代码
这个针对Essential C++这本书的代码-against this book C code
- 2022-03-21 13:20:16下载
- 积分:1
-
This example shows you how to make a "Find file" program, or you can juct compil...
This example shows you how to make a "Find file" program, or you can juct compile this code and use it. The program supports recursive tracking, too.
- 2022-11-15 03:25:03下载
- 积分: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