码迷,mamicode.com
首页 >  
搜索关键字:circle    ( 1397个结果
c++-面向对象类的示例-求周长面积,判断体积相等-文件操作和一般操作
面向对象编程示例:求周长和面积 Point.h Point.cpp ...
分类:编程语言   时间:2019-12-20 18:24:43    阅读次数:88
HTML 有序、无序和定义列表
无序列表 咖啡 茶 牛奶 不同无序列表 不同无序列表 Disc 项目符号列表: 苹果 香蕉 柠檬 桔子 Circle 项目符号列表: 苹果 香蕉 柠檬 桔子 Square 项目符号列表: 苹果 香蕉 柠檬 桔子 有序列表 不同有序列表 数字列表: 字母列表: 小写字母列表: 罗马字母列表: 小写罗马 ...
分类:Web程序   时间:2019-12-19 16:01:40    阅读次数:108
画一棵漂亮的樱花树(不同种樱花+玫瑰+圣诞树喔)
最近翻到一篇知乎,上面有不少用Python(大多是turtle库)绘制的树图,感觉很漂亮,我整理了一下,挑了一些我觉得不错的代码分享给大家(这些我都测试过,确实可以生成喔~)one 樱花树 动态生成樱花效果图(这个是动态的):实现代码 import turtle as T import random ...
分类:其他好文   时间:2019-12-19 09:31:22    阅读次数:132
gl-transitions 【68个转场效果图】
angular.glsl Bounce.glsl BowTieHorizontal.glsl BowTieVertical.glsl burn.glsl ButterflyWaveScrawler.glsl cannabisleaf.glsl circle.glsl CircleCrop.glsl ...
分类:其他好文   时间:2019-12-18 14:55:08    阅读次数:284
Circumference of circle
public class Solution { public static void main(String[] args) { Scanner ip = new Scanner(System.in); System.out.print("Enter radius: "); double radiu... ...
分类:其他好文   时间:2019-12-09 21:31:01    阅读次数:112
使用多边形将轮廓包围
1 返回外部矩形边界:boundingRect()函数 Rect boundingRect(InputArray points) 2 寻找最小包围矩形 :minAreaRect()函数 RotatedRect minAreaRect(InputArray points) 3 寻找最小包围圆形:min ...
分类:其他好文   时间:2019-12-07 23:00:58    阅读次数:98
D - Lis on Circle Gym - 102441D (LIS + 线段树)
There are nn people at the round gaming table. Each of them has a set of cards. Every card contains some number xx. Players make turns consecutively, ...
分类:其他好文   时间:2019-12-05 22:43:19    阅读次数:128
对象数组
元素是引用数据类型时,这个数组就是对象数组例如:String[],Student[],Circle[]等注意:(1)第一步,创建数组对象本身 1 元素类型[] 数组名 = new 元素类型[长度];(2)第二步,创建元素对象 1 数组名[下标] = new 元素类型();(3)后面可以通过元素对象,... ...
分类:编程语言   时间:2019-12-05 14:45:27    阅读次数:112
利用Python 调用turtle函数库 绘制奥运五环。
import turtle #调用turtle库绘制图像的函数库turtle.color("blue") #颜色 蓝色turtle.circle(100) #画半径100的圆turtle.penup() #抬起笔turtle.goto(-180,0) #移动到turtle.pendown() #放笔 ...
分类:编程语言   时间:2019-12-04 01:51:47    阅读次数:261
实验四
#include <math.h> #include <stdio.h> #include <stdlib.h> // 函数声明 void solve(double a, double b, double c); // 主函数 int main() { double a, b, c; printf( ...
分类:其他好文   时间:2019-12-01 13:18:46    阅读次数:71
1397条   上一页 1 ... 15 16 17 18 19 ... 140 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!