搜索资源列表
lvbo
- 读完wave文件 用matlab进喜过滤波器设计 参数传入助理wave-finish wave documents Matlab Jinxi off filter design parameters imported Assistant wave
ls
- LS by Cao Siqin, 2007.7.17 ls [-l/-w/-s][-d/-f][-acpo!?] [path or file name mask1] [mask2 ...] Options: -? : display this help -l : list details -a : list all files -w/s : list in a line, file names are sepatated by tab -p : file n
wendoshidukongzhiqi
- 1.具有低温上电和高温断电功能; 2.能够进行温度上限和温度下限设置,并且实时显示温度; 程序内以给出详细注释.-1. With a low temperature and high temperature power-off function 2. To carry out the minimum temperature and maximum temperature settings, and real-time display of temperature proces
ShutDownRemoteMachine
- ShutDownRemoteMachine:该程序用于实现关闭远程计算机-ShutDownRemoteMachine: The program used to implement off the remote computer
OFF
- It programm switch off the computer
assignment
- a console based app which allows you to telnet in to turn a virtual heater on and off, allowing you to turn the heater up or down and also setting its own temperatures
vbcontrol
- 通过编写VB控制界面实现在rs232下对三菱plc通讯,可以读写(x,y,m等)强制y关或开-In rs232 communication Mitsubishi plc can read and write (x, y, m) forces y off or open by writing VB control interface to achieve
JoseQuestion
- 约瑟夫环问题求解 约瑟夫环问题的具体描述是:设有编号为1,2,……,n的n(n>0)个人围成一个圈,从第1个人开始报数,报到m时停止报数,报m的人出圈,再从他的下一个人起重新报数,报到m时停止报数,报m的出圈,……,如此下去,直到所有人全部出圈为止。当任意给定n和m后,设计算法求n个人出圈的次序。-Josephus Josephus problem solving specific descr iption is: has numbered 1, 2, ...... n n (n
my-parking
- 本代码实现的是一个简单的停车场管理系统。设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。 汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在停车场的最北端),若车场内已停满n辆汽车,则后来的车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆汽车要离开时,在它之后进入的车辆必须退出车场为它让路,待该车辆开出大门外,其他车辆再按原次序进入车场,每辆停放在停车场的车在它离开停车场时必须按它停留时间的长
airport-simulation
- 用队列来实现机场的起飞和降落队列。队列是用链表结构封装后来实现的。 假设有一个每次前进一分钟的模拟时钟,对于每一分钟,产生两个在0-99内的随机数:如果第一个随机数小于landingRate*100,那么一个“着陆到达”将发生并被添加到着陆队列中;如果第二个随机数小于takeOffRate*100,那么一个“起飞到达”将发生并被添加到起飞队列中。接着,检查跑道是否空闲。若空闲,首先检查着陆队列是否为非空,如果是,允许第一架飞机着陆;否则,处理起飞队列 -With a queue to a
mianshi
- 我开始以为自己网速延迟影响。结果自己一步步测试发现原来我用recv 判断服务器断开就跳出接受。-I began to think that they delayed impact speed. Results of their own tests and found that a step by step I would jump off the server recv judge accepted.
vbcommcontrol
- VB6.0模拟控制台窗口,代码对控制台进行延时控制,让控制台不至于那么快关闭,让测试者看到控制台内容!-VB6.0 analog console window, the code delay control console, the console will not be so quick to let off, let testers see console content!
Weather
- c++编写的天气预报小程序,vs2005开发,在断网的情况下会有点小bug,对学习MFC,c++比较有帮助-c++ small program written in weather forecasting, vs2005 development, in the case of the network will be a little off the bug, to learn MFC, c++ more helpful
Turn-off-PC-if-an-app--is-closed(-internet-exampl
- How to turn the PC off after an app close, delphi 7, source, pascal
poeroff
- 简单的定时关机程序,可以设定时间,附上源码和可执行文件-smart power-off-schedule program based on win32 console.
Josephus
- 约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。 建立n个人的单循环链表存储结构,运行结束后,输出依次出队的人的序号。(必须用链表)-Joseph (Josephus) Central question: numb
josephus
- 约瑟夫环运作如下:1、一群人围在一起坐成环状(如:N)2、从某个编号开始报数(如:K)3、数到某个数(如:M)的时候,此人出列,下一个人重新报数4、一直循环,直到所有人出列,约瑟夫环结束-Josephus is the application of a mathematical problem: Given n individuals (with numbers 1,2,3 ... n, respectively) sitting around a round table. From the n
3A5dm71406718922
- windows power off cmd program
DM_Log_Collector
- title DM Log collector v1.2 CLS echo off echo Checking admin mode net session >nul 2>&1 if errorLevel == 0 ( echo Success: Administrative permissions confirmed. ) else ( goto error_noaccess ) set _my_datetime= date _ ti
CountDown1700461272004
- Title: CountDown Descr iption: The purpose of the project is to show: 1) how to create a complete Win32 service 2) how to communicate with a service other applications and, in general, how to perform IPC (interprocess communication) 3) how to