-
Dr.dobb开发杂志里的源码,里面的源码可都是很经典的哦
Dr.dobb开发杂志里的源码,里面的源码可都是很经典的哦-The source codes of Dr.dobb, a magazine of development. They are very classic.
- 2022-02-14 20:44:54下载
- 积分:1
-
A print program. Support a lot of the Fonts, align type(right,left,center,fill),...
改进版的打印程序。支持多种字体、对齐方式(左、右、居中、全充满)、左缩进、右缩进,此外,用户还可以调整显示百分比、宽度或页面选项、打印当前页、全部或所选范围等等。-A print program. Support a lot of the Fonts, align type(right,left,center,fill),left indent,right indent, and zoomin/zoomout, width, paper config, print current page/all the pages/ringe of the page.
- 2022-01-28 17:23:41下载
- 积分:1
-
3D sdk练习
关于一个小物体插件的制作,源于SDK的HLP文档,2005格式...
3D sdk练习
关于一个小物体插件的制作,源于SDK的HLP文档,2005格式-3D sdk practice on a small object plug-in production, the HLP from SDK documentation, 2005 Format
- 2022-08-03 02:26:26下载
- 积分:1
-
监控进程并重启
基本原理为:1,在后台启动监控程序。2,监控程序一直对设定的进程窗口名称的进程进行监控。3,如果发现此进程窗口没有了或消失了,将自动在后台延时几十秒或设定时间后,然后启动此进程。
关键代码如下:
hWndMain=NULL;
hWndMain=::FindWindow(NULL,"录音系统平台");
if(hWndMain==NULL)
{
hWndMain=::FindWindow(NULL,"电话录音");
if(hWndMain==NULL)
{
/* memset(Buf,0,200);
sprintf(Buf, "%04d%02d%02d%02d%02d%02d: find no digitexe
",st.wYear,st.wMonth,st.wDay,st.wHour,st.wMinute,st.wSecond);
if( (log1 = fopen( "selfauto.log", "a+" )) != NULL ) //打开文件流
{
fprintf(log1,"%s
",Buf);
fclose(log1);
}*/
- 2022-11-05 05:20:02下载
- 积分:1
-
pchdd support winxp
pchdd support winxp
- 2022-07-14 07:11:55下载
- 积分:1
-
获得IE浏览历史列表
获得IE浏览历史列表-was IE history list
- 2022-02-07 21:11:07下载
- 积分:1
-
十六进制不再陌生了
十六进制不再陌生了-hexadecimal no longer a stranger
- 2022-07-21 15:15:58下载
- 积分:1
-
两台机器之间的串口通讯:是本人用vc开发的一款可以进行两台机器之间通讯的小程序...
两台机器之间的串口通讯:是本人用vc开发的一款可以进行两台机器之间通讯的小程序-between the two machines serial communication : I used vc development of the two new machines can be communication between the small program
- 2022-01-22 07:35:23下载
- 积分:1
-
Minimum tree cover DP, to solve the smallest tree
最小覆盖的树型DP,解决最小覆盖的树型DP-Minimum tree cover DP, to solve the smallest tree-covered DP
- 2022-03-02 17:18:38下载
- 积分:1
-
软件架构设计,流程架构设计,组织架构设计
软件架构设计,流程架构设计,组织架构设计-Software architecture design, architecture design flow, organization structure design
- 2023-03-27 05:40:02下载
- 积分:1