-
VC++顶层窗口 置顶窗口源代码
VC++顶层窗口 置顶窗口源代码,显示在最顶层的窗口,当启用本功能后,所有打开的窗口都要置于本窗口的下层,也就是本窗口始终不会被遮挡。目前已经有不少的软件,使用有这种效果,类似视频播放器程序在播放视频时,总是将播放窗口显示在最前端。
- 2022-02-25 18:57:48下载
- 积分:1
-
Ballend_Cuttingforce
针对钛合金材料和硬质合金刀具,实现球头刀切削力的计算(To calculate the cutting force of ballend cutter when cutting the Ti material with a Carbide cutter)
- 2020-10-31 16:49:55下载
- 积分:1
-
VB编写的TXT文本读取程序
VB编写的TXT文本读取程序,由此可开发成一个文本阅读程序,从外部读取TXT文件的内容,并显示在窗口中,一个VB读取文件的例子,如演示截图所示。
- 2022-11-25 04:10:03下载
- 积分:1
-
stm32_sx1278_rx_test
说明: 通信与stm32进行通信 更改宏定义可更改接受和发射(Communication with STM32 Change macro definition Changeable acceptance and transmission)
- 2020-06-22 19:00:02下载
- 积分:1
-
code of a classical statistical tools that can help you clear out your search fo...
一个经典的代码统计工具,可以帮助你清晰的查找出您的代码行数、注释行数、空格行数,希望能有所帮助!-code of a classical statistical tools that can help you clear out your search for the source line number, a few notes. a few spaces, hopes to have help!
- 2023-01-05 16:30:04下载
- 积分:1
-
Dict2
Word segmentation using dictionary.
- 2011-08-27 17:40:05下载
- 积分: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
-
HydroInfoSystem
水文管理信息系统,整理水文数据,绘制水文图(Hydrological management information system, collation of hydrological data, hydrological Figure Drawing)
- 2009-03-29 23:03:13下载
- 积分:1
-
flac
说明: 由flac3d软件进行土体三轴实验的模拟实验。(Simulated triaxial experiment.)
- 2021-04-16 00:08:54下载
- 积分:1
-
on an artificial intelligence
一个关于人工智能-神经网络的例子及其算法程序 -on an artificial intelligence-examples of neural network algorithms and procedures
- 2022-03-23 11:39:27下载
- 积分:1