资源列表
[其他小程序] student
说明:1. 学生成绩删除功能:该功能通过调用int shanchu(struct Student *p,int x,int num,float a[])来实现。该功能采用的是询问管理人员的意见之后再功能实现,由学号来引出学生信息,当学号不存在时,系统将给出信息“该学生不存在!”。然后询问管理员是否继续删除。 2. 学生成绩添加功能:该功能通过调用void luru(struct Student *p)来实现。实现了手工输入功能,当然可以通过连接数据库来在数据库中进行修改。 3. 学生成绩更新功<陈早 > 在 2025-06-09 上传 | 大小:2kb | 下载:0
[其他小程序] WeightedLeastSquare
说明:weighted least square line extraction with original sensor data<张华振> 在 2025-06-09 上传 | 大小:2kb | 下载:0
[其他小程序] HaffmanCode
说明:该程序实现哈夫曼编码,主程序文件名为HaffmanCode.c,外加一自己编写的头文件。能成功运行。-Huffman realize the program, the main program file is named HaffmanCode.c, plus one header file I have written. Can run successfully.<york> 在 2025-06-09 上传 | 大小:2kb | 下载:0
[其他小程序] LED
说明:利用点阵LDE显示一个汉字8 *8。使用C语言编程,利用循环嵌套,其中P0口复用,先送列数据,在送行数据LED1为显示,2位上下滚动,3为左右滚动-LDE using dot-matrix display a Chinese character 8* 8. The use of C language programming, using nested cycle, in which P0 port multiplexing, the first to send out data, was see<秦润琼> 在 2025-06-09 上传 | 大小:2kb | 下载:0
[其他小程序] car
说明:给定一个N*N 的方形网格,设其左上角为起点◎,坐标为(1,1),X轴向右为正,Y 轴向下为正,每个方格边长为1。一辆汽车从起点◎出发驶向右下角终点▲,其坐标为(N, N)。在若干个网格交叉点处,设置了油库,可供汽车在行驶途中加油。汽车在行驶过程中 应遵守如下规则: (1)汽车只能沿网格边行驶,装满油后能行驶K 条网格边。出发时汽车已装满油,在 起点与终点处不设油库。 (2)当汽车行驶经过一条网格边时,若其X 坐标或Y 坐标减小,则应付费用B,否则 免付费用。 (<chenxueping> 在 2025-06-09 上传 | 大小:2kb | 下载:0
[其他小程序] stack
说明:假设一死胡同仅能容一辆汽车进入,使用顺序栈模拟和链栈模拟汽车进入和退出的动态过程,用到了关于栈的基本操作-One can only assume that dead-end capacity of a vehicle to enter, use the sequence of stack modeling and simulation of automotive chain stack entry and exit of the dynamic process used on the stack<王洋> 在 2025-06-09 上传 | 大小:2kb | 下载:0