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

应用<b>开发</b>指南

  • 一个浏览缩小图的组件

    一个浏览缩小图的组件,专为像创建在线相册薄等以网络为基础的应用程序开发服务。 name:www.chinaz.com sn:48958-77556-02411 name:chinaz sn:71316-48529-38722 安装的时候 填入name:后面的用户名 例如 www.chinaz.com 然后在程序写 Set jpg = Server.CreateObject("Persits.Jpeg") jpg.RegKey = "48958-77556-02411"

    标签:

    上传时间: 2014-01-03

    上传用户:aa17807091

  • 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

  • 简易示波器的VHDL程序

    简易示波器的VHDL程序,可以应用,开发环境QUARTUS,实验箱为GW48

    标签: VHDL 简易示波器 程序

    上传时间: 2016-01-24

    上传用户:亚亚娟娟123

  • 用VHDL演示MUSIC的程序

    用VHDL演示MUSIC的程序,可以应用,开发环境QUARTUS,实验箱为GW48

    标签: MUSIC VHDL 程序

    上传时间: 2016-01-24

    上传用户:tyler

  • 正弦波发生器

    正弦波发生器,可以应用,开发环境QUARTUS,实验箱为GW48

    标签: 正弦波发生器

    上传时间: 2014-01-11

    上传用户:chfanjiang

  • Qt/Embedded延续了Qt在桌面系统的所有功能

    Qt/Embedded延续了Qt在桌面系统的所有功能,丰富的API接口和基于组件的编程模型使得嵌入式Linux系统中的应用程序开发更加便捷。由于Qt/Embedded本身面向高端的手持设备和移动设备,将成为未来嵌入式系统的主要GUI。

    标签: Embedded Qt

    上传时间: 2016-01-26

    上传用户:小码农lz

  • Delphi是第四代编程语言

    Delphi是第四代编程语言,是RAD(Rapid Application Development,快速应用程序开发)工具的代表。它采用面向对象的Pascal语言,利用组件化的编程思想,使得基于Windows的编程工作变得轻而易举。 与其他流行的编程语言相比,C++语言功能强大但是难于掌握,Basic语言简单易学但是功能有限,而Delphi既具有VisualBasic的简单易用,又具有Visual C++的强大功能,是广大编程人员的理想选择。

    标签: Delphi 编程语言

    上传时间: 2016-02-01

    上传用户:CHINA526

  • 本书共分14章

    本书共分14章,深入浅出地讲述了如何利用SQL Server 2000进行数据库设计、数据库管理、数据复制和分布数据环境设置以及服务器端和客户端应用开发。本书通过实例讲解,对各个知识点的问题提出了许多解决办法,从而使读者在学习知识的过程中能够提高分析问题和解决问题的能力。为了帮助读者分析问题,在每章中都有习题,以此巩固读者所学知识。 本书不但能帮助初级用户学习和了解数据库开发的有关知识,而且能帮助从事数据库设计和数据库应用程序开发的中级用户迅速提高开发能力,对高级用户也有一定的参考价值。

    标签:

    上传时间: 2016-02-09

    上传用户:colinal

  • 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

  • 前面我们详细介绍了Qt 嵌入式工具开发包的安装和使用方法

    前面我们详细介绍了Qt 嵌入式工具开发包的安装和使用方法,但是这个介绍对于要真 正进行一次商业的嵌入式应用开发来说并不足够。嵌入式应用的开发工作基本上是在工作站 或是PC 机上完成的,我们在工作的机器上调试运行嵌入式应用,并将输出结果显示在一个仿 真小型设备显示终端的模拟器上。在开发的后期,我们要根据我们选择的嵌入式硬件平台, 将嵌入式应用编译链接成适合在这个硬件平台上运行的二进制目标代码,另外由于应用使用 到了Qt/Embedded 的库,所以我们还要将Qt/Embedded 库的源代码编译链接成为适合在这个 硬件平台上使用的二进制目标代码库。当一个Qt/Embedded 应用被部署到小型设备上,并可 靠的运行,这样一个开发过程才宣告结束。 使用Qt/Embedded 开发一个嵌入式应用的过程大体可用下面的流程图表示:

    标签: 详细介绍 嵌入式工具 开发包

    上传时间: 2014-01-05

    上传用户:一诺88