-
C语言作的四色验证1.需求分析问题描述:证明了可以用不多于4种颜色对n个区域着色,而满足相邻的区域具有不同的颜色输入形式 : 暂定最多50个区域,如需证明更多区...
C语言作的四色验证1.需求分析问题描述:证明了可以用不多于4种颜色对n个区域着色,而满足相邻的区域具有不同的颜色输入形式 : 暂定最多50个区域,如需证明更多区域,修改#define S 50 即可;以整形形式输入(取值范围1-32767)用户需要证明的区域数目,相联的一对矩阵; 输出形式:以0和1输出关联矩阵,和以blue yellow orange pink形式输出每个区域相对应证明出的颜色;-C language does four colors confirm 1. demands analyses
question description: Had proven may use not to be many to 4 kind of
colors to n region coloration, but satisfies the neighboring region to
have the different color input form: Establishes provisionally more
than 50 regions, if must prove more regions, revise#define S 50 then;
Region number (value scope 1-32767) the user needs to prove which by
the reshaping form input, unites a pair of matrix; Output form: By 0
and 1 output incidence matrixs, with form outputs the color by blue
yellow orange the pink which each region corresponds proves;
- 2022-10-20 02:35:04下载
- 积分:1
-
计算机模拟物理作业,用来模拟2体运动
计算机模拟物理作业,用来模拟2体运动-computer simulation of physical operations, used to simulate two MOVEMENT
- 2022-07-23 18:20:19下载
- 积分:1
-
快速傅立叶变换算法中的分裂基算法,又称基2/4算法,对一维序列,这种算法使FFT比较完善...
快速傅立叶变换算法中的分裂基算法,又称基2/4算法,对一维序列,这种算法使FFT比较完善-Fast Fourier Transform algorithm separatist base algorithm, also known as base 2/4 algorithm, the one-dimensional sequence, so FFT algorithm sound
- 2022-03-22 19:14:52下载
- 积分:1
-
simple source code for those who interested in programming
simple source code for those who interested in programming
- 2023-06-25 04:15:03下载
- 积分:1
-
计算器运算器,主要是对一般常用的计算器进行编程,对简单的加减乘除的运算用VC编出来...
计算器运算器,主要是对一般常用的计算器进行编程,对简单的加减乘除的运算用VC编出来-Calculator calculator is mainly used for general programming calculator for simple addition and subtraction, multiplication and division of the computation made by the VC
- 2022-03-11 21:06:58下载
- 积分:1
-
用Delphi写的简易计算器,请多指教!
用Delphi写的简易计算器,请多指教!- Simple calculator writes which with Delphi, please advises!
- 2022-03-24 11:16:42下载
- 积分:1
-
《Visual C++实用图像处理专业教程》源代码
应用背景《Visual C++实用图像处理专业教程》源代码给相关领域研究人员提供了很大的便利,将图像处理的常用基本算法全部通过C++编写出来,使得广大研究人员不必在浪费多余的时间与精力,实现更高效的开发研究工作。希望能对大家有所帮助。关键技术《Visual C++实用图像处理专业教程》源代码涵盖了图像处理的各个基础方面,每个基础算法都详细列出,亲测无误。这套源码本身就可以作为图像处理与机器视觉方面软件开发的良好基础,当然也可以选其中部分代码用于自己的研究与学习。
- 2023-06-04 00:05:06下载
- 积分:1
-
人脸识别
1、打开facedection.dsw,点击运行(运行中途,因为有cvWaitKey(0)命令,所以在停止时按一下任意键盘使继续)
(这个方法可能需要安装VC6.0,OPENCV1.0)。
2、或者将集体图片picture和测试照片photo以及人脸分类器haarcascade_frontalface_default.xml拷贝到Debug文件夹中,
双击facedection.exe运行。(这个方法可能不需要安装VC6.0,OPENCV1.0,但我没试过,但猜测可能性不大,因为我没有
将头文件、类库、.dll文件集成。)
- 2022-01-26 04:33:21下载
- 积分:1
-
连数据库,输入用户名和密码后如何跳转到主窗口
import javax.swing.*;
import java.awt.event.*;
import java.sql.*;
public class Login extends JFrame implements ActionListener {
private JLabel lbId, lbPass;
private JTextField txtId, txtPass;
private JButton btLogin, btExit;
private Connection datacon = null;//连接对象
private PreparedStatement pstat = null;//命令对象
private ResultSet rs = null;//结果
- 2022-02-05 20:26:14下载
- 积分:1
-
介绍了数据挖掘的经典算法,属于国内第一本有关数据挖掘的教材。...
介绍了数据挖掘的经典算法,属于国内第一本有关数据挖掘的教材。-Introduction of the classic data mining algorithms, belonging to the first book on data mining materials.
- 2023-04-04 08:40:04下载
- 积分:1