资源列表
aaaaaaaaaaaaa
- 这是一款数据库课程设计软件,里面包含数据库还原文件,PB还原文件,可以用来设计数据库课程设计。-This is a database of curriculum design software, which contains a database restore files, PB restore files that can be used to design database design courses.
librsry
- 图书管理系统,功能强大,实用的很,做课设在适合不过了-tushuguanlixitong
zyysyz
- 住院医生医嘱、处方、-Resident doctor, prescr iption
shujukukejian
- 数据库学习的课件 SQL Server的环境-Database learning courseware
RegressionLine
- 这样在按下IDOK键后,会先响应哪个函数呢,当然这个能解决IP控件获取值的问题. 3.然后利用mydialog就可以利用IP地址了 CString myip myip.Format(_T(" d. d. d. d"), mydialog.f1, mydialog.f2, mydialog.f3, mydialog.f4) 函数: <1>设置IPm_roomip.SetAddress(0, 0, 0, 0) 三)树控件 在树形控件中
gerencaiwuguanlixitong
- vc6.0 sql数据库课程设计 个人财务管理系统-vc6.0 sql database curriculum design personal financial management system
fuzhuangguanlixitong
- 数据库课程设计,服装管理系统,界面美观清晰,登陆sa 密码123456-Database curriculum design, clothing management system, the interface clear and beautiful, login sa password 123456
SQL-caozuo-quanji
- 学习SQl语言的基本,都市写命令,有助于学习SQL数据库。-SQl language learning basic, urban write command, contribute to learning SQL database.
SALARY
- 一个简单的工资管理信息系统,包括管理员与员工。- a simple mis of salary.
QueryGUI
- 实现Java连接SQL Server 2005,通过GUI传递用户要查询的属性和指定属性的值,并通过GUI返回给用户。类似程序可以参考下这分源码。-Implementation of the Java Connection SQL Server 2005, passing through the GUI user to query attributes and specify the value of the property and returned to the user via the G
sql
- 图书管理系统,附带主文件,可供学习参考,已经过运行,无误,请放心-Library management system
cifafenxiheyufafenxichengxu
- 词法分析程序的功能: 输入:所给文法的源程序字符串。 输出:二元组(syn,token或sum)构成的序列。 其中:syn为单词种别码; token为存放的单词自身字符串; sum为整型常数。 例如:对源程序begin x:=9: if x>9 then x:=2*x+1/3 end #的源文件,经过词法分析后输出如下序列: (1,begin)(10,x)(18,:=)(11,9)(26, )(2,if)…… -Lexical analyzer func