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

搜索资源列表

  1. TextBox

    0下载:
  2. 可以限制用户输入字符的输入框,比如说你可以限制用户只能输入阿拉伯数字,或者限制前面2为是字母,后面3位是数字等。-a text input box extend TextField,it can limit the character user enter.
  3. 所属分类:Applet

    • 发布日期:2017-04-08
    • 文件大小:7461
    • 提供者:孙汇洲
  1. SimplyTextEditTools

    0下载:
  2. 双击可执行文件wbbjq.exe,在出现的界面中输入任意文本内容,利用DEL键、 BACKSPACE键、HOME键、END键、上下左右光标键对文本进行全屏幕编辑, 按f1键激活菜单file,下移光标,选择save,输入文件名。也可以选择FILE菜单 的其他菜单项,他们的功能均可实现。按f10激活帮助,按ESC键退出帮助。-Double-click the executable file wbbjq.exe, the interface in the event of any tex
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:5526
    • 提供者:soliang
  1. JavaRMIWhiteBoard

    0下载:
  2. 本代码利用java rmi实现了一个基本的在线共享画图板功能。基本功能包括,用户成员管理,基本画图功能(各种线条、颜色、背景、基本图形选择、文字输入,清空),复制粘贴,保存、载入文件-This code is used to achieve a basic java rmi-online sharing drawing board. Basic features include, user membership management, and basic drawing functions (a
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:18965
    • 提供者:Todd
  1. tuzhang

    0下载:
  2. 图章生成程序,文字输入图章内容,图形输出图章-Stamp generating process, the contents of text input stamps, graphics output seal
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:21329
    • 提供者:charles
  1. textset

    0下载:
  2. 文字型方塊輸入時,僅能輸入一次小數點及數字鍵的程式-Type the text input box can only enter a decimal point and numeric keys program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:33503
    • 提供者:Rick
  1. FrmBlack

    0下载:
  2. 一个“黑板”的程序,界面上有粉笔和板擦,用户可以使用粉笔来划线,或者使用板擦来擦除黑板上书写的内容。同时黑板还支持文字输入。-A " blackboard" process, interface with chalk and eraser, the user can use chalk to dash, or use eraser to erase the contents of the writing on the blackboard. At the same time B
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-11
    • 文件大小:1270
    • 提供者:yuyu
  1. S60_Platform_Rich_Text_Editor_Example_v2_2_en

    0下载:
  2. 这个C + +代码示例演示RTF编辑器使用。大多数功能时自动处理的对话框架创建编辑器。然而,如插入一张图片的某些步骤,设置文本输入的类型,并显示滚动条,规定的方法或类的使用。这个例子已被修改以支持S60第五版界面和触摸。-This C++ code example demonstrates the usage of Rich Text Editor. Most of the features are handled automatically when the dialog framework
  3. 所属分类:Symbian

    • 发布日期:2017-04-04
    • 文件大小:75247
    • 提供者:flora
  1. oneMENUS

    0下载:
  2. 用C语言绘制的一个窗口,按任意键退出,可以增加代码实现任意文本的输入和保存-Drawn with the C language a window, press any key to exit, it can increase the code to achieve an arbitrary text input and preservation of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:3688
    • 提供者:陈玲珑
  1. mongIM

    1下载:
  2. 蒙古文输入法java版,能够运行在Windows,Linux环境,只要支持java的环境都能处理蒙古文-Mongolian text input method java version, can run on Windows, Linux environment, as long as the support of the environment can handle java Mongolian
  3. 所属分类:Java Develop

    • 发布日期:2017-01-22
    • 文件大小:4705
    • 提供者:包柱
  1. WordCounter

    0下载:
  2. 封装一个类CText, 并编写一个软件,它可以完成对任意一个文本文件的字符统计工作, 可以统计的信息有:中文字符数、英文单词数、行数、字符个数(不计空格)、空格数。 同时上述的字符统计信息,要求能写到一个Report.txt文件中,并且能显示出来。但是不要求界面,只要能以命令行的形式输入及显示即可,另外统计功能也可参考Word中 的“字数统计工具”。 序遵循题目的要求,采用Visual Studio 2008编译环境编写,使用C++语言来完成。其中主要功能封装在CText类当中,并利
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-27
    • 文件大小:9804
    • 提供者:DongMu
  1. phoenix_wordcount.tar

    0下载:
  2. mapreduce算法的phoenix架构实现和一个使用实例,用mapreduce算法对一个输入的文本文件中的单词计数。-mapreduce algorithm phoenix architecture implementation and a use case, use mapreduce algorithm a input text file of the word count.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:16358
    • 提供者:Benjamin
  1. Markov

    0下载:
  2. 简单的马尔科夫算法,Markov链数据提供了有当前状态决定,而又独立于当前状态的序列,此处算法是将给定的文本串生成新的随机文本- Simple Sample of a Markov Chain Algorithm:A markov chain is a sequence of random variables in which the future variable is determined by the present variable but is independent of the w
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:10014
    • 提供者:赵河
  1. UyghurInput_B

    0下载:
  2. 在网页中输入维吾尔文字的源代码,一般用于在网络上的输入框上输入维文文字。不用费事直接粘贴就可以用。-Enter the text in Web pages Uighur source code, are generally used for the input box on the network on the input dimension and the body text. Would not have to directly paste can be used.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-01-24
    • 文件大小:1925
    • 提供者:askaryakup
  1. write

    0下载:
  2. 该写字板实现了基本的文字录入,字体,颜色,大小,加粗,倾斜,和文字的剪切,复制,粘贴等功能-The tablet to achieve the basic text input, font, color, size, bold, italic, and text cut, copy, paste and other functions
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:243100
    • 提供者:倪儿
  1. Ime4MN-new

    1下载:
  2. 蒙文输入法,界排,符合蒙文词的特点。 值得可以研究学习。-Mongolian text input method, and boundary row, in line with the characteristics of Mongolian words. Is worth learning can be studied.
  3. 所属分类:Other systems

    • 发布日期:2014-10-21
    • 文件大小:503751
    • 提供者:youre
  1. tiaozhijietiaoqi

    0下载:
  2. 本例子设计了调制解调器的VHDL代码,改模块完全使用文本输入-This example is designed modem VHDL code, and changed completely the use of text input module
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:853773
    • 提供者:小陈
  1. signalgenerator

    0下载:
  2. 使用VHDL编写的函数信号发生器,该模块使用文本输入-Written using the VHDL function signal generator, the module uses text input
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:367302
    • 提供者:小陈
  1. jtextareademo

    0下载:
  2. 一个Java 演示文本输入框的简单程序。-A Java demo text input box simple procedure.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1407
    • 提供者:newsgao
  1. ButtonTextBoxDemo

    0下载:
  2. button text input for ghi
  3. 所属分类:Button control

    • 发布日期:2017-04-17
    • 文件大小:25960
    • 提供者:drg
  1. PaintView

    0下载:
  2. 可以选择图片作为背景图片,如果自己加上 文字输入功能 就可以做简历了-You can select a picture as a background image, add text input function if they can do a resume
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-08
    • 文件大小:2033090
    • 提供者:李云龙
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com