-
用VC++实现集合的并 交 差和运算是双链表形式的
用VC++实现集合的并 交 差和运算是双链表形式的-With VC++ Achieve a collection and call it a day and the operation is double-chain forms of
- 2022-01-27 11:40:54下载
- 积分:1
-
样本股票开始
应用背景这是一种很好的应用,适合初学者学习,你可以从这个应用中学习很多东西。关键技术本程序采用C # Windows窗体应用程序,对于初学者的学生项目
- 2022-11-01 15:10:03下载
- 积分:1
-
删除同一目录下的所有文件,目录,子目录及下
的所有文件
删除同一目录下的所有文件,目录,子目录及下
的所有文件-same directory delete all the files, directories, subdirectories and all documents under the
- 2023-01-25 14:05:04下载
- 积分:1
-
一个简单的输入表察看程序,适合新手学习入门用。
一个简单的输入表察看程序,适合新手学习入门用。-A simple input form viewer program, suitable for novice learning portal to use.
- 2023-02-09 14:15:04下载
- 积分:1
-
Win32中的两种线程
Win32中的两种线程--GUI线程与工作线程-two of the Win32 threads-- GUI thread with thread
- 2022-01-28 08:01:35下载
- 积分:1
-
This test_tonegen example application consists of both DSP and VM software to im...
This test_tonegen example application consists of both DSP and VM software to implement a tone generator using the Kalimba DSP. The tones are controlled by AT-commands sent by an off-chip host.
Note: No Bluetooth functionality is required or invoked in this example.
A terminal emulator application e.g. Windows HyperTerminal can be used to send AT commands and receive the responses from the VM application running on the BlueCore. -This test_tonegen example application consists of both DSP and VM software to implement a tone generator using the Kalimba DSP. The tones are controlled by AT-commands sent by an off-chip host.
Note: No Bluetooth functionality is required or invoked in this example.
A terminal emulator application e.g. Windows HyperTerminal can be used to send AT commands and receive the responses from the VM application running on the BlueCore.
- 2022-02-01 04:09:40下载
- 积分:1
-
谢教授进行优化建模与LINGO LINDO软件/一嘘…
谢金星教授《优化建模与Lingo/Lindo软件》一书的ppt和Lingo程序-Professor Xie Jinxing Optimization Modeling with Lingo/Lindo software of a book and Lingo procedures ppt
- 2022-08-19 23:47:07下载
- 积分:1
-
直接从硬盘读文件的例子,很好用的,可以实现类似pwdump功能的东西...
直接从硬盘读文件的例子,很好用的,可以实现类似pwdump功能的东西-Read document directly from the hard drive example of good use, you can achieve similar functionality pwdump things! !
- 2022-07-04 02:06:05下载
- 积分:1
-
定期储蓄管理软件,可存款,取款,挂失,取消挂失,信息输出等功能...
定期储蓄管理软件,可存款,取款,挂失,取消挂失,信息输出等功能-Regular savings management software, may be deposits, withdrawals, report the loss, cancellation of report of loss, the information output functions
- 2022-06-18 08:44:27下载
- 积分: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