摘要:
项目名称:MD Need N(需求):当今社会中小学生的学习压力越来越重,要记住的东西也越来越多,数学作为一门必修课,在学生的学习中是十分重要的。对于一些学生来说背数学公式是十分痛苦的,但是现在中小学生做作业时又必须使用一些数学公式,但是翻书查找又十分浪费时间,所以需要一种快速查找的方法;同时还有一 阅读全文
摘要:
#include<stdio.h> #include <stdlib.h> #include<conio.h> #include<time.h> int main() { int a=0; int b=0; int m=0; int i,t; srand((unsigned)time(NULL)); 阅读全文
摘要:
#include #include #include #include #include int main() { int a=0; int b=0; int c=0; int d=0; int m=0; int i,t,h,n,k,x,y; float r; scanf("%d",&n); srand((unsigned... 阅读全文