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

搜索资源列表

  1. JAVA

    0下载:
  2. 设计一个复杂的计算器,能实现Windows系统中计算器的功能 (1)定义组件:0~9,+、-、*、/、C=按钮;显示屏文本行;菜单; (2)要求能关闭窗口;点击按钮,或键盘数字会在显示屏上输出结果; (3)具有进制转换功能 -Design a complex calculator, Windows system to achieve the functions of the calculator (1) the definition of components: 0 ~ 9 ,+
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:119740
    • 提供者:hk
  1. query

    0下载:
  2. Javascr ipt生成复杂的SQL查询表单,运行一下就明白了,它可以根据选择的查询条件,自动修改你的SQL语句,很典型的应用。 -Javascr ipt to generate complex SQL query form, you will understand the operation, it can choose the query automatically modify your SQL statement, it is a typical application.
  3. 所属分类:JavaScript

    • 发布日期:2017-03-30
    • 文件大小:3436
    • 提供者:耿海涛
  1. itopoview_snmp_v2009.8

    0下载:
  2. zhTelecom ObjectSNMP是一个面向对象的SNMP开发组件,实现了Object到SNMP MIB的映射(简称O-M Mapping),基于标准版JAVA技术(J2SE),能让开发者从编写复杂的SNMP代码中解脱出来,并且与面向对象的设计风格自然结合起来。开发者无需理解SNMP协议,只需要定义对应的JAVA数据对象,然后通过ObjectSNMP API提供的基于对象的添加、删除、修改、查询等操作,就可以实现对SNMP底层协议的操作,ObjectSNMP会自动处理复杂的对象转换和SNM
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-10
    • 文件大小:2492813
    • 提供者:zhi
  1. PHP_Cookbook

    0下载:
  2. Various PHP recipes for solving simple or more complex problems.-Various PHP recipes for solving simple or more complex problems.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-11
    • 文件大小:2436264
    • 提供者:Iulian Ionescu
  1. Oreilly.Java.Script.And.DHTML.Cookbook.eBook-LiB.

    0下载:
  2. On numerous online forums for Javascr ipt and DHTML, the majority of questions begin with "How do I...?" This new Cookbook provides the answers with a comprehensive collection of problems, solutions, and practical examples. The book s recipes range f
  3. 所属分类:JavaScript

    • 发布日期:2017-04-09
    • 文件大小:1541464
    • 提供者:mojtaba
  1. 19

    0下载:
  2. Zend Studio是Zend公司开发的专门用于PHP应用程序编辑、调试和优化的集成开发环境,几乎包括了PHP所有必需的开发部件。使用Zend Studio能够加速开发周期,并实现复杂应用方案的简化。-Zend Studio is the Zend developed specifically for PHP application, editing, debugging and optimizing integrated development environment for PHP inc
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-10
    • 文件大小:1121
    • 提供者:杨明皇
  1. ch06

    0下载:
  2. 讲解了4个例子,其中前两个比较容易,代码都在Ajax工程目录下。而GoogleSuggest和Slider两个较为复杂,在GoogleSuggest和Slider两个工程中都用到了数据库驱动包:msbase.jar、mssqlserver.jar、msutil.jar,以此来连接SQL Server数据库。这两个程序都用到了数据库C3C,可以直接将目录下的C3C.dat还原(方法为先在SQL Server的企业管理器中建立一个名为C3C的数据库,然后再在其上还原)-Explained the f
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:846628
    • 提供者:wr
  1. Java

    0下载:
  2. JavA programs of college, complex numbers, hetero, etc
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7640
    • 提供者:Darshan K
  1. ComplexNumber

    0下载:
  2. //本代码用Java语言实现了复数类,并且可对你刚刚输入的复数(实部和虚部)进行修改(可以循环的输入修改), //之后实现基本的加减乘除运算,这个功能是对你输入的(+,-,*,/)符号做出相应的判断,可以循环的进行。 //(初学者仅供参考)-Complete the class of complex number in Java.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:4783
    • 提供者:孙守明
  1. aspdm

    0下载:
  2. 最基本的ASP入门代码,从简单到复杂,很容易看懂,是初学者的好帮手。-Introduction to the basic ASP code, from simple to complex, it is easy to understand, is a good helper for beginners.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-08
    • 文件大小:232912
    • 提供者:hello
  1. 21300

    0下载:
  2. 同人类任何语言一样,Java为我们提供了一种表达思想的方式。如操作得当,同其他方式相比,随着问题 变得愈大和愈复杂,这种表达方式的方便性和灵活性会显露无遗。-With human beings, like any language, Java provides us with a way to express ideas. If operating properly, when compared with other methods, with the problem has become
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:285091
    • 提供者:
  1. JAVATHREAD

    0下载:
  2. 使用Java提供的线程工具进行简单的线程编程以及如何在更复杂的程序中通过扩展这些工具来完成更高级的任务。-The use of Java threads provide a simple thread programming tools and how to more complex programs through the expansion of these tools to perform more advanced tasks.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:1405334
    • 提供者:jkjkjkj
  1. fushutest

    0下载:
  2. fushutest用来实现两个复数的加减乘数,里面的代码需要自己填写-fushutest be used to achieve the addition and subtraction of two complex multiplier, which fill in the code that needs its own
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:717
    • 提供者:lc
  1. Calculator

    0下载:
  2. 一个相对比较复杂的JAVA计算器,虽然简单,但是对JAVA初学者来说还是很有用的!-A relatively complex JAVA calculator is simple, but for JAVA beginners, it is useful!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:183811
    • 提供者:郭冬梅
  1. Mandelbrot

    0下载:
  2. 曼德勃羅集合 從數學上來講,曼德布洛特集合是一個複數的集合。一個給定的複數c或者屬於曼德布洛特集合M,或者不是。-From the Mandelbrot set mathematically speaking, the Mandelbrot set is a collection of complex numbers. A given complex number c or of Mandelbrot set M, or not.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:29727
    • 提供者:kontakt
  1. hh

    1下载:
  2. 较为复杂的工程,加油机,对于想要研究的初级同学有好处-More complex projects, tanker, for primary students want to study is good
  3. 所属分类:Jsp/Servlet

    • 发布日期:2016-08-12
    • 文件大小:411296
    • 提供者:怀荒
  1. JSPWiki-2.8.2-bin

    0下载:
  2. JSPWiki是一个简单的(而非复杂的、庞大的) wiki程序,用Java和JSP写成-JSPWiki is a simple (not complex, large) wiki program written using Java and JSP
  3. 所属分类:Java Develop

    • 发布日期:2017-05-24
    • 文件大小:7986857
    • 提供者:Shirley Wei
  1. traffic_manage_System

    0下载:
  2. 用java 写的交通管理系统。 有一个五星路口,由于道路布局不规则,交通量比较大,路况又复杂,附近有地铁出入口,人流从四面八方汇集到地铁入口,而从地铁口又要分流到四面八方,交通拥挤,存在严重的安全隐患,因而事故频频发生,因而必须对现状的交通控制进行重新设计,以适应交通发展的需要。-Using java to write the traffic management system. There is a five-star junction, due to irregular road
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:870801
    • 提供者:林涛
  1. com

    0下载:
  2. java实现复数加减乘除 求模 复角运算-java-mode realization of complex addition and subtraction multiplication and division order to re-angle operation
  3. 所属分类:JavaScript

    • 发布日期:2017-03-25
    • 文件大小:58636
    • 提供者:
  1. PHP.5.in.Practice

    0下载:
  2. With the release of PHP 5 web developers need a guide to developing with PHP 5 to both learn its complex new features and more fully implement the long-standing features on which PHP s success is built. PHP 5 in Practice is a reference guide that pro
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-27
    • 文件大小:745511
    • 提供者:mohammad
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 30 »
搜珍网 www.dssz.com