搜索结果
找到约 161 项符合
student 的查询结果
按分类筛选
- 全部分类
- Java编程 (20)
- 其他 (19)
- 其他书籍 (11)
- 教育系统应用 (10)
- SQL Server (8)
- 书籍 (8)
- 其他数据库 (7)
- 数据库系统 (6)
- matlab例程 (5)
- 汇编语言 (4)
- 编译器/解释器 (4)
- 电子书籍 (4)
- 软件设计/软件工程 (4)
- 源码 (4)
- VC书籍 (3)
- 文章/文档 (3)
- 通讯编程文档 (3)
- 开发工具 (2)
- *行业应用 (2)
- 压缩解压 (2)
- Jsp/Servlet (2)
- Internet/网络编程 (2)
- 企业管理 (2)
- 通讯/手机编程 (2)
- Java书籍 (2)
- PCB相关 (1)
- 技术书籍 (1)
- 实用工具 (1)
- EDA相关 (1)
- 人工智能/神经网络 (1)
- 人物传记/成功经验 (1)
- MySQL数据库 (1)
- 书籍源码 (1)
- 数据结构 (1)
- 操作系统开发 (1)
- 技术管理 (1)
- JavaScript (1)
- 易语言编程 (1)
- 嵌入式/单片机编程 (1)
- 系统设计方案 (1)
- 文件格式 (1)
- Oracle数据库 (1)
- 编辑器/阅读器 (1)
- 其他行业 (1)
- 多国语言处理 (1)
- Delphi/CppBuilder (1)
- Linux/uClinux/Unix编程 (1)
SQL Server 本例要使用的ODBC数据源名为LocalServer
本例要使用的ODBC数据源名为LocalServer,该数据源指向SQL Server的一个名为test数据库内的student数据表。student数据表的数据可从本目录内的student.txt文件导入。在测试本例前务请预先创建好上述ODBC数据源、数据库和数据表。
汇编语言 简单的学生信息管理系统 (汇编语言课程设计程序) 一个简单的学生管理系统
简单的学生信息管理系统 (汇编语言课程设计程序)
一个简单的学生管理系统,功能:显示报表, 插入记录,查询, 删除记录和退出。
学生信息有姓名,年龄,性别,身高,体重,程序中各字段长度都取为10,使用的是文件控制块(FCB)的磁盘存取方式,程序自动创建名为STUDENT.MAO的磁盘文件。
代码只用了300行(除去中间的空 ...
Java编程 学生档案系统 主类StudentManager 录入界面StudentSituation
学生档案系统
主类StudentManager
录入界面StudentSituation,进行学生的登陆
查询界面Inquest ,查询已有的学生
修改界面ModifySituation,修改已有的学生的界面
删除界面Delete,删除学生的界面
学生对象Student
Java编程 首先
首先,打开文件夹PackageDemo,运行StudentInfo.jcw, 进入JCreator环境,要求按顺序分别编译(即运行菜单项“Builder”——“Compile File”)Student.java, CourseSession.java, RosterReporter.java, StudentInfo.java.
然后,运行菜单项“Builder”——“Execute File”,并代开文件夹PackageDemo——classes, 看该目录 ...
MySQL数据库 用vc实现的连接sql数据库程序
用vc实现的连接sql数据库程序,主要是管理方面的一些。you can add some new student news.And you can search news that you want.
其他 This data set contains WWW-pages collected from computer science departments of various universities
This data set contains WWW-pages collected from computer science departments of various universities in January 1997 by the World Wide Knowledge Base (Web->Kb) project of the CMU text learning group. The 8,282 pages were manually classified into the following categories:
student (1641)
faculty (11 ...
其他书籍 This book is a hands-on introduction to the principles and practice of embedded system design usin
This book is a hands-on introduction to the principles and
practice of embedded system design using the PIC microcontroller. Packed
with helpful examples and illustrations, it gives an in-depth treatment of
microcontroller design, programming in both assembly language and C, and
features advance ...
书籍源码 二维SIMPLEC程序
二维SIMPLEC程序,包含三个project:二维稳态传热,常粘度系数湍流的动态模拟,湍流中被动标量扩散(基于时均的 k –ε方程.
同时压缩包中还有详细的说明文档.
注意:本程序只限于学习用途,切勿作商业用途,作者享有对此代码及使用目的的最终解释权!
Ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc ...
Java编程 Java:入门级小程序
Java:入门级小程序,student类继承person类。