-
软件简介:一个导出数据到wps表格的例子。其中WPSInterInface目录下的*lib.pas文件使用delphi的工具制作。由于WPS的三个组件:文字、表...
软件简介:一个导出数据到wps表格的例子。其中WPSInterInface目录下的*lib.pas文件使用delphi的工具制作。由于WPS的三个组件:文字、表格、演示有些接口的名称是一致的,这样在delphi的同一个单元中使用将比较麻烦,所以我写了uWPSTypeDef.pas文件来转换类名。-software description : a derived data to wps forms example. Which WPSInterInface* Contents of the document uses delphi lib.pas tool production. Because WPS three components : text, spreadsheet, and presentation of names of some interfaces are identical, so in the same delphi use of a unit to a more trouble, so I wrote a paper uWPSTypeDef.pas to change class name.
- 2022-02-05 02:20:06下载
- 积分:1
-
进程优先权和进程地址空间的设置与文件读写的关系的程序
进程优先权和进程地址空间的设置与文件读写的关系的程序-process priority and the process address space settings and documents on the relationship between reading and writing procedures
- 2023-03-27 02:10:04下载
- 积分:1
-
from the window to get the file handle (6KB)
从窗口句柄中得到文件名(6KB)-from the window to get the file handle (6KB)
- 2022-05-08 09:55:58下载
- 积分:1
-
VC++ through OnGetNetworkCardType () Function Access Card Model.
VC++通过OnGetNetworkCardType()函数实现获取网卡型号。-VC++ through OnGetNetworkCardType () Function Access Card Model.
- 2022-06-01 00:07:30下载
- 积分:1
-
一个拓扑排序的算法
一个拓扑排序的算法-a topological sorting algorithm
- 2022-02-12 19:12:41下载
- 积分:1
-
获取word每页缩略图
private void ConvertToImage(string wordInputPath, int resolution)
{
try
{
Aspose.Words.Document doc = new Aspose.Words.Document(wordInputPath);
if (doc == null)
{
return;
}
- 2022-07-13 14:38:36下载
- 积分:1
-
了解行政长官平台的外壳行为
Understanding the Shell Behavior for the CE Platforms
- 2022-01-25 18:40:19下载
- 积分:1
-
这是一个用vc开发的计算器程序,包括完整源程序和相关文档!...
这是一个用vc开发的计算器程序,包括完整源程序和相关文档!-This is a development with the calculator vc procedures, including complete source code and related documentation!
- 2022-02-15 22:12:47下载
- 积分:1
-
Development of project management interface, etc. can be made simple and aesthet...
开发工程项目管理器界面等可做出美观的简洁的工程项目管理器,VC6.0下开发。-Development of project management interface, etc. can be made simple and aesthetically pleasing project manager, VC6.0 under development.
- 2022-02-21 00:31:58下载
- 积分:1
-
多
多元多峰函数的优化实例
第10行各变量的上下限改为[-10 10],原来为[-3 3];
第25行改为:[Y, I]=min(ObjV) 原来为[Y, I]=min(ObjVSel) 以此将染色体的个体值与shubert()函数值对应起来,原表达式不具有shubert()函数自变量和应变量的对应关系
-Multi-multi-peak function optimization examples of the first 10 lines the upper and lower limits of each variable changed to [-10 10], originally for the [-3 3] No. 25 line changed to: [Y, I] = min (ObjV) the original of [ Y, I] = min (ObjVSel) this will be the individual value of chromosome shubert () function values corresponding to the original expression does not have shubert () function from the variables and should correspond to the relationship between variables
- 2022-12-27 05:15:03下载
- 积分:1