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

与处理<b>系统</b>

  • lcm显示功能

    lcm显示功能,用于单片机与嵌入式应用系统。可自由显示图形和文本。

    标签: lcm

    上传时间: 2015-11-26

    上传用户:TRIFCT

  • 使用ajax技术检验用户是否存在 AJAX(Asynchronous JavaScript and XML)是多种技术的综合

    使用ajax技术检验用户是否存在 AJAX(Asynchronous JavaScript and XML)是多种技术的综合,它使用XHTML和CSS标准化呈现,使用DOM实现动态显示和交互,使用XML和XSTL进行数据交换与处理,使用XMLHttpRequest对象进行异步

    标签: Asynchronous JavaScript ajax AJAX

    上传时间: 2014-01-25

    上传用户:lizhizheng88

  • Java是一种功能强大的编程平台

    Java是一种功能强大的编程平台,带有大量的Application Programming Interfaces(APIs,应用程序编程接口)。在本书中,我们将研究Java用于访问和处?硎莸母髦旨际酢1臼榻蚨琳呓樯苋绾问褂肑ava开发企业级的分布式应用程序,其中涉及生成、处理、存储、 与检索各种类型的数据与不同的数据库。 本书按照一定的逻辑顺序分为六个部分。在相互的基础上,前四部分深入广泛地探讨了各种Java技术,它们可以组合或单独用于为各种数据访问与处理情况开发实际方案。第五部分中的案例研究包括了一些实际的围绕数据的应用程序范例。 本书只需要读者具有Java的使用知识,所有的技术与概念都会用图表与实际范例充分给予解释。

    标签: Java 编程

    上传时间: 2013-11-25

    上传用户:cainaifa

  • Arm相关资料

    Arm相关资料,包括常用ARM指令集与汇编,arm系统开发相关教程

    标签: Arm

    上传时间: 2013-12-04

    上传用户:alan-ee

  • 西门子公司PLC编程软件STEP7采集工业现场的程序

    西门子公司PLC编程软件STEP7采集工业现场的程序,完成数据采集与处理和逻辑控制等功能

    标签: STEP7 PLC 西门子 编程软件

    上传时间: 2014-08-17

    上传用户:杜莹12345

  • 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

  • 《自然语言理解》的讲义-宗成庆

    《自然语言理解》的讲义-宗成庆,中科院自动化研究所模式识别国家重点研究室。希望此讲义能对象学习语音识别与处理的朋友有所帮助

    标签: 语言 讲义

    上传时间: 2016-02-03

    上传用户:我干你啊

  • 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

  • matlab非常有用的工具箱

    matlab非常有用的工具箱,可对非平稳信号进行分析与处理。

    标签: matlab 工具箱

    上传时间: 2013-12-16

    上传用户:xhz1993

  • 本人收集的ajax一些资料

    本人收集的ajax一些资料,打印版。 Ajax这个概念的最早提出者Jesse James Garrett认为:   Ajax是Asynchronous JavaScript and XML的缩写。   Ajax并不是一门新的语言或技术,它实际上是几项技术按一定的方式组合在一在同共的协作中发挥各自的作用,它包括   使用XHTML和CSS标准化呈现   使用DOM实现动态显示和交互   使用XML和XSLT进行数据交换与处理   使用XMLHttpRequest进行异步数据读取   最后用JavaScript绑定和处理所有数据 谢谢大家

    标签: ajax

    上传时间: 2013-12-15

    上传用户:c12228