常用的四种加密解密算法。移位密码、仿射密码、维吉尼亚密码以及置换密码,用纯C语言编写。
上传时间: 2013-11-26
上传用户:helmos
VB实现部分器件功能,可以实现控键,实现多维可变数组
上传时间: 2015-09-28
上传用户:zhaiye
VB实现多组循环控件,可以同时实现很多维数组的计算,实现数组维数可控,计算精度可控
上传时间: 2015-09-28
上传用户:zuozuo1215
This article shows that by using the tools available and understanding the programming system, it is possible to improve programming productivity. Microsoft Foundation Classes (MFC) and other tools let the user build GUIs while working in the same development program that was used to write the rest of the test code. MFC comes bundled with Microsoft Visual C++ and other development systems such as Watcom C/C++ and Borland Inprise C++ Builder.
标签: understanding programming available the
上传时间: 2014-12-02
上传用户:无聊来刷下
QWT5.01用于Qt开发的二维图形库程序
上传时间: 2014-08-15
上传用户:225588
华维编程规范:源文件头部应进行注释,列出:版权说明、版本号、生成日期、作者、模块目的/功能、主要函数及其功能、修改日志等。
标签: 编程规范
上传时间: 2015-09-28
上传用户:sevenbestfei
we can get something about Digital IC design from berkeley advanced digital IC lecture, and it is very good for beginner
标签: something berkeley advanced Digital
上传时间: 2014-01-08
上传用户:凌云御清风
the introduction to matlab is lecture of MIT. it is very good for beginner
标签: introduction beginner lecture matlab
上传时间: 2013-12-20
上传用户:gtf1207
GSM信道中卷积码编码以及相应的维特比译码的全部Matlab代码。
上传时间: 2015-09-29
上传用户:66666
这是一个高速多维插值算法。当我们建模以后,原始的算法可能极为复杂和低速,在现有的计算条件下要得到最终的结果甚至要让我们等白了头,而该模块可以让复杂低速的计算变得简单迅速,甚至瞬间得到结果。它的原理是通过原始模型算法计算出有限的栅格节点,构建出一个多维栅格,而后可以无限次的对多维输入值瞬间得出对应的输出值,而得到的结果跟通过原始算法得到的结果相差无几。 并且,该模块还提供了对输入、输出值的校准功能。 该模块限定的输入、输出值为8位或16位的整数,浮点的计算也可以先变换为整数后再进行高速处理,得到结果后再反变换回去,这对于绝大多数采样是完全足够的。 该模块中包含了足够的源文件,都是以标准C编制的,可以在任何编译环境下进行编译,并且还有调用例子供参考。接口定义见imdi.h文件。
上传时间: 2015-09-29
上传用户:han_zh