搜索资源列表
xlspass
- 本程序只用于个人EXCEL密码遗忘时,试图探测密码; 减少重复劳动,不可进行其它不当使用,否则后果由使用者自负; 在文本框中输入EXCEL文档的全路径名称,例如: C:\\doc\\book1.xls; 适用于WINDOWS95/98/NT系统 ,安装了EXCEL97 。 此源码公开,欢迎感兴趣的网友优化提高。 稍加修改即可用于探测ACCESS ,WORD 文档的密码。 适当修改或增加密码字典:dict.DIC(纯文本),可提高探测速度。 可探测1~1
twofish-optimized-c
- 一个towfish加密算法的源代码,请大家看看交流一下,谢谢大家了。总算到了个字。唉,真是的。-a towfish encryption algorithm source code, please see things about, I thank the people. Finally the word. Oh, too bad.
twofish-reference-c
- 一个towfish加密算法的源代码,请大家看看交流一下,谢谢大家了。总算到了个字。唉,真是的。-a towfish encryption algorithm source code, please see things about, I thank the people. Finally the word. Oh, too bad.
v5395_iword
- Iword2004 文档控件源码 1,控件支持全部Office菜单,支持Office的打印预览,控件强大的B/S通讯技术。 2,能够将服务器数据库中的数据或者用户自定义的数据插入当前文档的指定位置。 3,可以将文档中的指定数据随时保存到服务器数据库或者指定的目录中。 4,控件能够在浏览器窗口中直接编辑Word文档并保存到Web服务器上,实现文档和数据库的统一管理。 5,控件同时支持痕迹保留,手写签名,电子印章等办公自动化系统必备的功能。 6,控件采用标准HTTP协议,
letter_gamefor_aix
- AIX 下的一个c++ 猜词游戏程序。供初学者参考-under the AIX c guess a word game procedures. Reference for beginners
linux_shell_C
- C语言编程实现了linux的shell功能,包括多管道,父子进程,输入输出重定向以及简单的纠错功能。另外还有详细的word说明文档及图片,介绍了程序执行情况和各个函数说明。-C language programming linux realized the shell functionality, including multi-channel, father and son process, input and output redirection as well as the simple
sourceportscan
- 这是一些端口扫描的源程序,格式都是word的,希望对大家有用。-This is some of the source port scan, format is word, and I hope useful for everyone.
CSharpDes
- 标准CSharpDes加密算法,WORD的文件,包含了加密解密。-C# Des加密算法
sourcecode
- 1. Program to remove all comments from a C program 2. Word count implementation using Apache s Hadoop 3. Program to implement calloc using malloc
Word
- 有C编程的基带传输系统的程序,包含程序的注释-A C programming procedures for baseband transmission system, including procedures for comments
mmtrie
- 写这个的出发点是吧之前做的trie能写到文件而且能很容易mmap到内存, 可以用于输入法 搜索引擎分词 词表的功能, 共享前缀存储, 支持最大20亿节点. 简单一点可以当一个hash表使用, 查找的时间复杂度为 N* Log(256) N为字符长度, key可以为二进制的数据, value 必须为int类型, 不能为0, 因为mmtrie_get()/find() 没有结果的情况下为0, 如果需要set value为0的话自己+1, 出来的时候-1就好了.-Write the start
wordscount-wc.c
- 多线程实现单词统计工具。允许线程使用互斥锁修改临界资源,确保线程间的同步与协作。-Multi-threading word statistical tools. Allows threads to use a mutex to modify the critical resources to ensure that inter-thread synchronization and collaboration.
Word
- 本程序演示了在C++Builder下调用Word文件的方法-This program demonstrates call Word documents in C++Builder
test.c
- SAMPLE C CODE It print hello word
lda-c
- LDA是一种文档主题生成模型,也称为一个三层贝叶斯概率模型,包含词、主题和文档三层结构。文档到主题服从Dirichlet分布,主题到词服从多项式分布。 LDA是一种非监督机器学习技术,可以用来识别大规模文档集(document collection)或语料库(corpus)中潜藏的主题信息。它采用了词袋(bag of words)的方法,这种方法将每一篇文档视为一个词频向量,从而将文本信息转化为了易于建模的数字信息。但是词袋方法没有考虑词与词之间的顺序,这简化了问题的复杂性,同时也为
c-address-list-procedure
- c语言实现通讯录命令行小程序。有设计要求,程序,截图做的word使用手册。-c language contacts command line applet. There are design requirements, procedures, screenshots do word manual.
Word
- Visual C++单词拼写检查器,以命令提示符窗口的形式运行,运行后你可以根据提示输入一段英文字母,本程序会检查你输入的单词拼写是否正确,暂时只支持英文单词的检查,不支持中文拼写检查。-Visual C++ spelling checker in the form of a command prompt window, run, run, you can follow the prompts to enter some letters of the alphabet, the program
c
- Flip the order of the 2 bytes in each word in the given array.
CSharp-notePad-word
- 这是一个完整的记事本程序,可以通过C#编译成一个自制的记事本程序,可以修改代码,添加自己想要的功能-This is a complete Notepad, you can compile into a self-made C# Notepad program, you can modify the code, add features you want
Key-Word-cipher-EncaDecryption
- 密钥短语密码加密解密,标准C实现,本科密码学课程实践-Key Word cipher Encryption and Decrytion, implemented with standard C