-
小波变换的源代码,可以运行,希望对大家有帮助。
小波变换vc++源代码,可以运行,希望对大家有所帮助。-wavelet transform vc source code can run, we hope to help.
- 2022-02-15 14:44:13下载
- 积分:1
-
This program is a document manager, the function includes adding, revising , del...
本软件对文档进行管理,功能包括添加、修改、删除、报表打印等.-This program is a document manager, the function includes adding, revising , deletion, report print etc..
- 2022-09-20 11:20:03下载
- 积分:1
-
To achieve the memory cpu monitor, similar to a domain winxp system, view the me...
实现了内存cpu监控,类似域winxp系统查看内存cup消耗情况的功能-To achieve the memory cpu monitor, similar to a domain winxp system, view the memory consumption function of cup
- 2022-01-23 11:07:35下载
- 积分:1
-
ASCLL码转换器 源代码
资源描述ASCLL码转换器 源代码 一个简单的小工具,可随时进行ASCLL码的转换查询,,,轻巧实用,,,,,采用vc++编译器开发,,,,,,,,
- 2022-01-25 17:17:20下载
- 积分:1
-
椭圆程序,包括圆,直线的多种算法 以及各种曲线
椭圆程序,包括圆,直线的多种算法 以及各种曲线-oval procedures, including the yen, the multiple linear algorithms and the various curves
- 2022-03-10 14:58:03下载
- 积分:1
-
1背包问题的vc++6.0解法,还不错,供朋友们参考
0-1背包问题的vc++6.0解法,还不错,供朋友们参考-0-1 Knapsack Problem vc++ 6.0 solution, but also good for friends who refer to
- 2022-04-26 15:08:01下载
- 积分:1
-
public class gedebahe { public static void main( String [] args) { for ( ) { int...
public class gedebahe { public static void main( String [] args) { for ( ) { int a=-1,b,c //b,c是分解出来的两个数 System.out.print("Please input a oushu:") //输入一个偶数 try { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)) String inputLine = in.readLine() a = Integer.valueOf(inputLine).intValue() }catch (Exception exc) { System.out.println("Sorry,please input a number.") return } if (a%2!=0) { System.out.println("Sorry,please input a oushu.") return } for (b=1 b
- 2022-09-15 17:45:03下载
- 积分:1
-
无
æ— -no
- 2022-01-22 05:23:29下载
- 积分:1
-
算法实现题7
算法实现题7-60 战马问题
« 问题描述:
按照国际象棋的规则,在位置(0,0)处的马可以跳到位置(1,2),(1 ,-2),(-1,2),
(-1,-2),(2,1),(2,-1),(-2,1),(-2,-1)处。战马问题中的战马具有更一般的跳跃
能力。位置(0,0)处的战马每次可以跳到k 个位置x y i k i i ( , ),1 £ £ ,中的一个位置。战
马问题要求确定给定的战马能否跳遍无限大的棋盘上的每个位置。
« 编程任务:
对于给定的战马问题中战马的跳跃能力。确定战马能否跳遍无限大棋盘上的每个位置。
« 数据输入:
由文件input.txt给出输入数据。第1 行有1个正整数k,表示位置(0,0)处的战马每
次可以跳到k个位置。接下来的k行,每行有2个整数,表示战马的跳跃位置。
« 结果输出:
将计算结果输出到文件output.txt。给定的战马能跳遍棋盘上的每个位置时输出“Yes”,
否则输出“No”。
输入文件示例 输出文件示例
input.txt output.txt
3
1 0
0 1
-2 -1
Yes
- 2022-01-27 16:50:13下载
- 积分:1
-
数组排序,用C 实现
数组排序,用C 实现-Sorting an array using C to achieve
- 2023-01-07 20:30:03下载
- 积分:1