-
- 2023-06-21 16:20:04下载
- 积分:1
-
This is one of the Queen's algorithm of algorithms.
这是一个关于算法中的皇后问题的算法。-This is one of the Queen"s algorithm of algorithms.
- 2022-02-03 22:29:10下载
- 积分:1
-
快速排序算法
使用java写的算法,描述了快速排序!分为递归和非递归两种方法!static void QuickSort (int a[], int p, int r)
{
if (p x的元素交换到右边区域
- 2022-01-25 21:30:05下载
- 积分:1
-
练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以...
练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,则直接输出各位数字序列;如果是负数,则首先要输出负号。各位数字紧密输出,不带有前缀的多余的0。-practice procedures, as follows : high-precision integer for the addition, subtraction, multiplication. The importation of two decimal integer big M and N (M, N up to a maximum of 50), the calculated results of operations and output. Entry forms : standard input on the importation of branches were the following : 1. The first line inputs, a large integer M. M may have negative, is back up to 50 digital sequence. 2. Only a second line of characters could be "","-","*", respectively, plus or minus, by three operators. 3. The third line inputs large integer N, M and the same format M, N are not redundant with the prefix 0 output-- in the form of print on standard out
- 2022-02-06 02:31:19下载
- 积分:1
-
bp算法
bp算法-bp algorithm.
- 2022-09-30 19:40:04下载
- 积分:1
-
Paris《Face Detection Toolbox》(脸部识别工具箱)
应用背景在当今社会信息安全问题备受人们关注。自身安全和个人隐私保护成为这个时代的热门话题。基于密码、个人识别码和钥匙等传统的安全措施已不能完全满足社会要求。在这样一个背景下,人们把目光投向了生物特征识别技术 —— 利用人体固有的生理特征或行为特征来进行身份的鉴别或确认。关键技术
面部识别又称人脸识别、面像识别、面容识别等等,面部识别使用通用的摄像机作为识别信息获取装置。以非接触的方式获取识别对象的面部图像,计算机系统在获取图像后与数据库图像进行比对后完成识别过程。面部识别是基于生物特征的识别方式 ,与 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-25 10:52:26下载
- 积分:1
-
公历转农历源代码前段时间做软件写了个公历转农历的函数,目前公开给大家参考,有兴趣的朋友可以在此基础上进一步完善其功能...
公历转农历源代码前段时间做软件写了个公历转农历的函数,目前公开给大家参考,有兴趣的朋友可以在此基础上进一步完善其功能 -Lunar calendar to do earlier source software was made to the Lunar calendar functions, currently open for your reference, interested friends on this basis to further improve its functions
- 2023-01-18 18:40:04下载
- 积分:1
-
FFT的C++代码
针对matlab中快速傅立叶变换,我们用C++语言来实现同样的功能。排序的方法用的蝶形算法,也是快速算法。FFT的c++代码实现,效率比MATLAB的要高一点,并且已经调试通过。-FFT of c++ code to achieve efficiency is higher than that of MATLAB, and has passed testing.
- 2022-07-19 15:12:19下载
- 积分:1
-
1-9数字填入三个分式的a-i中,使a/bc+d/ef+g/hi=1成立-1-9 the number of fill in the three fraction of ai, so that a/bc+ d/ef+ g/hi = 1 to set up
- 2022-03-06 01:28:29下载
- 积分:1
-
BPSK simulation in C++
C++中的BPSK仿真包括发射机、接收机和
- 2022-06-22 03:52:15下载
- 积分:1