public class ZDSH { public static void main(String[] args) { int[] a = new int[] { 10, 77, 45, 34, 56 }; int b = 0; for (int i...
分类:
其他好文 时间:
2015-12-07 00:09:57
阅读次数:
130
public class XQ { public static void main(String[] args) { int sum = 0; for(int i = 1; i <= 100;i++) { if((i % 7 =...
分类:
其他好文 时间:
2015-12-07 00:06:36
阅读次数:
209
public class ZhuMuLangMaZhi { public static void main(String[] args) { double A = 0.0008; int B = 0; while (A<8848) ...
分类:
编程语言 时间:
2015-12-06 22:46:13
阅读次数:
358
public class XiaoHaiNianLing { public static void main(String[] args) { int X = 7; int B = 7; for (int a=0;a<X;a++) ...
分类:
编程语言 时间:
2015-12-06 22:46:13
阅读次数:
174
public class Yu7youguandeshu100 { public static void main(String[] args) { for (int a = 1;a<=100;a++) { if(a%7==0) ...
分类:
编程语言 时间:
2015-12-06 22:46:02
阅读次数:
238
1 package xuexi; 2 3 import java.util.Scanner; 4 5 public class Lianxi { 6 7 public static void main(String[] args){ 8 9 System.out.p...
分类:
编程语言 时间:
2015-12-06 22:40:44
阅读次数:
201
原创OV7670,30W像素摄像头模块,3) 光学尺寸1/6 ,像素面积3.6 μm x 3.6 μm,灵敏度1.3V/Lux-sec4) 工作电压:3.3V5)接口定义为10*2的2.54间距排针。配合usb采集板卡演示效果参考初始化代码:void ov7725_init_rgbraw(void)...
分类:
其他好文 时间:
2015-12-06 22:26:47
阅读次数:
467
public class BaiJiBaiQian { public static void main(String[] args) { for (double a = 0;a<=50;a++) { for (double b = 0;...
分类:
编程语言 时间:
2015-12-06 22:26:34
阅读次数:
179
ublic class 随机数 { public static void main(String[] args) { for(int s=1;s<=7;s++){ int x=(int)(Math.random()*36); if(x!=0){ ...
分类:
其他好文 时间:
2015-12-06 21:05:36
阅读次数:
149
连接:http://homezzy.blog.hexun.com/29601793_d.html今天解决了一个小问题(查书后才得到确切结论。。。)用51单片机+11.0592的晶振,如何产生115200的波特率?本来感觉这个小意思,直接初始化定时器1,程序如下:void init_com( void...
分类:
其他好文 时间:
2015-12-06 21:02:21
阅读次数:
546