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

搜索资源列表

  1. 1111

    0下载:
  2. 在Linux上写的一个C程序,借助Lex做词法分析来同时统计N个文本文件的字符数,单词数和行数。-In Linux, written in a C program, using lexical analysis to the same time, Lex to do a statistical N number of characters in a text file, word count and the number of rows.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1127
    • 提供者:xerxes
  1. SUSUAN24

    0下载:
  2. 速算24,包含C++编写的所有源码,和生成的可执行.exe,可直接打开运行游戏。可以自由修改。-Quick count 24, including all written in C++ source code, and generate the executable. Exe, can be directly run the game open. Are free to modify.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-07
    • 文件大小:2014106
    • 提供者:张小麒
  1. wmj_news

    0下载:
  2. 源代码,拿去用吧,不啰嗦两句还不算数,真是的,也论文也可以拿来用-Source code, Naqu use it, not long-winded two also did not count, really, and also paper and can also be used
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-29
    • 文件大小:11436339
    • 提供者:lkjhd
  1. MC9S12XS256RMV1

    0下载:
  2. MC9S12XS系列单片机编程所需的计数手册 编程时参考上面的寄存器等说明 很详细-MC9S12XS Series Microcontroller Programmer manual count required for programming instructions refer to the above registers, etc. in great detail
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:3091132
    • 提供者:编程小鸟
  1. GTComponentPack_1_0_70

    0下载:
  2. GT Component Pack Version 1.0.70 Component Count : 70 TgtStatusBar TgtIPEdit TgtDayCombo TgtMonthCombo TgtYearCombo TgtDateCtrlManager Statusbar with advanced properties.Panels which can host any type of control besides the default.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:810191
    • 提供者:gerrichelli
  1. cfjsqV3.5.php

    0下载:
  2. 使用说明: 1.40种记数器图片样式可以选择,并且可以方便自由地增加记数器图片样式! 2.可以设置计数器显示数字,计数器起始时间,计数器隐藏,是否防刷新记数。 3.可以记录来访客的来源IP地址和来源页面信息。 4.每天的访问数据统计。 6.密码找回功能。 7.为多用户系统,具有注册用户管理功能,可以设置记数器运行环境。 8.可以设置记录的最大条数,超过会自动删除,保证系统快速稳定运行。 9.增加计数器
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-07
    • 文件大小:1792729
    • 提供者:刘宇霏
  1. fpganaoz

    0下载:
  2. 基于FPGA闹钟系统的设计。 1.秒模块实际上是一个计数器,一秒记录一次并输出。 2.分,时模块在一个脉冲上升沿计数一次的基础上,加入了时间调整控制。 3.调整时间的控制模块,在使能信号有效时,才可实现时分的调整。 4.闹钟调整及控制模块,可实现闹钟设时的调节功能。 5.显示模块,实现时间与闹钟显示的切换。 6.闹铃模块,实现闹铃的发声装置。 7.总逻辑模块,实现电子闹钟相应功能的总系统。 -FPGA-based alarm system design. 1. S
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:197264
    • 提供者:maominchao
  1. updown_6

    0下载:
  2. 这是一个使用VHDL语言编写的六进制计数器,具有自动控制加计数或减计数的功能。-This is a VHDL language using the six binary counter, with automatic control plus or minus count count function.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:391664
    • 提供者:liwx
  1. song

    0下载:
  2. module song(clk,key,song_out,led) input [7:0] key input clk output song_out output [7:0] led reg song_reg reg [21:0] count reg [19:0] delay reg [7:0] key_reg always @(posedge clk) begin count=count+1 if((count==de
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:365745
    • 提供者:罗仲景
  1. pinlv

    0下载:
  2. 利用AT89S51单片机的T0、T1的定时计数器功能,来完成对输入的信号进行频率计数,计数的频率结果通过8位动态数码管显示出来。要求能够对0-250KHZ的信号频率进行准确计数,计数误差不超过±1HZ。-AT89S51 microcontroller using T0, T1 timing counter functionality to complete the input signal frequency count, counting the frequency of the result
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:11230
    • 提供者:南然
  1. counter

    0下载:
  2. 可加载的同步四位计数器,异步置位,由控制键控制向下或者向下计数。计数状态由七位数码管显示。-4 synchronous loadable counter, an asynchronous set, controlled by the control key down, or down the count. Count the state from the seven digital tube display.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:243379
    • 提供者:心晨
  1. Mod_CPUTime

    0下载:
  2. 一个用来实现CPU间计算的FORTRAN90模块M_CPUTime。在你的FORTRAN程序中,只要包含这一模块,就可以在你的主要算法运行前:Call GetStartTime(),在你的算法运行完成后Call GetEndTime()就可以在屏幕上打印出你的算法程序的耗时。主要用于FORTRAN程序设计中,各算法速度之间的比较。-A FOR90 module to count the expending time of some Fortran running tasks.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:636
    • 提供者:韧峰
  1. 1234

    0下载:
  2. 输入一页文字,程序可以统计出文字、数字、空格的个数。 静态存储一页文章,每行最多不超过80个字符,共N行;要求(1)分别统计出其中英文字母数和空格数及整篇文章总字数;(2)统计某一字符串在文章中出现的次数,并输出该次数;(3)删除某一子串,并将后面的字符前移。 存储结构使用线性表,分别用几个子函数实现相应的功能; 输入数据的形式和范围:可以输入大写、小写的英文字母、任何数字及标点符号。 -count
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:299413
    • 提供者:李民
  1. josephus

    1下载:
  2. 问题描述: 新Josephus排列问题定义如下:假设n个人排成一个环形,给定一个正整数m,从第1 个人开始,沿环计数,每遇到第m个人就让其出列,这时计算器m自动加一,且计数继续进 行下去。这个过程一直进行到所有的人都出列为止,最后出列者为赢家。设这n个人的编号 分别为1~n,每次从编号为1的竞赛者开始计数,那么每个人出列的次序定义为整数1~n 的一个排列。这个排列称为一个(n,m)Josephus排列。 例如,(7,3)Josephus 排列为3,7,6,2,4,1,5。
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:1665
    • 提供者:atlantis
  1. asm

    0下载:
  2. 用80C51单片机实现的简单计算器,能算+,-,*,/-80C51 Microcontroller with a simple calculator that can count+,-,*,/
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:14955
    • 提供者:韦玉明
  1. Nfenping

    0下载:
  2. 通过硬件描述语言VHDL编写的任意模小于1024的N分频器,思路简单,用计数的原来实现,通过波形仿真的源代码(波形仿真文件)含-Through the descr iption of the written language VHDL hardware mold is less than 1024 arbitrary N prescaler, ideas, with simple, through the original count of simulation code (waveform w
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:179603
    • 提供者:刘平
  1. jcdd

    0下载:
  2. 计——先来先服务和最高响应比优先,操作系统课程设计-Count- first-come, first-served and the highest response ratio of priority, operating system, curriculum design
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:502049
    • 提供者:URSULA
  1. VHDL_counter

    0下载:
  2. 这是一个采用状态机设计的增减计数器;由控制位 dir 控制计数的方向,dir=‘0’ 时减计数,dir=‘1’时增计数;清零位为Clr,Clr = ‘1’时计数器清零; 启动位为Start,Start = ‘1’计数器工作,否则计数器不工作。 -This is an increase or decrease in use of state machine design counter by the control bits control the counting dir direction,
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:789850
    • 提供者:zhangwei
  1. FrequencyCounter

    0下载:
  2. 基于单片机控制系统,设计一款频率计,具体为蔡用定时器1定时,用外部中断一计数,每中断一次,count加一,并用P1口接的八个发光二极管显示。-Microcontroller-based control system, design a frequency counter, specifically for the CAI with the timer 1 timer, an external interrupt one count each of break time, count plus o
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:3169
    • 提供者:Aaron Chen
  1. count

    0下载:
  2. 单片机实验-倒计时源码,按键部分存在一定的问题。请多多指教。-SCM experiment- Countdown to source, there are certain key part of the problem. Please exhibitions.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:5297
    • 提供者:沈磊
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com