虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

spice explorer

  • AJAX入门之XMLHttpRequest慨述   在使用XMLHttpRequest对象发送请求和处理响应之前

    AJAX入门之XMLHttpRequest慨述   在使用XMLHttpRequest对象发送请求和处理响应之前,必须先用JavaScript创建一个XMLHttpRequest对象。由于XMLHttpRequest不是一个W3C标准,所以可以采用多种方法使用JavaScript来创建XMLHttpRequest的实例。 Internet Explorer把XMLHttpRequest实现为一个ActiveX对象,其他浏览器(如Firefox、Safari和Opera)把它实现为一个本地JavaScript对象。由于存在这些差别,JavaScript代码中必须包含有关的逻辑,从而使用ActiveX技术或者使用本地JavaScript对象技术来创建XMLHttpRequest的一个实例。

    标签: XMLHttpRequest AJAX 对象 发送

    上传时间: 2014-11-23

    上传用户:trepb001

  • 我们知道

    我们知道,在Windows中可以通过剪贴板(Clipboard)来共享和传递数据,比如在资源管理器(Windows Explorer)中可以剪切/拷贝/粘贴文件。同样我们也可以在自己的应用程序中通过剪贴板来完成这些工作,从而提高我们自己的应用程序与Windows操作系统之间的互操作性。但我们如何才能与资源管理器之类的应用程序共享和传递数据呢?本文提供的方法是:使用Windows本身提供的一些数据结构和API,通过剪贴板来实现数据共享和传递。

    标签:

    上传时间: 2014-03-10

    上传用户:gtf1207

  • This demonstration shows how a ZigBee coordinator can be set up. This demo allows the Demonstratio

    This demonstration shows how a ZigBee coordinator can be set up. This demo allows the Demonstration Board (PICDEM Z or Explorer 16) to act as either a "Switching Load Controller" (e.g. a light) or a "Switching Remote Control" (e.g. a switch) as defined by the Home Controls, Lighting profile. It is designed to interact with a second Demonstration board programmed with the Demo RFD project

    标签: This demonstration Demonstratio coordinator

    上传时间: 2014-01-18

    上传用户:dianxin61

  • //我们说了要第一步要调用VirtualAllocEx()函数在目标进程中分配内存 //那么我们就得找到目标进程的PID

    //我们说了要第一步要调用VirtualAllocEx()函数在目标进程中分配内存 //那么我们就得找到目标进程的PID,我们假设把目标进程锁定为explorer.exe //下面是获取explorer.exe的PID

    标签: VirtualAllocEx PID 进程 函数

    上传时间: 2013-12-19

    上传用户:yuzsu

  • VBScript帮助手册 Microsoft Visual Basic Scripting 版是 Visual Basic 程式語言家族中最新的一個成員

    VBScript帮助手册 Microsoft Visual Basic Scripting 版是 Visual Basic 程式語言家族中最新的一個成員,它將 Active Scripting 帶入更多不同的環境中,包括 Microsoft Internet Explorer 的web客戶端 指令碼和 Microsoft Internet Information Server 的網路資訊服務

    标签: Visual Basic Microsoft Scripting

    上传时间: 2016-04-20

    上传用户:Avoid98

  • 一个利用远程进程开启dll的源程序;功能:搜索系统进程id

    一个利用远程进程开启dll的源程序;功能:搜索系统进程id,如explorer.exe,并利用此进程进行加载d

    标签: dll 进程 远程 源程序

    上传时间: 2013-12-17

    上传用户:s363994250

  • ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is

    ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it s useful to implement "View file" feature in your Delphi/C++Builder application. The following view modes are implemented: Text, Binary, Hex, Unicode: all files, of unlimited size. Plain file dump is shown. Used ATBinHex component: only visible part of file is loaded into memory. Modes are suitable for huge files and files of unknown type. RTF/UTF-8: RTF and UTF-8 encoded texts. File is shown using RichEdit control. Image: all general image formats: BMP JPG ICO GIF PNG... File is shown using ATImageBox component. Multimedia: all file types supported by MS Windows Media Player: AVI MPEG WMV MP3... File is shown using WMP ActiveX control. Internet: all file types supported by MS Internet Explorer: HTML XML DOC XLS... File is shown using MSIE ActiveX control. Plugins: all files supported by Total Commander Lister plugins.

    标签: component ATViewer Builder various

    上传时间: 2013-12-24

    上传用户:小鹏

  • C#界面编程

    C#界面编程,类似explorer,十分有借鉴意义,对于shell编程来说

    标签: 界面编程

    上传时间: 2014-01-21

    上传用户:极客

  • 嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动

    嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协议栈在ARM7+RTL8019硬件环境下测试,并建立了FTP服务器和WEB服务器,性能稳定。 6)协议栈建立的FTP服务器和WEB服务器与Internet Explorer浏览器和ftp.exe相互兼容。 7)协议栈每一个SOCKET上建了数据缓冲队列(数据结构),用于接收SOCKET的并发数据,实现多SOCKET的并发数据报处理,可同时运行FTP服务器和WEB服务器。 8)协议栈实现了ACK的延时答应(200ms),支持TCP多包发送和接收,但未支持TCP数据报的失序处理,因此适合局域网内使用。 诚邀与您合作,QQ:292942278

    标签: TCP 协议栈 IP 嵌入式

    上传时间: 2016-10-18

    上传用户:xhz1993

  • 本系列所采用的所有技术都将“以实例来定义”

    本系列所采用的所有技术都将“以实例来定义”,而不管它在其他应用中能否用普通公式来表达。为便于进行稳定性分析,我们在工具箱中使用了多种工具,包括数据资料信息、技巧、经验、SPICE仿真以及真实世界测试等,都将用来加快我们的稳定运放电路设计

    标签: 定义

    上传时间: 2014-01-08

    上传用户:zaizaibang