-
象棋福美双。
Chess Arasan.
by Jon Dart
Arasan is a chess program. It is copyrighted but under terms that allow free distribution, under the following conditions-Chess Arasan.
by Jon Dart
Arasan is a chess program. It is copyrighted but under terms that allow free distribution, under the following conditions
- 2022-03-24 18:34:52下载
- 积分:1
-
通过阅读数据的OPC服务器,OPC客户端通信
OPC client communication with opc server by reading data
- 2022-07-02 08:33:45下载
- 积分:1
-
code
土地折算:在vb环境下基于mo的不同等级土地折算系统的开发,(Land conversion: vb environment in different grades of land-based mo conversion system development,)
- 2010-05-28 11:24:15下载
- 积分:1
-
SQL数据库图书管理系统(完整代码)
说明: ? 实现图书信息、类别、出版社等信息的管理;
? 实现读者信息、借阅证信息的管理;
? 实现图书的借阅、续借、归还管理;
? 实现超期罚款管理、收款管理;
? 创建触发器,分别实现借书和还书时自动更新图书信息的在册数量;(Realize the management of books information, categories, publishing houses and other information;
Realize the management of reader information and borrowing card information.
To realize the management of book borrowing, renewal and return;
Achieve the management of overdue fines and receipts;
Create triggers to automatically update the number of books in the book when borrowing and returning books, respectively.)
- 2019-06-06 21:04:09下载
- 积分:1
-
VB MO
VB+MO的GIS开发代码,在MO中所有的渲染一网打尽,强烈推荐!-VB MO
- 2022-03-11 14:35:42下载
- 积分:1
-
good simulator source code!
很好的模拟器源代码!-good simulator source code!
- 2022-04-12 22:57:56下载
- 积分:1
-
星载SAR实测数据的CS算法成像结果
星载合成孔径雷达实测数据的CS算法成像程序和结果(CS Algorithms Imaging Procedure and Results of Spaceborne SAR Measured Data)
- 2020-07-06 10:48:58下载
- 积分:1
-
快捷鍵
在IntelliJ IDEA 2018.3.2 x64里面使用eclipse快捷键的全部快捷代码(the is IntelliJ IDEA 2018.3.2 x64eclipse thenk)
- 2019-05-24 14:39:58下载
- 积分: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
-
毕业设计
毕业设计--心电信号分析系统
ecg qrs波 diagnostic-Graduation Project ECG analysis system diagnostic wave ecg qrs
- 2022-11-15 20:15:03下载
- 积分:1