-
matlab车辆检测编程
运动目标检测与跟踪,包括目标定位,匹配与跟踪c++亲测可以使用,谢谢支持。
- 2022-02-25 00:07:10下载
- 积分:1
-
约瑟夫环,运用了数据结构中的链结构。具体请详细观察源程序...
约瑟夫环,运用了数据结构中的链结构。具体请详细观察源程序-Joseph Wan, the use of the data structure in the chain structure. Please observe the specific source code
- 2022-03-09 12:41:47下载
- 积分:1
-
RSA算法
C++ 实现
RSA算法
C++ 实现
RSA算法
C++ 实现
RSA算法
C++ 实现
-achieve RSA algorithm to achieve C
- 2022-05-13 21:24:37下载
- 积分:1
-
bp神经网络源代码(很好用)
资源描述这个我自己编译的bp网络源代码 很好用的
- 2022-05-14 05:41:20下载
- 积分:1
-
2812 PMSM
利用2812来进行电机控制的主程序代码,其中包括各种控制方式,来自于TI官网的例程,未改动,便于后面的学习
- 2022-04-25 07:36:55下载
- 积分:1
-
邮政运输 2007年D题 邮政运输网络中的邮路规划和邮车调度 数学建模题目...
邮政运输 2007年D题 邮政运输网络中的邮路规划和邮车调度 数学建模题目-Post transport D title in 2007 the postal routes in the transport network planning and scheduling Postal mathematical modeling topics
- 2022-07-04 14:24:58下载
- 积分:1
-
atan function, because a lot of information communication systems, which rely on...
atan函数,由于在通信系统中很多信息都是依赖相位信息得到,所以atan函数非常有用。-atan function, because a lot of information communication systems, which rely on phase information is therefore very useful function atan.
- 2022-01-25 19:12:46下载
- 积分:1
-
Given the use of SVD for solving equations of the code, the validity of the resu...
给出了利用svd求解方程组的代码,结果的有效性在主函数中得到验证-Given the use of SVD for solving equations of the code, the validity of the results in the main function has been verified
- 2022-08-09 20:27:22下载
- 积分:1
-
大数据处理利器 提升普通map的性能
修改普通map,提升性能对于c++程序来说 map的使用无处不在。影响程序性能的瓶颈也往往是map的性能。尤其在大数据情况下,以及业务关联紧密而无法实现数据分发和并行处理的情况。map的性能就成了最关键的技术。比如:ip表、mac表,电话号码表、身份证号码表的查询、病毒木马的特征码的云查杀等等。stl库的map采用二分查找,性能最差。Google的哈希map性能和内存目前是最优的,但是有重复碰撞的机率。我在电信行业和信息安全行业里的工作经历发现,目前网络上的哈希算法都在查询速度上远远无法满足日趋增长的网络大数据要求。因此产生了自己写算法的想法。现在我把自己的算法发布出来。大家可以测试对比发现,我的算法属于零碰撞的几率,但是性能比哈希算法还优。声明:该代码不能用于商业用途,只能用于科学研究。
- 2022-12-29 05:00:04下载
- 积分:1
-
png 压缩处理
png 压缩处理, 可以把 npg 格式 压缩成 更小的 文件, 比如 2Mb 的 Png文件, 可以压缩成600K 的 文件
- 2023-02-11 22:35:04下载
- 积分:1