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

搜索资源列表

  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
    • 文件大小:2630
    • 提供者:高明辉
  1. T9

    0下载:
  2. java T9模拟键盘 模拟手机的键盘输入。-T9 simulate keyboard input analog phone' s keypad.
  3. 所属分类:Ajax

    • 发布日期:2017-03-23
    • 文件大小:6344
    • 提供者:杨阳
  1. ajax

    0下载:
  2. 实现文本框自动查询的功能,例如goolge的自动显示你所输入的内容是否与后台的匹配。-The realization of the text box automatically query functions, such as Google automatically displays the contents of your input with the background of the match.
  3. 所属分类:Ajax

    • 发布日期:2017-03-29
    • 文件大小:2203
    • 提供者:david
  1. ext-3-TextField-sample

    0下载:
  2. 这个是extjs文字输入框的简单介绍和使用,希望可以为你带来帮助-This is extjs text input box and use a brief introduction, I hope you can help
  3. 所属分类:Ajax

    • 发布日期:2017-04-01
    • 文件大小:2120
    • 提供者:吴辉
  1. Ajax

    0下载:
  2. 在注册或购物车结帐的时候,需要用户填入个人资料,这个环节可以简练一下,我们只需客人填入邮政编码,然后就根据这个邮政编码,自动从数据库中取出相应的省,市等地址信息。这样既可以减少客户的输入,增加客户体验,又可以减少由于资料输入而产生的错误 -Cart in the registration or checkout, the need for users to fill in personal information, click the link can be concise, we only
  3. 所属分类:Ajax

    • 发布日期:2017-04-01
    • 文件大小:1226
    • 提供者:袁雷
  1. city

    0下载:
  2. ajax +jsp技术 输入区号查询省份-ajax+ jsp technical input code query provinces
  3. 所属分类:Ajax

    • 发布日期:2017-04-12
    • 文件大小:2316
    • 提供者:junice
  1. Main

    0下载:
  2. 写一个统计就业情况的程序. 程序可以: a)使用户以如下格式输入新增或减少的就业机会: August 27 b)统计:1.每个月就业情况的变化 2.就业情况最好的月份 3.就业情况最差的月份 程序中变量EmploymentStatistics存放各月的就业数,并提供方法netChange, worstMonth, bestMonth. 例如用户的输入是: August 27 February -6 March 120 April 62 May -90 J
  3. 所属分类:Ajax

    • 发布日期:2017-03-29
    • 文件大小:1030
    • 提供者:zhoulifei
  1. ajaxDemo

    0下载:
  2. 用Ajax实现简单的异步操作,输入文本,后台直接获取,无刷新操作-Simple to use Ajax asynchronous operation, input text, the background direct access, refresh-free operation
  3. 所属分类:Ajax

    • 发布日期:2017-05-27
    • 文件大小:9877137
    • 提供者:柴永恒
  1. Autosuggest

    0下载:
  2. javascr ipt写的搜索提示功能,就像百度那样输入少许的字,底下会有提示列表。-search tips written javascr ipt function, like Baidu few words as input, will be prompted to list below.
  3. 所属分类:Ajax

    • 发布日期:2017-04-02
    • 文件大小:27011
    • 提供者:huyunfei
  1. Train_Exam_Case

    0下载:
  2. 使用JSP+Servlet + AJAX 技术实现的人员信息录入界面-Using AJAX technology personnel information input interface
  3. 所属分类:Ajax

    • 发布日期:2017-05-12
    • 文件大小:2609698
    • 提供者:李可
  1. NlpReduce

    0下载:
  2. NLP-Reduce is a natural language query interface that allows its users to enter full English questions, sentence fragments, and keywords. It processes queries a s bag of words and only employs a reduced set of natural language processing techniques,
  3. 所属分类:Ajax

    • 发布日期:2017-12-03
    • 文件大小:34363686
    • 提供者:Daniella
  1. key

    0下载:
  2. 主要用于页面信息输入 再单击图片之后会出现一个虚拟键盘-Main a virtual keyboard that appears and then click on the image for the page information input
  3. 所属分类:Ajax

    • 发布日期:2017-11-24
    • 文件大小:16113
    • 提供者:小南
  1. autoComplete

    0下载:
  2. 采用Ajax,Jquery实现的自动提示,并能补全输入的功能源代码-Ajax, Jquery achieve automatic prompts, and will supplement the the full input function source code
  3. 所属分类:Ajax

    • 发布日期:2017-11-19
    • 文件大小:8307
    • 提供者:silon
  1. thread

    0下载:
  2. 评选班级三好学生,根据三个指标:学习成绩加权平均分(grade)、四六级成绩(englishGrade)、获奖分数(hortation)。需要用户输入三个相应的权重值(weight1、weight2、weight3,其中三者相加等于1),得到总分:score=grade*weight1+englishGrade*weight2+hortation*weight3。-The named class roll student, according to three indicators: grade
  3. 所属分类:Ajax

    • 发布日期:2017-11-24
    • 文件大小:7092
    • 提供者:子悠
  1. Simple-program

    0下载:
  2. 简单程序的编写,要求输入两个整数,输出这两个整数的和、差、积、商-Simple program written input two integers, and the output of these two integers, difference, product, business
  3. 所属分类:Ajax

    • 发布日期:2017-11-11
    • 文件大小:564
    • 提供者:吕寻光
  1. maximum-

    0下载:
  2. 编写一个应用程序,要求用户输入两个整数,然后输出两个整数中的最大值-Write an application requires the user to input two integers, and then output to a maximum of two integers
  3. 所属分类:Ajax

    • 发布日期:2017-11-24
    • 文件大小:534
    • 提供者:吕寻光
  1. jcssp.2010.67.74

    0下载:
  2. Active contours or \snakes" can be used to segment objects automatically. The basic idea is the evolution of a curve, or curves subject to constraints from the input data. The curve should evolve until its boundary segments the object of intere
  3. 所属分类:Ajax

    • 发布日期:2017-11-13
    • 文件大小:252380
    • 提供者:patel
  1. BinaryToHexArray

    0下载:
  2. 将输入的二进制字符串装换为16进制字符串并输出-Equipment for the input binary string to hexadecimal string and output
  3. 所属分类:Ajax

    • 发布日期:2017-12-05
    • 文件大小:802
    • 提供者:肖轩
  1. BinaryToHex-(2)

    0下载:
  2. 将输入的二进制字符串装换为16进制字符串并输出-Equipment for the input binary string to hexadecimal string and output
  3. 所属分类:Ajax

    • 发布日期:2017-11-16
    • 文件大小:801
    • 提供者:肖轩
  1. mode_problem2_2

    0下载:
  2. 寻找一串无须数列的众数,输入输出均为文件操作,利用快排。-All looking for a bunch of no series, both input and output file operations, the use of fast row.
  3. 所属分类:Ajax

    • 发布日期:2017-11-15
    • 文件大小:805
    • 提供者:王奇峰
« 12 »
搜珍网 www.dssz.com