登录
首页 » Windows开发 » Word, Excel practice correcting system

Word, Excel practice correcting system

于 2023-03-06 发布 文件大小:1.71 MB
0 220
下载积分: 2 下载次数: 1

代码说明:

WORD,EXCEL改卷练习系统-Word, Excel practice correcting system

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

发表评论

0 个回复

  • VC platform in a clock dial the development of simple and intuitive for beginner...
    在VC平台下实现了表盘时钟的开发,简单直观,适合初学者参考。-VC platform in a clock dial the development of simple and intuitive for beginners reference.
    2022-08-06 18:48:29下载
    积分:1
  • Windows 2000系统编程
    Windows 2000系统编程-Windows 2000 System Programming
    2023-01-19 13:55:04下载
    积分:1
  • 自己动手做了一个小的photoshop运行程序
    自己动手做了一个小的photoshop运行程序-their hands of a small operational procedures photoshop
    2022-11-15 04:55:04下载
    积分:1
  • 完整的VC源代码,可以简单的播放音频文件
    完整的VC源代码,可以简单的播放音频文件-VC full source code, you can simply play audio files
    2023-06-13 01:45:03下载
    积分:1
  • 操作系统版本及硬盘空间信息
    OS version & hardDisk space info
    2022-04-01 10:32:55下载
    积分:1
  • 采用IO模拟I2C
    该代码是基于STM107VCT6,I2C采用IO模拟的方式访问EEPROM的例程。由于网上经常出现使用STM的硬件I2C,总是会出现问题,这个代码中是采用IO模拟的方式
    2022-04-11 18:20:34下载
    积分:1
  • 的keytree公用事业是一个集图书馆routinesfor C程序员的创造…
    The KeyTree Utilities is a set of library routinesfor C programmers for the creation,access and maintenance of indexed files of variable length records
    2022-06-29 01:07:56下载
    积分:1
  • 因工作需要了LC谐振频率计算工具,演示了用Win32进行浮点运算的方法。...
    因工作需要开发了LC谐振频率计算工具,演示了用Win32进行浮点运算的方法。-IT CAN CALCULATE THE resonance frequency of LC circulate and also demonstrate how to do the floating calculation.
    2022-03-11 05:22:43下载
    积分: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
  • EVC4.0环境下的PC端测试蓝牙bluetooth模块的测试代码
    EVC4.0开发环境下的PC端测试蓝牙bluetooth模块的测试代码-bluetooth module test code in evc4.0 . It is a project with all source.
    2022-03-31 13:42:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载