-
live555,已验证,可参考修改。
关于rtsp流媒体服务器基于live555的搭建程序。传者已修改验证过可用,奉献出来供大家参考使用,可用作学习和研发。
- 2022-03-24 10:08:11下载
- 积分:1
-
梦幻之星2 pso2 服务端源码 Resources
梦幻之星2 服务端源码 Resources 是C#语言
- 2022-05-16 09:50:52下载
- 积分:1
-
sil9136
Hi3519V101 sil9136 HDMI 驱动(Hi3519V101 sil9136 HDMI driver)
- 2020-06-19 22:00:01下载
- 积分:1
-
facedetect
人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测(Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection)
- 2013-07-14 12:50:55下载
- 积分:1
-
北京地铁查询C#
文件内容是根据现在的北京铁路状况来制定的一些列方案,产生的效果为根据出发点和目的地来制定出行的方案,包括转移路线等,由C语言开发,画面可控性高,界面美观,实用性强,并且有一定的使用价值,值得我们使用。
- 2022-10-14 17:55:03下载
- 积分:1
-
TFIDF-master
tf–idf, short for term frequency–inverse document frequency, is a numerical statistic that is intended to reflect how important a word is to a document in a collection or corpus.[1]:8 It is often used as a weighting factor in information retrieval and text mining. The tf-idf value increases proportionally to the number of times a word appears in the document, but is offset by the frequency of the word in the corpus, which helps to control for the fact that some words are generally more common than others.
Variations of the tf–idf weighting scheme are often used by search engines as a central tool in scoring and ranking a document s relevance given a user query. tf–idf can be successfully used for stop-words filtering in various subject fields including text summarization and classification.
One of the simplest ranking functions is computed by summing the tf–idf for each query term many more sophisticated ranking functions are variants of this simple model.
- 2014-02-23 09:01:44下载
- 积分:1
-
C# 对组合查询后的结果进行升序、降序排序
C# 对组合查询后的结果进行排序,排序包括了升序、降序排列。查询到数据后,单击窗口中的对应按钮即可实现对应的排序操作,核心代码的编写有如下参考:
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 年龄 AS 信息 FROM tb_Student UNION SELECT 总分 FROM tb_grade UNION SELECT 课程编号 FROM tb_course ORDER BY 信息 ASC");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
- 2022-05-06 02:20:47下载
- 积分:1
-
LinkGame
Visual C#智能设备程序设计,游戏实例(Visual C# Smart Device Programming)
- 2010-11-29 19:01:23下载
- 积分:1
-
cordic_C
说明: cordic算法的C语言实现,包含了相应C语言程序,十分珍贵(cordic algorithm C language, contains the corresponding C language procedure is very valuable)
- 2020-11-06 10:49:51下载
- 积分:1
-
ber_vs_rx
MIMO系统误码率随接受天线数目变化而变化,MATLAB仿真程序,源代码(MIMO system bit error rate with the number of antennas to accept changes, MATLAB simulation program, the source code)
- 2013-04-22 19:24:50下载
- 积分:1