Description: asp 和 flash 的完美结合,含7种计数器样式-asp flash and the perfect combination, with seven species of counter styles Platform: |
Size: 571392 |
Author:李宗波 |
Hits:
Description: 这里有个JAVA和CGI程序结合的访问计数器的例子. 其实单纯做访问计数器,只有CGI就够了. 但希望统计用户访问该主页的时间时,只用CGI好象就不行了. (本例没有这个功能. :PPP) -Here is the Java and CGI program combining the visit counter examples. In fact done simply counter, only CGI suffice. But I hope that statistics users visit the home page of time, the only CGI seems it is not alright. (In this example, this function. : PPP) Platform: |
Size: 2048 |
Author:万宏兴 |
Hits:
Description: 功能:可以控制浏览量的计数器,文字计数与图片计数,IP计数功能 新增浏览量,今日,本月,上月,日均流量 开站天数,-function : to control the hits counter, counting words and pictures counting, the counting function IP new hits, today, this month, last month, the average daily flow station opened a few days, Platform: |
Size: 20480 |
Author:大包 |
Hits:
Description: 用C++编写的计数器CGI程序,功能强大,运行速度快速可靠,计数器也可以隐藏,该CGI程序运行于WinNT/Intel平台。-Counter written by VC++, high speed when runing. Platform: |
Size: 108544 |
Author:李居 |
Hits:
Description: 有始终使能端的十进制计数器,经验证可以实现-have always enable side of the decimal counter, the experience can be achieved certification Platform: |
Size: 1024 |
Author:常小河 |
Hits:
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: