CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - Java program

搜索资源列表

  1. SourcePInsight

    0下载:
  2. Source Insight是一个面向项目开发的程序编辑器和代码浏览器,它拥有内置的对C/C++, C#和Java等程序的分析。Source Insight能分析你的源代码并在你工作的同时动态维护它自己的符号数据库,并自动为你显示有用的上下文信息。 Source Insight不仅仅是一个强大的程序编辑器,它还能显示reference trees,class inheritance diagrams和call trees。Source Insight提供了最快速的对源代码的导航和任何程序编辑器的
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:1115902
    • 提供者:
  1. stacks

    0下载:
  2. java中 stack的一些简单用法。程序片段 不能运行。-simple usage of java in the stack. The program fragment can not run.
  3. 所属分类:Document

    • 发布日期:2017-11-28
    • 文件大小:897
    • 提供者:sunlee
  1. staruml-Manual

    0下载:
  2. StarUML 是一种生成类图和其他类型的统一建模语言(UML)图表的工具。 首先,我们必须先安装将要使用的软件。StarUML ,是一个开放源码软件, 遵循GPL 协议许可(GNU 公共许可证) ,并免费提供下载。 安装以后就可以启动该程序。 然后,一个名叫:New Project By Approach 的对话框会弹出。选择“Empty Project”并且按下"确定"。这里建议你不要勾选"设置为默认的做法" 复选框。 在右边的“Model Explorer”框
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:562896
    • 提供者:平涛
  1. 1211asd.RAR

    0下载:
  2. -Android 2.3.4 version of the UVC Camera test program, use YUYV format (in fact, MJPG format is used, as long as I commented out a few lines of code uncomment look like a camera), used in the android device node is/dev/video1 as a front camera, you w
  3. 所属分类:File Formats

    • 发布日期:2017-12-10
    • 文件大小:1564421
    • 提供者:kingsen
  1. cidian

    0下载:
  2. 这是一个用java语言编写的电子词典的程序,实现了词典的查询功能。-This program is an electronic dictionary with java language dictionary query function.
  3. 所属分类:Software Testing

    • 发布日期:2017-12-05
    • 文件大小:13017
    • 提供者:王敏
  1. taiqiu

    0下载:
  2. 这是一个用java程序编写的弹子台球的程序,实现了台球的流动。-This is a program of the java programming marbles billiards, billiards flow.
  3. 所属分类:Software Testing

    • 发布日期:2017-11-04
    • 文件大小:1334
    • 提供者:王敏
  1. dadishu

    0下载:
  2. 这是一个用java语言编写的手机游戏(打地鼠),能正确的运行各项程序-This is a mobile games java language (Gophers), properly run program
  3. 所属分类:Software Testing

    • 发布日期:2017-11-28
    • 文件大小:193769
    • 提供者:王敏
  1. java_study

    0下载:
  2. Java 二级考 - Java 二级考 计算机学院,2010 一 单选题 10题 10分 基本概念 程序理解 语义知识 基本概念 基本语句 常用方法 基本概念 基本语句 程序设计 常-Two- Java Java test two test 2010 computer college, a radio problem 10 problems 10 basic concepts of program understanding semantic knowledge of basic concept
  3. 所属分类:software engineering

    • 发布日期:2017-11-20
    • 文件大小:65279
    • 提供者:左峰
  1. JNetAnalyzer

    0下载:
  2. program java with winpcap
  3. 所属分类:software engineering

  1. student-information-system

    0下载:
  2. 本程序为学生信息管理系统,java语言开发,适合初学者使用。-The program for the student information management system, java language development, suitable for beginners to use.
  3. 所属分类:Project Design

    • 发布日期:2017-11-06
    • 文件大小:66344
    • 提供者:王欣
  1. web-communication-system

    0下载:
  2. 本程序由java语言开发,运用套接字技术,为c/s架构。适合新手使用。-The program developed by java language, the use of socket technology for the c/s architecture. Suitable for novice users.
  3. 所属分类:Project Design

    • 发布日期:2017-11-12
    • 文件大小:33775
    • 提供者:王欣
  1. model2

    0下载:
  2. 简单的登陆注册实现JAVA+JAVABEA的程序-The simple landing Register achieve JAVA+JAVABEA program
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:683296
    • 提供者:徐华
  1. ZeroC

    1下载:
  2. ZeroC ICE 是指ZeroC公司的ICE(Internet Communications Engine)中件间平台。对于客户端和服务端程序的开发提供了很大的便利。   目前ICE平台中包括Ice,Ice-E,Ice Touch。   Ice为主流平台设计,包括Windows和Linux,支持广泛的语言,包括C++,Java,C#(和其他.Net的语言,例如Visual Basic),Python,Ruby,PHP和Actionscr ipt。也包括所有的ICE服务,例如Ice Gr
  3. 所属分类:software engineering

    • 发布日期:2017-11-03
    • 文件大小:1839160
    • 提供者:孟一平
  1. NDKdajian

    0下载:
  2. Android系统中的应用程序都是用Java开发的。Android NDK使我们能够在android上使用C/C++开发的原生代码。 有两个理由使用NDK: 一是合理的重用现有的代码;二是在程序中某些关键的部分提高执行效率。 -Android system applications are written in Java development. Android NDK allows us to use the C/C++ developed in the android native
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:673792
    • 提供者:wlkefjsl
  1. database

    0下载:
  2. this program is contain database in java
  3. 所属分类:Project Design

    • 发布日期:2017-11-07
    • 文件大小:57828
    • 提供者:thatha
  1. fengche

    0下载:
  2. 风车的java动态图,很简单的程序,直接拷贝到编译器里就可以使用-windmill program
  3. 所属分类:software engineering

    • 发布日期:2017-11-09
    • 文件大小:1015
    • 提供者:张欣
  1. priyacns

    0下载:
  2. its a ceasor cipher program made in java used for encryption of the messages sent from one user to other
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:2670
    • 提供者:kailash
  1. tell2013

    0下载:
  2. 运用了jsp技术制作的聊天的小型程序,是基于java的聊天工具。-jsp chat small program
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:92278
    • 提供者:铁血星辰
  1. java4

    0下载:
  2. 利用java开发语言编写程序,实现构造方法的重载;-Java development language program , overloaded constructor
  3. 所属分类:File Formats

    • 发布日期:2017-12-03
    • 文件大小:3365
    • 提供者:欧云
  1. dos

    0下载:
  2. JAVA FILE IS THE BEST PROGRAM IN C
  3. 所属分类:File Formats

    • 发布日期:2017-11-25
    • 文件大小:78527
    • 提供者:robot
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com