-
借鉴代码,几年前的作品
抽奖用代码,是几年前的作品-draw with code, a few years ago the works
- 2022-05-19 14:59:49下载
- 积分:1
-
Massive-MIMO-Hybrid-Beamformingmaster
说明: 大规模mimo的混合波束成形历程,对新手很有帮助(massive mimo hybrid beamforming)
- 2020-04-12 19:24:32下载
- 积分:1
-
untitled folder
binomial convergence
- 2018-03-28 00:52:04下载
- 积分:1
-
学生成绩核算系统的设计与实现(25)
要求:(1)按班级按课程从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩。
(2)三个成绩对总评成绩的百...
学生成绩核算系统的设计与实现(25)
要求:(1)按班级按课程从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩。
(2)三个成绩对总评成绩的百分比被定义为常数,各占总成绩的30 、30 和40 。
(3)计算每位学生的总评成绩。
(4)计算该班级本课程的总平均成绩。
(5)计算处于优、良、中、及格、不及格的学生人数以及占总人数的百分比。其中100-90为优,89-80为良,79-70为中,69-60为及格,60分以下为不及格。
(6)按要求输出成绩在优、良、中、及格、不及格各区间的学生学号、成绩。-The student achievement calculation system s design with realizes (25) Request: (1) reads in the corresponding usual result, the midterm examination result and the terminal examinations result according to the class and grade according to the curriculum from the document. (2) three result are defined to the general appraisal result s percentage as the constant, occupies the overall result respectively 30 , 30 and 40 . (3) calculates each student s general appraisal result. (4) calculates this class and grade this curriculum the population mean result. (5) calculates the student population which is in superiorly, good, passes an examination, does not pass an examination as well as accounts for the total number of peop
- 2022-03-15 21:39:52下载
- 积分:1
-
高频地波雷达对于天基海杂波的仿真,其中有一阶海杂波和二阶海杂波的仿真,对初学者很有帮助...
高频地波雷达对于天基海杂波的仿真,其中有一阶海杂波和二阶海杂波的仿真,对初学者很有帮助-HF ground wave radar clutter simulation for the DMH days, including a first-order sea clutter and second-order sea clutter simulation, very useful for beginners
- 2022-07-02 12:00:17下载
- 积分:1
-
连杆优化设计程序
帮助各位利用matlab进行连杆的杆长条件优化设计,在指定运动规律下设计连杆以及摇杆长度(To help you use matlab to optimize the rod length condition design, design the connecting rod and rocker length)
- 2021-01-07 13:08:53下载
- 积分:1
-
《计算机网络与数据通信实验教程》源代码, WinRAR自解压包。
《计算机网络与数据通信实验教程》源代码, WinRAR自解压包。-"computer networks and data communication experiment Guide" source code, WinRAR self-extract package.
- 2022-06-03 19:46:27下载
- 积分:1
-
ASP 网上书店!实现购物车等网上购物等,包括源码和需求分析等!...
ASP 网上书店!实现购物车等网上购物等,包括源码和需求分析等!-ASP online bookstore! Achieve the online shopping cart, etc., etc., including the source code and needs analysis!
- 2023-05-29 15:30:03下载
- 积分:1
-
C# 消息提示框组件使用实例
C# 消息提示框组件使用实例,示例中制作了三种风格的消息提示框,类似于消息弹出框或对话框,有兴趣参考下。
- 2022-02-01 20:19:58下载
- 积分:1
-
Delphi将TableToClass 表文件转换成类文件
Delphi将TableToClass 表文件转换成类文件,//刷新数据库procedure RefreshDB;
//读取数据库名称列表
function ReadDBNameList: TStringList;
//读取数据表名称列表
function ReadTableNameList: TStringList;
function TableToClassInfo(ATableName: string): TStrings;
//取得SQLServer字段的类型,返回相应Delphi变量类型
function GetColumnType(AType: integer): string;
//取得SQLServer字段的类型,返回相应字符串
function GetDBColumnType(AType: integer): string;
//仅生成类信息
procedure GenerateClassInfo;
//生成Unit文件
procedure GenerateUnitFile;
procedure TableToClassInfo1(ATableName: string; var AClassList1, AClassList2: TStringList);
//取得保存的文件名,没有扩展名
function GetFileName(AFileName: string): string;
//保存文件
procedure SaveToFile(AList: TStringList = nil);
//取取选择数据表的数量
- 2022-03-24 10:52:12下载
- 积分:1