搜索资源列表

  1. md5

    0下载:
  2. 读入txt文本文件内容,并将其内容分块重组,然后将重组后的文件内容进行md5加密!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:13.97kb
    • 提供者:hefang
  1. FrequencyImage

    0下载:
  2. 包括如何将几百个*.txt的文件读入程序,并通过快速傅立叶变换进行数据处理画出图像。-including how to hundreds*. txt file into the process, and through the fast Fourier transform data processing paint images.
  3. 所属分类:图形图象

    • 发布日期:2024-11-13
    • 文件大小:1kb
    • 提供者:万新
  1. SmartReader

    0下载:
  2. 智能阅读器       阅读器(运行于WINCE平台):阅读器满足一般现实中阅读书籍时的需求,除一般阅读器所具有的功能:索引,书签,搜索,定位等。还可以一键跳转,自动滚屏。电子书生成器(运行于WINDOWS 平台):读入多个TXT文件连接成文章正文(顺序按照读入顺序)。可手动设置章节,也可以根据用户输入的章节数目分自动生成章节(按照文章的长度等分)。 -intelligent reader reading (runnin
  3. 所属分类:Windows CE

    • 发布日期:2024-11-13
    • 文件大小:532kb
    • 提供者:刘钦
  1. 15458462587421556

    0下载:
  2. Huffman编解码器的模拟实现 应用Huffman算法实现模拟编解码器,程序实现对输入的一篇英文文章(以 .txt文件读入),输出Huffman 码流(以 .txt文件输出),最好能实现译码过程。程序语言可以选用C、 VC或C++。-Huffman CODECs the simulation application Huffman algorithm simulation codecs, Programming on the im
  3. 所属分类:压缩解压

    • 发布日期:2024-11-13
    • 文件大小:183kb
    • 提供者:吉尔
  1. BMPread

    0下载:
  2. 读入位图,并以1/0数据形态存入txt文件中-Read into the bitmap, and 1/0 data forms into txt files
  3. 所属分类:2D图形编程

    • 发布日期:2024-11-13
    • 文件大小:340kb
    • 提供者:gaoyazhao
  1. md5

    0下载:
  2. 读入txt文本文件内容,并将其内容分块重组,然后将重组后的文件内容进行md5加密!-Txt text file read into the content, and will block the reorganization of its contents, and then after the reorganization of the content of the document encryption to md5!
  3. 所属分类:加密解密

    • 发布日期:2024-11-13
    • 文件大小:1.03mb
    • 提供者:hefang
  1. haffman

    0下载:
  2. 从TXT文件读入字符建立哈夫曼树,编码结果在txt文件输出,从txt文件读出编码,译成字符-TXT file read from the character-building Huffman tree coding results in txt file output from the txt file to read out the codes, to the characters
  3. 所属分类:文件操作

    • 发布日期:2024-11-13
    • 文件大小:2kb
    • 提供者:张琳
  1. WriteFile

    0下载:
  2. 通过BufferedReader函数从外部读入txt文件,运行完后输出vector-BufferedReader function through time from the outside into the txt file, to run after the output vector
  3. 所属分类:其它源码

    • 发布日期:2024-11-13
    • 文件大小:2kb
    • 提供者:翠环山
  1. matlabFun

    0下载:
  2. 通过BufferedReader函数从外部读入txt文件,运行完后输出vector-BufferedReader function through time from the outside into the txt file, to run after the output vector
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-11-13
    • 文件大小:2kb
    • 提供者:翠环山
  1. WordFile

    0下载:
  2. 通过BufferedReader函数从外部读入txt文件,运行完后输出vector-BufferedReader function through time from the outside into the txt file, to run after the output vector
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-11-13
    • 文件大小:2kb
    • 提供者:翠环山
  1. Wordana

    0下载:
  2. 通过BufferedReader函数从外部读入txt文件,运行完后输出vector-BufferedReader function through time from the outside into the txt file, to run after the output vector
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-11-13
    • 文件大小:2kb
    • 提供者:翠环山
  1. CDataInput

    0下载:
  2. 可以读入txt文本中的项 然后写入EXCEL 大大缓解了添加数据的繁琐。-Txt can be read into the text of the item and then write EXCEL add greatly to ease the red tape data.
  3. 所属分类:其他数据库

    • 发布日期:2024-11-13
    • 文件大小:35kb
    • 提供者:win
  1. LodTerrain

    0下载:
  2. 实现lod和水面叠加的功能,并可以读入txt各式的水位文件-Lod achieve superposition and surface features, and can read a variety of water into the txt file
  3. 所属分类:3D图形编程

    • 发布日期:2024-11-13
    • 文件大小:886kb
    • 提供者:zhuhui
  1. communicate

    0下载:
  2. 简单链表实现 基本功能: (1)添加记录 先判断链表是否已经存在。若不存在,需首先自动新建一个链表,然后再添加一条或多条通讯记录。 (2)显示记录 显示当前所有记录。 (3)查询记录 按名字查找,并显示该记录。 (4)通信录排序 按姓名的字母顺序排序,涉及到冒泡等排序算法。 (5)删除记录 实现逐条删除和删除全部记录两种功能。 (6)更新记录 修改已存在记录的
  3. 所属分类:其他小程序

    • 发布日期:2024-11-13
    • 文件大小:2kb
    • 提供者:时代
  1. Sheet

    0下载:
  2. 利用Delphi编写的表单操作程序,读入txt文件生成表格,进行数据修改操作,初学者必看-Delphi form prepared by the use of operational procedures, Reading txt file into the table generation, data modification operations, beginners must-see
  3. 所属分类:界面编程

    • 发布日期:2024-11-13
    • 文件大小:205kb
    • 提供者:weil
  1. readtxt

    0下载:
  2. 记事本读写文件,可以把TXT中的内容直接读入系统程序内进行操作,并把结果写回到新的TXT文件中。-Notepad to read and write documents, TXT can directly read the contents into the system to operate within the procedures and the results written back to the new TXT file.
  3. 所属分类:其他小程序

    • 发布日期:2024-11-13
    • 文件大小:74kb
    • 提供者:Shene
  1. txtshuju

    0下载:
  2. 实现数据的读取和存储功能。将存储在*.txt中的数据读入并进行操作,之后将结果存储在*.txt中-Data reading and storage functions. Will be stored in the data in*. txt and read operation, after the results are stored in*. txt in the
  3. 所属分类:其他小程序

    • 发布日期:2024-11-13
    • 文件大小:3.67mb
    • 提供者:赵振
  1. TXTdata_MEMDraw_saveAsBMP

    0下载:
  2. 我的邮箱: jhu@holomaker.com 欢迎联系, 公司主页 http://www.svgoptronics.com/cnindex.asp 光刻行业的研发型企业 【改进自testsavebmp】,并非我完全原创 软件技术含量:读取txt数据,内存绘图并保存, 黑白bmp(单色bmp)绘图,比较少见吧 软件功能:根据 txt中的圆的数据,绘制成bmp图形,用于光刻行业的图形发生器
  3. 所属分类:图片显示浏览

    • 发布日期:2024-11-13
    • 文件大小:58kb
    • 提供者:胡进
  1. ex-11

    0下载:
  2. K-Means.java K-means分群法(组数数据皆不固定,以读入档案, iris.txt)-K-Means.java K-means grouping method (group, none fixed the number of data in order to read the file, iris.txt)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-13
    • 文件大小:6kb
    • 提供者:林好
  1. writeword

    0下载:
  2. TXT导入数据,然后写入图片(可改变字符颜色、字符大小,字符字体),然后输出到指定文件夹。 本文件主要为了批量处理图片标注。(TXT imports the data, then writes the image (changing the character color, character size, character font), and then outputs it to the specified folder. Th
  3. 所属分类:图形图象

    • 发布日期:2024-11-13
    • 文件大小:14kb
    • 提供者:图像分析师
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org