这个程序的主要功能就是:JAVA环境下,开发如何查询清华大学的IP地址
上传时间: 2014-12-02
上传用户:x4587
本文介绍的是小波变换在信号趋势检测中的应用。通常情况下,一些含噪信号的发展趋势是难以分辨的。由于噪声的污染,对我们有用的信号的发展趋势在时域中看不出来,但是,通过小波分解,可以去除那些干扰信号,最终显现出有用信号的真面目。有完整的源程序和仿真结果及图形,很好的学习材料。
上传时间: 2014-08-15
上传用户:lixinxiang
DOS下16点阵汉字字库,在DOS下载入内存或以二进制的方式打开,索引要显示的汉字,读出要显示汉字的二进制代码,以图形方式即可显示在屏幕上。
上传时间: 2014-01-08
上传用户:nanshan
DOS下16点阵汉字字库,在DOS下载入内存或以二进制的方式打开,索引要显示的汉字,读出要显示汉字的二进制代码,以图形方式即可显示在屏幕上。
上传时间: 2013-12-18
上传用户:csgcd001
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
vc++平台下使用winsock,实现图片的传输和显示
上传时间: 2016-01-20
上传用户:AbuGe
该程序是基于arm的嵌入式linux下,多线程处理的程序。
上传时间: 2016-01-21
上传用户:Yukiseop
VfpWeb是一个VFP的Web接口系统,可以使用VFP编写Web服务器程序,发布B/S结构的Web程序。系统的使用与ASP类似。系统采用COM原理实现服务,需要PWS或IIS的支持,需要在Web服务器上安装系统,客户端不需安装软件。系统包括内核系统、开发管理工具与部分实例。
上传时间: 2016-01-22
上传用户:Yukiseop
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
计算机彩色显示器显示色彩的原理与彩色电视机一样,都是采用R(Red)、G(Green)、B(Blue)相加混色的原理:
上传时间: 2016-02-12
上传用户:zhouchang199