-
Collocation method (5)
collocation method maple code
- 2017-07-29 18:56:00下载
- 积分:1
-
一个很好的Java批量反编译工具,非常好用
一个很好的Java批量反编译工具,非常好用-A good batch decompile Java tools, very easy to use
- 2023-01-10 21:55:04下载
- 积分:1
-
matlab
运筹优化,定价模型,竞争系数模拟仿真数据程序猿(Operational optimization, pricing model, competition coefficient simulation data program ape)
- 2020-06-26 19:40:02下载
- 积分:1
-
脱机加脚本
说明: 7.0版本以上UO脱机脚本,功能强大,非常好用,适合挂小号(Uo offline script above version 7.0, powerful, very easy to use, suitable for small size)
- 2020-10-10 04:27:34下载
- 积分:1
-
《Python基础教程(第3版).pdf
python基础课程;python是一种计算机编程语言。作为一种面向对象的动态类型化语言,它最初被设计用来编写自动脚本(shell)。随着版本的更新和新语言功能的增加,它越来越多地被用于独立的大型项目的开发中。(Python Basic Course; Python is a computer programming language. As an object-oriented dynamic typed language, it was originally designed to write automated scripts (shells). With the updating of versions and the addition of new language functions, it is increasingly used in the development of independent, large-scale projects.)
- 2020-06-18 02:20:01下载
- 积分:1
-
互信息
说明: 是MATLAB背景下的互信息程序,适合入门学习,欢迎下载。(It is a mutual information program in the background of MATLAB, suitable for entry learning, welcome to download.)
- 2020-06-04 12:22:00下载
- 积分: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
-
Indicador_Clubinarias_5.1
Clubinarias ,is one of the best indicator to use in the forex markets, and actually has the best accuracy to trade automatically.
- 2020-06-24 21:20:01下载
- 积分:1
-
From Windows to Linux.
指引开发者走向Linux的路线图。
From Windows to Linux.
指引开发者走向Linux的路线图。-From Windows to Linux. Guidelines for Linux developers to the road map.
- 2022-07-23 15:43:26下载
- 积分:1
-
文件实现了ADSP
文件实现了ADSP-BF533及DM_KIT_SSK上模块的头文件定义-Document realize the ADSP-BF533 and DM_KIT_SSK on the definition of module header file
- 2023-02-19 09:30:04下载
- 积分:1