-
DSP2407的CAN通讯例程,调试通过。
DSP2407的CAN通讯例程,调试通过。-DSP2407 the CAN communication routines, debugging through.
- 2022-04-18 22:10:17下载
- 积分:1
-
各模块的功能
1.各种基本数据的录入。如:学生基本情况录入。
2.各种基本数据的修改。即:允许对录入的数据重新进行编辑、修改。
3...
各模块的功能
1.各种基本数据的录入。如:学生基本情况录入。
2.各种基本数据的修改。即:允许对录入的数据重新进行编辑、修改。
3.各种基本数据的插入。如:在学生选修课程基本信息中插入一条新信息。
4.各种基本数据的删除。如:假设某同学转学或出国深造,删除该生的相关信息。
5.基于各种数据的查询。如:姓张的所有同学、年龄小于20岁的同学。
基于各种基本数据的统计计算.
6.统计每个学生各门功课的平均成绩,并按平均成绩从高到低的次序排名输出每个学生各门功课的综合成绩和平均成绩(名次、学号、姓名、平均成绩、各门功课的考试成绩、综合成绩)。
7.统计并输出各班各门功课的平均成绩和总平均成绩。
8.统计并输出每个同学已修学分。
9.列出不及格学生清单(学号、姓名、不及格的课程和成绩)。
10. 保存文件。
11. 读取文件。
12. 退出系统。
- 2023-09-04 01:30:04下载
- 积分:1
-
Calculator c# programming development environment, because there is no c# no oth...
计算器c#编程
由于开发环境没有c#只好选择c-Calculator c# programming development environment, because there is no c# no other choice than c++
- 2023-04-15 17:05:03下载
- 积分:1
-
基于892051红外遥控电子密码锁,接收部分程序
基于892051红外遥控电子密码锁,接收部分程序-892,051 based on the infrared remote control of electronic locks, receive some of the procedures
- 2022-06-12 21:12:30下载
- 积分:1
-
it can help you know C++ souce program quckily
it can help you know C++ souce program quckily
- 2022-07-23 15:12:47下载
- 积分:1
-
the filter program write myself,the effect is not bad ,look and kool
the filter program write myself,the effect is not bad ,look and kool
- 2022-05-22 19:44:38下载
- 积分:1
-
Procedures provided in the class realize the establishment of a sub
程序中提供的类实现了建立一个各子项都是可以编辑的列表框的功能。-Procedures provided in the class realize the establishment of a sub-items can be edited list box functionality.
- 2023-03-26 12:50:04下载
- 积分:1
-
大量ADuc831的程序员代码,用汇编语言编写,很有参考价值
大量ADuc831的程序员代码,用汇编语言编写,很有参考价值-A large number of programmers ADuc831 code, using assembly language to prepare, a good reference
- 2022-12-07 23:05:03下载
- 积分:1
-
在线酒店管理
基于 ASP 的在线酒店预订酒店管理
客户管理
报表生成
- 2022-11-15 16:05:03下载
- 积分:1
-
vb 分形树
Dim xs As Integer
Dim ys As Integer
Dim alph As Single
Dim lng As Single
Dim m As Integer
Const PI As Single = 3.14159265
Private Function tree(x As Integer, y As Integer, angle As Single, length As Single, n As Integer)
Dim x0 As Integer
Dim y0 As Integer
Dim alpha As Single
Dim beita As Single
Dim leng As Single
BackColor = vbWhite
If n > 0 Then
x0 = x + Cos(angle) * length
y0 = y - Sin(angle) * length
picture1.Line (x, y)-(x0, y0), vbbrake
alpha = angle - PI / 8
beita = angle + PI / 8
leng = 2 * length / 3
Call tree(x0, y0, alpha, leng, n - 1)
&nbs
- 2022-01-24 19:06:52下载
- 积分:1