登录
首页 » c++ » 成績管理系統

成績管理系統

于 2023-05-23 发布 文件大小:1.77 kB
0 37
下载积分: 2 下载次数: 1

代码说明:

成績管理系統 #include #include #include #include   using namespace std; class Student { public:  char name[20];  char Id[20];  int score;           Student * Next;  void Input()

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VCandMatlab
    VC和Matlab混合编程总结 VC和Matlab混合编程总结(VC and Matlab programming concluding mixed mixed VC and Matlab programming summary)
    2008-04-20 22:44:07下载
    积分:1
  • STM32F107 驱动DP83848使用LWIP进行网络通信,有详细注释
    代码使用STM32F107驱动DP83848,使用LWIP实现网络通信,
    2023-08-03 12:55:05下载
    积分:1
  • WGS84坐标系下的点之间距离
    程序功能为:计算WGS84坐标系下的两点之间的距离 程序内容:类名为WGS84PointsDistance,命名空间是WGS84_DIS,直接使用类中的WGS84Distance函数就可以计算两点之间的距离,该函数有两个参数:两点的坐标,类型为PointD。
    2022-06-12 07:51:45下载
    积分:1
  • tanhaoqiang
    谭浩强(第三版) 程序代码及习题答案.rar(Hao (third edition) program code and answer the questions. Rar)
    2013-11-21 18:51:28下载
    积分:1
  • M3S-KEY按键检测
    程序中是关于stm32103扳子的按键程序,虽然只控制了几个但是其他的都是u类似的你可以按着这个来写了。希望能多你有一点点的帮组
    2022-05-08 02:26:32下载
    积分:1
  • 点追踪
    #include #include #include #include #include #include #define LOG_TAG "native"#define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)extern "C"{using namespace cv;using namespace std;CascadeClassifier *faceClassifier;ANativeWindow *nativeWindow;JNIEXPORT void JNICALL Java_com_study_imagefacerecognition_MainActivity_loadModel(JNIEnv *env, jobject instance, jstring detectMode_);JNIEXPORT jboolean JNICALL Java_com_study_imagefacerecognition_MainActivity_process(JNIEnv *env, jobject instance, jobject bitmap);JNIEXPORT void JNICALL Java_com_study_imagefacerecognition_MainActivity_setSurfaceview(JNIEnv *env, jobject instance, jobject surface, jin
    2023-05-27 19:35:04下载
    积分:1
  • C# treeView节点动态删除和添加示例
    C# treeView节点动态删除和添加示例,本源码演示了创建一个treeView父节点,创建了三个子节点,然后演示了将这3个子节点添加到父节点中,最后演示了使用Remove方法移除指定的TreeView节点项,添加节点和删除节点定义了两个按钮事件,用户通过单击按钮,激活事件,两个事件的编写方法如下:   private void Form1_Load(object sender, EventArgs e)   {    //建立一个父节点    TreeNode tn1 = treeView1.Nodes.Add("名称");    //建立3个子节点    TreeNode Ntn1 = new TreeNode("明日科技");    TreeNode Ntn2 = new TreeNode("C#编程词典");    TreeNode Ntn3 = new TreeNode("C#从基础到项目实战");    //将这3个子节点添加到父节点中    tn1.Nodes.Add(Ntn1);    tn1.Nodes.Add(Ntn2);    tn1.Nodes.Add(Ntn3);   }   private void button1_Click(object sender, EventArgs e)   {    //如果用户选择了“名称”证明没有选择要删除的子节点    if (treeView1.SelectedNode.Text == "名称")    {    MessageBox.Show("请选择要删除的子节点"); //弹出选择删除节点的提示    }    else    {    treeView1.Nodes.Remove(treeView1.SelectedNode);//使用Remove方法移除选择项    }   }
    2023-07-29 02:55:08下载
    积分:1
  • MDI应用程序框架(含菜单合并,最近文件列表,子窗体排列,配置文件读写)...
    MDI应用程序框架(含菜单合并,最近文件列表,子窗体排列,配置文件读写)-MDI Application Framework (including the combined menu, a list of recent documents, sub-arranged form, read and write configuration files)
    2022-01-28 10:16:12下载
    积分:1
  • C-language-programming-book-
    是c语言的编程指导手册,分为基础篇和函数篇,使编程人员能快速查找函数等的使用方法。(This is the C language programming guide, divided into basic function and using method, so programmers can quickly find the function. The C language is a programming guide, divided into basic function and using method, so programmers can quickly find the function and so on. )
    2017-05-02 14:37:32下载
    积分:1
  • classic_games_break_through_obstacles_flash_progra
    flash编程突破障碍物游戏经典源码 classic games break through obstacles flash programming source code(classic games break through obstacles flash programming source code)
    2010-08-15 16:22:03下载
    积分:1
  • 696518资源总数
  • 104326会员总数
  • 25今日下载