-
河内大厦实现步的运动,采用递归算法。
实现汉诺塔的移动步骤,
使用递归算法。-Tower of Hanoi realize the movement of steps, the use of recursive algorithm.
- 2022-07-20 06:45:22下载
- 积分:1
-
调度算法
它包含不同调度算法 job.1。fifo2。lru3.opt
- 2022-07-12 20:52:32下载
- 积分:1
-
计算机算法导引
计算机算法导引-Computer algorithm-guided
- 2023-05-21 18:15:03下载
- 积分:1
-
matlab遗传算法路径规划源码
用matlab编写的遗传算法路径规划用matlab编写的遗传算法路径规划源码源码
- 2022-03-06 19:08:44下载
- 积分:1
-
学校管理
管理类学生/组智者
添加/编辑/删除学生
学生查看个人资料
sudent来看marksheet
学生查看身份证
管理老师简介
添加/编辑/删除教师信息
根据学生classwise管理父
创建/编辑/删除类/组的学生。
创建/编辑/这里的主题菜单中删除主题
受试者可以单独定义根据每个类
管理考试/学期房源
管理标记(编辑/更新)和考勤考试,班级及学生聪明
管理考试成绩
管理类常规
- 2022-01-25 20:00:12下载
- 积分:1
-
隐藏按钮的实现,用户点击界面上的按钮确永远也抓不到
隐藏按钮的实现,用户点击界面上的按钮确永远也抓不到-Hide button implementation, the user clicks the button interface is indeed never be able to shackle
- 2022-02-01 05:02:30下载
- 积分:1
-
Goertzel基本算法在每次采样后立即进行处理,在每个第N次采样进行一次音调检测。在采用FFT算法时,我们要对成块的采样进行处理,但这并不意味着必须按块来处理...
Goertzel基本算法在每次采样后立即进行处理,在每个第N次采样进行一次音调检测。在采用FFT算法时,我们要对成块的采样进行处理,但这并不意味着必须按块来处理数据。数字处理的时间很短,因此如果每次采样都存在一次中断,那么这些数字处理完全可以在中断服务程序(ISR)内完成。或者,如果系统中存在采样缓存,那么可以持续采样,然后进行批处理。-Goertzel basic algorithms in each sample immediately after processing, in each of the first N sub-samples to conduct a tone detection. In the use of FFT algorithms, we would like to be processed into a block of samples, but this does not mean that must block processing the data. Digital processing time is very short, so if an interrupt for each sample are present, then the digital processing is fully able to interrupt service routine (ISR) to complete. Or, if the system exists in sample buffer, you can continue to sample, and then batch.
- 2022-05-27 11:46:36下载
- 积分:1
-
MULLER s algorithm Muller classical algorithm
muller s algorithm 穆勒算法 经典-MULLER s algorithm Muller classical algorithm
- 2022-03-24 18:14:01下载
- 积分:1
-
哈夫曼编码和解码系统,并可对文件进行编码
哈夫曼编码和解码系统,并可对文件进行编码-Huffman coding and decoding system, the documents can be encoded
- 2022-04-10 18:08:36下载
- 积分:1
-
k-means的java实现
应用背景Implement k-means clustering on a training data set to predict classification values of a test data set.关键技术The experiment intended to classify test data values using the data
mining strategy known as k-means clustering.
The 6 variables in the training data are used to plot the data and
centroids are placed to locate clumps of the 255, classified training
data. Once located, a classification value can be assigned to the 100,
test data.
- 2022-02-20 08:20:20下载
- 积分:1