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

搜索资源列表

  1. readline-5.0.tar

    1下载:
  2. 在非GUI环境下,需要用户输入的程序就免不了使用命令行,命令行要写得好可不容易。readline提供了几乎你能想到的所有命令行功能。这个版本是linux/unix通用平台,并可方便的移植到其它平台(实际上它与操作系统关联不大)。-in non - GUI environment, the need for user input on the process will inevitably use the command line, the command line is difficult to
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.73mb
    • 提供者:马克
  1. TextEdit1

    0下载:
  2. 窗口上的文本行显示当前文件的路径,文本区用于编辑文件,3个按钮 [打开],[保存…],[另存为…]。 单击[打开]按钮时,弹出打开文件对话框,将选择的文件显示在文本区中。 单击[保存…]按钮时,如果当前文件为空,则弹出保存文件对话框,并按设置的文件名保存文件;如果已有文件,则按设置的文件名保存文件。 单击[另存为…]按钮时,则弹出保存文件对话框,并按设置的文件名保存文件。 程序中以字符文件输出流FileWriter的writer方法写入文本区内容,以字符缓冲输入流Buffer
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:24.86kb
    • 提供者:飞鸿
  1. ncftp-3.2.3-src

    0下载:
  2. NCftpd Want filename completion? It s built-in, GNU Readline isn t necessary. Want full-screen support? Install Ncurses if your OS s curses stinks. NcFTP uses \"passive\" by default. Try \"set passive off\" if needed. Yes, it s Y2K complia
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:628.36kb
    • 提供者:hanying
  1. readline-5.2.tar

    0下载:
  2. cli readline lib, help to make cli command line tools
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1.94mb
    • 提供者:qixingdong
  1. Csharp

    0下载:
  2. C#入门代码 25个小程序,初学者有用 一、从控制台读取东西代码片断: using System class TestReadConsole { public static void Main() { Console.Write(Enter your name:) string strName = Console.ReadLine() Console.WriteLine( Hi + strName) } }
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4.66kb
    • 提供者:vfory
  1. gedebahe

    0下载:
  2. public class gedebahe { public static void main( String [] args) { for ( ) { int a=-1,b,c //b,c是分解出来的两个数 System.out.print(\"Please input a oushu:\") //输入一个偶数 try { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)) String inputL
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:881byte
    • 提供者:康健伟
  1. readline

    0下载:
  2. 用vc++读取shp线文件(shp线文件读取)-Using vc++ read line shp files (shp-line document to read)
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-15
    • 文件大小:3.62mb
    • 提供者:sun baolei
  1. readline-5.1.tar

    0下载:
  2. 命令行输入库,配合ZEBRA 等使用,可用于路由器等需要人机对话界面,减少开发量-Command line input library with the use of ZEBRA, etc., can be used for routers, such as the need for man-machine interface dialogue, reduce the development of the volume of
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:463.09kb
    • 提供者:eric
  1. z301_spca5xx(every)for_arm_2410

    0下载:
  2. 这是一个readline代码,是老师给我看的,我看了一个星期就明白了,现在拿出来给有需要的人,希望有用-This is a readline code, is a teacher to show me, and I saw a week to understand, and now out to those in need, hope useful
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-05
    • 文件大小:443.15kb
    • 提供者:general
  1. readline

    0下载:
  2. IIS的域名绑定程序,属于网络编程的范围-IIS binding domain falls within the scope of network programming
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-05-08
    • 文件大小:29.37kb
    • 提供者:louhuaxun
  1. JAVAIO

    0下载:
  2. 关于代码的解释(以区为单位): 1区中,当读取文件时,先把文件内容读到缓存中,当调用in.readLine()时,再从缓存中以字符的方式读取数据(以下简称“缓存字节读取方式”)。 1b区中,由于想以缓存字节读取方式从标准IO(键盘)中读取数据,所以要先把标准IO(System.in)转换成字符导向的stream,再进行BufferedReader封装。 2区中,要以字符的形式从一个String对象中读取数据,所以要产生一个StringReader类型的stream。 4区中,对S
  3. 所属分类:JavaScript

    • 发布日期:2017-04-09
    • 文件大小:2.37kb
    • 提供者:123
  1. readline-4.3-2-mswin32

    0下载:
  2. 部署rails应用的重要组件包,linux服务器上使用。-Rails deployment of key components of the application package, linux servers.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:210.65kb
    • 提供者:msg888msg
  1. csql.tar

    0下载:
  2. Replacement for Sybases isql with readline support including history and commandline completion. Requires sybase c-client libs or FreeTDS. Tested with Sybase 12.0, 12.5 on Solaris, Linux, FreeBSD, and MacOS X.
  3. 所属分类:Other Databases

    • 发布日期:2017-03-27
    • 文件大小:8.75kb
    • 提供者:sunscreen
  1. readLine

    0下载:
  2. 打开扫描的图片,对图片中的曲线进行判读,当图片失真时,能较准确的读出选择的点的坐标-Open the scanned image, the picture of the curve interpretation, when the image distortion, can more accurately read out the coordinates of selected points
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:3.64mb
    • 提供者:秦硕
  1. readline

    0下载:
  2. 读取ESRI SHAPEFILE线文件的应用程序-Using c++ development of reading shapefile documents ( line) applications
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3.72mb
    • 提供者:AZR
  1. ConfParser

    0下载:
  2. 字符串的行解析。提供makefile,可以编译成共享库-readline sharelib
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4.68kb
    • 提供者:zhj
  1. Exercise

    0下载:
  2. (按升序显示不重复的单词)编写程序,从文本文件中读取单词,并将所有不重复的单词按升序显示,文本文件以命令行参数的方式传递。 编程提示: 文件处理:将命令行获取的文件按行读入,然后将每行文件内容按字符串处理为单词形式。按行读入可以使用BufferedReader 类的readLine()方法,每行处理为单词可以使StringTokenizer 类或者String 类的split()方法。 使用泛型技术创建字符串规则集,不重复地存放单词; 由散列集创建树形集,形成单词的自然排列顺序
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:961byte
    • 提供者:王小A
  1. FlowerShop

    0下载:
  2. 东莞MOTOROLA MC3000数据采集器条码采集终端盘点机优点:   ·在高强度扫描应用中,降低用户的疲劳度,提高工作效率 ·用户可调整扫描位置,使扫描操作舒适无比,工作效率空前提高 ·与VGA相比,分辨率提高30 ,便于在各种环境下查看,提高了扫描准确率 ·实现实时数据交换,获得最高生产效率 ·能够承受从4英尺(1.2)高度多次跌落到水泥地面的冲击,500次滚动 ·符合工业标准的防水、防尘效果,确保在恶劣条件下具有可靠的性能 ·具有高速CP
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:5.9mb
    • 提供者:范立勇
  1. readline-4.3.tar

    0下载:
  2. 一种逐行解析的工具源码,readline,版本为4.3,在linux下编译使用-One kind of source code line by line analysis tools, readline, version 4.3
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:939.12kb
    • 提供者:
  1. readline

    0下载:
  2. QEMU readline utility for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-29
    • 文件大小:3.78kb
    • 提供者:rangmaiseng
« 12 3 »
搜珍网 www.dssz.com