Welcome![Sign In][Sign Up]
Location:
Search - command PID

Search list

[OS Develop28104055398

Description: shell 程序要求实现的shell支持以下内部命令: 1. Batch Processing 如果shell启动带有一个文件名作为参数,打开该文件并执行文件里所有命令。待所有进程全部结束退出shell。 2. Debugging 提供-v选项,shell启动时打开此选项将在运行过程中输出若干调试信息。在该模式下,shell应该显示所有被创建了的进程的PID号,通报已结束的子进程和传递给子进程的参数等。 3. Prompt (命令行提示符) 解释器打印$PS2作为提示符。 4. Background Processing 如果命令以符合&终止,在后台并发执行该程序。Shell立即等待下一命令的输入,而不等待该程序的结束。 注:所有命令和参数由空格或tab符分隔。 -shell procedures call for the support of the following internal shell commands : 1. Batch Processing If the shell startup with a file name as a parameter. Open the document and implement all the documents in order. When all the whole process from the end of the shell. 2. Debugging for-v option, shell activated this option will open in the course of operation a number of debugging output information. In the model, the shell should show all of the process of creating the PID, Bulletins have been the end of the process and the sub-transmission to the child process parameters. 3. Prompt (command line prompt) Print $ explanation for PS2 as a prompt. 4. Background Processing order to meet if
Platform: | Size: 14591 | Author: drufy | Hits:

[OS Develop28104055398

Description: shell 程序要求实现的shell支持以下内部命令: 1. Batch Processing 如果shell启动带有一个文件名作为参数,打开该文件并执行文件里所有命令。待所有进程全部结束退出shell。 2. Debugging 提供-v选项,shell启动时打开此选项将在运行过程中输出若干调试信息。在该模式下,shell应该显示所有被创建了的进程的PID号,通报已结束的子进程和传递给子进程的参数等。 3. Prompt (命令行提示符) 解释器打印$PS2作为提示符。 4. Background Processing 如果命令以符合&终止,在后台并发执行该程序。Shell立即等待下一命令的输入,而不等待该程序的结束。 注:所有命令和参数由空格或tab符分隔。 -shell procedures call for the support of the following internal shell commands : 1. Batch Processing If the shell startup with a file name as a parameter. Open the document and implement all the documents in order. When all the whole process from the end of the shell. 2. Debugging for-v option, shell activated this option will open in the course of operation a number of debugging output information. In the model, the shell should show all of the process of creating the PID, Bulletins have been the end of the process and the sub-transmission to the child process parameters. 3. Prompt (command line prompt) Print $ explanation for PS2 as a prompt. 4. Background Processing order to meet if
Platform: | Size: 14336 | Author: drufy | Hits:

[DSP programwendukongzhisheji

Description: 本文是以數位訊號處理器DSP(Digital Singal Processor)之核心架構為主體的數位式溫度控制器開發,而其主要分為硬體電路與軟體程式兩部分來完成。而就硬體電路來看分為量測電路模組、DSP周邊電路及RS232通訊模組、輸出模組三個部分,其中在輸出上可分為電流輸出、電壓輸出以及binary command給加熱驅動裝置, RS232 除了可以與PC聯絡外也可以與具有CPU的熱能驅動器做命令傳輸。在計畫中分析現有工業用加熱驅動裝置和溫度曲線的關係,並瞭解其控制情況。軟體方面即是溫控器之中央處理器程式,亦即DSP控制程式,其中包括控制理論、感測器線性轉換程式、I/O介面及通訊協定相關程式。在控制法則上,提出一個新的加熱體描述模型,然後以前饋控制為主並輔以PID控制,得到不錯的控制結果。-err
Platform: | Size: 412672 | Author: 许珂 | Hits:

[Windows Developcreatepc

Description: 用于进程创建模拟实现,进程的树形结构采用广义二叉树的方式进行存储。可以输入createpc 命令创建进程,输入showdetail 显示每个 进程及其子进程的信息,测试命令解释如下: 1) createpc 创建进程命令。 参数: 1 pid(进程id)、 2 ppid(父进程id)、3 prio(优先级)。 示例: createpc(2,1,2) 。创建一个进程,其进程号为2,父进程号为1,优先级 为2。 2) showdetail 显示进程信息命令。 3) exit 退出命令行。-Used to create a simulation of the process to achieve, the process of tree-structured approach to the generalized binary tree is stored. Enter createpc command to create the process, enter showdetail displayed for each process and its child process the information, test commands are explained as follows: 1) createpc command to create the process. Parameters: 1 pid (process id), 2 ppid (parent process id), 3 prio (priority). Example: createpc (2,1,2). Create a process, its process number is 2, the parent process ID is 1, the priority level of 2. 2) showdetail Display process information using the command. 3) exit out of the command line.
Platform: | Size: 2048 | Author: height | Hits:

[Process-Threadcreateprocess

Description: 输入实验提供的代码后,可以输入createpc命令创建进程,输入showdetail显示每个进程及其子进程的信息,测试命令解释如下: 1) createpc 创建进程命令。 参数: 1 pid(进程id)、 2 ppid(父进程id)、3 prio(优先级)。 示例:createpc(2,1,2) 。创建一个进程,其进程号为2,父进程号为1,优先级为2。 2) showdetail 显示进程信息命令。 3) exit 退出命令行。 -Experiment to provide the code input, you can enter the createpc command to create the process, enter showdetail displayed for each process and its child process the information, test commands are explained as follows: 1) createpc command to create the process. Parameters: 1 pid (process id), 2 ppid (parent process id), 3 prio (priority). Example: createpc (2,1,2). Create a process, its process number is 2, the parent process ID is 1, the priority level of 2. 2) showdetail Display process information using the command. 3) exit out of the command line.
Platform: | Size: 12288 | Author: 漂流 | Hits:

[assembly languagePIC_Applications

Description: This zip file contains six documents which describes some interesting applications which use of the Microchip PIC 16F84. These application are PID Motor Control, DTMF Alarm Dialer, Lamp Dimmer, IR Command Decoder, LCD Adding and Hummidity Sensing.
Platform: | Size: 1217536 | Author: Guillermo F. | Hits:

[Otherlinuxcmd

Description: 一个C++编写的LINUX SHELL,支持的命令有cat cd rm mkdir ls pwd pid mv cp,"exit"命令用于退出- The program is to execute some common commands of Linux,available commands are: cat cd rm mkdir ls pwd pid mv cp,same function as the standard linux shell command.There’s also a command “exit” to let the user exit the program.The programe also shows how long did the last executed command take(in second).
Platform: | Size: 1024 | Author: 王跃辉 | Hits:

[OS programLOF

Description: 列举制定的目录中被打开的文件,和打开这些文件的进程的PID,命令:lof 驱动文件 目标文件夹。由于驱动的限制,该程序仅适用Windows 2000/XP。-Listed in the directory has been developed to open the file, and open the files of the process PID, the command: lof driver file destination folder. As the driving restrictions, the program applies only to Windows 2000/XP.
Platform: | Size: 44032 | Author: sevenall | Hits:

[Windows DevelopPVoperation

Description: 实验中提供了 5 个信号量(s0-s4)和 20 个进程(pid 0-19) 。在程序运行过程中可以 键入 wait 命令,signal 命令和 showdetail 命令显示每个信号量的状态。具体输入解释如 下: 1) wait 获取信号量操作(P操作) 。 参数: 1 sname 2 pid 。 示例:wait(s1,2) 。进程号为 2 的进程申请名字为 s1 的信号量。 2) signal 释放信号量操作(V 操作) 。 参数 1 sname。 示例:signal(s1)。释放信号量名字为 s1 的信号量。 3) showdetail 显示各信号量状态及其等待队列。 4) exit 退出命令行。-Experiments provides five semaphore (s0- s4) and 20 process (pid 0-19). The running of the application process Type in pro commands, signal commands and showdetail command shows each semaphore state. Specific input explain such as Next: 1) pro obtain semaphore operation (P operation). Sname 2 pid parameters 1. Example pro (s1, 2). Process for 2 process application, the name for s1 semaphores. 2) signal release semaphore operation (V operation). Parameter 1 sname. Example signal (s1). Release semaphore name for s1 the amount of signals. 3) showdetail shows every semaphore status and wait queue. 4) exit exit command line.
Platform: | Size: 2048 | Author: Alex | Hits:

[matlabctrllab3.0

Description: 薛定宇教授 ctrllab工具箱3.0;PID参数仿真用。 使用方法:1)解压,并在matlab下导入路径;2)在命令窗口执行ctrllab即可。 -Professor Xue Dingyu ctrllab Toolbox 3.0 PID parameters in simulation. Usage: 1) extract and import under the matlab path 2) In the command window to execute ctrllab.
Platform: | Size: 1402880 | Author: wangjing | Hits:

[matlabfuzzy_pid

Description: 介绍了模糊控制pid的一边编程思想,并给出了matlab的调用命令-Describes the fuzzy control pid side programming ideas, and gives the call to the command matlab
Platform: | Size: 4096 | Author: 毕伟 | Hits:

[Linux-Unixbuiltin-top

Description: Builtin top command: Display a continuously updated profile of any workload, CPU or specific PID for linux
Platform: | Size: 8192 | Author: mongcaopue | Hits:

[Linux-Unixbuiltin-stat

Description: Builtin stat command: Give a precise performance counters summary overview about any workload, CPU or specific PID.-Builtin stat command: Give a precise performance counters summary overview about any workload, CPU or specific PID.
Platform: | Size: 7168 | Author: xunhinweng | Hits:

[matlabfractional-order-PID

Description: 分数阶图形界面,用于解决一般分数阶问题.在命令窗口执行:guide ctrllab_foc.fig,此后,会打开GUDIE,然后再GUIDE中运行程序即可.-Fractional graphical interface for solving general fractional problem in the command window to perform: guide ctrllab_foc.fig, thereafter, will open GUDIE, then you can run the program in GUIDE.
Platform: | Size: 98304 | Author: 周智伟 | Hits:

[matlabzhaoxiaopu

Description: 位置指令为幅值为1.0的阶跃信号,r(k)=1.0。网络结构为1-4-1,高斯函数的参数值取Cj=[-2 -1 1 2]T ,B=[0.5 0.5 0.5 0.5]T 。 网络权值学习参数为η=0.30,α=0.05 。PID控制各参数的初RBF网络控制,被控对象为G(s)= 取采样时间为1ms,采用Z变换进行离散化,离散化后的被控对象为 y(k)=-den(2)*y(k-1)-den(3)*y(k-2)+num(2)*u(k-1)+num(3)*u(k-2) 始值为,kp=20, kd=0.3, ki=0.1。 -Position command for the step signal amplitude of 1.0, r (k) = 1.0. The network structure is 1-4-1, the Gaussian function parameters taken Cj = [-2-1 1 2] T, B = [0.5 0.5 0.5 0.5] T. Weight learning parameter η = 0.30, α = 0.05. PID control parameters at the beginning of each RBF network control, the controlled object is G (s) = take the sampling time is 1ms, using the Z transform discrete, discretized controlled object is y (k) =-den (2)* y (k-1)-den (3)* y (k-2)+num (2)* u (k-1)+num (3)* u (k-2) initial value, kp = 20, kd = 0.3, ki = 0.1.
Platform: | Size: 1024 | Author: 刘晓 | Hits:

[MiddleWarein_net_process_list

Description: 纯lua实现,可供c/c++/java等任何lua环境调用,支持linux系统下读取全部联网进程详情:PID、端口、cpu占用、内存占用、命令行。-Pure lua implementation, any lua environment called c/c++/java, etc. available to support the reading process under linux systems are all networked Details: PID, ports, cpu occupancy, memory usage, the command line.
Platform: | Size: 1024 | Author: 张伟 | Hits:

[Shell apishell

Description: 展示了C语言如何进行系统调用执行logout cd ls pwd pid rm mkdir mv cp等命令 -Shows how the C language system call execution logout cd ls pwd pid rm mkdir mv cp command, etc.
Platform: | Size: 1024 | Author: 雪儿 | Hits:

[Linux-Unixbuiltin-record

Description: Builtin record command: Record the profile of a workload (or a CPU, or a PID) into the perf.data output file - for later analysis via perf report.
Platform: | Size: 8192 | Author: deifaixg | Hits:

[matlabPID-controller

Description: 首先使用rlocus及rlocfind命令求出系统穿越增益Km=14和穿越频率ωm=14rad/s,,然后使用Z—N方程求出参数-First use rlocus and rlocfind command system is obtained through the gain Km = 14 and the crossover frequency ωm = 14rad/s ,, then use the Z-N parameter equation,
Platform: | Size: 13312 | Author: m | Hits:

[LabView关于LabVIEW的一些程序

Description: 伺服电机控制 Modbus命令帧生成程序. 波形记录 数据的采集与显示 串口通讯 PID控制(Servo motor control. Modbus command frame generation program. Waveform recording. Data collection and display. Serial communication. PID control.)
Platform: | Size: 236544 | Author: fffaris | Hits:
« 12 »

CodeBus www.codebus.net