-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6 changed files
with
13 additions
and
29 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,5 @@ packages | |
**/x64 | ||
**/bin | ||
**/My Project | ||
**/obj | ||
**/obj | ||
**/*.deps.json |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,13 @@ | |
<param.authnamewatermark>埃博拉酱</param.authnamewatermark> | ||
<param.email>[email protected]</param.email> | ||
<param.company>一致行动党</param.company> | ||
<param.summary>提供许多内置函数的bug修复(是的,我们有在替官方修bug)、功能升级版,以及一系列内置函数所欠缺,但却常用的增强功能(部分功能仅支持Windows系统)。例如,STL风格的容器(队列,栈,向量),事件时间记录器,生命周期所有者</param.summary> | ||
<param.description>本包中所有函数均在MATLAB命名空间下,使用前需import。使用命名空间是一个好习惯,可以有效防止命名冲突,避免编码时不必要的代码提示干扰。 | ||
<param.summary>提供许多内置函数的bug修复(是的,我们有在替官方修bug)、功能升级版,以及一系列内置函数所欠缺,但却常用的增强功能(部分功能仅支持Windows系统)。例如,C++指针,Win32文件,内存映射文件,STL风格的容器(队列,栈,向量),事件时间记录器,生命周期所有者……</param.summary> | ||
<param.description>埃博拉酱的MATLAB扩展工具包,提供一系列MATLAB内置函数所欠缺,但却常用的增强功能。还替官方修复了许多内置函数的bug。 | ||
|
||
View 埃博拉酱的 MATLAB 扩展 Extension on File Exchange | ||
|
||
目录 | ||
本包中所有函数均在MATLAB命名空间下,使用前需import。使用命名空间是一个好习惯,可以有效防止命名冲突,避免编码时不必要的代码提示干扰。 | ||
|
||
+MATLAB | ||
+Containers | ||
|
@@ -21,7 +26,7 @@ | |
+SpecFun | ||
+SupportPkg 一键获取MATLAB硬件支持包 | ||
+UITools | ||
每个代码文件内部都有详细文档,可以用doc命令查看。</param.description> | ||
每个代码文件内部都有详细文档,可以用doc命令查看,此处仅列出函数签名、类公开接口和功能简介。</param.description> | ||
<param.screenshot>${PROJECT_ROOT}\图标.png</param.screenshot> | ||
<param.version>11.0.0</param.version> | ||
<param.output>${PROJECT_ROOT}\埃博拉酱 的 MATLAB 扩展 Extension.mltbx</param.output> | ||
|
@@ -59,7 +64,9 @@ packages | |
**/*.lib | ||
**/*.pdb | ||
Windows平台 | ||
**/*.sln</param.exclude.filters> | ||
**/*.sln | ||
提权操作 | ||
**/*.deps.json</param.exclude.filters> | ||
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles> | ||
<param.examples /> | ||
<param.demosxml /> | ||
|
@@ -124,7 +131,6 @@ Windows平台 | |
<file>${PROJECT_ROOT}\README.md</file> | ||
<file>${PROJECT_ROOT}\resources</file> | ||
<file>${PROJECT_ROOT}\图标.png</file> | ||
<file>${PROJECT_ROOT}\提权操作</file> | ||
<file>${PROJECT_ROOT}\示例数据</file> | ||
</fileset.rootfiles> | ||
<fileset.depfun.included /> | ||
|