-
LLKWord
好看、好玩的连连看背单词程序,用C#实现
(Good-looking, fun word back Lianliankan procedures, using C# to achieve)
- 2009-06-08 00:40:35下载
- 积分:1
-
外点法C++
说明: C++实现外点法求解约束问题,其中有使用到单纯性法(C++ implements exterior point method to solve constraints, among which simplicity method is used.)
- 2020-06-23 21:40:02下载
- 积分:1
-
微软的XP加速软件,微软官方发布,请谨慎使用
微软的XP加速软件,微软官方发布,请谨慎使用
-accelerate Microsoft"s XP software, Microsoft officially released, please use caution
- 2023-02-08 22:55:04下载
- 积分:1
-
爬取热门微博评论并进行数据分析、nlp情感分析
爬取热门微博评论并进行数据分析、nlp情感分析
xuenlp.py功能包含:
读取数据库并进行数据去重
对微博评论进行情感分析并生成统计结果
统计微博评论中的表情排行
统计微博评论中的粉丝排行前20(Crawl popular microblog comments and do data analysis and NLP sentiment analysis
Xuenlp.py functions include:
Read the database and de-duplicate the data
Emotional analysis of microblog comments and generating statistical results
Statistical expression ranking in microblog comments
Statistics of the top 20 fans in microblog comments)
- 2020-06-23 05:20:02下载
- 积分:1
-
ARM instructions on assembly language learning good reading help for beginners
ARM汇编语言学习说明书对初学者有很好的阅读帮助
- 2023-03-02 20:00:03下载
- 积分:1
-
《预测控制系统及其应用》
采用模型预测利用上一时刻的状态参数对现有时刻的参数进行估计(Model prediction is used to estimate the parameters of the existing time using the state parameters at the last time.)
- 2018-11-12 08:04:36下载
- 积分:1
-
线性码在AGWN信道下的模拟.
这个程序在编码中很有用
线性码在AGWN信道下的模拟.
这个程序在编码中很有用-Linear Codes in AGWN analog channel. This procedure is useful in the coding
- 2022-01-22 05:58:11下载
- 积分:1
-
使用J2ME收发短信SMS相关源代码
Java SMS相关源码,使用J2ME收发短信SMS源代码,压缩包内有2个相关的源码,非常适合学习JAVA网络编程,这两个例子在早几年是很火的参考代码。
- 2023-02-13 16:00:03下载
- 积分:1
-
think python,第二版 Think Python, 2nd Edition
说明: 经典书籍,think python,第二版。(think python, second edition. written by Allen B. Downey.)
- 2020-06-23 00:20:02下载
- 积分:1
-
vc++ 6.0开发控制台Windows服务监控程序
vc++6.0 实现基于控制台的Windows服务监控程序,可实现windows服务监控和检测网关程序的侦听端口,运行后请根据CMD窗口的提示操作。if (pstProgNodeBuf->m_nFlag == 2) //连接当前Sgip侦听的端口
{
if (!ConnectSgipServer(pstProgNodeBuf->m_nPort)) //SGIP不正常运行
{
if (!StartUnlimitService(pstProgNodeBuf->m_szServiceName)) //启动该服务
{
sprintf(szLog,"启动该[%s]服务失败",pstProgNodeBuf->m_szServiceName);
WriteLogRecord(szLog);
LogMsg(szLog);
pstProgNodeBuf->m_iRecCount ++ ; //超过2次启动服务失败
if(difftime(tCurrTime,pstProgNodeBuf->tSendShortTime) > 2*60*60 && pstProgNodeBuf->m_iRecCount >= 2) //检测发送短消息时间间隔 (设置值为1个小时即1*60*60秒)
{
CString strSendMessage;
strSendMessage.Format("%s",pstProgNodeBuf->m_szSendMessage);
//发送短消息
//连接服务器,发送内容
//发送短消息
- 2022-02-09 22:47:24下载
- 积分:1