-
hard disk read and write simple procedures, able to test disk transfer rate, in...
简单的读写硬盘程序,能实现测试硬盘传输速率,实际中已得到验证-hard disk read and write simple procedures, able to test disk transfer rate, in reality has been demonstrated
- 2022-01-26 03:14:01下载
- 积分:1
-
方程根的数值实验,用牛顿迭代法,找到了…
方程求根的数值试验,利用Newton迭代法,求所给出的方程的跟。-Equation Roots of numerical experiments, using Newton iteration method, find the equation with the given.
- 2022-01-25 23:17:53下载
- 积分:1
-
x264的源代码,附赠程序阅读说明
主要是X264的源代码,是经过了优化的源代码,运行平台是windows,除此之外,还有主函数的阅读说明等。可以给初学者学习学习。主要是X264的源代码,是经过了优化的源代码,运行平台是windows,除此之外,还有主函数的阅读说明等。可以给初学者学习学习。
- 2022-12-17 05:15:04下载
- 积分: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
-
描述指针函数的应用,相当与c#中的委托的应用,是c中学习的一个难点。...
描述指针函数的应用,相当与c#中的委托的应用,是c中学习的一个难点。-point function
- 2022-01-25 23:26:19下载
- 积分:1
-
Shape
Shape-Changing Progress Control
- 2022-03-06 14:44:50下载
- 积分:1
-
谭浩强C语言word版,编程技术的最基础资料
谭浩强C语言word版,编程技术的最基础资料-TAN Hao-Qiang C-word version, programming technology the most basic information
- 2022-04-24 06:56:50下载
- 积分:1
-
little wai gua
用c#做的little外挂,采用vs2005制作
- 2022-03-20 10:08:13下载
- 积分:1
-
card sales system worthy of study!
卡销售系统值得研究一下!! !!
-card sales system worthy of study!
- 2022-05-30 17:29:23下载
- 积分:1
-
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形...
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?采用分治递归-Parts mutilation given width W of a rectangular plate, rectangular plate of height restrictions. Is the need to cut out from the board, respectively, n-height hi, a width of the rectangular parts wi. Parts of the rules of cutting height direction and the direction of rectangular plates with a high degree of consistency. Asked how to make the use of cutting rectangular plate height h the smallest? Recursive use of sub-rule
- 2023-04-23 19:05:03下载
- 积分:1