搜索资源列表
如何使自己的程序自动更新(在线更新)
- 由于程序的需要,我需要做一个使程序自动更新的小程序,找了找网上,介绍的都不够详细,这里我给出一个完整的自动更新的程序! 此程序为外部升级程序(需要主程序的调用),具体代码这里就不罗列了,还是自己看源代码吧.此程序主要的思路是通过读取服务器文件获得升级版本及升级地址,有新版本则下载 如果想做成内部升级程序(在主程序内部自动检测及自动升级),只需要在主程序启动时相关的代码即可,大家不仿试试,主要的思路与这个是差不多的,不同之处是怎么处理主程序的自动关闭与启动问题. -procedur
DLL_use
- 介绍如何在DLL中进行函数的定义,如何使用外部程序调用DLL中定义的函数。-how the DLL function for the definition, the use of external program called defined in the DLL function.
server
- 本例包括一个 将外部程序注册为Windows服务的程序 以及一个可以被注册为Windows服务的程序。 它们揭示了注册一个Window服务的基本步骤。
API_Function
- VB源码 使用调用外部程序函数实现API函数高级功能。
本实验要实现一个简单的命令解释器
- 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征: 能够执行外部程序命令,命令可以带参数。 . 。 能够执行fg、bg、cd、history、exit等内部命令。 使用管道和输入输出重定向。 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状
tiao
- 调用系统中的外部程序,通过该功能可以调用注册便-记事本=画图等-Call the system of external procedures, the adoption of the function can call the registration will be- = drawing such as Notepad
BF
- 使用delphi函数获取执行外部程序文本框内的值-Delphi function to get the implementation of the use of external program the value of text box
src
- linux环境下的shell模拟程序,程序起名为ysh其特征为:能执行外部程序命令,命令可以带参数。能执行fg,bg,cd,history,exit等内部命令,使用管道和输入输出重定向-shell under linux environment simulation program, the program named ysh characterized by: external procedures to carry out orders, the order parameter can ta
20081518740354
- 目录 1 引言..... 1 1.1 编写目的............... 1 1.2 范围.... 1 1.3 定义.... 1 1.4 参考资料............... 1 2 总体设计................. 1 2.1 需求规定............... 1 2.2 运行环境............... 2 2.3 基本设计概念和处理流程...... 2 2.4 结构.... 2 2.5 功能需求与程序的关系.....
hello
- 该程序利用linux qt4.5.0 实现了一个程序调用外部程序的功能,并有英语翻译成汉语的源程序,绝对可用!-It uses linux qt4.5.0 implements a program called external procedure functions, and have English translated into Chinese source, absolutely free!
diaoyongchengxu-
- 调用外部程序,并等待其结束的例子,可用于需要排队打开的程序,比较使用。-Calling an external program and wait for the end of the case, can be used to wait in line to open the program, more use.
Linux-shell-V1.0-LZN
- Linux下Shell命令解释器,一、 实现功能: 要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行;
shell
- 基于Linux的shell,包含文件浏览等内部程序,以及执行外部程序,代码简单,适合学习-Linux-based shell that contains the file browser and other internal procedures, as well as the execution of external programs, the code is simple, suitable for learning
CdbiObject
- MATLAB与外部程序接口编程技术以及实现-MATLAB and external program interface programming techniques as well as to achieve
QProcess
- 类QProcess主要用于启动外部程序并与之通信!-The application of class QProcess!
td5
- Linux编程 exec 在程序中执行外部程序 编写守护程序-Linux programming exec In the program to execute an external program Daemon
pgmpgm
- VC++在应用程序中启动其他程序,从自身窗口中通过点击按钮来调用外部程序,很简单的实例,希望VC++初学者下载后认真学习一下这个VC源代码。-VC++ application to launch another program from its own window by clicking on the button to call an external program, a very simple example, VC++ beginners to download to serious
Shell
- 一个linux命令解释器,包括完整的工程源码加设计文档。 本程序用C实现,实现了以下功能: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行; 5、 使用Make工具建立工程; 6、 使用调试器gdb来调试程序;-
VB_execute_out_exefile
- VB 打开并执行外部程序,然后等待程序关闭,关闭后会自动提醒程序已经关闭。-VB execute out exe file, then wait it closed. When the exe closed, you will recieve a message.
pgmpgm
- VC++在应用程序中启动其他程序,从自身窗口中通过点击按钮来调用外部程序,很简单的实例,希望VC++初学者下载后认真学习一下这个VC源代码。 -VC++ application, start other programs its own window to call an external program by clicking on the button, very simple example, VC++ beginners earnestly hope that