Location:
Search - home.dat
Search list
Description: 用c++写的dos管理系统
可以管理你所用的钱的总和,且能列出
数据记录在home.dat中的
写得不好,还有很多需要改进
作者:西南交通大学峨眉校区李建超编写
QQ:32591157
Platform: |
Size: 32237 |
Author: |
Hits:
Description: 用c++写的dos管理系统 可以管理你所用的钱的总和,且能列出 数据记录在home.dat中的 写得不好,还有很多需要改进 作者:西南交通大学峨眉校区李建超编写 QQ:32591157 - The dos management system management system writes which with c
may manage you to use the money sum total, also can list the data
record to write in home.dat is not good, but also has very many needs
to improve the author: Southwest Jiaotong University Omei school area
Li Jianchao compiles QQ: 32.591157 million
Platform: |
Size: 31744 |
Author: 李建超 |
Hits:
Description: 一、平台简介
随着网络的普及,校园网站已成了对外宣传的一个良好窗口,成了大家相互沟通的一个平台,
成了学校管理的一部分。
《校园智能建站平台》版本1.0 能方便为学校搭建起属于自已个性的校园网站,你只要进入后
台对相关的页面属性及背景等设置即可。具体特点如下:
1:方便灵活的智能定义管理,使网站后续维护更加灵活自由。
2:站点首页各项内容可以任意增删设置,并能随意设置背景、边框色、显示方式等。
3:菜单栏目自由设定,支持二级。
二、登录说明
站点首页 index.asp
后台入口 xyadmin/login.asp 管理员帐号为admin 密码admin888
三、数据库说明
默认库文件名 xyadmin/dbdata/data.dat
建议自行修正 include/conn.asp 文件设置
db="/xyadmin/dbdata/data.dat" 数据库文件所在路径
四、版权申明
未经允许不得使用此平台进行商业活动,由此产生相应的一切法律责任自行负责与本公司无关。
五、技术支持
福建莆田三人行电脑科技 www.jtsofts.com
QQ:703339899 Tel:0594-8580518
如果你需要更多的服务请和我们联系,我们将提供更多的服务。
-A platform Introduction
With the popularity of the network, the campus Web site has become a good window of outreach, we have become a platform to communicate with each other,
Became part of the management of the school.
The campus intelligent website platform version 1.0 can facilitate schools erected the campus site belong to their own personality, you just go to
Taiwan to set page attributes and background. Specific characteristics are as follows:
1: convenient and flexible intelligent definition of management, to make the site more flexibility and freedom to follow-up maintenance.
2: Site Home the content can be any additions or deletions set, and is able to set the background, border color, show the way.
3: The menu is free to set sections to support two.
Second, the login instructions
Site Home index.asp
The backstage entrance xyadmin/login.asp administrator account admin password admin888
Third, the database Description
Default library
Platform: |
Size: 24041472 |
Author: 张中军 |
Hits:
Description: $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-$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
Platform: |
Size: 9216 |
Author: mojgan |
Hits: