-
从网上找到的有关vc控制word的部分源代码,大家可以互相交流的...
从网上找到的有关vc控制word的部分源代码,大家可以互相交流的-From the Internet to find the relevant part of vc control word source code, we can exchange the
- 2022-01-26 07:31:38下载
- 积分:1
-
This is the management system of natural gas source to achieve an on
这是天然气管理系统的源程序,实现对现场温度、压强、流量的监控。-This is the management system of natural gas source to achieve an on-site temperature, pressure, flow control.
- 2022-03-05 10:52:30下载
- 积分:1
-
这是个好东东 Fireworks精彩实用插件集
这是个好东东 Fireworks精彩实用插件集-This a good practical Wanton wonderful plug-Fireworks Set
- 2022-08-02 17:13:09下载
- 积分:1
-
链表实现库存管理,可以进行商品的添加,删除等功能,还有日志文件管理...
链表实现库存管理,可以进行商品的添加,删除等功能,还有日志文件管理-the list is manage stock file
- 2022-02-01 06:34:18下载
- 积分:1
-
一个课程设计,数据结构的, 1)设计题目 2)设计目的 3)设计内容 4)程序流程图 5)源程序 6)软件测试报告(包括所用到的数据及结果)...
一个课程设计,数据结构的, 1)设计题目 2)设计目的 3)设计内容 4)程序流程图 5)源程序 6)软件测试报告(包括所用到的数据及结果)-a curriculum design, data structure, 1) a design 2), designed to 3) design element 4) Flow chart 5) source 6) software test reports (including use of the data and results)
- 2022-01-31 23:28:16下载
- 积分:1
-
直接硬盘读文件,可用于读系统sam文件,很好使
直接硬盘读文件,可用于读系统sam文件,很好使-Read the file directly to the hard disk can be used to read the file system sam
- 2023-07-26 12:30:03下载
- 积分: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
-
按键串口控制电机转速加测速STM32
通过按键控制直流电机的加减速同时通过串口显示当前速度,亦可用串口发送指令来控制电机转速,带有测速显示,使用STM32单片机控制。
- 2022-11-03 17:30:03下载
- 积分:1
-
显示软件的阿什维尼雷达
typedef 结构 _Timestamp
{
无符号短时间 ;
无符号短分钟 ;
无符号短秒 ;
无符号的短毫秒为单位) ;
} S_Timestamp ;
typedef 结构 _PrimaryReports
{
无符号短 messageHeader ;//33031
无符号短 rangeSpread ;
无符号短 azimuthSpread ;
无符号短 filterNumber ;
浮动范围 ;
浮法方位 ;
浮法高程 ;
浮法 multipleElevation [3] ;
浮法强度 ;
} S_PrimaryReport ;
typedef 结构 _PrimaryReportsPerCpi
{
无符号短 messageHeader ;/ / 34952
无符号短 numberOfReports ;
无符号短 cpiNumber ;
无符号的短保留 ;
//float 纬度 ;
//float 经度 ;
S_Timestamp 时间戳 ;
S_PrimaryReport primaryReports [MAX_PRIMARY_REPORTS_PER_CPI] ;
} S_PrimaryReportsPerCpi ;
DetectionDataInterface.MultiCastInit("225.0.0.1",44902) ;
- 2023-05-06 06:10:02下载
- 积分:1
-
Plane on a given n points, find one of a pair of points, making the composition...
给定平面上的n个点,找其中的一对点,使得在n个点组成的所有点对中,该点对间的距离最小。-Plane on a given n points, find one of a pair of points, making the composition of the n points of all points, the distance between points on the smallest.
- 2022-05-08 20:36:35下载
- 积分:1