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

多<b>变量</b>系统

  • 最近移植在s3c44b0x上的最新的ucos v2.85版本

    最近移植在s3c44b0x上的最新的ucos v2.85版本,并建立了简单的多任务,靠系统时钟中断切换,绝对的好东东奉献给大家!

    标签: s3c44b0x 2.85 ucos 移植

    上传时间: 2016-01-16

    上传用户:sdq_123

  • 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

  • 利用SPCE061A

    利用SPCE061A,RS485 多路数据采集系统 本系统采用双CPU控制,主机与从机的CPU都是使用SPCE061A单片机。从CPU负责采集七路数据,同时应答主CPU发送的命令。主CPU进行数据处理,数据显示,键盘输入,系统报警,语音播报通道的电压值。在主CPU与从CPU的通讯中,采用国际标准的RS485差分方式接口,使通讯的速率和传输距离均大于RS232的标准接口方式,并且用线最少(只要两根)。本系统实现了一种具有语音播报、语音提示的高性能、高智能的实用型远距离多路数据采集系统。

    标签: SPCE 061A 061

    上传时间: 2013-12-27

    上传用户:xcy122677

  • 介绍DS18B20的基本特性

    介绍DS18B20的基本特性,和基于DS18B20设计的多点测温系统。给出了系统硬件连线及软件流程。

    标签: 18B B20 DS 18

    上传时间: 2014-11-17

    上传用户:chongcongying

  • 库存管理子系统帮助企业的仓库管理人员对库存物品的入库

    库存管理子系统帮助企业的仓库管理人员对库存物品的入库,出库,移动,盘点,补充订货和生产补料等操作进行全面的控制和管理,以达到降低库存,减少资金占用,避免物料积压或短缺现象,保证生产经营活动顺利进行的目的。库存管理子系统是一个多层次的管理系统,可以通过灵活的设置实现不同层次的管理。采用Java+SQL Server开发的,为C/S架构系统,本文主要介绍本系统的设计和开发过程。

    标签: 库存管理 子系统 仓库管理 库存

    上传时间: 2016-04-25

    上传用户:asdfasdfd

  • 声明:上次传上来的V1.6版中的exe文件不能正常使用

    声明:上次传上来的V1.6版中的exe文件不能正常使用,这次重传一个可用的“多功能图书管理系统Multi_BooksManagerV1.6工程包+发行包”软件包的压缩包。 软件名称: 多功能图书管理系统Multi_BooksManager V1.6 2.本程序系用java(jbuilder9,jdk1.4,手工jdk1.5)所开发,目前为v1.6版,因学习繁忙仅实现了图书管理、运行环境的系统信息、用户手册、 加密解密、收发email电子邮件等功能,其他有待补充。 3.本次版本对以前版本(V1.4)已有功能进行了改进,并增添了java邮件的smtp发送及pop3/imap接收功能。 4.文件夹“Multi_BooksManager V1.6”是一个独立的发行包,运行其中的exe文件即可启动程序。 5.本目录下的.des文件为工程包源文件---keyongV1.6jiemi。 6.传播时请保持原软件包的完整性,本程序仅供学习参考之用,未经允许,勿为商用。 7.欢迎指出bug或提出改进意见,email:wudazhg@163.com Author:zhg zhg工作室 2008.4 E-mail:wudazhg@163.com 版权所有,侵权必究 All Rights Reserved,

    标签: 1.6 exe

    上传时间: 2016-05-11

    上传用户:1427796291

  • 介绍了jsp开发web应用程序的重要技术技巧

    介绍了jsp开发web应用程序的重要技术技巧,配以多个实用的系统实例讲解,包括在线书店、新闻发布系统

    标签: jsp web 应用程序

    上传时间: 2016-08-21

    上传用户:gxmm

  • 是用MGC做的界面设计

    是用MGC做的界面设计,是一个树状,多窗口的管理系统界面。

    标签: MGC 界面设计

    上传时间: 2016-09-17

    上传用户:Late_Li

  • 约束最优化方法--最速下降法(也叫梯度法)

    约束最优化方法--最速下降法(也叫梯度法),是人们用来求多个变量函数极值问题的最早的一种方法。

    标签: 梯度

    上传时间: 2014-01-18

    上传用户:qq21508895

  • 汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation

    汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C

    标签: the animation Simulate movement

    上传时间: 2017-02-11

    上传用户:waizhang