Welcome![Sign In][Sign Up]
Location:
Search - Cnt

Search list

[Software Engineering可预置的8位计数器源程序

Description: 可预置的8位计数器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //变量类型的宏定义 #define uint unsigned int uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的数码管段码 0x49,0x41,0x1f,0x01,0x09} uchar data cnt[8] //在data区定义8位长度的数组,用来存放计数值 uchar data pre_cnt[8] //在data区定义8位长度的数组,用来存放预置值 sbit drv=P3^4 //定义输出驱动端 bit set_flag //定义工作标志 bit out_flag //定义输出标志 bit keydown_flag //键按下标志 -can preset counter the eight major part of the process analysis # include
Platform: | Size: 21028 | Author: wyq | Hits:

[Othercnt

Description: 预应力钢绞线松弛试验计算程序,用来计算预应力钢绞线的松弛率,需IIS支持.-prestress relaxation pilot program, prestressed strands used to calculate the rate of relaxation, the need to support IIS.
Platform: | Size: 2907 | Author: k2 | Hits:

[WEB Codecoul

Description: PWM的实现过程中使用了两个计数器CNT 1和CNT2,通过技术比较来判定LED灯泡是否点亮:若CNT1<CNT2 ,LED灯泡由熄灭状态进入点亮状态 若CNT1>CNT2则LED灯泡由点亮状态进入熄灭状态。各基色LED灯泡是串行连接的,并且只需改变一种基色LED灯泡的状态便能实现色彩的变换,因此,系统计数器CNT1和CNT2只设立一组。如果当前改变的是红色LED灯泡的亮度,那么绿色和蓝色LED灯泡的亮度保持原状态不变。 系统计数器的另一个作用是控制色彩变换的频率,它可以由系统的初始值设定,也可以由用户来设定-PWM process of the realization of the use of two counter CNT and a CNT2. through technical comparison to determine whether LED lamp lit : If CNT1
Platform: | Size: 4045 | Author: zhuguozheng | Hits:

[Othervb11

Description: 电脑横机上程序转换,(*.CNT*.PAT)
Platform: | Size: 48344 | Author: cnwkswxf | Hits:

[OS programAnalyzeIPv4_WinPcap.cpp

Description: 该程序同样通过WinPcap提供的函数,获取网络适配器,利用函数pcap_loop(pcap_t* p,int cnt,pcap_handle dispatch_handle,u_char* user)捕获数据包。
Platform: | Size: 1977 | Author: | Hits:

[TCP/IP stackAnalyzeTCP_WinPcap.cpp

Description: 该程序通过利用WinPcap提供的函数pcap_loop(pcap_t* p,int cnt,pcap_handle dispatch_handle,u_char* user)将数据包捕获。并在dispatch_handle(u_char *,const pcap_pkthdr *header,const u_char *pkt_data)中通过编写代码实现解析。
Platform: | Size: 2083 | Author: | Hits:

[Other resourcec2

Description: 如果四位数各位上的数字均是0或2或4或6或8, 则统计出满足此条件的个数cnt, 并把这些四位数按从大到小的顺序存入数组b中
Platform: | Size: 1109 | Author: sjhua | Hits:

[Othercnt

Description: 带有异步复位和同步时钟的十进制加法计数器
Platform: | Size: 1498 | Author: 何霞霞 | Hits:

[Windows DevelopCNT

Description: N位计数器功能,能实现N位计数。只需修改N即可,无需修改源程序
Platform: | Size: 801 | Author: zhang | Hits:

[VHDL-FPGA-VerilogCNT_24

Description: 用vhdl实现24小时计数器,方法简单实用。 仿真环境MAXPLUS--use VHDL to achieve 24-hour counter, simple and practical method. Simulation environment Segments-
Platform: | Size: 48128 | Author: dm | Hits:

[Software Engineering可预置的8位计数器源程序

Description: 可预置的8位计数器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //变量类型的宏定义 #define uint unsigned int uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的数码管段码 0x49,0x41,0x1f,0x01,0x09} uchar data cnt[8] //在data区定义8位长度的数组,用来存放计数值 uchar data pre_cnt[8] //在data区定义8位长度的数组,用来存放预置值 sbit drv=P3^4 //定义输出驱动端 bit set_flag //定义工作标志 bit out_flag //定义输出标志 bit keydown_flag //键按下标志 -can preset counter the eight major part of the process analysis# include
Platform: | Size: 20480 | Author: wyq | Hits:

[Othercnt

Description: 预应力钢绞线松弛试验计算程序,用来计算预应力钢绞线的松弛率,需IIS支持.-prestress relaxation pilot program, prestressed strands used to calculate the rate of relaxation, the need to support IIS.
Platform: | Size: 3072 | Author: k2 | Hits:

[Documentscoul

Description: PWM的实现过程中使用了两个计数器CNT 1和CNT2,通过技术比较来判定LED灯泡是否点亮:若CNT1<CNT2 ,LED灯泡由熄灭状态进入点亮状态 若CNT1>CNT2则LED灯泡由点亮状态进入熄灭状态。各基色LED灯泡是串行连接的,并且只需改变一种基色LED灯泡的状态便能实现色彩的变换,因此,系统计数器CNT1和CNT2只设立一组。如果当前改变的是红色LED灯泡的亮度,那么绿色和蓝色LED灯泡的亮度保持原状态不变。 系统计数器的另一个作用是控制色彩变换的频率,它可以由系统的初始值设定,也可以由用户来设定-PWM process of the realization of the use of two counter CNT and a CNT2. through technical comparison to determine whether LED lamp lit : If CNT1
Platform: | Size: 4096 | Author: zhuguozheng | Hits:

[Othervb11

Description: 电脑横机上程序转换,(*.CNT*.PAT)-Computerized Flat Knitting Machine on the procedures for conversion, (*. CNT*. PAT)
Platform: | Size: 48128 | Author: cnwkswxf | Hits:

[VHDL-FPGA-VerilogCNT4B

Description: 基于VHDL的4位带异步清零的二进制计数器。-VHDL-based band of four asynchronous binary counter cleared.
Platform: | Size: 168960 | Author: luoqianyou | Hits:

[Sniffer Package captureAnalyzeIPv4_WinPcap.cpp

Description: 该程序同样通过WinPcap提供的函数,获取网络适配器,利用函数pcap_loop(pcap_t* p,int cnt,pcap_handle dispatch_handle,u_char* user)捕获数据包。-The program provided the same function through the WinPcap, access network adapter, using function pcap_loop (pcap_t* p, int cnt, pcap_handle dispatch_handle, u_char* user) to capture packets.
Platform: | Size: 2048 | Author: | Hits:

[Software EngineeringCNT

Description: 碳纳米管分析和模拟软件,建模分析,实验验证-carbon nanotube analysis and simulation software
Platform: | Size: 40960 | Author: 武当山 | Hits:

[source in ebookcnt

Description: 一个可以生成碳纳米管坐标的FORTRAN程序,F77格式,是碳纳米管的物理特性一书中的程序-a program to generate Coordinate of carbon nanotubes
Platform: | Size: 4096 | Author: 刘夏 | Hits:

[OtherCNT

Description: 阿尔泰 DAM-3000 CNT VB 简单程序-DAM-3000 CNT VB Altai simple program
Platform: | Size: 16384 | Author: lucham | Hits:

[OtherCNT

Description: Carbon nano tube CNT
Platform: | Size: 3996672 | Author: engi | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net