-
用图形界面完成的支持向量机模式识别的实验研究…
一个完整的具有图形操作界面的支持向量机模式识别的实验系统.全部用Matlab实现,可以实现多种分类识别. 这是本人的毕业设计的附属程序-complete with a graphical interface SVM pattern recognition to the experimental system. All using Matlab ab realized, could achieve multiple classification. This is my graduation design procedures for the subsidiary
- 2023-07-15 10:50:03下载
- 积分:1
-
Delphi 设置打印纸大小
Delphi 设置打印纸张大小,手动设置打印纸的长度和宽度,自定义纸张。相关代码:
procedure TForm1.SetPaperSize(cx, cy: Integer);
var
a,b,c: array[0..255]of char;
bb: Cardinal;
ee: PDEVMODE;
begin
printer.PrinterIndex := printer.PrinterIndex;
printer.GetPrinter(a,b,c,bb);
ee:= GlobalLock(bb);
ee^.dmPaperSize := DMPAPER_USER;
ee^.dmPaperLength := cy*10;
ee^.dmPaperWidth := cx*10;
ee^.dmFields :=ee^.dmFields or DM_PAPERSIZE or
DM_PAPERWIDTH or
DM_PAPERLENGTH;
ee^.dmFields := ee^.dmFields or DMBIN_MANUAL;
ee^.dmDefaultSource :=DMBIN_MANUAL;
GlobalUnlock(bb);
printer.PrinterIndex := printer.PrinterIndex;
end;
- 2023-01-17 00:20:03下载
- 积分:1
-
mcnp-code
mcnpm模拟各种材料的代码,可以免去构建模型的烦恼(mcnpm simulation code for various materials, can avoid the trouble to build the model)
- 2011-11-02 16:40:47下载
- 积分:1
-
2.LED 按键
说明: 调节单片机小车的键盘,等一系列的功能,希望大家好用。(Adjust single-chip car keyboard, and a series of functions, I hope we use.)
- 2020-06-15 22:22:59下载
- 积分:1
-
program
基于matpower的利用粒子群算法进行配电网重构,配电网优化。(Particle swarm algorithm for power flow calculation and power flow optimization algorithm)
- 2020-12-14 15:09:14下载
- 积分:1
-
CLX Diagram
CLX Diagram
You can always use conversion functions to register a conversion unit. There are
times, however, when this requires you to create an unnecessarily large number of
functions that all do essentially the same thing.
- 2019-04-04 12:08:46下载
- 积分:1
-
83390053PID-Tuning-using-DE
differential evalution algorithm for tuning pid controller
- 2018-02-13 13:08:47下载
- 积分:1
-
PR
说明: 建立了一个准PR模块,对正弦50Hz信号的提取。(A quasi PR module is established to extract the sinusoidal 50Hz signal.)
- 2018-03-26 17:59:42下载
- 积分:1
-
GUI Layout Toolbox 2.3.4
这个工具箱提供了创建复杂的MATLAB图形用户界面的工具,可以优雅地调整大小(This toolbox provides tools to create sophisticated MATLAB graphical user interfaces that resize gracefully. The classes supplied can be used in combination to produce virtually any user interface layout.)
- 2021-03-29 13:09:10下载
- 积分:1
-
例子:联网丰大典型
PSD-BPA实例,联网丰大典型例子,包括云南和红河网架(PSD-BPA example, a typical example of networking, including the Yunnan and Honghe grids)
- 2017-12-05 20:24:03下载
- 积分:1