-
马踏棋盘,在一个8*8的棋盘上,在任意位置上置起点,马都能“日字”的步法走完整个棋盘。此程序运用了数据结构的栈、队列、链的结构...
马踏棋盘,在一个8*8的棋盘上,在任意位置上置起点,马都能“日字”的步法走完整个棋盘。此程序运用了数据结构的栈、队列、链的结构-Horse riding board, in an 8* 8 chessboard, set the starting point in any position, horses can be " day word" footwork has completed the entire board. This program used the data structure of the stack, queue, the chain structure
- 2022-05-31 14:57:21下载
- 积分:1
-
RLS和遗传算法的PID在线整定
RLS和遗传算法的PID在线整定,优化效果较好,在线整定控制PID参数
- 2022-11-02 00:10:03下载
- 积分:1
-
mfc中通过opencv2显示摄像头视频
网上现有的通过opencv2实现显示摄像头视频代码都是控制台程序。借助网上一个多线程实例实现在MFC对话框上通过OpenCV2直接显示摄像头视频,希望您有帮助。
VS2008+OpenCV2.4.4
- 2022-03-01 18:48:50下载
- 积分:1
-
maxgap算法
最大间距问题,计算机算法设计与分析。计算一组随机数据,任意两个数据之差最大值,而且时间复杂度为线性。
- 2022-03-24 15:42:40下载
- 积分:1
-
素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束...
素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束条件即可
1.与前面所有的数不重复
2.与前一个数和为素数(最后一个和第一个也要满足)。 〖算法流程〗 1、数据初始化; 2、递归填数: 判断第J种可能是否合法; A、如果合法:填数;判断是否到达目标(10个已填完): 是,打印结果;不是,递归填下一个; B、如果不合法:选择下一种可能;-Prime Central: 1-10 from 10 the number of put this into a ring, asked the two adjacent numbers and is a prime number. 〗 〖Analysis is a retrospective this topic. From 1 year, 9 out of every space possible, each may be bound by the conditions of accession to 1. And in front of all the number of non-repetition, 2. With a few and for a prime number (the last and the first to meet). 1〗 〖algorithm processes the data to initialize 2, fill in the number of recursion: first to determine the legality of J possible A, if the legitimate: the number of Reclamation to determine whether the target (10 have been completed): Yes, print the results of not, fill in the next recursive B, if not legitimate: a possible alternative
- 2022-03-13 12:39:07下载
- 积分:1
-
This code is used to find shortest path by using dijkstra algorithm
This code is used to find shortest path by using dijkstra algorithm
- 2023-01-01 01:20:12下载
- 积分:1
-
numerical reservoir simulation cchengxu
油藏数值模拟的cchengxu-numerical reservoir simulation cchengxu
- 2022-01-28 14:23:09下载
- 积分:1
-
解调
本方案用于PIC与测量加速器和角度的角度传感器的连接。您必须创建一个mikroC项目并将这个C文件添加到这个项目中。请记住,不要修改此文件中的任何内容
- 2022-11-19 20:35:03下载
- 积分:1
-
曲线拟合
曲线拟合-Curve Fitting
- 2022-02-07 20:04:21下载
- 积分:1
-
rfid自动仓储
应用背景基于rfid的自动仓储系统,实现人机交互,管理pc界面的功能,上传文件是实现这些功能的源代码,使用c++里面的mfc编程。-Rfid based automatic storage systems, human-computer interaction, function management pc interface, uploading files is the source code for these functions, using c++ mfc programming inside.关键技术rfid技术实现仓储的无人化,智能化,可以一次扫描10件以上物品,实现人机交互,管理员可以通过直观的pc界面管理数据库,去进出物品进行管理
- 2023-06-12 06:00:03下载
- 积分:1