-
VC++可用的字符串处理函数集源码下载
VC++可用的字符串处理函数集源码下载,这是一个来自国外的C++字符串操作函数集,里面有很多英文的注释,里面的字符串函数主要有把小写字符串变成大写串、把大写变成小写串、检查是否为数字串、截掉串尾的空格、截掉串开始处的空格、截掉串尾的空格、从右到左截掉字符、从左到右截掉字符、截掉从某个起始位置到右边位置的字符等。
- 2022-02-04 10:52:10下载
- 积分:1
-
test
说明: 通过模拟退火算法解决旅行商问题,能够通过运行(The simulated annealing algorithm is used to solve the traveling salesman problem)
- 2020-12-21 11:48:09下载
- 积分:1
-
新建文本文档
说明: 对无线电能传输过程中的互感及其自感进行估计和计算,得出结果。(The mutual inductance and self-inductance of radio energy transmission are estimated and calculated.)
- 2020-06-17 21:40:02下载
- 积分:1
-
Transformer program
说明: Transformer design program
- 2020-06-20 18:00:01下载
- 积分:1
-
VRPTW-master
说明: 基于时间窗的电动车调度,利用了遗传算法,启发式算法进行编程(Electric vehicle scheduling based on time window is programmed by using genetic algorithm and heuristic algorithm.)
- 2020-06-25 00:40:02下载
- 积分:1
-
GPSubPoints
GPSubPoints_10.0插件,留给需要的朋友。(This is GPSubPoints_10.0)
- 2021-01-15 15:08:46下载
- 积分:1
-
PSO-ELM
说明: 优化后的PSO-ELM算法,可对信号进行预测(The optimized pso-elm algorithm can predict the signal)
- 2020-12-29 16:08:17下载
- 积分:1
-
NOMA
一些关于5G非正交多址的一些资料 很有用 参考价值很大(Some information on the number of non-orthogonal multiple access 5G useful reference of great value)
- 2021-02-27 23:49:36下载
- 积分:1
-
问道修改源码
问道服务端修改工具 不算好用 仅供新手学习(Ask the server to modify the tool is not good for beginners only.)
- 2018-09-24 10:05:37下载
- 积分:1
-
关闭窗口提示效果C# 窗口退出时弹出提示
C#提示框效果,在关闭窗口时提示效果——C# 窗口退出时弹出提示框,点击确认后才能关闭窗口,可有效避免用户误操作,关键代码是此句:
MessageBox.Show("确认退出吗","确认对话框",MessageBoxButtons.YesNo,MessageBoxIcon.Question,MessageBoxDefaultButton.Button2 );
- 2022-01-28 18:35:17下载
- 积分:1