-
C++ primer plus第7章课后的编程练习,所有代码都通过编译,学习C++的同学可以参考一下。...
C++ primer plus第7章课后的编程练习,所有代码都通过编译,学习C++的同学可以参考一下。-C++ Primer plus Chapter 7 after-school programming exercises, all code through the compiler, learning C++ Students for reference.
- 2022-04-13 14:13:44下载
- 积分:1
-
关于猎人过河问题 要解决这个问题就要使过河时载两个过河,返回时尽量只有一个回来。用一个字符串数组来存猎人,狼,羊,白菜;下标依次为0,1,2,3;但他们都有河这...
关于猎人过河问题 要解决这个问题就要使过河时载两个过河,返回时尽量只有一个回来。用一个字符串数组来存猎人,狼,羊,白菜;下标依次为0,1,2,3;但他们都有河这边和那边两种状态;为方便则定义一个结构,只含一个int型变量n;当在河这边时n设为0;在河那边时n设为1。由于每次过河与返回都要考虑狼能否吃羊或羊能否吃白菜;则需要一个函数来判断每次选择是否满足条件。-Hunters across the river on the issues to resolve this issue so we should cross the river when the two set out across the river to return to when there is only one back as far as possible. Using a string array to keep hunters, the wolf, sheep, and cabbage subscript followed by 0,1,2,3 but they have a river here and there two states To facilitate the definition of a structure containing only an int variable n When in the river here when n is set to 0 in the river when n is set to one side. Due to cross the river and return each time to consider whether the wolf can eat the sheep吃羊or cabbage you need a function to determine each choose whether or not to meet the conditions.
- 2022-09-15 08:35:04下载
- 积分:1
-
Apriori algorithm source code, in vc++ 6.0 environment to run, compile, there ar...
Apriori算法源码,在vc++6.0环境下运行,编译,有操作界面-Apriori algorithm source code, in vc++ 6.0 environment to run, compile, there are user interface
- 2023-01-11 16:10:04下载
- 积分:1
-
Controlling brightness and contrast of image
Controlling brightness and contrast of image
- 2022-02-20 22:19:23下载
- 积分:1
-
多项式加法尔,Pa Pa = Pb,利用两个多项式和多项式与节点"…
实现多项式加法,Pa=Pa+Pb,利用两个多项式的节点构成“和多项式”-polynomial Ghaffar, Pa Pa = Pb, using two polynomials node "and polynomial"
- 2022-05-12 23:06:57下载
- 积分:1
-
简单的恺撒加密算法(c++描述),欢迎大家下载!
简单的恺撒加密算法(c++描述),欢迎大家下载!-simple Caesar encryption algorithm (c described), all are welcome to download!
- 2022-03-20 05:51:58下载
- 积分:1
-
如何在界面中调用一个程序并返回运行结果
如何在界面中调用一个程序并返回运行结果-how to transfer a program and return the result in interface
- 2022-07-09 16:55:59下载
- 积分:1
-
inplement des arithmetic by c
des算法的c实现-inplement des arithmetic by c
- 2022-03-14 08:51:36下载
- 积分:1
-
C++编程百例源码,包括最简单的入门程序和图形编程等等,适合新手学习...
C++编程百例源码,包括最简单的入门程序和图形编程等等,适合新手学习-C programming source, including the most simple entry procedures and graphical programming, etc., suitable for novice learning
- 2023-06-03 04:35:04下载
- 积分:1
-
输入任意大小的矩阵阶数n,程序将自动生成…
输入任意大小的矩阵阶数n,程序将自动产生一个随机矩阵迷宫。本程序可以迅速的找到所有可能的路径,并显示之。代码中故意限制只显示最多30条路径。-arbitrary size of the input matrix order n, the program will automatically generate a random matrix maze. This program can quickly find all possible paths, and Displays. Code intentionally limited only to a maximum of 30 trails.
- 2022-07-24 00:29:25下载
- 积分:1