CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - idea java

搜索资源列表

  1. JAVAjiamijiemi

    0下载:
  2. 这是用java编写的加密与解密程序,基于的思想是改变文件结构-This is prepared using java encryption and decryption procedures, based on the idea is to change the file structure
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2277
    • 提供者:zhaowh
  1. calculator-src

    0下载:
  2. Descr iption Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Also it make it possible to define your ow
  3. 所属分类:J2ME

    • 发布日期:2017-03-23
    • 文件大小:245656
    • 提供者:tang
  1. Maze

    0下载:
  2. 用java写的迷宫代码,注重代码的简洁与易懂,通过算法的基本思想来编写代码-The maze used to write java code, pay attention to the simple and easy to understand code, through the algorithm the basic idea to write code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:5259
    • 提供者:
  1. addison.wesley.design.patterns.java.companion

    0下载:
  2. The term “design patterns” sounds a bit formal to the uninitiated and can be somewhat off-putting when you first encounter it. But, in fact, design patterns are just convenient ways of reusing object-oriented code between projects and between p
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1549395
    • 提供者:vkbrain
  1. jme

    0下载:
  2. jME(jMonkey Engine)是一个基于场景图(scene graph)、高性能的图形API。jME设计的思想主要来源于David Eberly所写的《3D Game Engine Design》一书。jME是一个使用Java语言编写的图形绘制引擎。-jME (jMonkey Engine) is a scenario-based map (scene graph), high-performance graphics API. jME design idea comes mainly
  3. 所属分类:Java Develop

    • 发布日期:2017-05-15
    • 文件大小:4037853
    • 提供者:张的
  1. source

    0下载:
  2. p2p streaming tech.. it gives basic idea about p2p streaming.. then you should use jmf.. windows performance pack
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:128128
    • 提供者:dinesh
  1. R-Opt-Lin-Kernighan

    0下载:
  2. Lin-Kernighan的R-Opt算法。主要思想是CLK,小规模的TSP可以在很短的时间内都到最优解。-Lin-Kernighan algorithm for the R-Opt. The main idea is CLK, small-scale TSP can be in a very short period of time have gone to the optimal solution.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-21
    • 文件大小:17898
    • 提供者:云祖
  1. java2

    0下载:
  2. 强大的Java 学生管理系统程序,能让你轻松掌握核心思想-Student management system, a powerful Java program, allows you to easily grasp the core idea of
  3. 所属分类:J2ME

    • 发布日期:2017-05-19
    • 文件大小:5469301
    • 提供者:宝宝
  1. A-simple-file-sharing-system

    0下载:
  2. 一个简单的文件共享系统,采用了简单的p2p的思想,用java语言实现,在jb平台完成-A simple file-sharing system that uses a simple idea of p2p, using java language implementation, in the jb platform for the completion of
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:143718
    • 提供者:s0531
  1. ProxyJava

    0下载:
  2. A web proxy server is an intermediate agent forwarding HTTP messages between two computers - a client and a server. Both of them have no idea about the existence of the proxy as it is transparent to them. They send their requests and responses th
  3. 所属分类:JavaScript

    • 发布日期:2017-03-25
    • 文件大小:14604
    • 提供者:Herman Chan
  1. Java

    0下载:
  2. Java该如何学习?”。类似的问题回答多了,难免会感觉厌烦,就萌生了写下本文的想法。到时候再有人问起类似的问题,我可以告诉他(她),请你去看看《Java学习之路》。拜读过台湾蔡学镛先生的《Java夜未眠》,有些文章如《Java学习之道》等让我们确实有共鸣,本文题目也由此而来。-How to learn Java? . " Answered many similar questions, and inevitably will feel tired, the initiation of t
  3. 所属分类:File Formats

    • 发布日期:2017-04-05
    • 文件大小:13274
    • 提供者:关剑锋
  1. OnlineExam

    0下载:
  2. JAVA在线考试系统,里面包含有数据库文件,IDEA或Ecilipse能直接打开运行的项目-JAVA Online Exam System, which contains the database file, IDEA or Ecilipse run to open the project directly
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-29
    • 文件大小:12014231
    • 提供者:
  1. PathFinderRedux

    0下载:
  2. The PathFinder application is a look into a number of different areas some of which tend to run into each other these are mostly the topics of Intelligence, Memory, Artificial Life, Swarm Intelligence and Path Finding Algorithms, some of which will b
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:117934
    • 提供者:rk
  1. dbscan

    0下载:
  2. Density Based Spatial Clustering of Applications of Noise Uses a density-based notion of clusters to discover clusters of arbitrary shapes, in spatial databases Key idea: for each object of a cluster, the neighborhood of a given radius contains
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:4304
    • 提供者:nandish.hebbal
  1. 123456789

    0下载:
  2. 归并排序(merge sort)体现了分治的思想,即将一个待排序数组分为两部分,对这两个部分进行归并排序,排序后,再对两个已经排序好的数组进行合并。这种思想可以用递归方式很容易实现。归并排序的时间复杂度为O(nlogn),空间复杂度为O(n)。-Merge sorting (merge sort) embodies the idea of partition, about an array to be sorted into two parts, the two parts merge sort
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:26060
    • 提供者:yang
  1. Thinking-In-Java-4th

    0下载:
  2. 一本关于java编程思路的问题,摆脱了自然语言对程序语言的过度干扰-Idea of ​ ​ a book on java programming problem, get rid of the natural language programming language, excessive interference of
  3. 所属分类:Java Develop

    • 发布日期:2017-05-16
    • 文件大小:4314805
    • 提供者:shiniuniu
  1. Java-book

    0下载:
  2. java 十分钟快速入门详细教程,只要十分钟就可以掌握Java的基本思想。-Quick Start java detailed tutorial for ten minutes, as long as ten minutes to master the basic idea of ??Java.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:10497
    • 提供者:student
  1. VE-runtime-1.2

    0下载:
  2. Java图形界面化,可以直接根据自己的想法设计出界面-Java graphical interface technology, can design according to their own idea of ​ ​ the interface
  3. 所属分类:Java Develop

    • 发布日期:2017-05-24
    • 文件大小:7705960
    • 提供者:杜瑞军
  1. IDEA-IN-java

    0下载:
  2. JAVA IDEA it is java idea
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:80596
    • 提供者:zeng
  1. java

    0下载:
  2. 一个简单胡刷卡系统java刷卡系统机房管理敬请学习参观-java good idea is good A simple card management systems on campus. The main achievement of the campus card information management, including the creation account, recharge, consumption, and report the loss, the activation
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-01
    • 文件大小:96719
    • 提供者:yang
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com