CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - well done

搜索资源列表

  1. KnightTour

    0下载:
  2. 这是本科生的毕业设计,做的还不错,可以参考参考-This is the undergraduate graduation design, done well, can refer to reference
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:55480
    • 提供者:李艳妮
  1. ManpowerSystem

    0下载:
  2. 这是本科生的毕业设计,做的不错,可以参考参考-This is the undergraduate graduation design, done well, can refer to reference
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:271807
    • 提供者:李艳妮
  1. RussiaGame

    0下载:
  2. 这是本科生的毕业设计,做的不错,可以参考参考-This is the undergraduate graduation design, done well, can refer to reference
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:128501
    • 提供者:李艳妮
  1. TsinghuaIP

    0下载:
  2. 这是本科生的毕业设计,做的不错,可以参考参考-This is the undergraduate graduation design, done well, can refer to reference
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:176241
    • 提供者:李艳妮
  1. Othello

    1下载:
  2. 使用java编写的GUI的黑白棋游戏,搜索算法采用经典的博弈树,并在此基础上做了大量优化,我的评估函数采用了Simon M. Lucas 和 Thomas P. Runarsson 在其合作发表的 Temporal Difference Learning Versus Co-Evolution for Acquiring Othello Position Evaluation 中通过对比即时差分学习(TDL,Temporal Difference Learning)和协同进化(CEL,Co-
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3481256
    • 提供者:da
  1. cookie

    2下载:
  2. 西工大j2ee实验二,相当不好做,我是参考了很多资料做的,虽然出来了,准确性希望大家多提意见-NPU j2ee experiment 2, quite well done, I was done with reference to a lot of information, although the came out, the accuracy of hope that we speak up
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-02
    • 文件大小:733448
    • 提供者:sun
  1. PickShape

    0下载:
  2. Ever wondered how to do picking in Java with a Java 3-D application?? Well look no further than this small piece of code I have done to do with picking in JOGL-Ever wondered how to do picking in Java with a Java 3-D application?? Well look no further
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1600
    • 提供者:DaGamer
  1. chaper11

    0下载:
  2. 基于数据结构的学生管理系统,里面的功能非常全面,图形界面也做的非常不错-Based on data structure student management system, which features a very comprehensive, graphical interface has also done very well
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:39093
    • 提供者:罗健明
  1. OA

    0下载:
  2. OA办公系统,做的很不错。功能很齐全。非常好的参考资料-OA Office System, but has done very well. Feature is complete. A very good reference material
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2230101
    • 提供者:zhangcl
  1. JavaEssence

    0下载:
  2. java 本质,一个台湾人写的书。还不错-java essential writen by a chinese from taiwan, well done
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2758085
    • 提供者:cy
  1. MyVirtualCommunity

    0下载:
  2. 基于Java的虚拟社区,二维的主要是java swing界面的一些编制和后台的.前台做得不是很好. 类似于虚拟人生,不过是比较小型的那种,还没有开发完善-Java-based virtual community, two-dimensional interface is mainly java swing some preparation and background. Reception was not very well done. Similar to a virtual life,
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1064201
    • 提供者:CodeOzO
  1. shopshoe

    1下载:
  2. JSP 实现网上售鞋店,后台管理,购物车。是一个的实习作品,做得很不好 !-JSP to achieve online sales shoe store, back office, the shopping cart. The internship is a work, done very well!
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-08
    • 文件大小:357572
    • 提供者:丁弘春
  1. uploadfile

    0下载:
  2. 在jsp中实现文件上传,可用的类库很多,我们建议使用cos,它是 O‘Reilly公司的,这个上传的组件也做得很好,最重要的是,它是开源的. 下载最新的cos包(http://www.servlets.com/cos/index.html),加入到你的classpath中 -Achieved in the jsp file upload, a lot of libraries available, we recommend the use of cos, it is O Reilly s, th
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-16
    • 文件大小:57270
    • 提供者:阿美囡
  1. jobjectstream

    0下载:
  2. Java以对象形式读存数据,本例将演示如何实现以对象的形式读存数据,做到真正的OOP。在 OOP 编程中,数据经常和其上的操作一同被封装在一个类中,如工人的基本信息和其上的修改读取操作封装在一个类Worker 中。这样做得好处是数据的处理变得非常容易。但是如果在数据保存时还是沿用以前c 语言等面向过程语言的操作方法,则无论是写数据还是读数据都非常困难,容易出错-Java to read data stored in the form of an object, in this case will
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:27633
    • 提供者:jpudn46
  1. maket

    0下载:
  2. 自己用JAVA编写的课程设计,是教师管理系统,运行各方面一切顺利,大家相互分享学习-Their own code using JAVA language, curriculum design done teacher system, run all goes well, we share with each other
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2195270
    • 提供者:李晓
  1. converted-(1)

    0下载:
  2. In this paper, we describe two single input threshold gate (TLG) designs, which are functionally equivalent to differential flipflops. We present a detailed comparison of TLGs with two well established D-flipflop designs. The comparisons are
  3. 所属分类:JavaScript

    • 发布日期:2017-04-29
    • 文件大小:442953
    • 提供者:salomi
搜珍网 www.dssz.com