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

搜索资源列表

  1. POINT

    0下载:
  2. 用分治法找一个平面内的最接近点对。时间复杂度为O(nlogn).-Using a divide and conquer to find the closest point of the plane pair. Time complexity is O (nlogn)
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2867283
    • 提供者:康靖林
  1. java-one-point-login

    0下载:
  2. java中的单点登录的实现方案,java中的单点登录的实现方案-java-one-point-login
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:104045
    • 提供者:horsery
  1. SCJP`difficult`point`in`java`program

    0下载:
  2. SCJP复习当中的难点,把它整理成代码传上来 -SCJP`difficult`point`in`java`program
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:4270
    • 提供者:jack
  1. point

    0下载:
  2. 在java中,点的显示方法。可以再屏幕中任一点显示点的轨迹。-In java, the point of display. Screen can display at any point in the trajectory.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:610
    • 提供者:Lucifer
  1. manage

    0下载:
  2. 酒店管理系统 (1)前台系统:   营销、客档、房价方案、预订、接待、前台客帐、客房中心、夜审、报表中心、总经理查询、留言中心、后台AR帐、功能分配、角色授权。   (2)可选系统:   电话管理系统:   功能:电话实时接收入帐、话单分类统计、电话反控、电话自动开/关。   餐厅管理系统:   功能:预订、开桌、点菜收银、报表中心、迎宾、系统设置、库存进销存、销售排行、成本核算。   娱乐管理系统:   功能: 预订、开台、点单收银、营业统计、酒水管理
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-26
    • 文件大小:53256
    • 提供者:cltrank
  1. Pharmacy

    0下载:
  2. Point of sale system in Pharmacy is a Management Information System (MIS). MIS will help in many ways for any concern y means of planning designing the system and make decision for the improvement of concern. MIS data’s are normally stored in R
  3. 所属分类:Java Develop

    • 发布日期:2017-05-24
    • 文件大小:7746122
    • 提供者:Rajamanickam
  1. Calculator

    0下载:
  2. 建议计算器,能进行浮点数的加减乘除,swing界面-Recommended calculator for floating-point addition and subtraction, multiplication and division can, swing interface
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:140356
    • 提供者:strive4future
  1. point-line

    0下载:
  2. 图形图像处理,点、线(包括贝赛尔曲线)的绘制、拖动等功能-point-line draw
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-08
    • 文件大小:436852
    • 提供者:罗冲
  1. Java-24-point-game

    0下载:
  2. 这是一个完整的,用Java编写的图形版24点游戏源代码~-This is a complete, written with the Java graphics version of 24-point game source code ~
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2397000
    • 提供者:pyt
  1. PHP-Point-Of-Sale-10.7

    0下载:
  2. 基於php開發的web端點銷售系統,可依照使用者需求自定功能修改,非常方便。-Php web-based end sales system developed can be customized according to user needs to modify features, very convenient.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-02-15
    • 文件大小:1403904
    • 提供者:Cook Wu
  1. Point

    0下载:
  2. 通过一个Point类讲述静态方法可由类访问,非静态方法由对象访问。-Point class through a static method described by the class to access non-static methods from the object access.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:599
    • 提供者:许葵
  1. Point

    0下载:
  2. JAVA:实现一个Point类该类包含表示坐标的两个int型变量x、y,构造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()-JAVA: This class implements a Point class that contains the coordinates of two int variables x, y, constructor Point () and Point (int xx, int yy), re
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:1135
    • 提供者:hjm
  1. 21-point-game

    0下载:
  2. 经典的 21点游戏 javascr ipt 源码-21-point game javascr ipt source
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:900
    • 提供者:lee
  1. sjx

    0下载:
  2. 3、先创建一个Point类,然后定义Trianglele类。在Trianglele类中定义三个Point的实体来表示一个三角形的三个点,再定义一个方法setTri对这三个点进行初始化,然后定义两个方法求三角形的周长、面积。在main()中创建一个对象,求给定三点的三角形的周长、面积。- 3, first create a Point class, and then Trianglele class definition. In Trianglele class definition t
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:572
    • 提供者:xyy
  1. point

    0下载:
  2. java设计题:设计一个Point类,该类包含两个Int型成员变量:x,y,一个Colour型成员变量mycolour-java design problem: Design of a Point class, the class contains two Int-type member variables: x, y, and a Colour member variable mycolour
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:1804
    • 提供者:lxq
  1. Get-Saddle-Point

    0下载:
  2. 在一个三乘三的矩阵中,计算矩阵中的马鞍点-get Saddle point
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:548
    • 提供者:王有华
  1. android-Flashing-point

    0下载:
  2. android+加载时闪烁点样式的启动画面-the flashing point style android+ loaded splash screen
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:53236
    • 提供者:陈俊鸿
  1. PHP Point Of Sale 9.1

    0下载:
  2. PHP Point Of Sale is designed to help small business's with keeping track of customers, items, inventory, and generate reports based on sales. This program works great for businesses that use cash, check, or account numbers for there sales.
  3. 所属分类:PHP源码

  1. MD5-check-point-source

    0下载:
  2. MD5查询站源码,查询md5破解值的网站源码-MD5 check point source, check the value of the website source md5 crack
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-02
    • 文件大小:898202
    • 提供者:maoni
  1. Sales-Point

    0下载:
  2. Sales point application that contain 6 source codes files
  3. 所属分类:Applet

    • 发布日期:2017-04-03
    • 文件大小:361215
    • 提供者:Rahma
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com