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

搜索资源列表

  1. West

    0下载:
  2. 是个很搞笑的,驻留屏幕的小程序-is very funny, the small-screen presence procedures
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:322.75kb
    • 提供者: 匡明
  1. rfc3006Integrated Services in the Presence of Comp

    0下载:
  2. 最新的RFC3006文档,对于编程和学习都十分有帮助。-recently rfc3006 document, helpful for programming and learning.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:9.87kb
    • 提供者:李喆
  1. dosstamem

    0下载:
  2. ★★DOS常驻内存程序[原创]★★ 也许大家不理解意思。 驻留内存的意思就是 1)不能影响其他程序的运行。 2)自我复制。 3)某种情况下进行破坏(比如4月16日)。 对于DOS程序(病毒)来说,你起码要篡改一个中断。然后在你的中断程序中把真实的中断做一次,就神不知鬼不觉了 下面我以篡改键盘中断的病毒解释一个例子。-** DOS memory Permanent procedures [original] * Perhaps they do not unders
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.02kb
    • 提供者:王来
  1. 用VC++实现异形窗体

    0下载:
  2. 迎光临程序员联合开发网!本站目前内容94931个,分类182个,凝聚了几万人的辛勤劳动!如此多的资源,您还-welcome presence of programmers working on the Joint! Site contents of the current 94,931, classification 182, rallied the tens of thousands of hard-working people! So many resources, you also
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:233.46kb
    • 提供者:jkj
  1. 检测SoftIce的存在

    0下载:
  2. 检测SoftIce的存在,通过检测SoftICE的特征代码对于防破解的作者可以参考学习,增强软件安全措施.-detect the presence by measuring the characteristics of SoftICE code for anti-deciphering the authors can refer to learning and enhance software security.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:5.13kb
    • 提供者:郭银
  1. asm_code

    0下载:
  2. 内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表来实现的。比如修改向量表中16H位置的中断(这个中断接收键盘的按键,在DOS中,按键按下,这个中断就会被调用),让其指向我的程序,这时若有按键被按下,则执行的是我的程序。-The basic idea is to let procedure has to remain in the memory and keeps the impleme
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.89kb
    • 提供者:黄顺
  1. saxDemo

    1下载:
  2. 全面的展示了SAX解析XML文件的强大威力,全部都是源代码,初学者非常值得一看。(eclipse工程)-comprehensive display of SAX parsing XML documents powerful presence, all source code, beginners very eye-catcher. (Eclipse Works)
  3. 所属分类:JSP源码/Java

  1. myls

    2下载:
  2. 完成ls的如下功能 不带参数的ls:列出当前目录下的非隐藏(文件和目录名不以.开头)的文件和目录 ls -a:列出当前目录下的所有文件和目录 ls -l:以长列表形式列出当前目录下的非隐藏的文件和目录。每个文件或目录只要求列出如下信息:类型与权限、文件名、链接数、用户ID、组ID、字节大小、块数 ls 路径名:如果路径名代表一个存在的文件则显示该文件,否则提示出错;如果路径名字代表一个存在的目录则列出该目录中的文件 列出文件名和目录名时,要求可执行文件最后加上一个*号,目录名
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.16kb
    • 提供者:叶黎
  1. 程序内存驻留程序(TSR)8

    0下载:
  2. 在C语言中,可以用keep ( )函数将程序驻留内存。这个函数有两个参数:status和size。size为驻留内存长度,可以用size=_SS+_SP/16-_psp得到,当然这也是一种估算的方法,并不是精确值。函数执行完以后,出口状态信息保存在status中。比如,对于上面的例子,将“geninterrupt (0x60) ”改写成“keep(0,_SS+_SP/16-_psp) ”后再执行程序,这一段程序就被驻留,此后在其它的任何软件或程序设计中,只要用到了60H号中断,就会在屏幕上显示“
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:7.16kb
    • 提供者:高俊杰
  1. comasm

    0下载:
  2. This little program shows how to use COM technology in Win32Asm. When it s run it lets the user freely decide about the presence of the program with the WS_EX_TOOLWINDOW style on the taskbar. The main goal is to show the easiest possible
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:4.85kb
    • 提供者:gogo
  1. C++中的中断处理创建一个内存驻留程序

    0下载:
  2. 用C++语言写的一个中断处理,创建内存驻留程序,有问题与我联系-using the C language to write an interrupt handling, the presence of established procedures memory, I have problems with the links
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:147.04kb
    • 提供者:苗嘉
  1. 内存驻留拨号程序

    0下载:
  2. 内存驻留拨号程序 本程序由立即代码收集!网址:http://www.qcode.org-memory of the presence of dial-up procedure by procedure code collection immediately! Address : http://www.qcode.org
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.47kb
    • 提供者:朱振华
  1. jain-sip-presence-proxy

    0下载:
  2. The source code for this package is located in src/gov/nist/sip/proxy. The proxy is a pure JAIN-SIP application: it does not need proprietary nist-sip classes in addition of those defined in JAIN-SIP 1.1, you can substitute the NIST-SIP stack b
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:2.16mb
    • 提供者:康佳
  1. Presence-awaresoftwareusingSIP

    0下载:
  2. Presence aware software using SIP.pdf
  3. 所属分类:IP电话/视频会议

    • 发布日期:2008-10-13
    • 文件大小:367.77kb
    • 提供者:nili
  1. jain-sip-presence-proxy

    0下载:
  2. jain-sip-presence-proxy是利用JAVA技术构建的SIP服务器,可以用来处理即时消息和多媒体数据
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:1.66mb
    • 提供者:吴中探花
  1. libEMF

    0下载:
  2. The libEMF version bellow can be build out of the box on Ubuntu 8.10 (i386). It doesn t work on amd64 architectures. EmfEngine can be compiled on Unix-like systems (Linux, Mac OS X), but on these systems it relies on the presence of the libEMF librar
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:998.1kb
    • 提供者:liusheng
  1. SIMPLE-Presence

    0下载:
  2. “presence”,也作“presence information”,中文一般译为“呈现”,用以传达某一用户通过一组设备进行通信的能力和意愿。拿常见的MSN Messenger来举例,MSN v7.5为用户提供的可选状态有:联机、忙碌、马上回来、离开、接听电话、外出就餐和显示为脱机。这些状态便称为“presence状态”,它们表征了用户当前处于的某种状态和用户进行通信的意愿。-You may use this document or any part of the document for i
  3. 所属分类:Communication

    • 发布日期:2017-11-08
    • 文件大小:301.17kb
    • 提供者:life
  1. Communication-In-The-Presence-Of-Noise

    1下载:
  2. Shannon s classic paper on Communication In The Presence Of Noise
  3. 所属分类:Communication

    • 发布日期:2017-11-20
    • 文件大小:282.58kb
    • 提供者:Bai
  1. presence

    0下载:
  2. wordpress免费主题,扁平化设计。-Wordpress theme presence ,the flat design。
  3. 所属分类:Web Server

    • 发布日期:2017-05-02
    • 文件大小:563.27kb
    • 提供者:李正
  1. Smart-Room-Controller-using-Human-Presence-Detect

    0下载:
  2. Smart Room Controller using Human Presence Detector
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-01
    • 文件大小:18.78kb
    • 提供者:Ravindra
« 12 3 4 5 6 7 8 9 10 ... 39 »
搜珍网 www.dssz.com