-
此文章的算法有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法等等,有用的的人可以...
此文章的算法有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法等等,有用的的人可以-This article has iteration of the algorithm, exhaustive search method, the recursive method, greedy method, backtracking, sub-rule method, dynamic programming, etc., can be useful
- 2023-02-08 14:00:04下载
- 积分:1
-
虚拟示波器正式版
experiment equipment:
stm32F103 C8T6
Purpose:
ADC real-time sampling shows waveforms through an anonymous host computer (virtual oscilloscope)
ADC1 and serial 1 dual DMA use to speed up the transfer rate
Hardware resources:
1, ADC1 channel 1 (peripheral A1)
2, serial port 1 (baud rate: 500000)
Experimental phenomena:
The anonymous host computer displays the waveform in real time. The sampling frequency of the ADC is about 1Mhz (the highest value of the single ADC mode has been reached, but the maximum transmission rate of the host computer is about 500000 baud.
And only one byte per transfer of 14 bytes is valid (caused by the anonymous transfer protocol). It takes about 2.8ms to transfer once.
- 2018-09-27 09:15:46下载
- 积分:1
-
Matlab语言编写的2维粒子群算法进行函数最优化的源代码,并附有AVI视频演示!...
Matlab语言编写的2维粒子群算法进行函数最优化的源代码,并附有AVI视频演示!-2-D particle swarm optimization source code for optimization (with the AVI video!)
- 2022-08-07 09:29:32下载
- 积分:1
-
哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位,
课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步...
哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位,
课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步与互斥,当
然,属于同一进程的不同线程一样存在同步与互斥,其控制同步与互斥的原理跟进程
是一样的-dining philosophers problem, the process is independent participation in the allocation of resources as the smallest unit, in the OS thread, thread is the smallest unit of operation, the process described in the classroom between the synchronization and mutual exclusion. actually belong to different threads in the process of synchronization and mutual exclusion, of course, the same process there is a different thread synchronization and mutual exclusion, control and coordinate the process with the principle of the same
- 2022-08-22 22:48:11下载
- 积分:1
-
十天学会易语言图解教程【全集】
说明: 十天学会易语言图解教程,收藏使用,禁止商业化传播。(Ten days to learn easy language illustrated course, collection and use, prohibit commercial communication.)
- 2020-01-13 16:55:45下载
- 积分:1
-
酷虎网同学录V1.0
酷虎网同学录V1.0 -Cool Tiger Network website V1.0
- 2022-05-19 07:11:35下载
- 积分:1
-
inverter3l
说明: 做了三电平并网逆变器的仿真,添加了不控整流制造谐波,(The simulation of three level grid connected inverters is made, harmonics are added with uncontrolled rectifier, and the influence of harmonics is observed.)
- 2018-03-23 17:11:53下载
- 积分:1
-
VC++虚拟打印机程序附源码下载
虚拟打印源码包,VC++虚拟打印机程序附源码下载,部分是基于C++,一少部分是用DELPHI写的,包含了驱动部分和所有控件,至今没有发现第二个版本,大概是在2000年时候完成,一直用到现在,它可在2000/XP/20003中将内容缓存在打印软件中。
- 2022-05-28 03:38:39下载
- 积分:1
-
ccminer-alexis-1.0-windows
说明: You've been using it all the time, so do you
- 2018-04-22 10:25:32下载
- 积分:1
-
图的算法实现
图的算法实现
(1)将图的信息建立文件;
(2)从文件读入图的信息,建立邻接矩阵和邻接表;
(3)实现Prim、Kruskal、Dijkstra和拓扑排序算法。
(Graph Algorithms (1) will map the information to create the document (2) read from the document map information, the establishment of adjacency matrix and adjacency list (3) the realization of Prim, Kruskal, Dijkstra, and topological sorting algorithm.)
- 2021-04-22 15:18:48下载
- 积分:1