-
一个简单的系统,课程设计的,机场售票系统
一个简单的系统,课程设计的,机场售票系统-A simple system, curriculum design, airport ticketing system
- 2022-02-20 13:41:40下载
- 积分:1
-
A tool for viewing clipboard and drag
A tool for viewing clipboard and drag-and-drop data 察看剪贴板数据的工具-A tool for viewing clipboard and drag-and-drop data to see clipboard data tool
- 2023-08-22 21:35:05下载
- 积分:1
-
自动更新,针对于程序的自动更新,非常不错的原代码。
自动更新,针对于程序的自动更新,非常不错的原代码。-Automatic Updates, in the procedures for automatic updates, very good original code.
- 2022-07-03 03:27:59下载
- 积分: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
-
这是一个用java开发的工作流引擎,支持PetriNet工作流建模
这是一个用java开发的工作流引擎,支持PetriNet工作流建模-This is a java with the development of the engine, support for workflow modeling PetriNet
- 2023-06-01 01:45:04下载
- 积分:1
-
key combinations applications. When the percussion keyboard Enter the Alt key co...
组合键的应用。当敲击键盘上的Alt+Enter组合键时,执行相应的操作。-key combinations applications. When the percussion keyboard Enter the Alt key combinations, the implementation of the corresponding operation.
- 2022-07-16 20:19:14下载
- 积分:1
-
这是一个演示Windows如何分配内存的应用程序,用VC++工具实现,具有很的实用性...
这是一个演示Windows如何分配内存的应用程序,用VC++工具实现,具有很的实用性-This is a demonstration of how to allocate memory for Windows applications, with VC tools, it will be very useful
- 2022-07-02 09:30:02下载
- 积分:1
-
这是一个二次方程解算程序,这个程序可以用来解决二次方程的求解
This a quadratic equation solver,this program can be use to solve second-order polynomial equation with one variable "x"-This a quadratic equation solver,this program can be use to solve second-order polynomial equation with one variable "x"
- 2022-10-02 05:10:03下载
- 积分:1
-
跟你说,这是一个超级好用的系统管理,你可以修改其中的代码制作自己的....
跟你说,这是一个超级好用的系统管理,你可以修改其中的代码制作自己的.-no
- 2022-02-25 12:30:05下载
- 积分:1
-
process Scheduling Algorithm : The highest priority of several priority scheduli...
进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。-process Scheduling Algorithm : The highest priority of several priority scheduling algorithm, which is allocated to the processor the highest priority in the process. Every process from a process control block (PCB) said. Process control block may contain the following information : process, and priority number, the need to run time, has taken the CPU time, the process of the state and so on. Several priorities for the process of what needs to run and the time prior to artificially designated (also be random number generator). The process of running time to time-unit calculations. The state of each process can be completed W (Wait), running R (Run), or completion of F (Finish), one of three state.
- 2022-07-18 13:52:56下载
- 积分:1