代码搜索:GY 开发教程
找到约 10,000 项符合「GY 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/263512/11359842
cpp linear_gy.cpp
#include
#include
#include
float matrix[100][100],x[100]; /* 记录总方程的数组,解的数组 */
int a[100]; /* 记录基础,非基础的解的情况,0:非基础,1:基础 */
int m,n,s,type; /* 方程变量,约束数,求最大最小值的类型,0:最小 1:
www.eeworm.com/read/263512/11359845
plg linear_gy.plg
Build Log
--------------------Configuration: Linear_gy - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\高阳\
www.eeworm.com/read/263512/11359847
opt linear_gy.opt
www.eeworm.com/read/158657/11593723
gif gy5.gif
www.eeworm.com/read/156897/11754299
ddp mrwx_gy.ddp
www.eeworm.com/read/156897/11754459
dcu mrwx_gy.dcu
www.eeworm.com/read/156897/11754461
~ddp mrwx_gy.~ddp
www.eeworm.com/read/156897/11754622
pas mrwx_gy.pas
unit MRWX_GY;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
jpeg, ExtCtrls, StdCtrls, Buttons,shellapi;
type
TMR_WXGY = class(TForm)
P
www.eeworm.com/read/156897/11754691
dfm mrwx_gy.dfm
object MR_WXGY: TMR_WXGY
Left = 280
Top = 163
BorderIcons = []
BorderStyle = bsSingle
Caption = #20851#20110
ClientHeight = 218
ClientWidth = 437
Color = clBtnFace
Font.Char
www.eeworm.com/read/156897/11755325
~pas mrwx_gy.~pas
unit MRWX_GY;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
jpeg, ExtCtrls, StdCtrls, Buttons,shellapi;
type
TMR_WXGY = class(TForm)
P