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

监听<b>音箱</b>

  • 基于delphi的网络IP电话

    基于delphi的网络IP电话,使用说明: 开机:打开监听服务,以便别人可以和你通话。 关机:关闭监听服务,已经接受的连接不受影响,你可以继续通话。 拨号:连接已经开机的机器,弹出对话框后必须输入对方的IP和端口,如果需要使用代理,请正确设置代理服务器。 挂机:断开正在进行的通话。 开机后会显示你监听的IP和端口,别人可以通过这个IP和端口和你连接。 连接成功(你拨号连接别人或别人来连接你)后会显示对方的IP和端口。

    标签: delphi IP电话 网络

    上传时间: 2013-12-19

    上传用户:maizezhen

  • 基于JPCAP的流量采集

    基于JPCAP的流量采集,使用网络监听方式获得IP数据包,可以用来监视网络的状态、数据流动情况以及网络上传输的信息等。

    标签: JPCAP 流量 采集

    上传时间: 2014-01-05

    上传用户:JIUSHICHEN

  • 学习Spring框架的好例子

    学习Spring框架的好例子,包括IoC、国际化资源的事件监听的示范,短小精悍,在Eclipse+MyEclipse环境下调试通过。

    标签: Spring

    上传时间: 2014-01-14

    上传用户:1051290259

  • 基于C/S结构的Socket程序设计 即通信双方一方作为服务器等待客户提出请求并予以响应。客户则在需要服务时向服务器提出申请。服务器一般作为守护进程始终运行

    基于C/S结构的Socket程序设计 即通信双方一方作为服务器等待客户提出请求并予以响应。客户则在需要服务时向服务器提出申请。服务器一般作为守护进程始终运行,监听网络端口,一旦有客户请求,就会启动一个服务进程来响应该客户,同时自己继续监听服务端口,使后来的客户也能及时得到服务。

    标签: Socket 服务器 程序设计 服务

    上传时间: 2013-12-23

    上传用户:teddysha

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery

  • Java编写的目录监视器(DirectoryWatcher)源码 如果对C#等微软语言比较熟悉的话

    Java编写的目录监视器(DirectoryWatcher)源码 如果对C#等微软语言比较熟悉的话,DirectoryWatcher是大家比较熟悉的组件。但在Java里却没有现成的类似组件。由于项目需要,需要在JAVA里用到这个目录监视器。发现老外写了这么一个包,非常的实用,给大家分享一下。 该组件对服务器端系统目录变化通知进行监听,并在目录或目录内的某个文件发生变化时激发事件等,功能挺强大的。监视目录的文件读写很有用

    标签: DirectoryWatcher Java 编写 目录

    上传时间: 2014-01-02

    上传用户:ippler8

  • 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单

    服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接

    标签: Socket java TCP 套接

    上传时间: 2013-12-17

    上传用户:invtnewer

  • 这个程序有PC的服务端和Pocket PC上的客户端两个部分。服务端运行时

    这个程序有PC的服务端和Pocket PC上的客户端两个部分。服务端运行时,按下开始就可以从PC机的摄像头捕获视频,并且使用H.263编码进行压缩。这时服务端将在TCP的8765端口进行监听;这时运行客户端,输入服务器IP地址并点击“连接”,在网络正常的情况下,将实时显示服务端摄像头捕捉到的画面,画面的实时性取决于网络的带宽。

    标签: Pocket 服务端 程序

    上传时间: 2013-12-24

    上传用户:hxy200501

  • 本例制作烟花,执行本例实例后

    本例制作烟花,执行本例实例后,用鼠标点击浏览器中的面板,将出现五彩缤纷的烟花效果。本实例的知识点有:鼠标事件的监听,Graphics类和Thread类的应用。

    标签:

    上传时间: 2016-02-10

    上传用户:kikye

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    标签: converts Toolbox complex logical

    上传时间: 2016-02-12

    上传用户:a673761058