登录
首页 » Windows开发 » 一个计算加权平均成绩的实用小程序,适用于大学中经常需要用到的计算。...

一个计算加权平均成绩的实用小程序,适用于大学中经常需要用到的计算。...

于 2023-05-19 发布 文件大小:912.00 B
0 220
下载积分: 2 下载次数: 1

代码说明:

一个计算加权平均成绩的实用小程序,适用于大学中经常需要用到的计算。-a calculation of the weighted average score of small practical procedures applicable to the university often need to use the calculation.

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

发表评论

0 个回复

  • Essential CVS
    Essential CVS - Jennifer Vesperman - O Reilly, 2003-Essential CVS- Jennifer Vesperman- O Reilly, 2003
    2022-07-17 05:11:28下载
    积分:1
  • const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写...
    const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-const char* and char* const distinction. C language of the document to read and write support, FILE pointer text file and binary file distinction. Used to read and write text files and read and write files in binary mode Notes. C++ Of documents to read and write support, ofstream and ifstream usage. Win32 SDK to read and write support for the document, CreateFile function, WriteFile function, ReadFile function to use MFC support reading and writing of the document, CFile Class CFileDialog and the use of paper filter settings. win.ini file and registry read and write methods and related knowledge points.
    2023-08-30 15:05:04下载
    积分:1
  • vb.net 数据库基础
    此代码演示如何在 visual studio 2010 vb.net 与 sql 数据库中执行的基本操作。 它显示的操作,如插入、 更新、 删除和检索数据以不同的方式。 它还显示概念,如命名空间、 类、 基本控制、 方法、 reusablity 方法在 vb.net 中
    2022-03-10 00:21:39下载
    积分:1
  • MFC matching easy source. Oh well. Classic. Very helpful Oh
    深入浅出MFC配套源码。很好哦。 很经典。很有帮助哦-MFC matching easy source. Oh well. Classic. Very helpful Oh
    2022-02-24 19:10:15下载
    积分:1
  • 可以移动一个线条,并且可以画自定义 的线条
    可以移动一个线条,并且可以画自定义 的线条-Can move a line, and can be custom painted lines
    2023-03-23 04:40:03下载
    积分:1
  • 漆板程序,如Windows pbrush.exe。用风险投资+ +
    一个用vc做的画图板程序,简单易用,和windows里自带的画图板很像-A paint board program like Windows PBrush.exe. Written by VC++
    2022-06-30 02:22:56下载
    积分:1
  • 一个定时运行的系统服务源码
    一个定时运行的系统服务源码,自动拷贝、替换、移除指定文件。
    2023-04-06 19:45:03下载
    积分:1
  • Foxmail 的账号存储机制,并基于此编写一个辅助工具SmartFox ,实现闪存“随身邮”功能...
    Foxmail 的账号存储机制,并基于此编写一个辅助工具SmartFox ,实现闪存“随身邮”功能-Skills account storage mechanisms, and on the preparation of this SmartFox an auxiliary tool, Flash achieve "unaccompanied Post" function
    2022-03-02 08:37:21下载
    积分:1
  • C语言实现贪吃蛇
    //: Snake.c /* * * * * * * * * * * * * * * * * * * * * * * // Project: RedSnake(贪吃蛇) // Author: Problue // Version: 1.0 // Date: 19:55 2012-10-29 * * * * * * * * * * * * * * * * * * * * * * */ #include #include #include #include "pcc32.h" // 定义地图的尺寸及坐标 #define MAP_WIDTH 32 // 地图宽度 #define MAP_HEIGHT 32 // 地图高度 #define OFFSET_X 1 // 地图左右的边距 #define OFFSET_Y 1 // 地图上下的边距 #define TOTAL_WIDTH (MAP_WIDTH + OFFSET_X * 2) // 窗口宽度 #define TOTAL_HEIGHT (MAP_HEIGHT + OFFSET_Y * 2) // 窗口高度 #define GotoMap(x, y) gotoTextPos((x) * 2, (y)) // 定义地图方格的状态,分别为: 空格、蛇头、蛇身、蛇尾、食物 #define BS_SPACE 0 #define BS_SHEAD 1 #define BS_SBODY 2 #define BS_STAIL 3 #define BS_FOOD 4 // 蛇默认长度 #define SNAKE_MIN_LEN 5 // 定义蛇运动方向: 上、下、左、右 #define DIR_UP 1 #define DIR_DOWN 2 #define DIR_LEFT 3
    2022-05-15 19:59:34下载
    积分:1
  • MSWORD自动化服务器使用示例
    MSWORD自动化服务器使用示例-Example for the usage of MSWORD automatic serverExample for the usage of MSWORD automatic server
    2023-04-08 08:00:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载