Location:
Search - onlyone
Search list
Description: 巧妙实现windows程序的重复允许限制,使每个实例只能允许一次。-cleverly achieved windows of repeat procedures allow restrictions, each allowing only one example.
Platform: |
Size: 28531 |
Author: 刘刘 |
Hits:
Description: 巧妙实现windows程序的重复允许限制,使每个实例只能允许一次。-cleverly achieved windows of repeat procedures allow restrictions, each allowing only one example.
Platform: |
Size: 28672 |
Author: 刘刘 |
Hits:
Description: 智能优化算法的一个作业,普通数独的实现,用C语言做得,但是初盘需要从程序给定-Sudoku
Platform: |
Size: 4096 |
Author: zmx |
Hits:
Description: Only one instance for Delphi
Platform: |
Size: 6144 |
Author: hugo |
Hits:
Description: 实现只运行一个窗口的程序,用了互斥的啊-createmutex ~~~~~~~~~~~~
Platform: |
Size: 251904 |
Author: ywj7891 |
Hits:
Description: mfc 基于对话框程序,只能打开一个程序-
BOOL COnlyOneInstApp::InitInstance()
{
if (!FirstInstance())
return FALSE //已经有实例存在了,退出
//根据主窗口类名和主窗口名判断是否已经有实例存在了
if (pWndPrev = CWnd::FindWindow(_T("#32770"),"OnlyOne"))
{//如果存在就将其激活,并显示出来
pWndChild = pWndPrev->GetLastActivePopup()
//如果是最小化的就还原窗口
if (pWndPrev->IsIconic())
pWndPrev->ShowWindow(SW_RESTORE)
pWndChild->SetForegroundWindow()
return FALSE
}
Platform: |
Size: 20480 |
Author: 韩宾 |
Hits:
Description: Delphi唯一窗体实例Demo,可控制应用程序只开启一个实例-Delphi only form instance Demo, can control application open only one instance
Platform: |
Size: 159744 |
Author: |
Hits:
Description: 本程序是与CY7C68013A从模式固件程序配套的上位机程序,可以用于读写usb设备上的数据。-This program is supporting the PC program with CY7C68013A mode firmware, can be used to read and write data on usb device.
Platform: |
Size: 5493760 |
Author: 何世辉 |
Hits:
Description: 用PB写的一个解数独的算法,录入数独题型即可快速得到答案(A Sudoku algorithm written in PB)
Platform: |
Size: 39936 |
Author: changeliu |
Hits: