搜索资源列表
三栏栅加密算法
- 此程序为3栏栅加密算法程序,可对一段明文字符加密 作者:万艳良 单位:武汉理工大学-this procedure for three fencing encryption algorithm procedures, the section expressly characters encryption Author : 10000-Yan units : Wuhan Polytechnic University
递归算法快速排序
- 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d
yueguang
- 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d
JTextAreaDemo
- 利用 Jfr a me的扩展类JTextAreaDemo 实现记事本分三段,可分类记录不相干内容-use of the extension of the class Jfr a me JTextAreaDemo achieve notebook IPP Records can be categorized as irrelevant
GPS_acquisition
- GPS信号捕获程序,采用串行搜索算法,并自带三段中频采样的数据.-GPS signal acquisition procedures, using serial search algorithm, and bring their own copies of the three IF sampling data.
pailie
- 排列问题 M个1,N个0的排列(高效率版) 排列数为:c(m+n,n) 对n个0,m个1,我的想法是这样的: 每个排列可以分三段: 全0列,全1列, 子问题列 设各段长:r,s,t .子问题列就是 (n,m) = (n-r,m-s),其中0<=r<=n,s=1-problem with M-1, N 0 is the order (high-efficiency version) with a few
Jmail
- ASP源码,这个用记事本打开里边里边有三段源码,只用其中一段即可,每行有有明确的注释
BP
- 包含了matlab实现bp神经网络模型的三段源码,其中还有一段例子。
FastQuery
- /*快速排序采用分治算法,将所需要排序的内容从文件读入放入数组a[p:r],按以下三个步骤进行排序 以a[p]为基准元素将数组分为三段,将大于基准元素的放到后面的单元,小的放到前面的单元, 再用递归对a[p:q-1],a[q+1:r]进行排序,最后合并 时间复杂度:最坏时间复杂度:O(n2) 平均时间复杂度:O(nlogn) */
考试系统11
- 简单的asp考试系统;主要分三段主程序,参考自网上,对部分代码修改后, 运行通过。 数据库是access2000;login.asp为用户登陆,其实去掉也可以。 默认ID:cnzzz passwd:cn-simple examination system; The main three operative program, information from the Internet and the right part of the r
序列最大子段和
- 列出序列最大子段和的三种方法
考试系统11
- 简单的asp考试系统;主要分三段主程序,参考自网上,对部分代码修改后, 运行通过。 数据库是access2000;login.asp为用户登陆,其实去掉也可以。 默认ID:cnzzz passwd:cn-simple examination system; The main three operative program, information from the Internet and the right part of the r
三栏栅加密算法
- 此程序为3栏栅加密算法程序,可对一段明文字符加密 作者:万艳良 单位:武汉理工大学-this procedure for three fencing encryption algorithm procedures, the section expressly characters encryption Author : 10000-Yan units : Wuhan Polytechnic University
递归算法快速排序
- 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d
TwoWork
- 1\直线段的裁剪算法Cohen-Sutherland 2\二次、三次Bezier曲线,二次、三次均匀B样条曲线(过首末顶点)(不会抖动)-1 \ line of the cutting algorithm Cohen-Sutherland 2 \ Second, Bezier curves, second, third uniform B-spline curves (after the end of the first peak)
JTextAreaDemo
- 利用 Jfr a me的扩展类JTextAreaDemo 实现记事本分三段,可分类记录不相干内容-use of the extension of the class Jfr a me JTextAreaDemo achieve notebook IPP Records can be categorized as irrelevant
继保仿真实验
- 主要实现在simulink中的三段电流保护仿真(mainly about current protect in matlab simulink)
子段和问题
- 用贪婪法 动态规划法 分治法三种方法求解最大子段和问题(Solving the largest sub segment sum)
2016118026_高晗露_实验三
- 模拟段页式虚拟内存管理,进程创建,申请内存,缺页中断处理,驻留集大小为8(Virtual page virtual memory management)
三段PID智能循迹小车c语言程序
- 三段PID的C语言循迹小车,51单片机控制,大学生智能小车项目(Three segment PID C language tracking car)