登录
首页 » Windows开发 » 我的数学实验报告,几个题目自己做的. 不是很完善,也还可以!

我的数学实验报告,几个题目自己做的. 不是很完善,也还可以!

于 2022-12-17 发布 文件大小:9.22 kB
0 190
下载积分: 2 下载次数: 1

代码说明:

我的数学实验报告,几个题目自己做的. 不是很完善,也还可以!-My essay on the Maths experiment.

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

发表评论

0 个回复

  • ERP系统 毕业设计 源码+论文(1万六千字论文)
    ERP系统 毕业设计 源码+论文(1万六千字论文)-ERP system design source graduation thesis (a 26,000 word thesis)
    2022-02-15 16:07:50下载
    积分:1
  • 上三角矩阵压缩存储类,用c++描写的,数据结构中的
    上三角矩阵压缩存储类,用c++描写的,数据结构中的-Upper triangular matrix stored compression type, using c++ description, data structure
    2023-03-18 06:15:03下载
    积分:1
  • 大量可供参考的C 语言源程序库
    大量可供参考的C 语言源程序库-plenty of reference for C language source
    2022-03-19 23:55:50下载
    积分:1
  • 演示了如何用activex控件,在Html/Asp/Aspx网页上实现磁条信息的读取....
    演示了如何用activex控件,在Html/Asp/Aspx网页上实现磁条信息的读取. -Demonstrated how to use activex control in Html/Asp/Aspx pages of information to read magnetic stripe realize.
    2022-06-19 10:26:11下载
    积分:1
  • 自己用C++写的文字效果
    是自己用c++写的文字特效-own use c++ to write the text effects
    2022-01-28 14:39:45下载
    积分: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
  • SUN Xin teachers VC++ Tutorial CD
    孙鑫老师的VC++教程的光盘源代码,数写的很好,代码也很好,值得研究!第10章源程序!-SUN Xin teachers VC++ Tutorial CD-ROM source code, written in a few very good, code is also good, worthy of study! Chapter 10 source code!
    2022-08-07 20:02:24下载
    积分:1
  • Util for parsing EMF file. Made by Rishkovskiy Nikita.
    Util for parsing EMF file. Made by Rishkovskiy Nikita.
    2022-10-27 14:55:03下载
    积分:1
  • 用c++实现红黑树,对红黑树里面的各种情况进行了分析,代码带有注释...
    用c++实现红黑树,对红黑树里面的各种情况进行了分析,代码带有注释-With c++ Realize black trees, black trees on the various situations which were analyzed, the code with the Notes
    2023-03-27 17:55:03下载
    积分:1
  • 北大西洋公约组织
    NATO - lipori-Eye localization a survey-NATO- lipori-Eye localization a survey
    2022-10-17 15:40:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载