资源列表
cipher_design
- 一个自己设计的加密体制。本体制采用分组密码思想,对128位的明文分组进行加解密。具体思想是:把128bits的明文分组分成了4×4×4的2bits单位然后用key进行控制变换,round key相当于是变换方式的编码,可视作变换的指令流。加密解密过程过程中是指令流和数据流混合。
maylab
- 用MATLAB绘制系统零极点,有关Z变换的相关知识-MATLAB zero pole system, the Z-transform knowledge
VC++60chuangjian
- 利用VC++60创建位图按钮.pdf 利用VC++60创建位图按钮.pdf-create bitmap button. Pdf VC 60 bitmap button creation. Pdf
cakewalk_pro_audio_9.03
- 飞过海工会和通过后化工黄河化工后合同工黄花岗大会个-flying over the sea trade unions and the passage of the Yellow River chemical after chemical contract workers Huanghuagang Assembly -
jericho-html-2.3
- Html Parser Package developed in Java
opencv-slides
- 中科院自动化所自由软件学会于任棋讲解的使用opencv进行图像处理的课件和源码。其中包括opencv图像结构、矩阵结构、点结构简介,以及图像I/O,边缘检测,轮廓检测,背景建模等。-free software to automate the process of the Chinese Academy of Sciences Institute of the game on the use opencv for Image Processing Software and the source.
CallbackTimerDemo
- 使用VC编写的利用回调函数实现定时器功能源码。程序中使用静态成员函数访问非静态成员函数机制实现三个不同定时器。-use VC prepared using the timer callback function to achieve functional source. Procedures for the use of static member function visit non-static member function mechanisms three different timer
vb10012
- 应该是不错的源码 望朋友们分享 应该是不错的源码 望朋友们分享 -should be a good source Pillar friends sharing should be a good source Pillar friends sharing
Videonet_src1.2
- 一个外国人编写的使用vfw实现视频聊天功能的改进版本。非常经典的视频开发方面的源代码,对想在视频开发方面发展的朋友很有帮助。-a foreigner vfw prepared by the use of video chat function improved version. Video is the classic development of the source code for the video to the development of helpful friends.
FET_110_c
- AQ430的源码,用于TI的MSP430单片机,很实用,很多人都使用过了-AQ430 the source for TI's MSP430, very useful, many people have used the
200611921145096739
- 词 法 分 析 器 Delphi7.0 很好的 东西 啊 -lexical analyzer Delphi7.0 good things ah
maopaosuanfa
- 通过保存已经计算出来的结果,此方法的时间复杂度仅为O(m^2).如果采用递归编程(大多数人都会首先想到递归方法),则时间复杂度将高达O(k^m). 1.18 -through the depositary has calculated the results, This method of time complexity is O (m ^ 2). If using recursive programming (most people would first think of recurs