-
指针式仪表读数识别
说明: 指针式仪表的智能读数,通过hough算法,实现指针式仪表的读数,含人机交互界面(The intelligent reading of pointer type instrument, through Hough algorithm, realizes the reading of pointer type instrument, including human-computer interface)
- 2021-04-12 16:48:56下载
- 积分:1
-
峰值法peak_picking
峰值拾取法法matlab程序,欢迎各位同学下载。(Peak picking method matlab program, welcome to download)
- 2020-12-17 17:29:11下载
- 积分:1
-
传感器网络吞吐量测试
for testing throughput of sensor network
- 2022-03-26 01:49:08下载
- 积分:1
-
支持向量机方法,和C.检测的MATLAB实现
支持向量机方法,用matlab实现,用于分类检测、模式识别,人脸检测等-Support Vector Machine method, the realization of Matlab for the detection and classification, pattern recognition, face detection
- 2022-01-26 06:31:19下载
- 积分:1
-
C# 在格式化日期查询数据库
C# 在查询语句中使用格式化函数,格式化日期,将出生日期格式化为“年月日”的格式,后附完整源代码下载,以下是部分代码:
private void Frm_Main_Load(object sender, EventArgs e)
{
OleDbConnection con = new OleDbConnection(//创建数据库连接对象
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source="
+ "db_Test.mdb" + ";Persist Security Info=False");
OleDbDataAdapter dap = new OleDbDataAdapter(//创建数据适配器对象
"SELECT * FROM 员工生日表;", con);
DataSet ds = new DataSet();//创建数据集
dap.Fill(ds, "table");//填充数据表
dgv_Message.DataSource = ds.Tables[0].DefaultView;//设置数据源
}
- 2023-05-27 06:05:03下载
- 积分:1
-
lxywmtd3
JTable的事件大致均针对表格内容的异操作处理,包括字段内容改变()
- 2017-09-19 18:40:18下载
- 积分:1
-
AccessPort137
说明: 用于串口监听,串口发送数据,自动循环发送等功能(Used for serial port monitoring, serial port send data)
- 2020-06-22 19:40:02下载
- 积分:1
-
This is compiled in java platform, and achieved some of the features of Monopoly...
这是在java平台上编译的,实现了大富翁的一些功能,-This is compiled in java platform, and achieved some of the features of Monopoly,
- 2022-05-19 15:49:24下载
- 积分:1
-
outdated_part_AF
传统两跳多中继协作网络,系统在过时信道状态下,采用AF放大转发协议,误码率和容量的仿真程序(Traditional two-hop multi-relay cooperative network, the system in the outdated channel state, using AF amplification Forwarding protocol, error rate and capacity of the simulation program)
- 2017-09-28 10:30:25下载
- 积分:1
-
HMM-master
说明: 隐马尔科夫模型进行中文分词
模型训练
python HMM_train.py RenMinData.txt_utf8
RenMinData.RenMinData_utf8 为人民日报已经人工分词的预料。
生成三个文件
* prob_start.py 为模型的初始概率
* prob_trans.py 为模型状态转移概率
* prob_emit.py 为发射概率
测试模型效果
python HMM.py
reference
维特比算法:(python HMM_train.py RenMinData.txt_utf8
RenMinData.RenMinData_utf8
prob_start.py
prob_trans.py
prob_semit.py)
- 2019-03-22 10:56:24下载
- 积分:1