搜索资源列表
扩充pl0文法编译器
- 对PL/0作以下修改扩充: (1)课内上机作业(考试前交报告): 增加单词:保留字 ELSE,FOR,TO, DOWNTO 运算符 +=,-=,++,-- 修改单词:不等号# 改为 <> 增加条件语句的ELSE子句 -right PL / 0 expansion for the following modifications : (1) the reverse on the plane operations (examination reports) : Increased word
cmdbind2
- 让进程在系统中更加隐蔽(2) 一般来说一个后门程序需要更改系统的某些文件来让程序在系统启动执行这个程序, 又要在某个地方保留这个程序(一般是在硬盘)。如果有什么办法不这样做又让程序在 系统中运行的话,就可以使后门程序更加隐蔽。也就是说程序在硬盘上找不到在系统的 启动配置中没有这有项。真正要做到这样好象不太现实,但可以采用简单的方法:在程 序被执行后删除程序文件和启动文件中被更改的部分,然后在系统被关闭前保留程序文 件和更改启动文件,让它在系统启动时又能被执行。 程序是一个可执行文件在被执行时系统
Font_2
- 又一個windows下不錯的字體的實例-空心字。-windows again under a good example of the font - hollow words.
x2005092501
- 读取鼠标所在位置的单词,这样你可省心了。好好用吧!-location of the mouse to read the words, so you can worry a. Properly!
switch1240
- s1240 74字节话单二进制格式转换程序,程序结构可用语其他交换机话单格式转换-s1240 74 single-byte words binary format conversion procedures, program structure can then switch language other single format conversion
pik
- 由于电子商务广泛采用公开密钥技术,职能部门有必要对公钥加以管理。本文简要介绍了基于PKI的密钥托管技术及密钥托管代理的概念,分析了密钥托管的步骤,以及政府部门在密钥托管代理的帮助下强制访问信息的过程。 关键词:密钥托管 证书授权认证 公开密钥 公钥基础设施 托管证书 网络的安全问题得到人们的日益重视。网络面临的威胁五花八门:内部窃密和破坏,截收,非法访问,破坏信息的完整性,冒充,破坏系统的可用性,重演,抵赖等。于是公钥基础设施(Public Key Infrastructure,PKI)
RSA_DEMO
- 一种利用公钥算法(又称为非对称算法)RSA制作注册码的方法。采用这种方法,不知道密钥的话时很难写出注册机来。实际上有部分软件已经使用了这类方法。RSA加密算法DEMO-use of a public key algorithm (also known as non-symmetric algorithm) production license RSA method. Using this method, I do not know the key words is difficult to wr
SteganographyDemo.ZIP
- 将文字加密后隐藏在 图片里,支持GIF/BMP-words encryption hidden in the pictures, GIF / BMP
dancitongji
- 对读入的某个文本文件input.txt中,拆出英文单词,输出一个按字典顺序排列的单词表,结果输出在文本文件output.txt中,每个单词一行,并在单词后输出该单词出现的个数,两个字段之间用逗号分隔。约定单词仅由英文字母组成,单词间由非英文字母分隔,相同单词只输出一个,大小写不区分。 利用二叉树实现-the right time to a text file input.txt, divestment English words, Output by an order of the dict
jiangyutang_A0617389_homework1
- 分析一个英文文本文件中所有单词出现的频率,用linux下的标准c语言实现,是我的internet高级编程的第一次作业。编译后在可执行文件后跟上一个英文文本文件名字就可以了,程序会在屏幕打印出该文件中每个单词出现的次数。可以作为linux下的c语言学习例程使用。-an analysis of the English text document, all words, the frequency, linux using the standard c language, the internet i
word_freq
- 此程序完 成任意一个英文文本文件中英文单词的统 计工作。要求:把英文单词出现频率次数 由高到低打印出来;只要英文单词形式不 一样就算两个词,不考虑词语的复数时 态。-this procedure completed an arbitrary text in English English word document statistics. Requirements : English word frequency from high to low frequency prin
airballoon
- This programme is to show the words like a air balloon around the control button.It ia about interface programme.-This program is to show the words like a ai r balloon around the control ia about button.It interface program.
MozillaLoader
- 以前一直使用PortableApps.com的portablefirefox和protablethunderbird,发现还是有些小问题。 首先这些loader都是用软件的参数来更改默认profile路径的,如果将来软件取消了参数就失效了;其次,在用户profile目录里还是会残留一些文件,做不到完全的portable。 MozillaLoader采用的是另一种方法:通过伪造“USERPROFILE”环境变量值来欺骗软件。相比较而言,这种方法更“主动”了,也就是说,就算将来软
md5-code
- md5的经典代码,无多余语句,效率高,保证能够编译-md5 classic code, no superfluous words, high efficiency and to guarantee the compiler
linuxdownload
- The resulting network of meaningfully related words and concepts can be navigated with the browser
example-4
- This example demonstrates the use of Semaphores, Threads, and Timers. Three \"Filler\" threads are created that loop waiting for a while and then adding a value to the end of a circular buffer. The main thread removes words from the buff
系统托盘编程完全指南(三)
- 这是“系统托盘编程完全指南(三)”文章的配套例子代码。实现了托盘程序图标气球式样的提示。这是一个IE5.0+以后才有的新特性。 托盘程序的信息提示通常是将鼠标光标移到托盘图标上之后,Windows会发送消息给托盘程序,从而显示提示信息——Tooltip。但在Windows XP中我们还看到有些系统托盘程序是自动显示ToolTips信息的,也就是说不用将鼠标光标移到托盘图标上便可显示ToolTips,在这是怎么实现的呢?此代码将示范一种新奇的ToolTips风格,它叫做气球提示:Balloon T
chk
- 本程序主要可以对一个c语言程序中的括号和注释情况进行检查,可以快速地发现原程序 * 中隐含的语法匹配性错误,可以根据检查结果,对不匹配的括号进行修改,最快速度地将 * 程序修改正确。同时本程序也可以象wc程序一样对一个程序进行计数统计,得到一个文件 * 的行、单词、字节的统计结果。-this procedure can be a major c language program brackets and the inspection of the Notes can be found quick
对读入的某个文本文件input.txt中,拆出英文单词
- 对读入的某个文本文件input.txt中,拆出英文单词,输出一个按字典顺序排列的单词表,结果输出在文本文件output.txt中,每个单词一行,并在单词后输出该单词出现的个数,两个字段之间用逗号分隔。约定单词仅由英文字母组成,单词间由非英文字母分隔,相同单词只输出一个,大小写不区分。-Of reading a text file input.txt, the demolition of the English word, the output of a lexicographical order
qt贴图做的智能中文拼音输入法程序
- qt贴图做的智能中文拼音输入法程序,可实现自动组词选择-qt map to do the smart Chinese Pinyin input method, set of words can be automatically selected