会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
想成为黑客
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
2018年4月14日
【Python】wo ai ni python代码画画
摘要: import turtle #引入代码块love = turtlelove.setup(1000,600,100,100)love.penup()love.fd(-400)love.seth(90)love.fd(100)love.pendown()love.pensize(10)love.penc
阅读全文
posted @ 2018-04-14 20:16 想成为黑客
阅读(1094)
评论(0)
推荐(0)
2017年12月12日
【汇编】基础试验7
摘要: assume cs:code,ss:stack,ds:data data segment ;原始数据存放的地方 db '1975','1976','1977','1978','1979','1980','1981','1982' db '1983','1984','1985','1986','198
阅读全文
posted @ 2017-12-12 09:56 想成为黑客
阅读(216)
评论(0)
推荐(0)
2017年11月24日
【C】贪吃蛇
摘要: #include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #include <conio.h> #define H 10 #define L 20 void map(); void map_print(
阅读全文
posted @ 2017-11-24 12:26 想成为黑客
阅读(266)
评论(0)
推荐(0)
2017年11月23日
【C】进制转换器
摘要: #include <stdio.h>int power(int,int);int scale_first(int,int);int scale_double(int,int);int scale_all(int,int,int);int main(){ //给定一个 M 进制的数 x,实现对 x 向
阅读全文
posted @ 2017-11-23 16:24 想成为黑客
阅读(298)
评论(0)
推荐(0)
2017年11月5日
【C】统计选票程序解析-书上例题
摘要: #include <stdio.h> //一般都有的头文件 struct candidate //建立一个结构体,后面是名称 { char name[20]; //定义变量name,设置长度20 int count; //定义变量count } list[]={{"invalid",0},{"Zha
阅读全文
posted @ 2017-11-05 10:21 想成为黑客
阅读(908)
评论(0)
推荐(0)
上一页
1
2
3
4
公告