-
各大互联网面试题目
资源描述文件中包含了各个互联网的面经,包括百度、阿里、腾讯等大公司,内容很全面,很适合找工作的同学,希望能给大家带来帮助。
- 2022-03-13 08:52:53下载
- 积分:1
-
The procedures used to deal with differential equations system to simplify a sys...
该程序用来处理微分方程系统的,用来化简一个微分系统的-The procedures used to deal with differential equations system to simplify a system of differential
- 2022-03-07 06:05:14下载
- 积分:1
-
rtc实时时钟试验
应用背景在arm7 的stm32f103zet6芯片上实现电子日历的制作,采用定时功能来实现,可以自己设置显示的时间范围关键技术采用arm7 的stm32f103zet6的定时功能来制作电子日历,先确定日历最早日期,然后算出起始日期到当前日期的总秒数,在初一一年的秒数来实现时间分割
- 2022-11-15 17:50:04下载
- 积分:1
-
话音激活检测
主要用于语音编码算法中的话音激活检测 区分有效语音段和非语音段 提高编码速率并改善语音质量
- 2022-07-13 14:59:27下载
- 积分:1
-
mcmc在MATLAB中的源码
mcmc在MATLAB中的源码
- 2022-06-01 12:15:39下载
- 积分:1
-
vc下的一个仿matlab界面的矩阵运算程序,其中单独封装的矩阵类可实现大多数常用矩阵运算功能,经常被我单独拿来使用...
vc下的一个仿matlab界面的矩阵运算程序,其中单独封装的矩阵类可实现大多数常用矩阵运算功能,经常被我单独拿来使用-vc under an imitation of Matlab interface matrix calculation procedures, which separate package matrices can be used to achieve the majority of matrix calculation functions, I was often alone using them
- 2022-04-12 20:05:14下载
- 积分:1
-
pitch detection
代码用于检测给定的语音信号的音调轮廓。
- 2022-06-30 14:20:35下载
- 积分:1
-
K-means算法的实现
c++ 语言实现算法,用的时候把数据集里面的数据放到C盘下,直接运行就行,数据集提供了两种,方便计算
- 2022-08-15 07:31:27下载
- 积分:1
-
四则运算的代码,有兴趣的可以研究下下的呵呵.
四则运算的代码,有兴趣的可以研究下下的呵呵.-4 computing code, may be interested Ha ha under study.
- 2022-05-09 01:57:08下载
- 积分: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