会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
石小强
博客园
首页
新随笔
联系
订阅
管理
2016年11月16日
灯泡问题
摘要: 上机灯泡题 import java.awt.*; import java.awt.event.*; import javax.swing.*; public class Bulb extends JFrame { private final int INTER_SECOND = 500; // 间隔
阅读全文
posted @ 2016-11-16 19:12 石小强
阅读(189)
评论(0)
推荐(0)
2016年10月12日
能自动生成四则运算的小程序
摘要: #include<stdio.h>#include<math.h>#include<stdlib.h>#include<time.h>int moshi;int count;void plus(int first,int second){int result;printf("%d + %d =",f
阅读全文
posted @ 2016-10-12 19:14 石小强
阅读(536)
评论(0)
推荐(0)
2016年9月23日
8皇后问题
摘要: #include <stdio.h>#include <math.h>#include <time.h>#define max 1000int sum=0;bool place (int k,int x[]){ for (int j=1;j<k;j++)if ((abs(k-j)==abs(x[j]
阅读全文
posted @ 2016-09-23 22:24 石小强
阅读(114)
评论(0)
推荐(0)
公告