from turtle import *penup()goto(0,-200)pendown()circle(200)penup()goto(-100,50)pendown()begin_fill()circle(17.5)end_fill()penup()goto(100,50)pendown()...
分类:
编程语言 时间:
2015-05-01 23:42:45
阅读次数:
3212
1. 记得初始化 //$circle_id = ‘‘; if(!empty($circle_data[‘data‘][‘virtualAddress‘])){ foreach($circle_data[‘data‘][‘virtualAddress‘] as $virtual){ $circle_id .= $virtual[‘circleId‘].","; $virtual_d...
分类:
其他好文 时间:
2015-04-30 16:23:38
阅读次数:
93
创建热点区域可以在一张图片上创建不同的链接内容。热点区域有三种类型:矩形(rect),圆形(circle)和多边形(poly)。1 2 3 4 5 6
分类:
其他好文 时间:
2015-04-29 21:37:36
阅读次数:
137
4423: NecklaceDescriptionbaihacker bought a necklace for his wife on their wedding anniversary.A necklace with N pearls can be treated as a circle wit...
分类:
其他好文 时间:
2015-04-29 16:30:51
阅读次数:
134
Problem 1564 - A - CircleTime Limit: 4000MS Memory Limit: 65536KB Total Submit: 349Accepted: 73Special Judge: NoDescriptionHere is a circle sequence S...
分类:
其他好文 时间:
2015-04-29 00:11:09
阅读次数:
206
Imagine a circle that contains all of human knowledge:By the time you finish elementary school, you know a little:By the time you finish high school, ...
分类:
其他好文 时间:
2015-04-28 11:18:07
阅读次数:
147
Time Limit: 5000MS
Memory Limit: 131072K
Total Submissions: 11303
Accepted: 3520
Case Time Limit: 2000MS
Description
N children are sitting in a circle to play a game.
T...
分类:
其他好文 时间:
2015-04-27 15:23:10
阅读次数:
123
1 7 12 19 error_circle.xml1 2 5 6 9 error_center_x.xml 1 2 3 4 5 10 11 12 ...
分类:
其他好文 时间:
2015-04-27 12:52:57
阅读次数:
261
所有的有关于回文数的定义和如何判断一个n的d进制数是否是回文数的方法都在我的代码注释当中,直接上代码:#include int circle(int n,int d);/**
* @brief main 判断正整数n的d进制表示是否是回文数
* @return
*/
int main(void)
{
/**
* 回文数,就是顺着看和倒着看相同的书,例如n=...
分类:
其他好文 时间:
2015-04-26 07:02:34
阅读次数:
159
#include
#include
using namespace std;
bool is_circle(string src,string des)
{
if(src.empty()||des.empty())
return false;
string temp=src;
temp+=src;
string::size_type pos=0;
pos=temp.find(des)...
分类:
其他好文 时间:
2015-04-23 15:50:07
阅读次数:
131