-
think python,第二版 Think Python, 2nd Edition
说明: 经典书籍,think python,第二版。(think python, second edition. written by Allen B. Downey.)
- 2020-06-23 00:20:02下载
- 积分:1
-
JavaApplication10
example of recursive algorithm
- 2019-06-30 01:28:01下载
- 积分: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
-
Selection criterion for matching
Selection criterion for matching area in gravity aided navigation
- 2018-12-26 12:21:55下载
- 积分:1
-
apb_uart_sv-pulpinov1
SystemVerilog 写的APB总线接口的uart 代码,带testbench.(Uart code of APB bus interface written by SystemVerilog, with testbench.)
- 2018-04-17 14:44:15下载
- 积分:1
-
很经典的游戏,完全重新开发,很适合工作很忙的人来玩,老少皆移,而且游戏有很强的逻辑性!...
很经典的游戏,完全重新开发,很适合工作很忙的人来玩,老少皆移,而且游戏有很强的逻辑性!-classic games, the complete re-development, the work is very suitable for busy people to play, young and old were moved, but the game has a strong logic!
- 2022-04-25 14:20:14下载
- 积分:1
-
经典CSS教程
CSS(Cascading Style Sheet,层叠样式表)技术是一种格式化网页的标准方式,它是HTML功能的扩展,使网页设计者能够以更有效的方式设计出更具表现力的网页效果。(CSS (Cascading Style Sheet, cascading stylesheet) technology is a standard way to format webpages. It is an extension of HTML function, enabling webpage designers to design more expressive webpage effects in a more effective way.)
- 2018-02-02 08:57:05下载
- 积分:1
-
c code for fig08
图08的c代码
- 2022-03-24 17:09:05下载
- 积分:1
-
VB6.0公司人事信息管理系统完整源码
VB6.0公司人事信息管理系统完整源码,功能模块:系统登录及帐号修改;基本信息维护、员工考勤管理、工作评价管理、工资管理等,每个模块中有很多子功能,可满足一般性公司、企业的人事管理,数据库为了移植方便,采用了Access,你可修改升级为SQLSERVER。
- 2022-03-13 04:30:04下载
- 积分:1
-
混合遗传蚁群HGIACA
智能优化方法--混合遗传蚁群算法,结合了蚁群算法和遗传算法(Intelligent optimization method, hybrid genetic ant colony algorithm, combines ant colony algorithm and genetic algorithm.)
- 2018-04-27 22:13:26下载
- 积分:1