随笔分类 -  滨州学院

摘要:![](http://images2017.cnblogs.com/blog/725061/201712/725061-20171213174020097-963118806.png) ``` import java.net.DatagramPacket; import java.net.DatagramSocket; import java.net.InetAddress; import jav... 阅读全文
posted @ 2017-12-13 17:42 松源兄 阅读(375) 评论(0) 推荐(0)
摘要:![](http://images2017.cnblogs.com/blog/725061/201712/725061-20171206175911847-1126073689.png) ``` public class test { public static void main(String[] args) { Tunnel tul = new Tunnel(); ... 阅读全文
posted @ 2017-12-06 18:00 松源兄 阅读(185) 评论(0) 推荐(0)
摘要:package tset; import java.util.HashSet; import java.util.Iterator; public class test { public static void main(String args[]) { HashSet liSet=new Hash 阅读全文
posted @ 2017-11-29 18:03 松源兄 阅读(156) 评论(0) 推荐(0)
摘要:![](http://images2017.cnblogs.com/blog/725061/201711/725061-20171122174036305-558146725.png) ``` import java.util.ArrayList; import java.util.ListIterator; public class test { public static void main... 阅读全文
posted @ 2017-11-22 17:41 松源兄 阅读(143) 评论(0) 推荐(0)
摘要:``` import java.awt.BorderLayout; import java.awt.GridLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.Box; import javax.swing.ButtonGroup; import ja... 阅读全文
posted @ 2017-11-22 15:35 松源兄 阅读(234) 评论(0) 推荐(0)
摘要:``` import java.awt.Frame; import javax.swing.JFrame; import javax.swing.JMenu; import javax.swing.JMenuBar; import javax.swing.JMenuItem; public class test { public static void main(String args[])... 阅读全文
posted @ 2017-11-15 16:47 松源兄 阅读(176) 评论(0) 推荐(0)
摘要:import java.util.Scanner; public class test { public static void main(String args[]) { int a,b,c; Scanner s=new Scanner(System.in); a=s.nextInt(); b=s 阅读全文
posted @ 2017-11-01 18:06 松源兄 阅读(125) 评论(0) 推荐(0)
摘要:课堂练习1:教材160页4.编程题 阅读全文
posted @ 2017-10-25 17:44 松源兄 阅读(185) 评论(0) 推荐(0)
摘要:class Point{ private double x; private double y; public double getDis(Point point){ return Math.sqrt(Math.sqrt((point.x this.x) (point.x this.x)+(poin 阅读全文
posted @ 2017-09-22 22:06 松源兄 阅读(212) 评论(0) 推荐(0)
摘要:``` ifndef SQLIST_H_INCLUDED define SQLIST_H_INCLUDED include "ds.h" //for Status,OK ... ifndef ElemType define ElemType int define ELEMTYPE_TAG endif 阅读全文
posted @ 2017-09-13 18:40 松源兄 阅读(260) 评论(0) 推荐(0)
摘要:``` //创建表 create table Student( sname nchar(10) ) //插入行 insert into Student values('zhang') //插入行中指定的元素 insert into Student(sname) values('zhang') //根据条件删除行 delete from Student where sname='zha... 阅读全文
posted @ 2017-09-12 11:25 松源兄 阅读(157) 评论(0) 推荐(0)
摘要:数列的极限 定义证明 理解即是,不论你给定的正数有小,总能找到一个分界点第N项,在N向a逼近方向,存在无数个n项,使得x与a的距离小于这个正数 |这个不等式成立。那么就存在极限。 在证明数列极限存在时,我们只要找到使 成立的条件,推出使 成立的不等式,即可根据定义求解。 在求解证明时,若能知道 小于 阅读全文
posted @ 2017-09-09 19:13 松源兄 阅读(296) 评论(0) 推荐(0)
摘要:public class test2{ public static void main(String arg[]) { for(int i=100;izuida){ zuida=fangzhen[i]; zuida_index=i;} for(int i=0;i 阅读全文
posted @ 2017-09-09 15:50 松源兄 阅读(220) 评论(0) 推荐(0)