-
创建Windows服务,
创建Windows服务,-create Windows services, Contents Paragraphs Page
- 2023-03-26 19:15:02下载
- 积分:1
-
包内的bat可以安装和反安装服务。 用到了trayicon组件。服务启动后在图标区生成两个图标,一个右键弹出,另一个双击弹出。 示范程序在安装和反安装服务都没问...
包内的bat可以安装和反安装服务。 用到了trayicon组件。服务启动后在图标区生成两个图标,一个右键弹出,另一个双击弹出。 示范程序在安装和反安装服务都没问题,设成自动启动后开机也自启动。就是关机时没处理关机消息,这部分还得补充。-the bat kits can be installed an ti-installation services. Depleted trayicon components. After commencement of the service area generated two icon icon, a pop-up right, another double-click pop-up. Model procedures in the installation and installation services-no problem, set to start automatically after the boot is also self-starting. Shutdown is not handling news shutdown, which had to add some.
- 2022-08-25 09:51:52下载
- 积分:1
-
调用res文件的范例,调用res文件的范例
调用res文件的范例,调用res文件的范例-called res document examples of the document called res model
- 2023-05-03 13:55:02下载
- 积分:1
-
VB code to operate the mouse keyboard summary ~ ~ ~ ~ hope everyone useful
VB操作鼠标键盘的代码汇总~~~~希望对大家有用-VB code to operate the mouse keyboard summary ~ ~ ~ ~ hope everyone useful
- 2022-01-25 13:58:07下载
- 积分:1
-
用c++语言编写
模拟页式存储管理
用c++语言编写
模拟页式存储管理-fifo算法-With c++ Language page storage management simulation-fifo algorithm
- 2023-07-09 08:50:02下载
- 积分:1
-
brew mediaplayer sample代码
brew mediaplayer sample代码-brew mediaplayer sample code
- 2022-02-14 20:29:13下载
- 积分:1
-
实现航空客运管理系统,结合标准2
用C++实现的 航空客运管理系统,用双向联标实现,但没实现文件保存-C to achieve air passenger management systems, in conjunction with standard two-way, but the paper did not achieve preservation
- 2022-06-02 02:19:34下载
- 积分:1
-
取硬盘序列号ActiveX控件的创建及应用. 对于一些加密需要的朋友可能有用....
取硬盘序列号ActiveX控件的创建及应用. 对于一些加密需要的朋友可能有用.-serial numbers from hard drives to establish the ActiveX control and application. Encryption needs some friends may be useful.
- 2023-08-02 21:20:04下载
- 积分:1
-
计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一...
计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0―9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix France said the value of the expression. Suffix expression also called inverse Poland expression, which is made up of formulas can be more convenient for some simple, ordinary expression to calculate the brackets on the existence of the matching problem, in the calculation of expression values are generally first converted into a suffix expression, reuse suffix calculated the value of the expression. Such as : The expression (a, b* c)/d-e suffix method used to be said for abc* d/e-. Consider only four arithmetic operations and the operation of input assumptions are a few decimal (0-9), and enter the suffix-free form expression syntax errors
- 2023-07-12 10:50:03下载
- 积分:1
-
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规...
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。
- 2022-04-21 22:27:09下载
- 积分:1