-
dct域内视频的下采样源程序,分辨率从1080×1920下采为480*640
dct域内视频的下采样源程序,分辨率从1080×1920下采为480*640-the original program file of video sub-sampling in DCT domain,the precision is 480*640 under 1080x1920
- 2022-03-21 04:10:37下载
- 积分:1
-
目录里是《设计模式简单代码》的全部工程,里面对应于每个模式都是有一个对应的可编译工程的。...
目录里是《设计模式简单代码》的全部工程,里面对应于每个模式都是有一个对应的可编译工程的。-Directory is
- 2022-02-02 12:55:32下载
- 积分:1
-
C++读取csv
C++读取csv数据并显示出来,同时将数据转换成double型
- 2022-08-25 00:53:09下载
- 积分:1
-
一个简单的局域网聊天程序,采用SOCKET编程
一个简单的局域网聊天程序,采用SOCKET编程-a simple LAN chat program using Socket Programming
- 2022-06-15 10:01:51下载
- 积分:1
-
数控系统的非实时插补算法
资源描述数控系统的非实时插补算法,包含数控系统的粗插补、动态链接库以及刀具运动组件等,同时设计了用户实时调试界面,兼容数控加工的通用G代码指令,实现数控系统的运动控制
- 2022-01-24 14:17:49下载
- 积分:1
-
获取网络流量、网卡接口消息、物理磁盘读写带宽信息
获取网络流量、网卡接口消息、物理磁盘读写带宽信息-Access to network traffic, interface card information, physical disk bandwidth to read and write information
- 2022-03-12 19:31:04下载
- 积分:1
-
Windows下的高精度计时和高频事件的产生 在开发 Windows 下的应用程序时,经常需要用的计时,尤其在一些对时间要求比较高的程序中,计时的精确性是很重要...
Windows下的高精度计时和高频事件的产生 在开发 Windows 下的应用程序时,经常需要用的计时,尤其在一些对时间要求比较高的程序中,计时的精确性是很重要的,本文介绍了两种精确计时的方法,计时的精度可以达到ms级,而且可以认为它是精确的,可以在大多数情况下作为时间的基准。-under Windows precision timing and the selection of high-frequency events in the development of Windows applications, we often need to use the time, especially in some of the high demand on time the procedure, the accuracy of time is very important, this paper introduces two methods of precision timing, timing accuracy can be achieved ms level, but also that it is accurate, in most cases, as time benchmarks.
- 2022-02-16 10:03:00下载
- 积分:1
-
两人对弈的五子棋游戏。能判断两个的胜负。用鼠标控制。界面友好。...
两人对弈的五子棋游戏。能判断两个的胜负。用鼠标控制。界面友好。-331 games. Two of the ability to determine the outcome. Using mouse control. Friendly interface.
- 2023-05-08 07:35:03下载
- 积分:1
-
the procedures provided by the ROCKY! This is a start to help you remove the fil...
本程序由ROCKY提供!这是一个帮你清除开始菜单文档的历史记录、TEMP文件夹及Cookies的小程序。只对2000的系统有效!-the procedures provided by the ROCKY! This is a start to help you remove the file menu historical record, TEMP folder and Cookies small procedures. Only 2,000 pairs of the system effective!
- 2022-02-21 12:31:18下载
- 积分: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