搜索结果
找到约 554 项符合
text-fading 的查询结果
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- ...
Jsp/Servlet java的一个开发包function scrollwindow() { currentpos=document.body.scrollTop window.scroll(0,++current
java的一个开发包function scrollwindow()
{
currentpos=document.body.scrollTop
window.scroll(0,++currentpos)
if (currentpos != document.body.scrollTop)
sc()
}
document.onmousedown=sc
document.ondblclick=initialize
</script>
<style type="text/css">
<!--
.style1 {color: #CCCCCC}
--> ...
Delphi控件源码 MD5变换动态链接库文件调用:(delphi例子) =======================================================================
MD5变换动态链接库文件调用:(delphi例子)
=========================================================================
function transfer(tran:widestring):widestring stdcall external md5.dll name transfer
//edit1为输入字符,edit2为输出md5摘要
procedure TForm1.Button1Click(Sender: TObject)
begin
e ...
数据结构 设计并实现解字典问题的O(nlogn)时间算法
设计并实现解字典问题的O(nlogn)时间算法,对于给定的字典dict和文本text,找出text
中出现次数最多的不在字典dict中的单词
matlab例程 Zero-order-hold Intended for a senior-level course on the analysis and design of digital control sy
Zero-order-hold
Intended for a senior-level course on the analysis and design of digital control systems, the text is also useful for graduate students and practicing engineers who are learning state-space design techniques.
matlab例程 Upper gain margin Intended for a senior-level course on the analysis and design of digital control
Upper gain margin
Intended for a senior-level course on the analysis and design of digital control systems, the text is also useful for graduate students and practicing engineers who are learning state-space design techniques.