-
通过NTP服务器同步网路时间到本地
资源描述本代码可通过socket与远程服务器建立连接、向远程ntp服务器发送请求,服务器会返回一个包含当前时间的数据包、本地通过socket接收到以后、进行解析、并且可以设置到本地、次代码适合Linux系统环境下的时间同步、windows环境下、对代码稍加修改后、也可使用
- 2023-04-04 00:40:03下载
- 积分:1
-
管程机制解决南北过桥问题
有一座小桥,小桥中间宽两边窄,中间每次最多允许两人通过,两边每次最多允许一人通过,使用管程机制实现过此桥的程序。管程机制解决南北过桥问题,复制进LINUX虚拟机即可运行。
- 2022-01-21 02:50:42下载
- 积分:1
-
Psedo ID更改无线传感器网络
这个程序是用来在小型社交斑点来改变车辆的ID。该代码有37个无线传感器节点,并使用DES加密算法来改变车辆的ID。
- 2022-05-05 20:44:58下载
- 积分:1
-
STM32F2XX 固件库
文件名
文件大小
修改时间
- 2023-01-25 07:10:09下载
- 积分:1
-
freebsd下的mpd
mpd is a netgraph based ppp implementation for freebsd. mpd supports thousands of sync, async, pptp, l2tp, pppoe, tcp and udp links in client, server and mpd supports thousands of sync, async, pptp, l2tp, pppoe, tcp and udp links in client, server and access concentrator (lac/pac/tsa) modes
- 2022-02-05 05:19:53下载
- 积分:1
-
drivers/input/touchscreen/ft5x0x_ts.c
/** drivers/input/touchscreen/ft5x0x_ts.c **/
/**FocalTech ft5x0x TouchScreen driver. **/
/** Copyright (c) 2010 Focal tech Ltd. **/
/** This software is licensed under the terms of the GNU General Public **/
/** License version 2, as pu
- 2022-03-06 17:35:52下载
- 积分:1
-
潜在狄利克雷分布主题模型 LDA
LDA是一种文档主题生成模型,也称为一个三层贝叶斯概率模型,包含词、主题和文档三层结构。文档到主题服从Dirichlet分布,主题到词服从多项式分布。
LDA是一种非监督机器学习技术,可以用来识别大规模文档集(document collection)或语料库(corpus)中潜藏的主题信息。它采用了词袋(bag of words)的方法,这种方法将每一篇文档视为一个词频向量,从而将文本信息转化为了易于建模的数字信息。但是词袋方法没有考虑词与词之间的顺序,这简化了问题的复杂性,同时也为模型的改进提供了契机。每一篇文档代表了一些主题所构成的一个概率分布,而每一个主题又代表了很多单词所构成的一个概率分布。
对于语料库中的每篇文档,LDA定义了如下生成过程(generative process):
1. 对每一篇文档,从主题分布中抽取一个主题;
2. 从上述被抽到的主题所对应的单词分布中抽取一个单词;
3. 重复上述过程直至遍历文档中的每一个单词。
- 2022-03-16 01:27:42下载
- 积分:1
-
此实用程序计算文件的MD5校验码
Linux md5sum 软件包。This utility computes MD5 checksums of files, ignoring end-of-lineconventions unless the -b (binary) flag is set. The file "pgp23.md5"contains the signatures of all the files in the source. If you arein the source directory and run "md5sum -c pgp23.md5", you will getan error message if any files fail to match. If all files match,nothing will be printed.You need to borrow some files from the PGP sources to compile thisutility (md5.c, md5.h, and possibly the getopt implementation); 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-05-25 00:40:03下载
- 积分:1
-
lkjlkasjlkj LJ L J L克莱克
- 2022-03-30 02:23:32下载
- 积分:1
-
Ad hoc按需距离矢量(AODV)路由协议的实现
为了方便
- 2022-04-28 11:40:06下载
- 积分:1