-
建立一个类,可以实现画斜椭圆,里面重载多个函数,可以根据你的需要进行绘制斜椭圆!...
建立一个类,可以实现画斜椭圆,里面重载多个函数,可以根据你的需要进行绘制斜椭圆!-The establishment of a category, you can realize oblique oval painting, which more than overloaded function, according to your need for rendering oblique elliptical!
- 2022-12-28 14:40:04下载
- 积分:1
-
delphi 怎样在数据表中调整记录指针的位置
delphi 怎样在数据表中调整记录指针的位置的源码实例,源代码运行于Delphi7环境,有兴趣的可下载测试。有兴趣可参考以下核心代码:
procedure TFrmOrderBy.FormShow(Sender: TObject);
begin
ADODataSet1.Active := false;
ADODataSet1.Active := true;
end;
procedure TFrmOrderBy.BtnCloseClick(Sender: TObject);
begin
Close;
end;
procedure TFrmOrderBy.Button1Click(Sender: TObject);
var
No: Integer;
begin
No := StrToIntDef(Edit1.Text, 1);
ADODataSet1.MoveBy(No);
end;
- 2022-04-11 22:27:36下载
- 积分:1
-
源码笔记xmind格式
运动控制马琳源码笔记xmind格式,可自行下载xmind软件打开阅读(Motion Control Malin Source Notes XMIND format, you can download XMIND software to open reading)
- 2019-05-01 21:51:52下载
- 积分:1
-
操作系统实验,进程同步与互斥读者写者问题,用vc实现
操作系统实验,进程同步与互斥读者写者问题,用vc实现-experimental operating system, and coordinate the process of the readers who wrote, using vc achieve
- 2022-03-25 05:00:38下载
- 积分:1
-
在DOS程序代码
turboc code in dos
a graphics program to crease some illusory object on screen
- 2022-02-26 11:26:38下载
- 积分:1
-
华北工学院校园导游系统
华北工学院校园导游系统-NCUST campus tour guide system
- 2022-05-10 23:56:53下载
- 积分:1
-
五子棋游戏源代码,可在wince平台上运行,是一款非常好的游戏...
五子棋游戏源代码,可在wince平台上运行,是一款非常好的游戏-Renju game source code can be run on wince platform, is a very good game
- 2022-05-31 23:33:24下载
- 积分:1
-
AD7714
AD7714驱动程序,用来做称重,稳定输出(AD7714 Driver, used for weighing, stable output)
- 2019-06-26 08:48:41下载
- 积分:1
-
权重分布直方图
在异构网络垂直切换中,通过AHP+TOPSIS算法得到在四种业务类型中的权重,从而绘出的直方图(In the vertical handoff of heterogeneous networks, we get the weights in four business types by AHP+TOPSIS algorithm, and draw the histogram.)
- 2021-04-07 15:29:02下载
- 积分:1
-
inet-3.0.0-src.tgz
inet is library in omnetpp
- 2019-06-10 02:41:30下载
- 积分:1