-
图片文件转换为二进制流文件并生成.dat文档
使用QT的QDatastream控件,将图片文件读取到二进制流中,并生成.dat或者.txt文件。
- 2023-03-21 02:55:05下载
- 积分:1
-
一个vc7工程向vc6工程转化的程序
一个vc7工程向vc6工程转化的程序--A procedure which can convert the project from VC7 to VC6
- 2022-02-12 20:13:48下载
- 积分:1
-
For the specified procedure in the creation of the desktop shortcut to any direc...
为指定程序在桌面在创建快捷方式,并可删除任一目录的快捷方式-For the specified procedure in the creation of the desktop shortcut to any directory and delete the shortcut
- 2022-09-24 19:20:03下载
- 积分:1
-
访问日历服务
访问日历服务-所带源代码,是很好的示例.-Visit the calendar service-
- 2022-05-10 16:00:16下载
- 积分:1
-
electricity stepper motor control in all directions so curve, circle and line mo...
用电键控制步进电机朝各个方向做曲线,圆和直线运动。-electricity stepper motor control in all directions so curve, circle and line movement.
- 2023-06-21 00:50:03下载
- 积分:1
-
将一个十进制数利用堆栈转换成其他进制数的小程序
将一个十进制数利用堆栈转换成其他进制数的小程序-A decimal number using stack converted to hexadecimal number of other small programs
- 2023-07-21 11:35:03下载
- 积分:1
-
基于c++语言的一个链表的实现程序,内置链表类函数.
基于c++语言的一个链表的实现程序,内置链表类函数.-Based on c++ Language procedures realize a list of built-list functions.
- 2022-07-05 00:18:21下载
- 积分: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
-
应用在工业相机环境中,解决对同时看两个物体时上灯和下灯相互干扰的问题...
应用在工业相机环境中,解决对同时看两个物体时上灯和下灯相互干扰的问题-Cameras used in industrial environments, addressing the two objects at the same time to see the lights and the next issue of mutual interference light
- 2022-08-14 14:10:05下载
- 积分:1
-
教师抽象基类及其派生的特聘教授,责任教授,教学人员,研究人员等派生类....
教师抽象基类及其派生的特聘教授,责任教授,教学人员,研究人员等派生类.-teachers abstract base class and its derived Chair Professor, Professor responsibility, teaching staff, researchers and other derived class.
- 2023-01-10 13:10:03下载
- 积分:1