自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (4)
  • 收藏
  • 关注

原创 10300 - Ecological Premium

Ecological PremiumTime limit : 3.000 secondsGerman farmers are given a premium depending on the conditions at their farmyard 【溢价取决于他们农场的条件】.Imagine the following simplified regulation .you know th...

2018-10-24 20:46:29 196

原创 10071 - Back to High School Physics

Back to High School PhysicsTime limit: 3.000 secondsA partical 【[电] 质点;】has inital velocity and accerleration【初速度与加速度 】 .If its velocity after certain time is v then what will its displacement be ...

2018-10-24 19:42:27 262

原创 10055 - Hashmat the Brave Warrior

                          10055 - Hashmat the Brave Warrior                                          Time limit : 3.000 secondsHashmat is a brave warrior【武士,勇士; 军人; 鼓吹战争的人; 】 who with his group of...

2018-10-23 17:37:10 605

原创 100-The 3n+1 problem

100 - The 3n+1 problemTime limit 3.000 secondsProblems in Computer Science are often classified as belonging to a certain class of problrms(e.g.,NP,Unsolvable,Recursive). In this problem you will ...

2018-10-22 19:09:53 378

原创 Problem 2 :Even Fibonacci numbers

PROBLEM: KEY: NONECODE:#include<iostream>using namespace std;void SumFiBoNci(long int x){ long int sum = 0; long int a = 1, b = 2, middle; while (b < x) { if (b % 2 == 0) ...

2018-10-21 14:25:55 290

原创 Multiples of 3 and 5(the answer)

progress: key:nonecode:#include<stdio.h>#include<math.h>#include<iostream>using namespace std;void Sum_X(int x){ int Count=0; for(int i=1;i<x;i++) { if(i%3==...

2018-10-21 14:13:13 238

原创 汇编语言实验环境搭建

推荐书籍《汇编语言》王爽,下面讲环境搭建前言:之所以诞生了这篇博客,是因为本人遵照王爽老师的教材讲解进行操作,屡试皆爽!奈何win 2000-->win 10,这中间进化了许多???故,分享给大家一个debug 插件,下载即可投入实验使用!链接: https://pan.baidu.com/s/1fPTC8U0QYYG7K7einmc1Lg 提取码: giab安装完毕之后,直接运...

2018-10-05 12:16:44 1149

原创 喷水装置(一)贪心算法

听说这是“贪心算法”的一个简单应用,虽说是简单,但是对我来说,确实不简单。。。说下面说有用的:题目描述:   现有一块草坪,长为20米,宽为2米,要在横中心线上放置半径为Ri的喷水装置,每个喷水装置的效果都会让以它为中心的半径为实数Ri(0<Ri<15)的圆被湿润,这有充足的喷水装置i(1<i<600)个,并且一定能把草坪全部湿润,你要做的是:选择尽量少的喷水...

2018-10-04 23:23:40 779

报告pdf版-HTML5编程技术设计报告.pdf

网页开发实验报告

2019-06-20

软件工程-2.可行性研究与需求分析测试题

任何一个完整的软件工程项目都是从项目立项开始的。项目立项包括项目发起、项目论证、项目审核和项目立项四个过程。

2018-09-18

软件工程-1.软件工程概述测试题

软件工程的测试习题 软件是计算机系统中不可或缺的一部分,它与硬件合为一体,从而完成特定的系统功能。

2018-09-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除