CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - service program

搜索资源列表

  1. 高级通信程序

    0下载:
  2. 这是一个自我感觉很好的通信程序,它的特点: 1.数据包格式全部自己定义。 所有的定义和通信核心类全部在COMM文件夹中。 2.能处理大量客户端同时通信的情况,客户和服务端共用相同的通信对象,并且可以实现互传。 3.通信细节全部封装在几个通用的类中,隐藏了交互通信的所有处理细节,如断包处理,超时重发等功能。 4.数据通信和数据具体应用完全分离,扩展性良好,本例中只做一个上传文件的例子,你可以在不用改动通信核心的情况下,可以实现远程控制所需的任何功能,并且不需要考虑通信细
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:214000
    • 提供者:sr
  1. jcgl110

    0下载:
  2. 操作系统进程管理!!~!!先来先服务程序-operating system process management !!~!! first-come first-service program
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1588
    • 提供者:王子枫
  1. VVvary

    0下载:
  2. 1为电压转换装置实现的原程序代码 2采用汇编语言 3在伟服6000的开发软件下编译执行-a voltage converter to achieve the original program code compiled using two languages in three 6,000-service software development Compiling under implementation
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:11913
    • 提供者:王鑫
  1. vc_jiqiaoshili_part13_14

    0下载:
  2. Visual.C++程序设计技巧与实例--配套光盘 第13章 网络编程 本章共有8个实例: 1. PowerNetConfig在Win2000系统下修改主机名、IP、网关、子网掩码和代理服务器 2. GetAllIP得到多穴主机的多个IP地址 3. EnumHosts枚举局域网内的计算机 4. GetMac读取网卡的Mac地址 5. C_S Demo一个小型的公司客服系统——C/S使用示例 6. Mount在应用程序中映射网络驱动器 7. AddIEButto
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:622761
    • 提供者:xixi
  1. cpress_extr_intr

    0下载:
  2. The purpose of this example is to demonstrate that the functioning of External interrupts (INT0, INT1, INT4, INT5 and INT6) and how toset them up. This directory contains the frameworks fw.c, the test program extr_intr.c and the externa
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:40742
    • 提供者:xw
  1. nt_service_appwiz

    0下载:
  2. 生成NT服务程序的向导,要拷贝到相应的目录-generated NT service program guide, we should copy to the appropriate directory
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13554
    • 提供者:葛军
  1. 自己做的天气预报服务程序

    0下载:
  2. 自己做的天气预报服务程序-own weather forecasting service program
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:45656
    • 提供者:人贱人爱
  1. 中断矢量设置与读取有关的DOS功能调用

    0下载:
  2. 与中断矢量设置与读取有关的DOS功能调用,本例演示了如何编写中断服务程序,如何安装(将中断服务程序的地址设置到中断矢表中),以及如何通过软中断指令调用中断服务程序。为了突出重点,本例中中断服务程序代码未驻留内存。-and vector interrupt settings and read the DOS function calls, which in this case demonstrated how to prepare interrupted service procedures, h
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4378
    • 提供者:张东
  1. service

    1下载:
  2. 一个带托盘窗体的系统服务程序,程序非常经典,值得学习-a service program with from
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:425484
    • 提供者:hubo
  1. ServerService

    0下载:
  2. 端口服务程序(ServerService.rar)及常用网络函数及加解密-Port service program (ServerService.rar) and commonly used network functions and encryption and decryption
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:525801
    • 提供者:dongrujun
  1. FCFS

    1下载:
  2. 先来先服务的程序代码实现,对于进程的调度所选用的一个算法,在操作系统中实现进程的调度,考虑了多种特殊的情况-First-come, first service to achieve the program code, for the process of scheduling a selected algorithm, the operating system to achieve the process of scheduling, taking into account a variety
  3. 所属分类:操作系统开发

    • 发布日期:2013-10-16
    • 文件大小:896383
    • 提供者:曾冬梅
  1. FCFS

    1下载:
  2. 本程序是一个模拟实验,模拟操作系统中进程调度过程。要求实验者设计一个程序,该程序可模拟对10个以上的进程进行FCFS的方式进行调度。 1) 设计可用于该实验的进程控制块,进程控制块至少包括进程号、到达时间和要求服务时间; 2) 动态或静态创建多个(≥10)进程; 3) 实现FCFS调度算法; 4) 可动态修改进程到达时间; 5) 调度所创建的进程并显示调度结果。 -This procedure is a simulation experiment to simulate
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:964296
    • 提供者:李方
  1. UDPClientServer

    0下载:
  2. 这是一个我用Delphi做的一个典型的UDP服务程序-This is one I use Delphi to do a typical UDP service program
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:184121
    • 提供者:zx
  1. run

    0下载:
  2. 一个控制TOMCAT服务启动关闭刷新的控制台程序,且增加定时或手动备份ORACLE数据库功能。-TOMCAT service to start off a control console refresh program, and increase the timing or manual backup of ORACLE database functionality.
  3. 所属分类:MiddleWare

    • 发布日期:2017-05-01
    • 文件大小:882844
    • 提供者:基本功
  1. gscan

    0下载:
  2. 前置知识:winsock 难度: 低 编译环境:VC6.0+win2000 测试环境:win2000+局域网 那我就先来说说一个最简单的端口扫描器的原理吧。最常用的端口扫描器是根据能否连接目标主机的端口来判断目标端口开放与否的。扫描方式是利用TCP的完全连接方式。当目标主机某端口开放服务,那么该服务程序就会在该端口进行监听-Pre-knowledge: winsock Difficulty: Low build environment: VC6.0+ win2000 tes
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:1781
    • 提供者:xushuangjay
  1. delphiregeditserver

    0下载:
  2. delphi 注册服务程序 注册系统服务程序,再执行具体内容-delphi up service program
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:179638
    • 提供者:pksxx
  1. Program2autoServer

    0下载:
  2. delphi中将普通应用程序转变为自动化服务程序-delphi will automate common application into a service program
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:200109
    • 提供者:SQL
  1. delphiservice

    0下载:
  2. delphi服务创建程序讲解,一步步教你如何创建服务程序-delphi service to create a program to explain, step by step to teach you how to create a service program
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:74141
    • 提供者:陈松彬
  1. hotkey

    0下载:
  2. 一个用delphi编写的系统全局热键样例,可作为系统后台服务程序的快捷键-A system written in delphi global hotkeys sample can be used as system background service program shortcut keys
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:171351
    • 提供者:Michael
  1. getNtserver

    0下载:
  2. 取得操作系统服务名称列表, 并可查询服务程序的磁盘位置 也可删除服务-The disk location of the query service program can also delete the service to obtain a list of names of operating system services and may
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-24
    • 文件大小:204392
    • 提供者:陈先生
« 12 3 4 »
搜珍网 www.dssz.com