搜索结果
找到约 489 项符合
Text-Overflow 的查询结果
文章/文档 在第一章里
在第一章里,例子程序HelloCE调用DrawText函数显示了一行文本。代码如下:
DrawText (hdc, TEXT ("Hello Windows CE!"), -1, &rect,
DT_CENTER | DT_VCENTER | DT_SINGLELINE)
DrawText 是一个相当高级的函数,允许由程序显示文本,而由Windows处理大部分细节。DrawText的头几个参数几乎是不言而喻,很直观。当前正在使 ...
其他行业 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.
文章/文档 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 correspo ...
多国语言处理 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
加密解密 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:
wearedis ...
Java编程 SourceModeling 这个java程序可以统计出给出的txt文本中所有的英文字母和使用的字符出现的字数并显示出来
SourceModeling
这个java程序可以统计出给出的txt文本中所有的英文字母和使用的字符出现的字数并显示出来,使用ASCII码读取。(之后可以使用这个代码进行Huffman编码的基础)
2.2 DecOfInd.txt 为被统计的文档。SM.java为统计的java程序。
SM.class是SM.java生成的类文件。
compute.txt是输出结果到屏幕后的信息text复制。 ...
Java编程 HuffmanDecoder 使用java编写的Huffman解码器
HuffmanDecoder
使用java编写的Huffman解码器,通过读取HuffmanEncoder产生的DecOfInd.huf编码文件,进行解码从而恢复成可读取的原文件。配合HuffmanEncoder使用。此处使用的是指定的text文件,可自行更改。
其他行业 在IDL的文本框中
在IDL的文本框中,没有提供掩码的功能,该功能在Visual Studio里面已提供,而有时,如界面登录时,必需要求具备该功能。本程序正是为IDL的Text对话框实现输入文本的掩码功能。
Java编程 Web-Harvest是一个Java开源Web数据抽取工具。它能够收集指定的Web页面并从这些页面中提取有用的数据。Web-Harvest主要是运用了像XSLT,XQuery,正则表达式等这些技术来实
Web-Harvest是一个Java开源Web数据抽取工具。它能够收集指定的Web页面并从这些页面中提取有用的数据。Web-Harvest主要是运用了像XSLT,XQuery,正则表达式等这些技术来实现对text/xml的操作。测试版本。
通讯/手机编程 一款用JAVA制作开发的小型聊天软件
一款用JAVA制作开发的小型聊天软件,里面附有安装程序和JAVA源代码。
Visual Chat 1.91 Developer Edition
- Customize the Visual Chat code regarding your own requirements
- Use customchatdev.html for developing / testing
- Create .jar and .cab-files containing client-specific .class-files and the images- ...