您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. (推荐)Win32 API大全

  2. 作为Microsoft 32位平台的应用程序编程接口, Win32 API是从事Windows应用程序开发所必备的。 首先对Win32 API函数做完整的概述;然后收录五大类函数: 窗口管理、图形设备接口、系统服务、国际特性以及网络服务; 在附录部分,讲解如何在Visual Basic和Delphi中对其调用。 本书是从事Windows应用程序开发的软件工程师的必备参考手册。 控件与消息函数 共91个函数 硬件与系统函数 共98个函数 设备场景函数 共73个函数 绘图函数 共105个函数 位
  3. 所属分类:网络基础

    • 发布日期:2003-12-10
    • 文件大小:10485760
    • 提供者:chenxh
  1. Process Tamber

  2. Process Tamer is a tiny (140k) and efficient utility for Microsoft Windows XP/2K/NT that runs in your system tray and constantly monitors the cpu usage of other processes. When it sees a process that is overloading your cpu, it reduces the priority
  3. 所属分类:其它

    • 发布日期:2009-05-12
    • 文件大小:2097152
    • 提供者:suanyuan
  1. UNIX线程和轻量级进程

  2. 线程和轻量级进程 传统上的进程模型有两个严重的局限性。首先,许多应用程序都想并发地执行那些彼此 间独立的任务,但是它们必须要共享一个公共的地址空间和其他的资源,这类应用的例子包 括服务器上的数据库管理服务器,事务处理监测程序(monitors),以及中间层和高层的网络 协议。这些进程本质上是并行的,所以需要支持并行的编程模型。传统的UNIX 系统强行的把 这些应用中独立的任务串行化或者是设计一些糟糕的,而且效率很低的机制来管理这些操作。
  3. 所属分类:网络攻防

    • 发布日期:2009-06-08
    • 文件大小:62464
    • 提供者:mmmm9999
  1. C++实践之路 CHM格式

  2. This is a Web Book. It is being published on the Internet by me, the author. I realize that the technology is still not there--the technology that would make a web book as easy to read as its paper based relative. Computer monitors still lag behind
  3. 所属分类:Web开发

    • 发布日期:2009-07-03
    • 文件大小:19922944
    • 提供者:tianzhu131
  1. 程序语言设计原理习题解答

  2. Contents Chapter 1 Preliminaries 1 1.1 Reasons for Studying Concepts of Programming Languages 2 1.2 Programming Domains 5 1.3 Language Evaluation Criteria 7 1.4 Influences on Language Design 20 1.5 Language Categories 23 1.6 Language Design Trade-of
  3. 所属分类:Java

    • 发布日期:2009-07-10
    • 文件大小:60416
    • 提供者:ying112208
  1. [PACT07]CacheScouts Fine-Grain Monitoring of Shared Caches in CMP Platforms

  2. As multi-core architectures flourish in the marketplace, multi-application workload scenarios (such as server consolidation) are growing rapidly. When running multiple applications simultaneously on a platform, it has been shown that contention for
  3. 所属分类:C

    • 发布日期:2009-09-02
    • 文件大小:501760
    • 提供者:smileinwinter09
  1. [PLDI07]Online Optimizations Driven by Hardware Performance

  2. Hardware performance monitors provide detailed direct feedback about application behavior and are an additional source of information that a compiler may use for optimization. A JIT compiler is in a good position to make use of such information beca
  3. 所属分类:Java

    • 发布日期:2009-09-02
    • 文件大小:224256
    • 提供者:smileinwinter09
  1. winpcap中文帮助

  2. WinPcap是一个基于Win32平台的,用于捕获网络数据包并进行分析的开源库. 大多数网络应用程序通过被广泛使用的操作系统元件来访问网络,比如sockets。 这是一种简单的实现方式,因为操作系统已经妥善处理了底层具体实现细节(比如协议处理,封装数据包等等),并且提供了一个与读写文件类似的,令人熟悉的接口。 然而,有些时候,这种“简单的方式”并不能满足任务的需求,因为有些应用程序需要直接访问网络中的数据包。也就是说,那些应用程序需要访问原始数据包,即没有被操作系统利用网络协议处理过的数据包。
  3. 所属分类:网络基础

    • 发布日期:2009-09-27
    • 文件大小:497664
    • 提供者:huangzhouhong
  1. winpcap驱动及开发包

  2. 介绍 本手册提供了WinPcap编程接口的描述及其源代码。它与详尽的WinPcap核心资料一起,为编程人员提供了详细的函数与结构的描述,同时也提供了若干教程和程序范例。 您可以点击页面顶部的导航链接,或者使用页面左边的树形控件,来跳转到您感兴趣的内容。 本文档使用 the Doxygen documentation system创建,您可以登录 http://www.doxygen.org 阅览相关内容。 什么是WinPcap WinPcap是一个基于Win32平台的,用于捕获网络数据包并进行
  3. 所属分类:网络基础

    • 发布日期:2009-09-27
    • 文件大小:1048576
    • 提供者:huangzhouhong
  1. MAX4080.PDF

  2. The MAX4080/MAX4081 are high-side, current-sense amplifiers with an input voltage range that extends from 4.5V to 76V making them ideal for telecom, automotive, backplane, and other systems where high-voltage current monitoring is critical. The MAX4
  3. 所属分类:C++

    • 发布日期:2009-09-29
    • 文件大小:419840
    • 提供者:s46410864
  1. This is an application that monitors the local host for IP a

  2. This is an application that monitors the local host for IP address changes and notifies a list of people by e-mail if the IP address changes. Both the IP address and the e-mail list are stored between sessions
  3. 所属分类:网络基础

    • 发布日期:2006-02-23
    • 文件大小:20480
    • 提供者:chenxh
  1. 多显示器管理Actual.Multiple.Monitors.8.8.1

  2. Actual Multiple Monitors为多显示器用户提供更多效率支持,它将任务栏和开始菜单分配到每个已联机的显示器,用户可创建多个桌面配置,从而大幅提高多显示器的利用效率。
  3. 所属分类:桌面系统

    • 发布日期:2016-05-04
    • 文件大小:12582912
    • 提供者:dongfeicnlc
  1. Challenges of Using On-Chip Performance Monitors for Process

  2. Challenges of Using On-Chip Performance Monitors for Process and Environmental Variation Compensation
  3. 所属分类:硬件开发

    • 发布日期:2017-06-04
    • 文件大小:286720
    • 提供者:u014312616
  1. Monitors Matter CheckScreen 显示器测试工具

  2. Monitors Matter CheckScreen 显示器测试工具
  3. 所属分类:其它

    • 发布日期:2009-04-20
    • 文件大小:856064
    • 提供者:fgadfhdfh
  1. monitors:环境监测系统-源码

  2. umi项目 入门 安装依赖项 $ yarn 启动开发服务器, $ yarn start 监控器
  3. 所属分类:其它

    • 发布日期:2021-03-11
    • 文件大小:197632
    • 提供者:weixin_42138788
  1. kek-monitors:适用于运动鞋显示器的开源通用代码库-源码

  2. KEK显示器 这是一个现成的代码库,您可以在其上开发自定义运动鞋监视器。 它会尝试为您处理所有事情:数据库,不协调的Web钩子,网络连接等,但建议您自定义源代码以适合您的需求。 在这里,刮板和实际监视器是分离的,并且是异步工作的,通过Unix套接字进行通信,与使用单个脚本同步完成所有操作相比,可以提高性能。 我还撒谎了api的基础,因此您不一定需要通过ssh进入服务器来激活监视器,而是可以使用rest api。 注意:代码中没有重要的端点! 仅提供一个半工作监视器作为示例! 先决条件 Pyt
  3. 所属分类:其它

    • 发布日期:2021-03-10
    • 文件大小:46080
    • 提供者:weixin_42133861
  1. machine-monitors-源码

  2. machine-monitors
  3. 所属分类:其它

    • 发布日期:2021-03-10
    • 文件大小:60416
    • 提供者:weixin_42116713
  1. ANSI-AAMI-EC13-2002 cardiac monitors heart rate meters,and alarms.pdf

  2. cardiac monitors heart rate meters,and alarms 美国心电监护,心率计和报警标准
  3. 所属分类:医疗

    • 发布日期:2021-02-20
    • 文件大小:646144
    • 提供者:TOBEY3145
  1. Compact Hybrid Subsystem of 16 Channel Optical Demultiplexer, 2x2 Switches, Optical Power Monitors and Control Circuit

  2. A compact hybrid subsystem of 16channel optical demultiplexer, 2×2 switches, optical power monitors and control circuit board is developed. The subsystem is able to add or drop arbitrary optical channels and monitor the optical power level by softwar
  3. 所属分类:其它

    • 发布日期:2021-02-08
    • 文件大小:831488
    • 提供者:weixin_38626179
  1. terraform-datadog-monitors:使用terraform专用模块管理Datadog监视器-源码

  2. terraform-datadog-monitors:使用terraform专用模块管理Datadog监视器
  3. 所属分类:其它

    • 发布日期:2021-02-04
    • 文件大小:421888
    • 提供者:weixin_42139871
« 12 3 4 5 6 7 8 9 10 »