搜索资源列表
数据库50事例sql
- 包含了数据库查询的一些很实用的例子 student(学号#,姓名,性别,年龄) course(课程号#,课程名,教师号#) score(学号#,课程号#,成绩) teacher(教师号#,教师名)
LB
- 学生成绩管理 新建 查找 插入 删除功能 C代码-Find a new student performance management insert delete function C code
利用条件运算符学习成绩>=90分
- 题目5:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60 -89分之间的用B表示,60分以下的用C表示。 -Title 5: use condition operator nesting to complete this problem: academic record > = 90 points with A classmate said, 60 Between 89- points with B said, 60 point
SQLlink
- 在WHERE子句中进行多表连接 根据TEACHER表、COURSE表和STUDENT表,查询所有学生的姓名、所在系、所修课程、考试时间、课程成绩及授课教师姓名。-Multi-table query all the student' s name connected according to the TEACHER Table, COURSE table and STUDENT table, where the Department of the courses, exam time, co
5655NotePad
- 录入成绩,更加方便成绩查询等一些列关于成绩的问题。-Entry grades, more convenient query results column about the achievements of the problem.
java
- java学习文档,欢迎大家下载使用学习,祝大家在java编程界有个好成绩!-Java learning documents
xueshengchengjixitong(1)
- 输入N个学生的姓名和学号以及每个学生考试N门功课的成绩,编程计算出每个学生的总分、平均分以及总学生的总分与平均分 ,同时按学生平均成绩优劣排序。-Results, enter the the N student' s name and student number, and each student exam N homework programming to calculate the total score of each student, average and total sco
Operator-nesting
- 利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示, 60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。 -Operator nesting
C
- 链表的c语言实现方式 原来使用单片机编程的时候,对链表使用的不多,现在转学嵌入式,发现链表,指针就是嵌入式的基础,从网上看到一篇学习链表的例子,感觉挺好的,转载过来一起分享。 建立一个学生成绩的线性链表,对其实现插入,删除,输出,最后销毁。-List of c language implementations original use microcontroller programming, not much use for the list, now embedded trans
TanChiShe
- JAVA课程设计之贪吃蛇,贪吃蛇的基本玩法,即可以用上、下、左、右键控制游戏区蛇的运动方向,使之向着食物方向运动,并吞吃食物使身体增长;调节蛇的运行速度即用户可以调节蛇的运动速度来选择不同的难度;选择困难程度关卡即游戏分多个难度级别;积分排行功能会记录玩家所玩游戏中得分最高的人,以此来对玩家的成绩给予肯定。-Snake' s JAVA course design, basic play Snake, that can be used for up, down, left and right
fffei2014
- 关于学生学籍管理系统的设计与开发,包括登录、成绩管理与浏览、密码修改、主界面设计、基本信息修改与浏览等模块。-About the Student Management System design and development, including login, performance management and browsing, password changes, the main interface design, basic information to modify and brow
Two-way-linked-list-data-structure
- 利用链式存储结构存储学生的成绩信息,定义学生结构体类型,建立双向循环链表-The chain store structure is used to store the students performance information, and to define the structure of the students, and to establish a two-way circular linked list.
