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

搜索资源列表

  1. UPU

    0下载:
  2. 功能列表 - 理论上可以上传无限大的文件 - 实时显示上传状态、进度 - 支持多文件上传以及与表单混合上传 - 方便的用户调用接口 - 兼容不同浏览器 - ... 注意: 1. UPU需要php4.3.0及其以上版本,并打开socket扩展 2. upu/temp为上传临时文件存放目录, upu/files为文件存放目录,这两个目录可以在 upu.class.php中指定。 3. 你的<form>中要有enctype=\"mu
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:45.61kb
    • 提供者:kuang
  1. Java学习示例代码

    0下载:
  2. /** The CatDist class is for representing a distribution of categories. A * CatDist object is produced by a categorizer during the scoring process. * A loss function may optionally be applied to the CatDist. <P> * It is a
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-01-16
    • 文件大小:12.79kb
    • 提供者:patrick
  1. simplejavaprogramming

    0下载:
  2. 题目:打印出杨辉三角形(要求打印出10行题目:输入3个数a,b,c,按大小顺序输出。 题目:输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。 题目:有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数 题目:编写一个函数,输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数1/1+1/3+...+1/n-Topic: Print out the Triangle (10 lines required to pr
  3. 所属分类:Ajax

    • 发布日期:2017-03-30
    • 文件大小:2.57kb
    • 提供者:高明辉
  1. java3

    0下载:
  2. 创建一个包装学生信息的java类:包括name,number, age,height,创建该对象的数组用于表示n个学生的信息,并具备显示所有学生信息,查找某个学生的功能。(有输入流,输入数据,使用hash表存储数据) 包含相关代码和运行结果-Create a package of java category of student information: including name, number, age, height, create the object array used
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:13.41kb
    • 提供者:zhou
  1. 45

    0下载:
  2. 提取HTML代码中文字的C#函数,数组一般从0开始读取,所以这里为35*Rnd-Extraction of HTML code in the C# language function, the array generally begin from 0 to read, so here is 35* Rnd
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-12
    • 文件大小:1.01kb
    • 提供者:yangzhi
  1. jsClass_AjaxTable

    0下载:
  2. /*------------------------------------------------------------------| | AjaxTablePage 1.01 | AJAX数组表格分页类 | |-------------------------------------------------------------------| | Copyright (c) 2009 Apollo Updated: 2009年2月5日9:44:56| | | | 调用
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-14
    • 文件大小:3.82kb
    • 提供者:apollo
  1. DataStrcturs

    0下载:
  2. 用java语言实现对有序数组的排序,以及添加、删除功能。-Using java language and orderly array of the sort, as well as add, delete function.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:4.02kb
    • 提供者:宅男
  1. array_test

    0下载:
  2. 这是一个在perl中处理array的函数,希望通过perl与其它变成语言可以通信-This is an array in perl function to deal with the hope that through perl and other languages can be turned into communication
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-03
    • 文件大小:2.74kb
    • 提供者:treat
  1. advs

    0下载:
  2. js圖片展示 <scr ipt type="text/javascr ipt"> var a3={urls:[ http://www.url.com , http://www.url.com , http://www.url.com ], imgs:Array(), currScene:0, slideID:null, IE:(navigator.userAgent.indexOf("MSIE")>0)?true:false, step:
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-27
    • 文件大小:707byte
    • 提供者:kins
  1. ajaxDemo

    0下载:
  2. 函数名: ajaxDemo(清风ajax简易函数) 作者: 清风 版本: 1.00 开发日期: 2009-11-6 修改日期: 2009-11-6 Email: wangjiashuy@hotmail.com QQ: 670435718 函数参数介绍: ajaxMethod:传递方式,可选"post","get" ajaxSubmitPage:处理页地址 ajaxArr:需要处理的表单,为数组类型,可以同时处理多个表单项 ajaxShowDiv:
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-26
    • 文件大小:2.72kb
    • 提供者:清风
  1. cifa(4.0)

    0下载:
  2. 用直接分析法编制类C语言子集的词法分析程序。在本词法分析程序模块中,主要分析自定义的类C语言的词法。自定义的语言主要包括数组定义、函数定义、结构体定义的语句,运算符号主要为特殊符号表里所定义的各类运算符。 设计要求简要讲解词法分析器的构造技术,设计此法分析器。词法分析程序的主要功能是读入源程序,输出单词符号。并提供出错处理。 -Prepared by direct analysis of a subset of C-language lexical analysis program.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:311.32kb
    • 提供者:张文
  1. timu

    0下载:
  2. 这个题目主要通过调用函数和数组来解决,通过两个调用函数来解决问题-The main subject and the array by calling the function to solve, by calling the function to solve the problem of two
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:1.46kb
    • 提供者:张金花
  1. Scaner

    0下载:
  2. 假设有许多不同类的对象,且将它们放在一个数组中,然后使用同样的函数调用堆它们执行特定的操作。-Virtual function: Suppose there are many different classes of objects, and place them in an array, then use the same function call stack them to perform specific operations.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2.02kb
    • 提供者:feiye
  1. nixu

    0下载:
  2. 用Java编程,实现的功能是把一个数组里的元素逆序输出。-Using Java programming, the function is to reverse the elements of an array output.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:21.5kb
    • 提供者:戴勤英
  1. Main

    0下载:
  2. 附件中演示了java中线程的创建和使用,所实现的功能是使用线程实现求取二维数组中的最大值-Java in the annex demonstrates thread creation and use of the function is achieved using two-dimensional array of thread to achieve the maximum strike
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:795byte
    • 提供者:王守涛
  1. PHP_source_code_used_an_array_of_function_calls.ra

    0下载:
  2. PHP常用数组函数的调用源码PHP source code used an array of function calls-PHP array function called common source PHP source code used an array of function calls
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-16
    • 文件大小:13.13kb
    • 提供者:iej
  1. drawingpanel

    0下载:
  2. Java 写的画图板,通过这个小程序,大家可以了解到:建立输入输出流、按钮数组,存放以下名称的功能按钮、创建基本操作按钮,包括"新建"、"打开"、"保存"等、定义铅笔画,也就是用鼠标拖动着随意绘图、绘制以指定颜色填充的实心矩形、绘制以指定颜色填充的实心椭圆、绘制以指定颜色填充的实心圆角矩形、橡皮擦,可用来擦去已经绘制好的图案、选择颜色按钮,可用来选择需要的颜色、选择线条粗细的按钮,输入需要的数值可以实现绘图线条粗细的变化…… -Java to write the drawing board,
  3. 所属分类:JavaScript

    • 发布日期:2017-03-28
    • 文件大小:51.39kb
    • 提供者:王辉
  1. HashFunction

    0下载:
  2. A simple hash function-The input of this hash function is a stream of binary data which is read from file. The data is encrypted by each 32bits. Each block first is initialized by doing XOR with the modified ciphertext and a random binary array, and
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:161.66kb
    • 提供者:zhaoxiao
  1. split-String

    0下载:
  2. 写了一个高效的分离字符串,主要是基于字节数组实现,比API里面的函数实现高效-Write an efficient separation of strings, mainly based on the byte array to achieve than the API function inside Efficient
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-04
    • 文件大小:7.49kb
    • 提供者:he_wen
  1. food-menu

    0下载:
  2. this code is using array function. The arrays contain the foods menu and if we input the number it will appear the food which located in that array.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:9.17kb
    • 提供者:irna
« 12 3 »
搜珍网 www.dssz.com