CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - counting

搜索资源列表

  1. geomatics_gauss

    0下载:
  2. 测绘工程,大地测量学,高斯正反算,初学者参考-mapping, geodesy, Gaussian positive and negative counting, beginners reference
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:10408
    • 提供者:徐俊芳
  1. zbfs(2)

    1下载:
  2. 简单的VB坐标反算程序! 属于自编自用的,现奉献给大家-simple VB coordinates anti-counting procedures. Is directed to use, we are dedicated to
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5446
    • 提供者:Userzuo
  1. fbjsq

    0下载:
  2. 方波计数器-C编写的称: 外部计数+显示程序 单片机外部输入脉冲信号,定时器参与计数 计数值由数码管显示出来。-square counter-prepared C said : Counting procedures external microcontroller external input pulse signal, Timer counts in the digital numerical control by the show.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:30202
    • 提供者:linhui
  1. chanliangxianshipai

    0下载:
  2. 产量显示牌,能对工厂的产品自动计数,有时钟、每小时产量和每日累计产量显示,通过遥控器来调整时间和显示方式。-yield signs can be the product of the factory automatic counting, a clock, Yield per hour and daily cumulative production, through remote control to adjust the timing and formats.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:5222
    • 提供者:lanmef
  1. huibianshishiCounter

    0下载:
  2. 一个用汇编语言编写的用计数程序, 需要的朋友们下载哦。-an assembler language with the counting procedures, the need to download oh friends.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:5157
    • 提供者:libilian
  1. 999jishu1

    0下载:
  2. c51编程实例\\在6个LED数码管上显示00000按p3.2开始计数再按停止0-decoder programming examples \\ in six LED digital tubes showed 00,000 by then starts counting p3.2 stop 0
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1776
    • 提供者:yang
  1. haomiaokongzhi

    0下载:
  2. 在计数时间间隔很小时 ,实现毫秒级计数控制并显示 -in the time intervals are counting hours and achieve millisecond counts control and display
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3538
    • 提供者:chaohuang
  1. third4

    0下载:
  2. 自动售货机,投币记数,判断是否已答商品价格,再出货指令发出后,出货。-vending machines, coin counting, to decide whether or not to have answered commodity prices, export orders issued again after shipment.
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:1572
    • 提供者:贾植
  1. led0-99-tmr0-int

    0下载:
  2. 自己编写的一个PIC程序,可实现0—99记数并通过数码管显示,应用了TMR0中断。-themselves prepared a PIC procedure can achieve 0-99 counting and through digital control, Application of TMR0 interruption.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1302
    • 提供者:张丛
  1. LED_clock_quartus

    0下载:
  2. 用VHDL语言实现数显时钟,devid200.vhd为分频模块,scan.vhd为LED扫描模块,timecount.vhd为计数模块-VHDL digital clock, devid200.vhd for frequency module, scan.vhd for LED scanning module, timecount.vhd for counting module
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:3123
    • 提供者:王龙
  1. memory_fft

    0下载:
  2. 次代码在传统fft的基础上,为了节约存储控间,对选装因子进行了压缩,是在同样完成fft的基础上,由于旋转因子的数量的改变而减少了62.5%计算点数的空间,结果以验证,可以直接使用-times in the traditional fft code on the basis that in order to save storage control, the right option for the compression factor. is the same fft completed on
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:121922
    • 提供者:li xiaoyan
  1. dic1

    0下载:
  2. 关联规则5 DIC (Download) This implementation is based on the Dynamic Itemset Counting (DIC) algorithm (cfr. Brin et al., 1997). The implementation contains no additional optimizations ans seems to perform worse than Apriori on almost all datasets I
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:5864
    • 提供者:lion
  1. countsort

    0下载:
  2. 计数排序是一个非基于比较的线性时间排序算法。它对输入的数据有附加的限制条件: 1、输入的线性表的元素属于有限偏序集S; 2、设输入的线性表的长度为n,|S|=k(表示集合S中元素的总数目为k),则k=O(n)。 在这两个条件下,计数排序的复杂性为O(n)。 计数排序算法的基本思想是对于给定的输入序列中的每一个元素x,确定该序列中值小于x的元素的个数。一旦有了这个信息,就可以将x直接存放到最终的输出序列的正确位置上。例如,如果输入序列中只有17个元素
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1382
    • 提供者:金龙
  1. TCNTL

    0下载:
  2. 用ISE开发的VHDL随机地址发生器,采用循环计数生成地址-using VHDL development of the ISE random address generator, cycle counting generated addresses
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:635323
    • 提供者:张稀楠
  1. aprioriWritByJava

    1下载:
  2. 用JAVA编写的apriori中的动态项目集计数实现算法。采用Hash方法实现具体的划分,属于apriori的一种改进算法-with JAVA apriori prepared by the dynamic item counting algorithm. Hash methods used to achieve specific division is apriori an improved algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5315
    • 提供者:kpeng
  1. gegrad

    0下载:
  2. 用VC编写的一个共轭梯度法的程序,目票函数是给定的.-VC prepared by a conjugate gradient method procedures, head to the counting function is determined.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3369
    • 提供者:zhao
  1. 4Display

    0下载:
  2. 四位时程序,用于时钟计数,从1点到12点计时,带小数点显示.-procedures for counting the clock from 1:00 to 12:00 time, the band showed decimal point.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3575
    • 提供者:张振武
  1. btjs

    0下载:
  2. 一个动态按钮记数程序,可以供vc爱好者学习 新的按钮技术-a dynamic button counting procedures for vc lovers can learn new button technology
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:48980
    • 提供者:sunpike
  1. hangbandingpiaoxitong

    0下载:
  2. 航班定票系统,可以定票,退票,还可以查询火车信息。-flights scheduled counting system can determine, with a refund, but also train information inquiries.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1873
    • 提供者:陈亮亮
  1. CallDllFunc

    0下载:
  2. 计数的源代码程序-counting the source code procedures
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:37983
    • 提供者:叶子
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com