搜索资源列表
程序闪屏效果
- 运用c++builder实现闪屏效果,即程序开始之前那个等待界面-use c builder achieve blinking screen effects, that is, before the start of that process for interface
DelayLoad_source
- The code snippet shown in this article is used to delay load a DLL, i.e., DLL is implicitly linked but not actually loaded until your code attempts to reference a symbol contained within the DLL. If your application uses several DLLs, its initializat
源码统计
- 可用于对VC++、C++ Builder、Delphi、VB、C/C++、 ASM、Java等程序源码进行详细的统计,可以非常准确的 分析出程序中代码行、注释行和空白行的行数。程序会 自动根据你选择的文件类型选择相应的统计方式,并将 所有文件的分析结果进行汇总,便于方便直观的对程序 代码量进行全面的统计。本软件是绿色软件,不需要安 装,展开到任意目录,直接运行即可。-can be used to VC, C Builder, Delphi, VB, C / C, ASM,
hh2
- 软件启动界面就是应用程序启动过程中首先显示的画面,可增加用户截面的友好程度-activated software application interface is the first to start the process shows a picture of the cross section can increase user friendly degree
Codes20060421
- mpst_proj.rar VC++开发的Media Player插件,能够在媒体播放完后自动关机,OnscreenKeyboard_src.zip 在屏幕上显示一个键盘图形,并能显示键盘敲击动作的程序。MatlabEng_src.zip 一个Matlab接口API,可在C++中调用该API来控制Matlab.XMineSweeper_src.zip 微软公司扫雷程序源码.MikesScreenSaver_src.zip 一个使用WinAPI编写的屏幕保护程序.WinMgr_demo.z
abbeywmi
- 本文我将向你展示一些技巧,让你可以在远程地访问网络中其他计算机的操作系统、服务、当前运行着的进程等等信息,当然前提是你必须得拥有这些计算机的管理员权限。同时我也将向你展示如何利用WMI来启动或者停止服务、终止进程、创建进程。-this paper I will show you some skills, so you can remotely access the network to other computer's operating system, services, the cu
tbspappexecbtn
- TbspRunAppBtn是一款功能增强的TSpeedbutton控件,可以通过点击TbspRunAppBtn来启动应用程序,你还可以定制OnClick事件是在启动应用程序前还是后。而且还能设置只让应用程序启动一次,当你再次点击时启动的程序将被激活到前台。-TbspRunAppBtn is a feature enhancements TSpeedbutton controls, TbspRunAppBtn can click to initiate applications, You can
makeapplicationprocess
- 如何使应用程序启动时不自动创建新文档?!!!1-how to make the application process does not start automatically create a new document? ! ! ! 1
matiaoqi
- /*游戏开始前用四个方向键调整高度和速度,按回车键开始游戏 */ /*游戏过程中回车键为暂停键,ESC键为退出键*/-/ * before the start of the game with four key adjusted for height and speed, press the Enter Key started the game * / / * process of the game Return to Zantingjian ESC key to withdraw
tttttttttttttttttt--999
- Start.exe 安装 Insert.dll 中的 WH_GETMESSAGE 钩子.在钩子回调函数中 判断当前进程ID是否先前 Start.exe 查找到的 Explorer进程ID, 是的话,则 再次LoadLibrary(Insert.dll),并定位到其中ThreadPro函数. 此时创建一个 新线程,线程函数就是ThreadPro,该新线程首先往Start.exe消息队列放置一个线 程退出消息 WM_QUIT,导致其消息循环结束. 此时插入线程完成..可以看到
进程调度
- 本程序使用VC++编译调试,用于实现进程优先数调度的模拟。主要包含三个模块:1、主界面:用于显示进程调度的过程。2、数据录入模块:用于获取进程的初始值,其中有三种获取方式,手动输入方式、随即生成方式和从文件中读去数据的方式。当用户在主窗口中点击“开始”菜单项时即可打开数据录入对话框,用户通过这三种方式之一均可完成数据的录入。3、进程控制模块:主要实现创建新的进程,就绪队列的管理,完成队列的管理,进程的调度。-procedures for the use of the VC compiler te
ProcApp
- the driver of process ,when your start your process ,the driver will watch that
ProcDrv
- the driver of process ,when your start your process ,the driver will watch that
CProgressCtrl.rar
- 关于Process Control控件的操作。包括范围控制,是否显示完成百分比,开始颜色,结束颜色,背景颜色,文本颜色的选择。,About Process Control control operation. Including the range control to show that the percentage of completion, start color, end color, background color, text color choice.
screenpic
- VC++屏幕作图程序,和电子画笔很相似,画图时自动隐藏主程序,可以设置程序是否是在最前端显示、设置画线颜色、画笔风格、启动时自动开始、精细,还可以设置热键等-VC++ screen mapping process, and the electronic brush is very similar to drawing automatically hide the main program, you can set the program whether it is in the most fro
ddfdf
- 这里以开始定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合"单词"定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含了源程-here to start the definition of PASCAL language subset of the source
sdasdddfdf
- 这里以开始定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合"单词"定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含了源程序中的所有常数和所有-here to start the definition of PASCAL language subset of t
Single-document-start-interface
- 单文档启动界面,就是一个开机过度画面,需要加载一个控件来实现,适合初学者的界面过程美化-Single document start interface, which is a boot screen, excessive need to load a control to realize, is suitable for beginners interface process beautification
document-application-start-animation
- 此文档记录了如何在单文档中自动启动动画的具体实现过程-This document records the concrete realization of the process of how to automatically start the animation in a single document
start
- 动画启动窗口原代码,很实用的程序,可使程序启动靓丽.-process start cg source code