-
鱼眼标定算法
这是一个鱼眼标定算法的源代码,代码中实现了一种常用的球面标定算法,初学者如果有需要可以下下来学习学习
- 2022-03-09 22:11:51下载
- 积分:1
-
学生管理系统_C语言版
这是一个关于学生管理系统的程序,可以管理学生的成绩等信息,C语言编程。
- 2023-02-25 11:45:03下载
- 积分:1
-
Health numerical integration Simpson has been compiled WITH TC 2.0 environment t...
辛普生数值积分,已在TC2.0环境中编译通过-Health numerical integration Simpson has been compiled WITH TC 2.0 environment through
- 2022-02-04 18:50:30下载
- 积分:1
-
odd N bands Demon Lineup : N
奇数N 阶魔方阵问题: 奇数N 阶魔方阵的构造规则如下: 1、在第一行的正中间填入1; 2、如果左上角能够移动,则往左上角填入后继的数;如果左上角不 能移动,则顺移到该列最下方左边的一列中最靠近该列的位置; 3、如果左上角不能移动,同时在该列位置的最下方左边最靠近的位 置处也不能填入数,则往该位置的上一行的最右边的位置处填入 后继数; 4、每次尽可能地往左上角填数,如果发现左上角已经填满了数,则 从当前填的数的位置下方填上后继数。 要求: 无。 输入: 用户从键盘任意输入一个正奇数。 输出: 打印出该魔方阵。-odd N bands Demon Lineup : N-odd magic Lineup Construction Rules are as follows : 1, the first line is the middle of a preference; Two, if the upper left corner to Mobile, the successor to fill in the upper left; If the upper left corner, unable to move, with the move out of the bottom of the left one of the closest out of position; three, if the upper left corner, unable to move, while in the position shown in the bottom left nearest location Department has not entered a few, to the position of the party on the right side of the positions filled successor; 4, each possible to fill the upper left corner, if fill the upper left corner, has found a few, from the current fill several positions to fill in the bottom subsequent few. Requ
- 2022-01-21 19:39:47下载
- 积分:1
-
用VC和OPENCV实现的人脸检测 以及MIT人脸样本库
用VC和OPENCV实现的人脸检测 以及MIT人脸样本库,对学习VC和OPENCV很有帮助,能有效实现人脸检测
- 2023-04-22 02:35:04下载
- 积分:1
-
已知一个单链表L编写一个删除L中值为x结点的直接前驱结点的程序。
#include
#include
#include
typedef int ElemType; // 定义数据结构元素的数据类型
#define LIST_INIT_SIZE 10 // 线性表存储空间的初始分配量
#define LISTINCREMENT 5 // 线性表存储空间的分配增量
// 线性表的动态分配顺序存储结构
ty
- 2022-03-13 17:25:00下载
- 积分:1
-
本程序为Kmp匹配算法的实现,程只需直接运行即可,
本程序为Kmp匹配算法的实现,程只需直接运行即可,-the procedures for KMP matching algorithm implementation, a journey which takes you directly can run,
- 2022-09-10 08:40:03下载
- 积分:1
-
图像压缩的源代码
PCA进行SVD分解的图像压缩它是在MATLAB中实现
- 2022-02-13 13:27:26下载
- 积分:1
-
generate random passwords, user
生成随机密码,好用不错-generate random passwords, user-friendly good
- 2022-06-02 07:16:46下载
- 积分:1
-
FuzzyPSO优化算法
资源描述本程序是关于模糊粒子群优化算法的程序,具有用于优化函数等功能,通过改变代价函数优化不同函数等。
- 2022-09-25 20:00:03下载
- 积分:1