搜索资源列表
DES_RSA
- DES与RSA算法的解析与推演。不是单纯理论的讲解,带着一些应用的角度让对密码学有兴趣的人能很容易理解略显深奥的密码算法。
des
- 偶尔想到数据加密技术,这里顺便提一下双向加密的标准DES。以前在一个宽带流媒体服务器项目中用到了DES加密,虽然使用环境相对单纯,但算法实现本身是具有普遍意义的。下述程序是很久以前在RSA公司的网站找到的,效率很高,稳定性较好,便一直在实践中使用-Occasionally think of data encryption technology, where two-way encryption standard DES. Ago in a broadband streaming media se
dcxf
- 该程序是优化的单纯刑法算法,可用于求解线形规划的问题-The program is optimized Penal simple algorithm that can be used to solve the problem of linear programming
Lightemplate
- 调用方法简单,支持if else include之类的标签, 可以包含扩展函数,整个模版文件没有外部include和require,减少io操作, 加载三个模版变量,两个数组变量,比smarttemplate快平均2-3毫秒. 单纯加载模版文件,不设置任何变量lightemplate平均0.3毫秒左右,smarttemplate至少要1毫秒. -Call the method is simple, if else include support such as labels, may
Lightemplate
- 调用方法简单,支持if else include之类的标签,可以包含扩展函数,没有引入外部文件,减少了io操作,比smarttemplate快了平均2-3毫秒,单纯加载模版文件,不设置任何变量lightemplate平均0.3毫秒左右,smarttemplate至少要1毫秒。-feee
danchunxing
- 单纯型法 单纯型法 单纯型法-danchunxingfa
BASE64Java
- 本篇内容简要介绍BASE64、MD5、SHA、HMAC几种加密算法。 BASE64编码算法不算是真正的加密算法。 MD5、SHA、HMAC这三种加密算法,可谓是非可逆加密,就是不可解密的加密方法,我们称之为单向加密算法。我们通常只把他们作为加密的基础。单纯的以上三种的加密并不可靠。 -This brief introduction to the contents of BASE64, MD5, SHA, HMAC several encryption algorithms. BA
2011
- 当初为了加密整个文件又方便设置密码,所以密码的变量移到最上面,导致后面的变量处理上。把$admin数组给覆盖了。的确是我疏忽了。为了对大家负责任,忍痛提前把PHPSPY2011给放了出来。不过加密方式已经改变。不再是单纯的MD5加密。而是加入了一个自己写的非常简单的加密函数。就算MD5泄露了。破到世界末日也不会被破出来明文。需要改的就自己改吧。如果不懂的改的话。就老老实实用默认密码或者换其他的版本用吧。 -Encrypt the entire file the original and ea
AutoShutDown
- 单纯的倒计时关机,编程习作。只是弄成了WinForm!-Simple countdown shutdown, programming exercises. But ended up a WinForm!
complex-method
- 复合单纯形法程序,用于解决一个复杂的著名函数的优化问题,效果很好-Composite simplex method procedure for solving a complex optimization problem well-known function, with good results
danchun
- C语言实现的单纯形法程序 可以运行 能够实现单纯形法的运算-C language program of the simplex method can be run to achieve the simplex method of computing
simplex
- 此程序运用单纯形法计算目标函数为max型,约束条件全为小于等于型的线性规划问题,求解得到正确的结果。-This program uses the simplex method to calculate the objective function as max-type constraints are all less than or equal to the type of linear programming problem solving to get the correct result
neuy
- 在linux平台下实现单纯形法的优化过程。比在vc中更加方便-On the Linux platform to achieve the optimal process of simplex method. More convenient than in the vc
umat
- Abqus UMAT 纯弹性程序,用以回弹计算,简单纯弹性范围内的计算-Abqus UMAT purely elastic procedure to rebound calculations, a simple calculation of the pure elastic range
845998
- 可是它里面包含了线性规划重的单纯型法在实践当中应用的例子,很好!()
expertusedirective
- 用VB编写的面向对象的单纯形法,可有效解决多维线性规划问题,可以试一试()