-
飞行棋MFC编程
用MFC编写的飞行棋游戏,包括游戏界面、核心算法、走棋动画的实现。-Prepared using MFC flight chess games, including the game interface, the core algorithm, take the chess animation implementation.
- 2022-02-13 22:50:01下载
- 积分:1
-
Toj 2926 题目详解及题目源码 包括完整的可以提交的程序
Toj 2926 题目详解及题目源码 包括完整的可以提交的程序-Toj 2926 Detailed subject and topics, including the complete source code can be submitted to the procedure
- 2022-01-26 08:25:41下载
- 积分:1
-
独奏 ES UNA 摄影
独奏 UNA 摄影 PROBANDO ESTO ES 段 YO PROBAR SI FUNCIONA BIEN,段 LA PROXIMO LE COLOCO PORQUE LA 想法 ES COMPARTIR DE 缔约国段 PUNTO,汶塔 CONTENIDO 联合国帕斯...ASI 科摩哟 HOY (商业理事会) 马纳纳血清 OTRO QUE BUSQUE,SI 托 FUERAMOS ASI 有关这次卢坏段 ESTA 地区。
- 2023-07-27 02:30:05下载
- 积分:1
-
关于如何写中断的演示程序
the demo program about how to write interrupt
- 2022-01-31 11:57:53下载
- 积分:1
-
c语言编写触摸屏驱动
c语言编写触摸屏驱动-Touchscreen drivers
- 2022-11-04 10:30:03下载
- 积分:1
-
k-近邻算法的实现
kNN实现步骤
(1)计算已知类别数据集中的点与当前点之间的距离
(2)按照距离递增次序排序
(3)选取当前与当前距离最小的k个点
(4)确定k个点所在类别的出现的频率
(5)返回前k个点出现频率最高的类别作为当前点的预测分类
- 2022-02-14 22:45:04下载
- 积分:1
-
控制多个线程同时修改数据
控制多个线程同时修改数据-control many threads revised data
- 2022-03-23 09:06:37下载
- 积分:1
-
采用一种通用的方法实现排序的效果,架子其他的排序方法具有一地昂的领先...
采用一种通用的方法实现排序的效果,架子其他的排序方法具有一地昂的领先-Adopt a common approach to achieve the effect of sorting, a shelf of other ranking method has a lead to expensive
- 2023-05-09 09:25:02下载
- 积分:1
-
编译环境:VC6.0
VC创建管道的源代码,用于学习参考用。
编译环境:VC6.0
VC创建管道的源代码,用于学习参考用。-Compiler Environment: VC6.0 VC pipeline to create the source code for the study and reference.
- 2022-08-08 17:39:57下载
- 积分: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