-
bclongsnodes
非等节点的分段M次Newton插值,属于数值方法的内容,很好(The piecewise M-degree Newton interpolation of non-equal nodes, which belongs to the numerical method, is very good.)
- 2019-01-01 08:45:43下载
- 积分:1
-
C#展示的倒水问题动画版(启发式搜索策略)
灵感来自于风靡一时的倒水游戏,给定杯子的容量以及最后所需要的谁的容量来决定操作方法。具体使用了启发式搜索策略的方法,并将其以窗口化的方法进行展示
- 2022-03-14 00:54:10下载
- 积分:1
-
opencv+zbar库进行条码解码
使用opencv+zbar解码条码,opencv+zbar库进行条码解码
- 2022-05-24 00:42:00下载
- 积分:1
-
《啊哈!算法》
用简单易懂的图文方式阐释算法的奥秘,快速了解每个算法的使用场景、原理(Explain the mysteries of the algorithm with simple and understandable graphics and text, and quickly understand the scene and principle of each algorithm)
- 2017-10-26 19:20:16下载
- 积分:1
-
J6_2012--Kalman-interpolation
卡尔曼滤波器进行信道估计的一篇文章,适用于OFDM-MIMO系统。(Kalman filter for channel estimation in an article for OFDM-MIMO systems.)
- 2013-12-22 20:53:26下载
- 积分:1
-
monitor_seriver
可以接收客户端的连接,接受4个以内的摄像头传输的数据,然后显示的arm开发板上。(It can receive the connection of the client, accept the data transmitted by 4 cameras, and then display it on the arm development board.)
- 2018-04-01 15:20:43下载
- 积分:1
-
STM32 Labview USB通信
STM32USB与labview通信,,使用VISA读取(STM32USB communicates with labview, read by VISA)
- 2020-10-16 22:47:28下载
- 积分:1
-
com
VS2010串口例程,VC2010写的串口调试助手,开发环境为VS2010,使用的uncioud环境,纯API,不错的C++串行通讯例子程序,希望能对串口学习的朋友有所帮助 (VS2010 serial routines, VC2010 write serial debugging assistant development environment VS2010, using uncioud environment, pure API, a good example of C++ serial communication program, hoping to help a friend learn the serial port)
- 2011-08-11 13:20:01下载
- 积分:1
-
零死角玩转STM32--F103指南者.pdf(共835页)
本书着重讲解 F103 的外设以及外设的应用,力争全面分析每个外设的功能框图和外设 的使用方法,让读者可以零死角的玩转 STM32—F103 系列。基本每个章节对应一个外设, 每章的主要内容大概分为三个部分,第一部分为简介,第二部分为外设功能框图分析,第 三部分为代码讲解。
- 2021-05-06下载
- 积分:1
-
排序方法的比较
代码完整
通过此系统可以实现如下功能:
利用随机函数产生N个随机整数(20000以上),对这些数进行多种方法进行排序。
1)采用直接插入排序、希尔排序、直接选择排序、起泡排序、快速排序、堆排序等方法排序,并把排序后的结果保存在不同的文件中。
2)统计每一种排序方法的性能(以上机运行程序所花费的时间为准进行对比),找出其中两种较快的方法。
- 2022-03-24 12:55:57下载
- 积分:1