• 思科模拟器家庭物联网配置实例

    本实例使用cisco PacketTracer7.2制作,您可以通过本实例学习体验当下流行的物联网。本实例中物联网控制操作方式:双击smartphone0>desktop>ioT Monitor,你就能看到物联网设备啦。

    0
    4410
    57KB
    2019-04-04
    50
  • 思科模拟器无线局域网apac配置实例

    本实例使用cisco PacketTracer7.2制作,您可以通过本实例学习了解无线局域网apac配置方式。

    2
    7749
    52KB
    2019-04-04
    45
  • asp.netwebfrom博客系统实例

    <%@ Page Title="" Language="C#" MasterPageFile="~/mobang/Default.master" AutoEventWireup="true" CodeBehind="view.aspx.cs" Inherits="WEB.view" %> <%@ Register src="kongjian/operation.ascx" tagname="operation" tagprefix="uc1" %> <%@ Register src="kongjian/comments.ascx" tagname="comments" tagprefix="uc2" %> <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolderID1" runat="server"> <div id="left"> <div class="item"> <ul> <li><tt> <asp:Label ID="labTitle" runat="server"></asp:Label></tt> <span class="time"> <asp:Label ID="l

    0
    257
    11.09MB
    2017-12-02
    16
  • asp.net webfrom新闻发布系统实例

    <%@ Page Title="" Language="C#" MasterPageFile="~/newsindex.Master" AutoEventWireup="true" CodeBehind="index.aspx.cs" Inherits="web.index" %> <asp:Content ID="Content1" ContentPlaceHolderID="heads" runat="server"> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <div id="col1_list" float:left;"> <div class="box"> <div class="box_title"> 最新新闻</div> <div class="box_text"> <asp:Repeater ID="Repeater1" runat="server" DataSourceID="ObjectDataSource1"> <ItemTemplate><p> <a href="NewsDetail.aspx?id=%# Eval &#40;">"> <%#web.guolvhtml.guolvqi( Eval("title"&#41;.ToString(),30)%></a></p></ItemTemplate> </asp:Repeater> <asp:ObjectDataSource ID="ObjectDataSource1" runat="server" SelectMethod="getnewstop10" TypeName="newsyewu.newslistb"> </asp:ObjectDataSource> ................

    4
    387
    45.65MB
    2017-12-02
    15
  • JAVA考试系统设计实例

    Scanner sc = new Scanner(System.in); int select = 0; while(true){ System.out.print("\n教师登陆\n"); System.out.print("\n请输入用户名\n"); teacher tea=new teacher(); tea.setC_TE_LoginName(sc.next()); System.out.print("\n请输入密码\n"); tea.setTE_PWD(sc.next()); if(tea.login()){ break; }else{ System.out.print("\n用户名或密码错误\n"); } } while(true) { System.out.print("请选择1.列出所有成绩信息。2.删除成绩信息()3.添加考生。4.导出成绩到excel。5.删除学生 0.退出\n"); select = sc.nextInt(); if(select == 1) {

    0
    158
    1.22MB
    2017-12-02
    50
  • javajava操作sqlserver 数据库实例

    * @param args the command line arguments */ public static void main(String[] args) { // TODO code application logic here Scanner sc=new Scanner(System.in); int typenum=0;String names="nulls"; while(true){ System.out.print("请选择:1.列出所有学生成绩。2.列出所有学生成绩,按分数倒序,用时正序。3.按姓名查找成绩。\n"); typenum=sc.nextInt(); if(typenum==3){ System.out.print("请输入要查找的姓名.\n"); names=sc.next(); break; } if(typenum<3&&typenum;>0){break;} 。。。。。。。。。。。。。。

    0
    390
    543KB
    2017-12-01
    43
  • java员工工资录入实例

    public static void main(String[] args) { // TODO: Add your code here Scanner sc=new Scanner(System.in); ArrayList<Yuangong> arr=new ArrayList<Yuangong>(); boolean zt=false; Yuangong yg=new Yuangong(); while(true){ if(zt==false){ System.out.println("1.输入数据");} else{System.out.println("1输入数据 0显示");} int input=sc.nextInt(); if(input==0 && zt==true) { break; }zt=true; System.out.println("请输入员工工号"); yg.setID(sc.nextInt()); System.out.println("请输入员工姓名"); yg.setName(sc.next()); System.out.println("请输入员工工资"); yg.setGonzi(sc.nextInt()); System.out.println("请输入员工奖金"); yg.setJiangjin(sc.nextInt()); 。。。。。。。

    5
    1951
    4KB
    2017-12-01
    45
  • java学生成绩录入实例

    import java.util.*; public class demo { /** * Method main * * * @param args * */ public static void main(String[] args) { // TODO: Add your code here Scanner sc=new Scanner(System.in); int num=0; ArrayList<student> arr=new ArrayList <student>();boolean zt=false; while(true){ if(zt==false){ System.out.println("1.输入数据");} else{System.out.println("1输入数据 0显示");} int input=sc.nextInt(); if(input==0 && zt==true) { break; }zt=true; student stu=new student(); System.out.println("请输入学号"); 。。。。。。

    0
    1287
    4KB
    2017-12-01
    45
  • C#随机发牌实例

    string[] kind = { "2", "3", "1", "4" }; string[] code = { "-3", "-4", "-5", "-6", "-7", "-8", "-9", "-10", "-11", "-12", "-13", "-1", "-2" }; string[] pai = new string[54]; int k = 0; for (int i = 0; i < code.Length; i++) { for (int j = 0; j < kind.Length; j++) { pai[k] = kind[j] + code[i]; k++; } } pai[52] = "5-1"; pai[53] = "5-2"; // String[] pai = {"红桃3","黑桃3","梅花3","方块3","红桃4","黑桃4","梅花4","方块4","红桃5","黑桃5","梅花5","方块5","红桃6","黑桃6","梅花6","方块6","红桃7","黑桃7","梅花7","方块7","红桃8","黑桃8","梅花8","方块8","红桃9","黑桃9","梅花9","方块9","红桃10","黑桃10","梅花10","方块10","红桃J","黑桃J","梅花J","方块J","红桃Q","黑桃Q","梅花Q","方块Q","红桃K","黑桃K","梅花K","方块K","红桃A","黑桃A","梅花A","方块A","红桃2","黑桃2","梅花2","方块2","大王","小王"}; int[] wanjia1 = new int[17]; int[] wanjia2 = new int[17]; int[] wanjia3 = new int[17]; int[] dipai = new int[3]; string[] Users1 = new string[17]; string[] Users2 = new string[17]; string[] Users3 = new string[17]; string[] dipaiG = new string[3]; Random rd = new Random(); int[] pokecount = new int[54]; 。。。。。。。。。

    0
    222
    284KB
    2017-12-01
    10
  • java随机发牌算法

    import java.util.*; public class demo { public static void main(String[] args) { String[] kind={"红桃","梅花","黑桃","方片"}; String[] code={"3","3","4","4","5","5","6","6","7","7","8","8","9","9","10","10","j","j","Q","Q","k","k","A","A","2","2"}; String[] pai =new String[108]; int k=0; for(int i=0;i<code.length;i++) { for(int j=0;j<kind.length;j++) { pai[k]=kind[j]+code[i]; k=k+1; } } pai[104]="小王"; pai[105]="小王"; pai[106]="大王"; pai[107]="大王"; int[] wanjia1=new int[27]; int[] wanjia2=new int[27]; 。。。。。

    0
    543
    809B
    2017-12-01
    50
上传资源赚积分or赚钱