-
在VB里建立EXCEL,很不错的,是值得大家学习的好代码.
在VB里建立EXCEL,很不错的,是值得大家学习的好代码.-In VB to set up EXCEL, very good, everyone is worth a good code to learn.
- 2022-01-25 23:15:06下载
- 积分:1
-
C#程序,字符串处理程序,能实现选择,倒序,分离和退出的功能。...
C#程序,字符串处理程序,能实现选择,倒序,分离和退出的功能。-C# programs, string processing, to achieve choice, reverse, separation and exit functions.
- 2023-05-24 04:20:04下载
- 积分:1
-
The files in this directory are the source code for all examples in D.R. Musser,
The files in this directory are the source code for all examples in D.R. Musser, G.J. Derge, and Atul Saini, STL Tutorial and Reference Guide, Second Edition: C++ Programming with the Standard Template Library (Boston, MA: Addison-Wesley, 2001).-The files in this directory are the source code for all examples in D.R. Musser, G.J. Derge, and Atul Saini, STL Tutorial and Reference Guide, Second Edition: C++ Programming with the Standard Template Library (Boston, MA: Addison-Wesley, 2001).
- 2022-03-03 20:32:39下载
- 积分: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
-
one very handy MP3 segmentation tool, but also can be used to change the bit rat...
一款非常好用的MP3分割工具,同时还可以用它改变MP3的比特率,-one very handy MP3 segmentation tool, but also can be used to change the bit rate MP3,
- 2022-07-25 20:28:58下载
- 积分:1
-
实现苹果iTunes播放器的CoverFlow效果,使用WPF。
实现苹果iTunes播放器的CoverFlow效果,使用WPF。-Apple" s iTunes player to achieve the CoverFlow effect, the use of WPF.
- 2023-04-11 22:20:04下载
- 积分:1
-
用VB 实现MP3播放器的控件,效果不错
用VB 实现MP3播放器的控件,效果不错-MP3 player with VB controls to achieve good results ~ ~
- 2022-06-28 07:31:38下载
- 积分:1
-
binary a 256 colors bitmap 显示并拉伸256灰度图的程序。
binary a 256 colors bitmap 显示并拉伸256灰度图的程序。-binary a 256 colors bitmap stretching 256 grayscale display and procedures.
- 2023-02-21 04:35:03下载
- 积分:1
-
一个非常经经典的WINDOWS下开发的书籍,欢迎大家来下载使用
一个非常经经典的WINDOWS下开发的书籍,欢迎大家来下载使用-a very good windows C develop book
- 2022-07-21 11:51:27下载
- 积分:1
-
This is a windows process of signal acquisition, upload them, I hope all of you...
这是一个windows下的信号采集程序,上传上去,希望对大家有所帮助-This is a windows process of signal acquisition, upload them, I hope all of you to help
- 2022-03-24 14:51:46下载
- 积分:1