-
simhash算法实现
应用背景
利用ansj simhash进行分词和去重
关键技术ansj分词使用非常方便,只需要下载相应的jar包就可以,simhash能够快速去重。
- 2022-03-12 13:58:05下载
- 积分:1
-
F020温度程序
本例程是应用F020开发板,测试环境温度的程序。方便修改,引脚设置简单,备注清楚明白,方便大家使用。温度芯片是18B20,也可以修改成其他方式。
- 2022-02-06 04:27:00下载
- 积分:1
-
vc preparation procedures calculated pi
vc编写 计算圆周率程序-vc preparation procedures calculated pi
- 2022-01-23 11:08:28下载
- 积分:1
-
21065L fft fir 源码
对于dsp系统的开发与应用有很大的好处。
21065L fft fir 源码
对于dsp系统的开发与应用有很大的好处。-21065L fft fir dsp source for the system development and application had a great advantage.
- 2022-01-20 23:16:59下载
- 积分:1
-
一种使用经典GP算法计算关联维数的程序源代码,比较好用!
一种使用经典GP算法计算关联维数的程序源代码,比较好用!-A classical GP algorithm using the correlation dimension of the source code, more easy to use!
- 2022-07-13 15:06:16下载
- 积分:1
-
ffmpg库的源码
FFmpeg README
-------------
1) Documentation
----------------
* Read the documentation in the doc/ directory.
2) Licensing
------------
* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
liba52 and libpostproc are licensed under the Lesser GNU General
Public License.
* liba52 and libpostproc are distributed under the GNU General Public
License and their compilation and use is optional in ffmpeg.
Fabrice Bellard.
- 2022-07-03 09:19:29下载
- 积分:1
-
斗地主c语言版游戏开发代码
c语言版斗地主程序包括如何洗牌、发牌、排序、出牌、胜负的算法
- 2022-06-21 07:18:43下载
- 积分:1
-
- 2022-11-29 08:40:03下载
- 积分:1
-
S7 —200PLC 在温度控制系统中的应用
资源描述以金刚石小锯片连续烧结炉的温度控制系统为例, 介绍了S7 -200PLC 在温度控制系统中的应用.该系统采
用CPU226 主机、热电偶模块EM231 、模拟量输出模块EM232 和晶闸管电压调整器实现了温度的PID 控制.通过采用
分段式PID 控制烧结炉温度, 实现了快速升温, 系统升温超调量小、稳态温差小(±5 ℃), 达到了金刚石小锯片的生产工
艺要求.
- 2023-06-25 12:00:03下载
- 积分:1
-
给定n 个物品, 物品i重为wi 并且价值为 vi ,背包所能承载的最大容量为 W.
0...
给定n 个物品, 物品i重为wi 并且价值为 vi ,背包所能承载的最大容量为 W.
0-1 背包问题即是选择含有着最大总价值的物品的子集且它的容量 ≤W .
用动态规划实现-given n goods, items i weight of wi and value of vi, the backpack can carry a maximum capacity of W. 0-1 knapsack problem that is a choice with a maximum total value of the goods but a subset of the W capacity. Dynamic Programming
- 2022-03-09 15:39:44下载
- 积分:1