搜索资源列表
Pu_zzle321
- 拼图游戏 用方向键移动图像块,空格键可以启动,暂停游戏。-puzzles and direction keys used mobile block, the space bar can be activated to suspend the game.
ListViewApiRu
- 这个可是很爽的一个VB类,对ListView API进行了完全的封装,读这个原代码可以熟悉ListView的方方面面,里面有个技术很爽,就是subclass的特殊实现方法,完全就象Window SDK编程,真的很爽,里面用了VB指针技术,感觉是那么的自由,其实VB也没有什么不可以,唯一的缺点就是不好调试(强行点VB的强行中止按钮,VB集成开发环境会崩溃,主要是以为是解释执行了,..还是VC好)-the VB one very interesting category of ListView AP
ctrlsql
- 这是一个用VC写的程序,用来控制启动,停止,暂停SQL数据库服务器的,可以试试。-This is a VC written procedures, used to control start, stop, suspend SQL database server, you can try.
jioushu
- 这是一个用VC写的程序,用来控制启动,停止,暂停SQL数据库服务器的,可以试试。-This is a VC written procedures, used to control start, stop, suspend SQL database server, you can try.
stopProcesss
- 中止当前进程和设置等待鼠标,读txt文件 ,存在文本文件中,直接vc可以使用-suspend the current process and the setting up of waiting for the click of the mouse, read txt documents, text files exist, can be used directly vc
TerminateProcess
- program TerminateProcess {$APPTYPE CONSOLE} uses SysUtils, Windows var ProcessHwnd, WindowHwnd: THandle ProcessID: DWORD begin //得到记事本的主窗口句柄 WindowHwnd := FindWindow( Notepad , nil) if not isWindow(WindowHwnd) then ExitProcess(0) //得到记事本的进程标识 GetWind
IBMDict
- 四. 主要功能 === 屏幕取词: - 翻译屏幕上鼠标所指的英文单词、成语或短语,并实现中文取词翻译。 - 翻译屏幕上鼠标所指的英文句子,并可随时切换按词翻译和按句翻译这两种不同的 方式。 - 用户可以随时暂停或恢复屏幕取词功能。 - 通过热键进行屏幕取词,确保仅在需要时才弹出浮动翻译窗口,显示词意。 - 设置取词速度,调整浮动翻译窗口的响应时间。 - 可以选用或取消即指即译同步发音的功能。选择男、女发音和合适的语速。 - 在浮动翻译窗口中提供联机的智能匹配功能。 词典查询: - 翻译用户输入
power_main.c
- android power manager, remove suspend part
DockPanel Suite 2.5.0
- DockPanel Suite 2.5.0 Release Notes 1. Fix Bug [2149926]: Can't resize document marked as HideOnClose when one of a set of side by side documents is closed (patch 3118287 from Agiel). 2. Fix Bug [2792816]: Changing the DockBackColor at design time do
MyThreadPool.rar
- 使用 STL 做的windows 下的线程池,半同步/半异步模型,当线程没有使用时被suspend。,STL use under windows to do the thread pool, semi-synchronous/semi-asynchronous model, when the thread was not using suspend.
Bank.rar
- 此为银行排队系统 银行营业厅配置 --营业窗口设3~8个,可以灵活设置 ;两类客户:一类是普通客户,一类是VIP客户 (需要提供VIP身份号进行身份验证);设定1~2个窗口优先办理VIP客户服务。只要有VIP客户在等待,这些窗口都要优先办理VIP客户业务。只在当前没有VIP客户服务申请的情况下,这些窗口转去办理普通客户业务。 营业窗口在办完一项业务后,可以暂停办理,停止叫号,休息一段时间,然后恢复办理。但原则上所有窗口不会同时休息。 当所有服务号码都被处理完毕,才允许发出“下班”指令,关
digitalPhotoFrame.rar
- 本人写的qt的数码相框,绝对原创。可以导入一个目录./debug/pic下的所有图片,可以播放暂停、等比例放缩填充满(自适应)相框,放缩5个级别,I wrote qt digital photo frame, an absolute original. Can import a directory./Debug/pic of all the pictures, you can suspend the player, such as filling a zoom ratio (adaptive)
CountdownTimer_src
- 用delphi实现的倒计时软件,支持全屏显示,可自定义倒计时长,支持快捷键 Ctrl+F1全屏 ESC退出全屏 F2重置 F3暂停/继续 F5开始。 本文件是程序的源代码delphi7-Countdown with delphi software implementation, support full screen, customizable countdown length, support full screen shortcut key Ctrl+ F1 F2 ESC to exit f
MFC_Thread
- 使用MFC进行线程编程的例子,本工程包含三个线程,演示了线程的创建、挂起和唤醒过程。-Thread programming with MFC for example, the project consists of three threads, demonstrates thread creation, suspend and resume the process.
picSwitch.rar
- 图片展示的容器 控制条功能: 1. 暂停或开始 自动播放 2. 点击切换 3. 控制条移动 Jquery,Picture display control bar containers feature: 1. Suspend or 2 to start playback automatically. Click the switch 3. Control mobile jQuery Article
ProcessManager
- 进程管理,用于创建新进程,查看当前进程,结束,挂起,激活进程。-Process management, to create a new process, view current processes, end, suspend, activate the process.
recorder
- 声控录音机源代码,有声音自己录音,无声自动暂停-声控录音machine source code, there is the voice of their own recording, silent auto-suspend
vcthreads
- VC 多线程操作实例源代码 如何安全终止线程 如何创建UI线程 如何创建Worker线程 如何等待线程结束 如何挂起和恢复线程 如何获得线程的退出码 如何使用互斥量 如何使用临界区 如何使用事件 如何使用信号量 有此实例代码,多线程无忧!-VC multi-threaded operating source code examples how to safely terminate a thr
mfc_programming_thread_suspend_and_resume_operatio
- mfc编程线程挂起和恢复的操作源码mfc programming thread suspend and resume operation of source -mfc programming thread suspend and resume the operation of source mfc programming thread suspend and resume operation of source
suspend
- 如何挂起和恢复线程,对线程感兴趣的可以参考下。很不错的demo-How to suspend and resume threads, the thread of interest can refer to. Very nice demo
