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

1_X_证书制度下会计<b>专业</b>教学的改革与探索

  • 这个程序的主要功能就是:JAVA环境下

    这个程序的主要功能就是:JAVA环境下,开发如何查询清华大学的IP地址

    标签: JAVA 程序 环境

    上传时间: 2014-12-02

    上传用户:x4587

  • 本文介绍的是小波变换在信号趋势检测中的应用。通常情况下

    本文介绍的是小波变换在信号趋势检测中的应用。通常情况下,一些含噪信号的发展趋势是难以分辨的。由于噪声的污染,对我们有用的信号的发展趋势在时域中看不出来,但是,通过小波分解,可以去除那些干扰信号,最终显现出有用信号的真面目。有完整的源程序和仿真结果及图形,很好的学习材料。

    标签: 小波变换 信号 中的应用 检测

    上传时间: 2014-08-15

    上传用户:lixinxiang

  • DOS下16点阵汉字字库

    DOS下16点阵汉字字库,在DOS下载入内存或以二进制的方式打开,索引要显示的汉字,读出要显示汉字的二进制代码,以图形方式即可显示在屏幕上。

    标签: DOS 点阵汉字 字库

    上传时间: 2014-01-08

    上传用户:nanshan

  • DOS下16点阵汉字字库

    DOS下16点阵汉字字库,在DOS下载入内存或以二进制的方式打开,索引要显示的汉字,读出要显示汉字的二进制代码,以图形方式即可显示在屏幕上。

    标签: 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 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

  • vc++平台下使用winsock

    vc++平台下使用winsock,实现图片的传输和显示

    标签: winsock vc

    上传时间: 2016-01-20

    上传用户:AbuGe

  • 该程序是基于arm的嵌入式linux下

    该程序是基于arm的嵌入式linux下,多线程处理的程序。

    标签: linux arm 程序 嵌入式

    上传时间: 2016-01-21

    上传用户:Yukiseop

  • VfpWeb是一个VFP的Web接口系统

    VfpWeb是一个VFP的Web接口系统,可以使用VFP编写Web服务器程序,发布B/S结构的Web程序。系统的使用与ASP类似。系统采用COM原理实现服务,需要PWS或IIS的支持,需要在Web服务器上安装系统,客户端不需安装软件。系统包括内核系统、开发管理工具与部分实例。

    标签: VfpWeb VFP Web 接口

    上传时间: 2016-01-22

    上传用户:Yukiseop

  • 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

  • 计算机彩色显示器显示色彩的原理与彩色电视机一样

    计算机彩色显示器显示色彩的原理与彩色电视机一样,都是采用R(Red)、G(Green)、B(Blue)相加混色的原理:

    标签: 计算机 彩色显示器 色彩 彩色电视机

    上传时间: 2016-02-12

    上传用户:zhouchang199