-
OQPSK - Transmitter and receiver
基于optisystem的opsk调制,接收和发送信号,程序为osd格式(Optisystem based OPSK modulation, receiving and sending signals, the program is OSD format)
- 2018-01-20 01:13:12下载
- 积分:1
-
纯CSS3方块跳动加载动画特效
说明: 纯CSS3方块跳动加载动画特效是一款适用于网页动态加载样式代码。(Pure CSS3 box jump loading animation effect is a dynamic loading style code for web pages.)
- 2018-12-28 20:23:29下载
- 积分:1
-
使用说明
介绍了大圣轮回的安装方法,西游H5安装
修改服务端的三个xml文件 里面的ip 数据库信息
root/server/sh/configure_center.xml configure.xml configure_cross.xml
修改index里的区名 ip game/index.html
上传game.zip到网站目录 给777权限
cd /www/wwwroot
unzip game.zip
chmod -R 777 /www/wwwroot/game(The installation method of the Great Sacred Return is introduced.)
- 2020-06-20 23:00:01下载
- 积分:1
-
微电网经济调度
说明: 综合能源的优化调度问题主要以经济性为主,应用商业求解器进行优化求解。是现在比较热门的研究方向,只是少数据。(The optimization scheduling problem of integrated energy is mainly based on economy, and the commercial solver is used to optimize the solution. It is a hot research direction now, but there is little data.)
- 2021-04-14 22:38:55下载
- 积分:1
-
VC++ 删除目录、文件夹
VC++ 删除目录或文件夹的例子。删除指定的文件夹目录的源码,请在文本框中输入需要删除的目录名称、路径即可,路径不要错哦,本示例主要是演示如何删除文件,在易用性方面没过多完善。
//是文件时直接删除
if (!file.IsDots() && !file.IsDirectory())
DeleteFile(file.GetFilePath());
else if (file.IsDots())
continue;
else if (file.IsDirectory())
{
path = file.GetFilePath();
//是目录时,继续递归调用函数删除该目录下的文件
DelFolder(path);
//目录为空后删除目录
RemoveDirectory(path);
}
- 2022-01-22 03:11:03下载
- 积分:1
-
图片画廊和Lightbox特效
图片画廊和Lightbox特效是一款共有4种不同的布局效果,分别为简单布局,流式布局,网格布局和缩略图布局。(Photo Gallery and Lightbox are four different layout effects: simple layout, streaming layout, grid layout and thumbnail layout.)
- 2019-03-30 15:32:53下载
- 积分:1
-
navicat112_mysql_en_x86
用于多尺度分析的ITD方法,用于轴承振动信号的分解(ITD Method for Multiscale Analysis for Bearing Vibration Signal Decomposition)
- 2018-12-03 11:05:50下载
- 积分:1
-
二维图形类的顶点类源码,对二维图形变成很有帮助。
二维图形类的顶点类源码,对二维图形变成很有帮助。-Two-dimensional graphics class vertex type source of two-dimensional graphics become very helpful.
- 2023-08-20 11:50:03下载
- 积分:1
-
西安市的公交车查询,我自己做的
西安市的公交车查询,我自己做的-Xi"an for the bus, I do
- 2023-06-17 06:40:04下载
- 积分:1
-
npc
说明: 冒险岛npc脚本 部分自用 请勿转载传请勿转载传(ms npc scirpt,dont share with others)
- 2020-07-04 09:40:01下载
- 积分:1