-
car multithreaded parallel threads
汽车线程多线程并行-car multithreaded parallel threads
- 2022-03-13 06:18:00下载
- 积分:1
-
VC6.0 简易广告效果统计程序
VC++ 6.0实现简易的广告效果统计程序,是一个Internet点击统计器,用以统计任意网址被用户单击了多少次,由此可扩展成为一个广告点击次数的统计程序,同时使用本地IP地址进行读取,支持重建代理列表,代码地址可自定义,可设置最大连接数为8,可同时记录8个网址。运行前为避免出错,请输入计数器图片的URL地址以供调用。
- 2022-10-21 13:30:04下载
- 积分:1
-
通过一个dll创建工程和一个dll使用工程来进行非MFC DLL的创建和使用方法...
通过一个dll创建工程和一个dll使用工程来进行非MFC DLL的创建和使用方法-introduce the way to create and use a dll through the 1 project and dlltest project in the rar file
- 2022-02-06 08:55:00下载
- 积分: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
-
Symbian OS Socket任务管理器服务器源代码
可以学习一下
Symbian OS Socket任务管理器服务器源代码
可以学习一下-Symbian OS Socket Task Manager server source code can learn about
- 2023-08-26 01:35:05下载
- 积分:1
-
jtag 的pcb图,想要的朋友有福了。
jtag 的pcb图,想要的朋友有福了。-JTAG pcb the map, you want a friend blessed.
- 2022-05-29 14:14:46下载
- 积分:1
-
信号转换可以讲非方波信号转换为方波
很好用的啊可以测频率...
信号转换可以讲非方波信号转换为方波
很好用的啊可以测频率-swif
- 2022-07-14 21:13:59下载
- 积分:1
-
poj 1038 AC程序
第一次上载,不知道合适否
poj 1038 AC程序
第一次上载,不知道合适否-poj 1038 AC program to upload the first time, I do not know whether the right
- 2022-01-30 20:07:46下载
- 积分:1
-
Jbuilder实现的一个三维动画演示系统!已经通过调试演示!
Jbuilder实现的一个三维动画演示系统!已经通过调试演示!-Jbuilder achieve a 3D animation demonstration system! Has been demonstrated through testing!
- 2022-03-23 23:17:50下载
- 积分:1
-
视窗可视软盘
Windows visual floppy disk-windows visual floppy disk
- 2023-06-22 09:40:04下载
- 积分:1