搜索:Grade
找到约 36 项符合「Grade」的查询结果
结果 36
按分类筛选
https://www.eeworm.com/dl/621/185893.html
教育系统应用
本程序代码主要是为search()模块,grade(),grade00(),grade60(), grade70(),grade80(),grade90(),computer()函数,实现了学
本程序代码主要是为search()模块,grade(),grade00(),grade60(),
grade70(),grade80(),grade90(),computer()函数,实现了学生成绩管理的主要功能
https://www.eeworm.com/dl/650/450107.html
人工智能/神经网络
build an exam grade calculation by using fuzzy logic
build an exam grade calculation by using fuzzy logic
https://www.eeworm.com/dl/684/427485.html
软件设计/软件工程
You will recieve a Standard Grade for completion of this Extra credit will be given for a more crea
You will recieve a Standard Grade for completion of this
Extra credit will be given for a more creative approach to the problem, either minimum amount
of code, an additional display of seating beyond just the boarding pass, etc
https://www.eeworm.com/dl/941335.html
技术资料
06 calgary PhD Performance Comparison of Kinematic GPS Integrated with Different Tactical Grade IMUs
资料->【E】光盘论文->【E1】斯坦福博士论文->06 calgary PhD Performance Comparison of Kinematic GPS Integrated with Different Tactical Grade IMUs.pdf
https://www.eeworm.com/dl/685/465855.html
JavaScript
Source ini buat mengetahui grade mahasiswa dari nilai yang di inputkan oleh user.
Source ini buat mengetahui grade mahasiswa dari nilai yang di inputkan oleh user.
https://www.eeworm.com/dl/686/333969.html
VC书籍
日语34级语法电子书籍,Grade 4 Japanese (01-50).chm.希望对爱好日语的同伴们有帮助
日语3\4级语法电子书籍,Grade 4 Japanese (01-50).chm.希望对爱好日语的同伴们有帮助
https://www.eeworm.com/dl/908748.html
技术资料
AD590在限制温度范围内的精确度
The following tables contain maximum errors by gradefor applications involving limited temperatu
https://www.eeworm.com/dl/908809.html
技术资料
AD590在限制温度范围内的精确度
The following tables contain maximum errors by gradefor applications involving limited temperatu
https://www.eeworm.com/dl/911106.html
技术资料
差分放大器INA105在电平转换电路中的应用图例
The INA105 is a unity gain differential amplifier consistingof a premium grade operational ampli
https://www.eeworm.com/dl/510573.html
Linux/uClinux/Unix编程
c语言程序源
#include <iostream>
using namespace std;
class Student
{
public:
Student(int, int);
int num;
int grade;
};
Student::Student(int n, int g)
{
num = n;
grade = g;
}
int maxGradeIndex(Student* s)
{
int maxGrade, index = 0, i = 0;
maxGrade = s[0].grade;
for (i = 0; i<5; i++)
{
if (s[i ...