-
CDPartner
这是一个带有时钟,闹钟的桌面宠物程式.
还有记事功能!!COOL(This is a clock, alarm clock, desktop pet programs. There Notepad function!! COOL)
- 2007-11-29 19:45:16下载
- 积分:1
-
dfgdfg
用 ASP.NET 做的 留言板 、 在线考试系统 上转文件、 视频播放(ASP.NET to do with the message board, online examination system on the transfer files, video playback)
- 2010-01-17 14:54:06下载
- 积分:1
-
LPC2138
以LPC2138为基础的防火防盗报警显示系统。(LPC2138-based fire burglar alarm display system.)
- 2020-07-01 23:40:01下载
- 积分:1
-
112.基于单片机设计的数字电子秤(毕业设计)
基于51单片机的数字电子秤,有文档的详细说明(A digital electronic scale based on 51 single chip microcomputer with detailed description of the document)
- 2018-02-28 11:11:47下载
- 积分:1
-
aspxtp
asp投票系统,.,,,,
(asp ,.,,,, voting system)
- 2008-01-03 15:26:54下载
- 积分:1
-
yylink
可根据需要上传图片logo
首页链接的调用(点击排在前5位的站点)
文字链接的调用(可取消)
login.asp 后台管理登陆口
帐号、密码均为admin(According to the need to upload pictures logo
The home page links (click to call the top 5 sites)
Text link call (can be cancelled)
Login.asp background management landing port
The account and password are admin)
- 2016-03-06 19:08:22下载
- 积分:1
-
MixedColor
测试反应速度的android游戏。c++语言源代码。(a android game which tests your reaction speed.
)
- 2020-09-15 09:17:57下载
- 积分:1
-
用vb写的数控仿真系统
仿真机床切割,可生产可编辑的轨迹代码,方便操作.(Simulated machine tool cutting, can produce editable trajectory code, easy to operate.)
- 2020-06-28 11:40:01下载
- 积分:1
-
DataAdapter
使用DataAdapter对数据库进行操作
将SQL-search.aspx程序可改为使用DataAdapter对数据库进行操作.
程序使用"Dim objAdapt As New OleDbDataAdapter(strcmd,objCon)"创建了DataAdapter对象。(Use DataAdapter to operate the database
The SQL-search.aspx program can be changed using the DataAdapter to operate the database. The program uses "Dim objAdapt As New OleDbDataAdapter (strcmd, objCon)" Creating a DataAdapter object.
)
- 2013-12-27 21:39:40下载
- 积分:1
-
fer1
$regfile = M8DEF.dat internal crystal 8000000
Config Lcdpin = Pin , Db4 = Portc.1 , Db5 = Portc.2 , Db6 = Portc.3 , Db7 = _
Portc.4 , E = Portd.2 , Rs = Portd.3
Config Lcd = 16 * 2
Config Timer1 = Counter , Edge = Rising
Ddrb.1 = 0 : Portb.1 = 1 PULL UP RESISTOR ACTIVATED
Config Timer0 = Timer , Prescale = 1024
Enable Counter1
Enable Interrupts
Enable Timer0
Enable Timer1
On Ovf1 Pulsecount
On Ovf0 Ovf0occures
Dim A As Long , I As Long , B As Byte
B = 0
Cls
Start Timer0
Do
Loop
End end program
Ovf0occures:
Incr I
If I > 30 Then
Stop Timer0
Cls : Home
A = B * 65536
A = A + Counter1
Lcd FREQ IS : A HZ
B = 0
I = 0 : Counter1 = 0
Start Timer0
End If
Return
Pulsecount:
Incr B
Counter1 = 0
Return
- 2014-11-22 01:04:48下载
- 积分:1