-
小明买书的问题c算法 小明买书的问题c算法
小明买书的问题c算法 小明买书的问题c算法-Xiao-ming problem books books c algorithm problem Siu Ming Siu Ming books c algorithm for the problem c algorithm for
- 2022-07-23 21:36:38下载
- 积分:1
-
js无限级树形菜单代码三种风格
一个js树控菜单 展开的树形菜单,js无限级树形菜单代码三种风格,看一下效果图便明白每一款风格的样式,觉得都是挺漂亮的,其实这是一款树菜菜单插件,名字叫做:"CNL Tree Menu",无限级树形,具有以下特点:浏览器兼容好,支持:IE5.0+, FF1.06+, Opera8.5+ ……
HTML,CSS,JavaScript代码相互分离(即数据,风格,脚本三者分离),可应用于多种场合,易于维护修改;更换树形图标,只需要修改CSS文件.
通过W3C校验(XHtml1-Strict,CSS1.0).
- 2023-01-12 18:55: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
-
cisco3550configuration
cisco3550配置手册,三层交换机的经典书籍(cisco3550 manual configuration, the three-tier switch classic books)
- 2007-11-30 23:16:30下载
- 积分:1
-
用VB实现windows关机
用VB实现windows关机
用VB实现windows关机
用VB实现windows关机-windows with VB with VB shutdown windows shutdown
- 2022-08-18 18:48:17下载
- 积分:1
-
无信息变量消除
一段用于光谱分析波段选择的无信息变量消除算法matlab代码。(A band for spectral analysis of information-free variable elimination algorithm matlab code)
- 2021-04-06 15:49:02下载
- 积分:1
-
中国科学院研究生院,一个非常受欢迎的课程(C++程序…
中科院研究生院非常火爆的一门课程(C++程序设计)课件,由杨力祥老师主讲。-Chinese Academy of Sciences, Graduate School a very popular course (C++ Program design) courseware by teachers Speaker Xiang Yang Li.
- 2022-02-05 18:12:28下载
- 积分:1
-
GridDoubleHeader
VFP开发用Grid多表头,封装成类,测试没有问题,可再次开发(VFP developers using Grid multiple headers, packaged into a class)
- 2013-07-17 10:02:10下载
- 积分:1
-
情感分析用词语集·知网hownet词典
该软件可以实现微博分析、聊天分析、全网分析、网站分析、浏览分析、分词、词频统计、英文词频统计、流量分析、聚类分析等一系列文本分析(The software can realize micro-blog analysis, chat analysis, whole network analysis, website analysis, browse analysis, word segmentation, word frequency statistics, English word frequency statistics, traffic analysis, clustering analysis and a series of text analysis.)
- 2020-10-29 22:49:58下载
- 积分:1
-
vue
说明: 自己利用空余时间学习Vue框架,希望以后成为一名出色的前端工程师(I use my spare time to learn Vue framework and hope to become an excellent front-end Engineer in the future)
- 2020-12-12 11:49:16下载
- 积分:1