图书借阅管理系统 一、第一次运行弹出打开数据对话框,找到安装目录下的 bookdata.dat , 单击打开即可。然后输入管理员的初始密码123 二、安装过程中如有任何错误,请按忽略继续。安装后如不能运行,原因是您的计算机中缺少数据驱动程序,请访问http://www.olserver.com 查找并下载数据驱动程序。 也可以安装一份Office2000 一般都能解决问题。 三、您可以用Excel先录入图书资料,然后再导入到系统中,注意Excel的格式应采用Excel图书模版格式才能被导入,图书模版中,第1行ID不用录入,借出日期也不用录入。在用图书表模版时,请尝试用几个图书表模版(不同类不同图书号码段区分)分别录入图书信息,再逐一导入!
上传时间: 2013-12-08
上传用户:电子世界
无线仿真Matlab代码,Matlab scripts to generate input trace files. Changed in January 2005
上传时间: 2015-04-13
上传用户:wkchong
快速删除VC,DELPHI的临时文件。此BAT文件可以在文件夹和驱动盘右键菜单中添加两个菜单项(Delete specified files和Delete specified files extention setup我现在使用的是英文选项,您也可以进行修改),第一次使用时双击此BAT文件即可以完成右键功能的添加,以后您就可以方便地使用此菜单的功能了。注:您也可以添加其他可删除的文件扩展名。
标签: 删除
上传时间: 2014-07-01
上传用户:pkkkkp
1 程序开发步骤如下 (1) 打开vc,选择菜单项file->new,选择projects选项并建立一个名为"floppy"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"floppy.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"floppy.cpp";在接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件,在其中编辑本程序的源代码;编辑结束后通过菜单项File->Save进行保存; (3) 同(2)步骤再加入文件"floppy.h"; (4) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->floppy.exe程序;现在即可以运行该程序;由于没有命令行参数,故不必在控制台下来运行,直接运行即可; 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。
标签: 程序开发
上传时间: 2014-01-02
上传用户:wpt
项目描述: GINI is a lightweight, mostly Icecast/Shoutcast compatible streaming server for broadcasting Ogg Vorbis, MP3, AVI, ASF/WMV, QuickTime, and RealMedia format files. GINI media streamer是一个轻便的,主要是Icecast/Shoutcast 兼容流服务器,用于广播 Ogg Vorbis, MP3, AVI, ASF/WMV, QuickTime, 和RealMedia格式文件。
标签: broadcasting lightweight compatible Shoutcast
上传时间: 2015-04-17
上传用户:佳期如梦
项目描述: Fluid is a server daemon for streaming media. The latest release is built as an API for building any kind of media streamer. Following with the server is a plugin for streaming MP3 files, even those with variable bitrate. Multicast now supported. Fluid 是一个为媒体流提供的服务器后台。最新版本建造为一个API,用于建造任何类型的媒体。服务器是流式MP3文件的一个插件,即使其位率可变。现在也支持组播。 来源: http://sourceforge.net/projects/fluid/
标签: for streaming release daemon
上传时间: 2015-04-17
上传用户:onewq
Kismet is an 802.11b network sniffer and network dissector. It is capable of sniffing using most wireless cards, automatic network IP block detection via UDP, ARP, and DHCP packets, Cisco equipment lists via Cisco Discovery Protocol, weak cryptographic packet logging, and Ethereal and tcpdump compatible packet dump files. It also includes the ability to plot detected networks and estimated network ranges on downloaded maps or user supplied image files. Kismet是一个针对IEEE802.11b无线局域网的嗅探和包分析器,支持大多数无线网卡,支持自动检测UDP、ARP和DHCP的数据包,支持通过CDP协议检测思科网络设备,支持加密数据包记录,采用与Ethereal和Tcpdump兼容的的数据包记录文件,支持通过用户提供地图来检测和评估无线网络范围。
标签: network dissector sniffing capable
上传时间: 2014-11-26
上传用户:wweqas
Abbrevia is a compression toolkit for Borland Delphi, C++Builder, & Kylix. It supports PKZIP 4, Microsoft CAB, TAR, & gzip formats & the creation of self-extracting archives. It includes visual components that simplify the manipulation of ZIP files.
标签: compression Abbrevia supports Borland
上传时间: 2014-01-13
上传用户:来茴
汇编语言实现的简易登陆系统, 1、用户登陆:用户通过输入已注册的用户名和密码登陆,输入正确显示功能界面,否则显示重输提示。 2、注 册 :在登陆输入用户名时,通过输入‘new’来注册新用户。当注册新用户名已经存在时,则 提示重新输入。 3、功能界面:修改当前登陆用户的密码,显示所有已注册用户的信息,退出程序。 4、数据保存:以文件形式保存在D:\users.dat,每个记录30个字节,每个记录包含两个字段,用户 名(20B)和密码(10B)。
标签: 汇编语言
上传时间: 2015-05-01
上传用户:sammi
The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees. This program compresses and decompresses files, and does a pretty good job of it. Contents: SPLAY.PAS Original TP source code SPLAY.C Translation of code to C SPLAY.EXE Compiled version of SPLAY.C (small model) README.DOC You are looking at it Read the comments at the beginning of SPLAY.C for more info.
标签: program translation Kokkonen pascal
上传时间: 2015-05-05
上传用户:rocwangdp