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

搜索资源列表

  1. python_markup-master

    0下载:
  2. 实现简单的TXT文件转换成HTML。文本切割、文本转换(a simple program to transport txt to HTML)
  3. 所属分类:WEB开发

    • 发布日期:2017-12-19
    • 文件大小:8192
    • 提供者:h123
  1. os

    0下载:
  2. 在txt文档里输入模拟指令,读取txt文档内容,用调度算法实现cpu的模拟调度算法.(In the txt document, enter the analog command, read the contents of the txt document, using scheduling algorithm to achieve CPU simulation scheduling algorithm)
  3. 所属分类:Java编程

  1. homewk8

    0下载:
  2. 创建生成100个互不相等的随机三位整数,并将它们存入一个数据文件mydt.dat中。从数据文件中读取所有数据,将这些数据按第二位构成数字的升序排列,如果第二位构成数字相等,则按第三位构成数字的降序排列,将排序结果输出到:一个数据文件mysd.dat文件和一个文本文件mysd.txt文件中。(Creates 100 randomly generated three bit integers that are not equal to each other and stores them in a
  3. 所属分类:Java编程

    • 发布日期:2017-12-22
    • 文件大小:6144
    • 提供者:袁困困
  1. biaachfirstsearch

    0下载:
  2. 载入txt文件迷宫,含几种搜索方法,例如depth first search, breadth first search等(TXT file loaded maze, including several search methods, such as the depth first search and breadth first search, etc)
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-18
    • 文件大小:8192
    • 提供者:赵雅雯
  1. onlineexam-master

    1下载:
  2. 在线考试平台,简单版。简单一上手,大家有需要可以去看里面有个readme.txt文件(Online examination platform)
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-18
    • 文件大小:2271232
    • 提供者:三木大师
  1. cgimassageboard

    0下载:
  2. cgi程序,web留言板保存,保存进txt文件.(cgi massage txt save)
  3. 所属分类:WEB开发

    • 发布日期:2017-12-15
    • 文件大小:361472
    • 提供者:冲田
  1. Navicat for Mysql

    0下载:
  2. 这是一款与mysql数据库相连接的可视化工具,简化您对数据库的操作, 该mysql可视化工具安装方便,解压后,按照破解方法.txt的指示安装即可使用(This is a visualization tool that connects to the MySQL database to simplify your operation of the database, The MySQL visual tool is easy to install and decompress. It can
  3. 所属分类:Java编程

    • 发布日期:2017-12-30
    • 文件大小:13681664
    • 提供者:晓晓—_1947
  1. dict_build-master1023

    0下载:
  2. 针对中文文本进行新词发现;需把带分析的文档放入一个txt文档或者csv文件中。(New word discovery for Chinese text)
  3. 所属分类:Java编程

    • 发布日期:2017-12-29
    • 文件大小:3707904
    • 提供者:yymusicnba
  1. Doc2PDF

    0下载:
  2. 可以把doc或者TXT文档转换成PDF文档(You can put doc or TXT documents into PDF documents)
  3. 所属分类:Java编程

    • 发布日期:2017-12-28
    • 文件大小:1754112
    • 提供者:凌照
  1. javacv

    0下载:
  2. javacv小demo,使用javacv0.8版本进行的一个demo测试(/* * FaceRecognition.java * * This file is a translation from the OpenCV example http://www.shervinemami.info/faceRecognition.html, ported * to Java using the JavaCV library. Notable changes are the add
  3. 所属分类:Java编程

    • 发布日期:2018-01-01
    • 文件大小:3072
    • 提供者:Meteor冷瞳
  1. jzy

    0下载:
  2. 1.窗口事件实现任务栏提示,键盘事件实现shift的按键提醒2.保存用户登录信息,登录成功跳转至welcome.htm网页,登录失败提示错误3.读取书籍数据文件data1.txt到表单。(The 1. window event Implementation Task Tips, shift key keyboard events remind 2. save user login information, successful login to jump to the welcome.htm p
  3. 所属分类:WEB开发

    • 发布日期:2018-01-01
    • 文件大小:71680
    • 提供者:hxqh
  1. RedBlackTree

    0下载:
  2. 简单的从文件中读取数据创建红黑树并插入删除(RedBlackTree build and delete from txt data)
  3. 所属分类:Java编程

    • 发布日期:2018-01-02
    • 文件大小:2048
    • 提供者:111sad
  1. CodeAnalyazer

    0下载:
  2. 掌握 Java 语言的字符串处理、文本文件的读写。 编写一个类名为 JavaCodeAnalyzer 的类,实现以下功能: <1> 该类可以以一个 Java 源程序文件名创建一个对象,如果文件不存在,或扩展名不 是“ .java”,应提示文件错误; <2> 对该源程序文件进行分析其中的: 代码行数、注释行数和空行数。 <3> 统计并按从多到少输出出现次数最多的 5 个关键字及其出现次数。 <4> 统计分析的结果输出到名为: result
  3. 所属分类:Java编程

    • 发布日期:2018-01-03
    • 文件大小:4096
    • 提供者:DrLzz
  1. SpatialSearch

    0下载:
  2. 基于格子法的最近距离搜索和区域搜索。根据给定的GPS点的txt文件 搜索出距离给定经纬度的最近的用户指定的类型(例如餐馆,政府机构,atm机)(Nearest neighbor search and region search based on lattice method)
  3. 所属分类:Java编程

    • 发布日期:2018-01-03
    • 文件大小:131072
    • 提供者:rdt123
  1. Notepad

    0下载:
  2. 可进行基本的txt文件操作,包括其他的文件的一些读取与写入(You can perform basic text file operations and read and modify some other files)
  3. 所属分类:Java编程

    • 发布日期:2018-01-05
    • 文件大小:106496
    • 提供者:specially
  1. quicksort.txt

    0下载:
  2. Java语言的快速排序算法,仅供大家参考,如有问题,请留言(quick sort algorithm with Java language)
  3. 所属分类:Java编程

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:但但
  1. java

    0下载:
  2. java代码课上例题代码txt文件上中下
  3. 所属分类:JSP源码/Java

  1. 文件管理

    0下载:
  2. 通过预先设定的密码,登陆后进行选择修改数据,增加数据,删除数据,和查询数据(After a predetermined password, the data is modified, data is added, data is deleted, and the data is querying after landing.)
  3. 所属分类:Java编程

    • 发布日期:2018-01-07
    • 文件大小:19456
    • 提供者:ETL
  1. php读取本文

    0下载:
  2. php读取txt文件例子,用于学习php的基础语句(PHP reads an example of the txt file for learning the basic statements of the PHP)
  3. 所属分类:WEB开发

  1. Desktop

    0下载:
  2. 编写一个程序,从键盘任意输入一串字符,从屏幕输出并将其存入ex3.txt文件中,并且退出程序后再次运行输入一串字符,上一次输入并存储的字符不被覆盖。(Write a program to input any string of characters from the keyboard, output it from screen and store it in ex3.txt file, and then run a string of characters again after exitin
  3. 所属分类:Java编程

    • 发布日期:2018-01-09
    • 文件大小:31744
    • 提供者:森三
« 1 2 ... 39 40 41 42 43 4445 »
搜珍网 www.dssz.com