虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Text-independent

  • pc实现短信收发的源程序

    pc实现短信收发的源程序,支持TEXT模式和UTP模式。

    标签: 短信 收发 源程序

    上传时间: 2016-05-02

    上传用户:wanqunsheng

  • ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is

    ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it s useful to implement "View file" feature in your Delphi/C++Builder application. The following view modes are implemented: Text, Binary, Hex, Unicode: all files, of unlimited size. Plain file dump is shown. Used ATBinHex component: only visible part of file is loaded into memory. Modes are suitable for huge files and files of unknown type. RTF/UTF-8: RTF and UTF-8 encoded texts. File is shown using RichEdit control. Image: all general image formats: BMP JPG ICO GIF PNG... File is shown using ATImageBox component. Multimedia: all file types supported by MS Windows Media Player: AVI MPEG WMV MP3... File is shown using WMP ActiveX control. Internet: all file types supported by MS Internet Explorer: HTML XML DOC XLS... File is shown using MSIE ActiveX control. Plugins: all files supported by Total Commander Lister plugins.

    标签: component ATViewer Builder various

    上传时间: 2013-12-24

    上传用户:小鹏

  • 在第一章里

    在第一章里,例子程序HelloCE调用DrawText函数显示了一行文本。代码如下: DrawText (hdc, TEXT ("Hello Windows CE!"), -1, &rect, DT_CENTER | DT_VCENTER | DT_SINGLELINE) DrawText 是一个相当高级的函数,允许由程序显示文本,而由Windows处理大部分细节。DrawText的头几个参数几乎是不言而喻,很直观。当前正在使用的设 备环境句柄被传入,同时传入的还有被TEXT宏包围的用来显示的文本,声明成Unicode字符串是为了符合Windows CE的需要。

    标签:

    上传时间: 2016-05-15

    上传用户:zhichenglu

  • This program prints a calendar for a year specified. The user enters a year for the calendar and t

    This program prints a calendar for a year specified. The user enters a year for the calendar and the programs automatically prints the calendar in text format.

    标签: calendar year for specified

    上传时间: 2016-05-25

    上传用户:hwl453472107

  • This book code procedure according to the chapter arrangement, the 1st chapter of example under "1"

    This book code procedure according to the chapter arrangement, the 1st chapter of example under "1" the table of contents, the 2nd chapter of example under "2" the table of contents, to the order analogizes. Under corresponding table of contents including Java source code document and by it correspondence translation class document. The reader may use software and so on the text editor opens the Java source code document, examines this book the detailed code. 13th chapter the code defers to the project project laying aside. May directly use NetBeans to open the project document to carry on the code examination.

    标签: chapter arrangement according procedure

    上传时间: 2014-11-01

    上传用户:希酱大魔王

  • segment,一个简单的中文分词程序

    segment,一个简单的中文分词程序,命令行如下: java -jar segmenter.jar [-b|-g|-8|-s|-t] inputfile.txt -b Big5, -g GB2312, -8 UTF-8, -s simp. chars, -t trad. chars Segmented text will be saved to inputfile.txt.seg

    标签: segment 程序

    上传时间: 2014-01-04

    上传用户:ynzfm

  • Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++.

    Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++. Requirements You do this lab in a group of two students. Your program should have input and output as follows: csci>a.out --> Please input the key: receptive --> Please input the plain text: wearediscoveredsaveyourself --> The cipher text is : nicvtwqngfzgvtwavzvcqyglmgj -->The original message is: wearediscoveredsaveyourself • You should test your program with several runs.

    标签: the Implement algorithm textbook

    上传时间: 2013-12-21

    上传用户:bruce5996

  • The FastICA package is a free (GPL) MATLAB program that implements the fast fixed-point algorithm fo

    The FastICA package is a free (GPL) MATLAB program that implements the fast fixed-point algorithm for independent component analysis and projection pursuit. It features an easy-to-use graphical user interface, and a computationally powerful algorithm.

    标签: fixed-point implements algorithm FastICA

    上传时间: 2014-08-17

    上传用户:yy541071797

  • SourceModeling 这个java程序可以统计出给出的txt文本中所有的英文字母和使用的字符出现的字数并显示出来

    SourceModeling 这个java程序可以统计出给出的txt文本中所有的英文字母和使用的字符出现的字数并显示出来,使用ASCII码读取。(之后可以使用这个代码进行Huffman编码的基础) 2.2 DecOfInd.txt 为被统计的文档。SM.java为统计的java程序。 SM.class是SM.java生成的类文件。 compute.txt是输出结果到屏幕后的信息text复制。

    标签: SourceModeling java txt 程序

    上传时间: 2016-06-07

    上传用户:qiao8960

  • HuffmanDecoder 使用java编写的Huffman解码器

    HuffmanDecoder 使用java编写的Huffman解码器,通过读取HuffmanEncoder产生的DecOfInd.huf编码文件,进行解码从而恢复成可读取的原文件。配合HuffmanEncoder使用。此处使用的是指定的text文件,可自行更改。

    标签: HuffmanDecoder Huffman java 编写

    上传时间: 2014-08-20

    上传用户:epson850