CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - response

搜索资源列表

  1. 作业调度11

    1下载:
  2. 由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的CPU时限等因素。 每个作业由一个作业控制块JCB表示,JCB包括如下信息:作业名、提交时刻、所需运行时间、所需资源、作业状态、链指针等。 在程序开始时对用户提交的作业按作业调度算法排列,用链表形式存储,这里分别采用先来先服务、短作业、响应比高者优先调度算法对作业进行调度。这里为了操作者的方便,每个作业无论所需运行时间多少,都是每敲一次键盘就执行完一个作业
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3.56kb
    • 提供者:江大
  1. 7班25号娄娟

    0下载:
  2. 先来先服务调度算法、最高响应比调度算法、时间片轮转调度算法的实现-first-come first-service scheduling algorithm, the maximum response than scheduling algorithm, time-Cycle Scheduling Algorithm Implementation
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:495.77kb
    • 提供者:娄娟
  1. 简单Requst-Response例子(Csharp)

    0下载:
  2. 简单Requst-Response例子(Csharp)-simple Requst-Response examples (Csharp )
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:22.85kb
    • 提供者:徐另三
  1. PhoneCalculateSystem

    0下载:
  2. 这是一个用C++写的电话费记费和管理系统,统计各个时段的业务量(即通话总时数)和话费收入。 对各个时段的通话业务进行排序。 打印简单的用户话费清单。 对不同的时间段拨打电话能够进行自动计费,同时考虑跨时间段的情况。其中,用户信息有用户姓名、电话号码、国内长途通话时间、市内电话通话时间、通话时段、月租费、当月费用。 考虑非周末的节假日的话费半价,应对程序进行如何处理,编写此功能的代码-This is a C write the telephone charged fees and
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5.42kb
    • 提供者:向明建
  1. loveletter

    0下载:
  2. 程序中的中文注释为本人所加,并针对病毒特点予以解释,同时,给出了预防 病毒的方法。 -proceedings Chinese translations for my increase, and response characteristics of the virus to be explained, and HIV prevention is the way.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:9.48kb
    • 提供者:王绒花
  1. SMTPDemo

    0下载:
  2. SMTP (Simple Mail Transfer Protocol) : 电子邮件从客户机传输到服务器或从某一个服务器传输到另一个服务器使用的传输协议。 SMTP 是请求/响应协议,命令和响应都是基于ASCII 文本,并以CR 和LF 符结束。响应包括一个表示返回状态的三位数字代码。-SMTP (Simple Mail Transfer Protocol) : E-mail transmission from the client to the server or from a server
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:9.47kb
    • 提供者:qingao
  1. gucheng

    0下载:
  2.   可正常留言功能、悄悄化功能、留言回复与删除功能、在线修改管理密码功能、高性能分页代码、操作类与实体类的使用、界面清爽,简洁.-normal voice can function quietly function, voice response and delete functions, Online password change management function, high-performance paging code, operation type and the types o
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:97.15kb
    • 提供者:bjj
  1. wilson

    0下载:
  2. 求解平面框架的动力响应-framework of the Dynamic Response
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5.27kb
    • 提供者:欧阳池毅
  1. 操作系统_作业调

    0下载:
  2. 操作系统模拟程序 简单实现作业调度算法(先来先服算法,短作业优先算法,高响应比算法)-operating system simulation program to achieve a simple scheduling algorithm (first-come first-served algorithm, short operating priority algorithm, a high response ratio algorithm)
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.2kb
    • 提供者:尹亮
  1. lcterm

    0下载:
  2. 一 程序的整体结构 1 拨号功能,自动响应功能。(能使用ATDT命令拨号,使用Ctrl-D退出联机状态)。 2 执行调制解调器命令。 3 仿真终端功能:在线方式可进行联机通信,TTY终端仿真,加载驱动程序后可进行VT100终端仿真。 4 文件服务功能: 文本文件的传输,二进制文件的传输,文本文件和二进制文件的写盘功能。文本文件的阅览和简单编辑功能。 5 终端服务功能: UNIX主机上运行的具有菜单驱动的终端服务程序,客户机可通过终端仿真器访问远程机(Remote machine)资源。 6 访问
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:16.3kb
    • 提供者:蓝卡特
  1. Keybord

    0下载:
  2. 本程序是windows是关于接受键盘响应的一个练习程序,具体反映了事件驱动的特点。-windows on the acceptance of the keyboard is the response of a practice procedures, as reflected in the event-driven characteristics.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:19.73kb
    • 提供者:黄世湛
  1. COMTRADE.zip

    0下载:
  2. Since the inception of the COMTRADE standard in 1991 (C37.111), only a small number of users were successful in using the playback of digital fault recorder data to analyze relay response to power system disturbances. The use of COMTRADE files for pr
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:174.11kb
    • 提供者:j0s3
  1. tblt

    0下载:
  2. c#编写的同步聊天工具源码,有客户端和服务器两部分组成!是学习网络编程的很好的例子! 程序源码清晰,有完整的注释,阅读源码会对网络编程有一定了解。-FLASH Touchscreen code. Main page 10 minutes without a response automatically return to index pages index for a three-minute cycle
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:112.82kb
    • 提供者:田参
  1. tapi

    0下载:
  2. tapi,语音自动应答系统.C写的,大家可以试试看-tapi, automated voice response system. C write, we can give it a try
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:343.88kb
    • 提供者:delphi
  1. shubiaojianpankongzhi

    0下载:
  2. 键盘、鼠标的控制,键盘、鼠标外部事件的响应控制方向,学习单键、组合键、输入及鼠标事件响应、鼠标控制。-Keyboard, mouse control, keyboard, mouse, in response to external events to control the direction of learning one-touch, a combination of keys, enter and mouse incident response, the mouse control.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:13.98kb
    • 提供者:chenchen
  1. DotnetRemoting

    0下载:
  2. 这里是控制台下实现,分为client,server 与RemoteClass 其中RemoteClass项目是类库项目,只是用来生成RemoteClass.dll程序集为client和server两者引用. 测试效果的时候,先启动与运行server端项目,然后才是client项目,因为如果没有服务器监听相应的通道与端口,接收不到客户端的请求,自然,客户端也不可能接收到来自服务端的回应。-Here are the console, under implementation, is divi
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:18.63kb
    • 提供者:fengyun
  1. Shield4

    0下载:
  2. 一个使用C#开发的百度贴吧内容监控程序。通过屏蔽词来判断违规贴,还可以通过回复时间判断挖坟。使用了线程池,效率很高。不管是研究还是使用都很有价值。-To use C# to develop the content of the Baidu Post Bar control procedures. Through the shield affixed to the word to determine the violation, response time can also determine b
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:649.65kb
    • 提供者:liu884
  1. driveOnlineExam

    0下载:
  2. 在线交规考试源码 ajax应用示例。 提高AJAX客户端响应速度 AJAX的出现极大的改变了Web应用客户端的操作模式,它使的用户可以在全心工作时不必频繁的忍受那 令人厌恶的页面刷新 用到Timer,进行倒计时及世界结束事件-Online traffic theory test source ajax application examples. Improve the response speed of AJAX client-side AJAX has changed t
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:59.22kb
    • 提供者:Channing
  1. determine-a-speed-of-response

    0下载:
  2. 时间函数举例,一个猜数游戏,判断一个人反应快慢-A function of time for example, a guessing game to determine a speed of response
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:656byte
    • 提供者:王振
  1. frequency-response-function-

    2下载:
  2. 通过小锤敲击锚杆,采集力和加速度信号,计算得到频响函数-Through a small hammer percussion anchor, gathering force and acceleration signals, frequency response function is calculated
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:520byte
    • 提供者:程恩
« 12 3 4 »
搜珍网 www.dssz.com