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

2<b>4</b>5

  • 電子看板的物件程式

    電子看板的物件程式,讓程式更好看 delphi 3.0, 4.0, 5.0, 6.0, 7.0 適用

    标签: 程式

    上传时间: 2015-07-13

    上传用户:dongbaobao

  • 质数竖式 下面的竖式是一个乘法运算问题

    质数竖式 下面的竖式是一个乘法运算问题,它的每个*号可以代入一个数字, 这个数字属于一个特定的由N个数字组成的集合。如果这个集合是{2,3,5,7}, 那么这个竖式称作“质数竖式”。 此程序就是为了解决这样一个问题而做的。

    标签: 乘法运算

    上传时间: 2013-12-22

    上传用户:xz85592677

  • 用java GUI写的计算器程序。程序安全

    用java GUI写的计算器程序。程序安全,健壮。多输几个小数点也只记录一个,和Windows XP 里的计算器(标准型),功能上是一样的。2+3=5,“2+3***”结果为5,不会连乘。“5*6==180”会连乘,2+3*8=40,2+3***8=40,9/0=0不报错

    标签: java GUI 计算器 程序

    上传时间: 2015-09-15

    上传用户:liglechongchong

  • 编写一个函数

    编写一个函数,输入n为偶数时,调用函数求1/2+1/4+…+1/n,当输入n为奇数时,调用函数    1/1+1/3+...+1/n(利用指针函数)

    标签: 编写 函数

    上传时间: 2014-01-13

    上传用户:edisonfather

  • /// ////HVDA高差压差动输入

    /// ////HVDA高差压差动输入,定时启动,由T2定时//////////////// /////////选择4,5通道为ADC0差动转化通道////////////// /////////仪表为某速度仪,输出Vout:0-10V,且带有参考电压输出Vref:5V//// /////////仪表特性:Vout-Vref与速度成线性关系,量程为-1m/s至1m/s/////// /////////对于电压超过3.6V的AD转化,只能采用HVDA通道//////////////// /////////仪表输出端与HVAIN+相连,仪表参考电平输出与HVAIN-相连//// /////////HVREF端与1V相连(可由DAC输出产生)////////////////////////// ///////////HVCAP连接30pf,滤波转折频率在1KHZ左右////////////////// /////////程序中对速度积分求取位移////////////////////////////////////// //////HVDA.c

    标签: HVDA 差压 输入

    上传时间: 2014-01-25

    上传用户:zwei41

  • rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000 Terminal Services, Wind

    rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000 Terminal Services, Windows 2003 Terminal Services/Remote Desktop, Windows XP Remote Desktop, and possibly other Terminal Services products. rdesktop currently implements the RDP version 4 and 5 protocols.

    标签: Terminal Windows Microsoft rdesktop

    上传时间: 2013-12-19

    上传用户:liuchee

  • vhdl语言描述分频器

    vhdl语言描述分频器,实现2、4、8、16……分频,经过实践

    标签: vhdl 语言 分频器

    上传时间: 2013-12-30

    上传用户:hongmo

  • 二次开发模块 一、条形码的批量生成

    二次开发模块 一、条形码的批量生成, 款式:由存货(7)+颜色(2)+尺码(2)+供应码(2)+年份(4)+月份(2)+流水号(6)自由组合生成 面料:由存货(7)+颜色(2)+供应码(2)自由组合生成 (1)由于每件款式的条码是唯一的,其数据量相当大,在数据库存储方面若按以往的方式处理,估计数据库是无法承受。故需采用新的存储方式,在这存储方面就需花较多的时间方可解决。 (2)条码生成后需同时往用友数据库(表:InventoryBarCodeSet)插入数据,以供用友制单时提供对应关系。

    标签: 二次开发 模块 条形码

    上传时间: 2014-09-11

    上传用户:康郎

  • 使用8051

    使用8051,16*2lcd开发密码锁。PORT1连接LCD的数据线,P3.3,3.4,3.5连接控制线。PORT2连接4*4键盘。p0.0~0.3接93C66。

    标签: 8051

    上传时间: 2013-12-22

    上传用户:坏坏的华仔

  • 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