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

搜索资源列表

  1. BigIntMultiplication

    0下载:
  2. 大整数乘法例子代码 /* 递归边界,如果是1位二进制数与1位二进制数相乘,则可以直接计算 */ /*累计做1位二进制乘法运算的次数*/ /* return (X*Y) */ /* 计算n的值 */ /* 把X和Y拆分开来,令X=A*2^(n/2)+B, 左移位运算,mod = 1<<(n/2) */ /* 计算XY=AC*2^n+(AD+CB)*2^(n/2)+BD */ /* 计算A*C,再向左移n位 */ /* 递归计算A*D */ /* 递
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1532
    • 提供者:小城
  1. Jama-1.0.1

    0下载:
  2. Jama includes matrix operator class... and linear Algebra... it s cool-Jama includes matrix operator class... and linear Algebra... it s cool
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:113412
    • 提供者:陳大慶
  1. treemanagement

    0下载:
  2. 用JAVA实现的对动态树状信息的管理。操作员可以通过IE浏览器查看整个树形结构信息,并通过浏览器(比如IE)对树进行操作。-using JAVA the right tree dynamic information management. Operator through IE browser to look at the whole tree structure information, and through the browser (such as IE) for the tree to
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:197685
    • 提供者:马慧
  1. 支持全国所有省份固定电话

    0下载:
  2. 1.支持全国所有省份固定电话、小灵通、移动、联通手机,开通移动、联通、电信、网通 多个声讯热线号码。 2.设置商户密钥,支付信息加密传递,加强支付安全性,加密系统与其他银行卡在线支付 平台兼容。 3.贺喜支付平台(http://www.168reg.cn)提供完善的后台管理系统,提供定单管理、定单 统计、财务管理、用户资料修改、商户密钥设置、推荐用户及技术支持等功能。 4.提交支付信息时可保存两个自定义字段,可以记录定单需要返回的其他重要信息。 5.您可
  3. 所属分类:JSP源码/Java

    • 发布日期:2010-06-30
    • 文件大小:46812
    • 提供者:郑风
  1. Vt

    0下载:
  2. 算符优先算法的界面实现,选择是编译原理清华版-operator interface priority algorithm achieved, the choice is compiled version of the principle of Qinghua
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2617
    • 提供者:双高
  1. javagamestudy1

    0下载:
  2. java游戏编程导学系列一 使用说明 所有范例,需在安装了Java 2 SDK软件开发工具包条件下运行 每章中的代码分别在相应的目录下,例如: Lucky\\: 幸运猜迷游戏 basketball\\: 篮球明星猜名游戏 cal24\\: 算24点游戏 -java game programming a series of Guidance Notes on use all of the examples, need to ins
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:230128
    • 提供者:andy
  1. autocompute

    1下载:
  2. 该计算机工具是采用编译原理中的算符优先分析算法的语法分析方法来实现对输入的任何复合运算式的解析计算。采用Applet中实现的,只要打开里面的Compute.html就能使用。-The computer tool is used compiler theory of operator precedence analysis algorithm syntax analysis methods to achieve the importation Operators of any type of co
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:9813
    • 提供者:lvqiang
  1. sobelbianyuanjiance

    0下载:
  2. 用于边缘检测的源代码,是用sobel算子的,用的是java的开发环境.-for edge detection of source code, segmentation is the operator, with the java development environment.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1103
    • 提供者:amy
  1. JSP-WEB-upload

    0下载:
  2. JSP无组件实现WEB上传 CREATE TABLE sz_shouye( id int(11) not null auto_increment, title varchar(255), sub_title varchar(255), keyword varchar(255), author varchar(255), source varchar(255), operator varchar(255), addition varchar(255), be
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:31210
    • 提供者:李瑞
  1. awtcssdsadd.rar

    0下载:
  2. 做了一大堆J2EE WEB应用之后,闲来无事决定研究一下桌面应用程序开发。 想了一下干脆做个Java版的星际,研究的对象就是星际的JS山寨版-JS星际。 看了几下,当机立断决定山寨之。。。。 后来经过无数个夜晚的煎熬终于完成了一部分,特来和大家分享一下。 暂时支持采矿,攻击,寻路,局域网对战. 虽然只能算一个Demo,但是用到了很多Java基础技术和算法: Java2D,双缓冲,A星寻路,粒子系统,动画效果,处理图片,Swing ui ,UDP,T
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1500392
    • 提供者:lll
  1. poi-src-3.6-20091214

    0下载:
  2. poi 源码包,可以操作ppt,word,excel-poi source package,with it U can operator ppt ,word and excel etc.
  3. 所属分类:Java Develop

    • 发布日期:2017-06-21
    • 文件大小:36925150
    • 提供者:xiaoQ
  1. 198(119)

    0下载:
  2. 空间认识具有四个层次:感觉运动(Sensorimotor)的层次,它以行动的表象为依据;前运算期(Pre-operational)的层次,其基础是从记忆中获得的有关客观世界的知觉的映象-Spatial awareness has four levels: sensorimotor (Sensorimotor) level, which is based on the appearance of action the former operator of the (Pre-operational
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:15422
    • 提供者:gxl2001
  1. 198(109)

    0下载:
  2. 空间认识具有四个层次:感觉运动(Sensorimotor)的层次,它以行动的表象为依据;前运算期(Pre-operational)的层次,其基础是从记忆中获得的有关客观世界的知觉的映象-Spatial awareness has four levels: sensorimotor (Sensorimotor) level, which is based on the appearance of action the former operator of the (Pre-operational
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:53135
    • 提供者:gxl2001
  1. Java计算器代码下载

    0下载:
  2. java 计算器代码下载 用户界面的使用进行加减乘除正余弦求余取反 等等运算 可改变计算器背景颜色 有菜单栏-java calculator code download the user interface of the use of addition and subtraction multiplication and division are seeking I take anti-cosine, etc. operator can change the background color o
  3. 所属分类:JSP源码/Java

    • 发布日期:2016-01-22
    • 文件大小:4599
    • 提供者:孙梦颖
  1. smslib-v3.3.0-bin

    0下载:
  2. java 操作短消息api,有5个列子工大家参考.-java operator SMS api, there are five U.S. workers Liezi reference.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1203865
    • 提供者:yanglun
  1. studentsManageSys

    0下载:
  2. 程序名称:学生信息管理系统 大小:1.39MB 环境:JSP+MSSQL 功能: 1,1套完美的学生/老师登陆系统 2,老师可增加/删除科目,学科等信息 3,可增加/删除学生信息 4,分5个版块:[学生资料管理] [学生成绩管理] [系统设置] [查询与报表] [操作员管理] [退出] 使用说明: 程序含3个文件夹,1个是CSS,1个是图片,1个JSP安装配置,使用起来很简单的-Program Name: Student Information M
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-01
    • 文件大小:971561
    • 提供者:robin
  1. 000

    0下载:
  2. 模糊数学中的关系运算即 矩阵的运算c语言 可计算20阶-Fuzzy Mathematics in the relationship between the operator that the operator matrix c language computable 20 bands
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-10
    • 文件大小:931
    • 提供者:chenqingpan
  1. studentinfo

    1下载:
  2. 1,1套完美的学生/老师登陆系统 2,老师可增加/删除科目,学科等信息 3,可增加/删除学生信息 4,分5个版块:[学生资料管理] [学生成绩管理] [系统设置] [查询与报表] [操作员管理] [退出] -1,1 perfect sets of students/teachers 2 landing system, teachers can increase/Remove subjects, disciplines and other information 3, increa
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-03
    • 文件大小:969212
    • 提供者:富兰克林
  1. Insert-the-operator

    0下载:
  2. 插入运算符使等式成立课程设计实验报告    设计程序在表达式“123456789=a”中左边的适当位置插入运算符“+”“-”或“*”,以使等式成立,列出所有可能情况。例如:当a=1000时,123+45-67+8-9=100。   在小学就遇到过这样的问题,只是那时遇到的这样的问题使很简单的,没有乘,并且现在的程序要求的使把所有符合条件的答案都选出来。所以可以考虑使用编写的程序来解决问题。   首先问题的左边是“123456789”中插入适当的运算符,可以想象成有123456789这
  3. 所属分类:JavaScript

    • 发布日期:2017-11-07
    • 文件大小:47419
    • 提供者:唐泥
  1. java-RMI-math-operator-server-client

    0下载:
  2. A java RMI server client math operator. Simple project for the network services class.-A java RMI server client math operator. Simple project for the network services class.
  3. 所属分类:Java Develop

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