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

搜索资源列表

  1. Font2DTest_java

    0下载:
  2. These instructions assume that the 1.4 versions of the java and appletviewer commands are in your path. If they aren t, then you should either specify the complete path to the commands or update your PATH environment variable as described in th
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8.88kb
    • 提供者:fjaoke
  1. verticaltree

    1下载:
  2. While studying electronic engineering and computer science, I participated in a compiler workshop where we had to write our own programming language. To view and analyse the syntax tree for a given program, I wrote a custom drawn tree component those
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:18.73kb
    • 提供者:gaowen
  1. stepnc_write_v1_1

    0下载:
  2. The STEPNCWrite library writes STEP-NC toolpath data (AP-238 CC1). This C++ library is completely open-source and has been released under the GNU General Public License (GPL). The library writes data in XML format (ISO 10303-28) using just prin
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:98.37kb
    • 提供者:易力
  1. zhizhupc

    0下载:
  2. 本软件是一个网络爬虫的软件,里面有详细的功能介绍,以及详细的步骤说明,是一款功能虽然简单,但比较完整的软件-aa haoifhoa oiahofi h oihaofh ojafho ahfoiah haoihoihg aoihoaihf oaihoighaoh aoihfohf
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2.55mb
    • 提供者:zhanghua
  1. abstractproduct_0_2.tar

    0下载:
  2. abstractproduct.h is C++ template-based library providing reflective object creation mechanism (similar to Java s Class.forName("ClassNameHere").newInstance()). It does so by static initialization of meta-classes and factory objects reflecting your o
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1.69kb
    • 提供者:grw
  1. zipcode.vh2latlong.java

    0下载:
  2. This function calculates the latitude and longitude coordinates from Vertical and Horizontal (V&H) coordinates. V&H s are used to identify locations and hence relative distances between network elements and between rate centers.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1.73kb
    • 提供者:ivan
  1. changeforhtml

    0下载:
  2. 把.txt,.c,.java,.h等文本文件转化为html文件的工具,并使其具备调节字体大小,颜色,状态以及背景颜色,关键字突出的功能。-To. Txt,. C,. Java,. H and other text files into html file tool, and it has adjustable font size, color, status and background color, keyword highlighting feature.
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:246.53kb
    • 提供者:Gevy
  1. RxJava2-Android-Samples-master

    0下载:
  2. Rx java hi h r u ...plz check this file once of u need else dont use
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:227kb
    • 提供者:RanaTinku
  1. Face_Demo_SDK

    2下载:
  2. SunLightFace.dll是按WINDOWS API的标准调用来生成的动态库,并提供了VC,C#,JAVA,VB四类范例代码,精简扼要,如果因VS版本问题无法打开,可以用其它文件编辑器打开.CPP,.H,.CS,.frm,.bas等文件来进行分析。 用户实际做应用项目时,可以直接粘贴范例代码到自己的工程中运行,只是注意调节好适当的参数值即可。 注:要把识别能力调好,照搬范例代码是不够的,需要仔细阅读本文档,做一些参数的设置和调节。(SunLightFace.dll WINDOWS AP
  3. 所属分类:C#编程

    • 发布日期:2018-01-07
    • 文件大小:6.61mb
    • 提供者:jx800@139.com
  1. JavaPrj_5

    0下载:
  2. 人才管理系统,带数据库。简单的Java程序,用到S+H框架,可以用来作简单的课程设计。(Talent management system, with database. The simple Java program, which uses the S+H framework, can be used for a simple course design.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:983kb
    • 提供者:苏小白哦
  1. JAVA(H)

    0下载:
  2. basics of java programming including core java
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:18.01mb
    • 提供者:sonialwar
  1. 软著代码整理工具

    17下载:
  2. 《软件著作权代码整理工具》 软件著作权需要程序的60页代码,大概4千行。 本软件实现了: 1、输入程序路径,自动遍历相关代码文件并合并。 2、可自定义过滤代码文件后缀名 (如*.h,*.cpp,*.java,*.cs) 3、可自定义过滤关键字开头的行(如 include,import 等开头的行) 本程序由C#编写,项目环境为 VS2015,不想编译的可以直接运行 ./bin/release/ 下的文件,需要.net4环境(Software copyright code collat
  3. 所属分类:Windows编程

    • 发布日期:2018-09-22
    • 文件大小:35kb
    • 提供者:刘翔翔
  1. JAVA

    3下载:
  2. 定义长方体类Cuboid,要求如下:(1)私有成员变量包括长length、宽width和高height;(2)构造方法包括一个公共的空构造方法,一个能够初始化所有成员变量的构造方法;(3)包括所有的setter和getter方法,其中setter方法要求对形参进行验证,例如长、宽和高都大于0;(4)功能方法包括计算表面积getArea()、计算体积getCubage()、判断是否正方体isCube()、输出该长方体的长宽高printCuboid()、绘制该长方体(给出提示信息即可)drawing
  3. 所属分类:其他

    • 发布日期:2020-11-10
    • 文件大小:15kb
    • 提供者:OOR.
搜珍网 www.dssz.com