-
often went to the Forum and friends may have such an experience when you see a g...
经常去论坛的朋友可能都有这样的体会,当看到好的帖子特别是贴图时,想 把它转贴到另一个论坛特别麻烦,要进行好多鼠标与键盘操作,当有上十张图片 时真是令人头痛的事情。 此软件就是针对这种情况而设计,你只需要在想要的图片上点一下鼠标就可 提取图片链接并形成论坛UBB标签,进入发贴页面再点一下鼠标就可将获取的内容 发出去。使用该软件使以往烦琐的转贴操作变得轻松简单,你就尽情的享受从中 带来的乐趣吧! -often went to the Forum and friends may have such an experience when you see a good message, especially textures, wants to turn it into another forum posted particular trouble, the need for a lot of mouse and keyboard operation, when on 10 pictures is really a headache thing. This software is the view of this situation and design, you only need to want to point the pictures from the mouse can link pictures and formed Forum UBB label, sent into the pages again point the mouse can be given access to the content. The software enables the use of previously cumbersome operation posted becomes easily, you enjoy the fun from the fun!
- 2023-03-27 08:55:04下载
- 积分:1
-
遗传算法最短路径程序
说明: 应用Matlab软件程序,遗传算法问题解决车辆路径问题(Using Matlab software to solve the problem of cars routing problems with genetic or evolution algorithm in mathematics.)
- 2019-11-24 02:14:18下载
- 积分:1
-
complete compilation reportedly curriculum design, the theme of the music proced...
完整的汇编课程设计报报告,题目为乐曲程序
报告最后为完整的汇编源代码-complete compilation reportedly curriculum design, the theme of the music procedures for the integrity of the final report of a compilation of source code
- 2022-12-16 00:50:03下载
- 积分:1
-
基于多基站的无源定位中的FDOA方法的定位精度GDOP分析
基于多基站的无源定位中的FDOA方法的定位精度GDOP分析(FDOA GDOP)
- 2020-06-30 02:00:02下载
- 积分:1
-
一个简单的sokudo游戏,附加源码。
但游戏有些不足,请见谅...
一个简单的sokudo游戏,附加源码。
但游戏有些不足,请见谅-Sokudo a simple game, an additional source.
- 2023-02-14 04:00:03下载
- 积分:1
-
EDFQswitch
说明: 光纤激光器被动调Q速率方程,修改参数可实现三能级四能级激光器模拟(Passive Q-rate equation of fiber laser)
- 2019-04-14 10:02:26下载
- 积分:1
-
1 - 副本
使用scratch进行简单的计算,(只包括四则运算)(Computing with scratch)
- 2019-03-23 20:15:25下载
- 积分: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
-
数据结构做的一个小程序 对二叉进行的遍历
数据结构做的一个小程序 对二叉进行的遍历-data structure to do a small procedure on the two forks of the ergodic
- 2022-04-24 18:14:38下载
- 积分:1
-
距离最短路由
用于多跳路由,寻找最小距离路径的一种算法。(An algorithm for multi-hop routing looking for the path with the smallest distance.)
- 2020-07-08 17:48:55下载
- 积分:1