搜索资源列表
Vigenere加密器(TC版)
- 本程序在Tc3.0下编译通过,主要功能实现Vigenere加密解密算法。 使用方法: 0)退出。 1)加密: 根据提示先输入一个明文文件名(*.txt),再输入加密密钥,便可加密。 2)解密: 根据提示先输入欲解密密文的文件名(*.txt),再输入密钥,便可解密。-the procedures under the Tc3.0 compiler, the main function of achieving Vigenere encryp
显式格式
- 偏微方程数值解法中显式格式的c语言程序,刚刚开始练习编程,希望各位多多指教。-Partial Differential Equations numerical computation Explicit format c language program has just begun to practice programming, I hope the exhibitions.
汇编内核加密算法
- 汇编内核的md5算法,应网友要求改进了两个部分: 1、采用nasm风格汇编,可以方便的移植到linux平台下。 2、修正了56个字节以上明文加密会出错的bug,对任意长的明文都能够加密 使用方法: 一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用。 -compilation of md5 kernel algorithm, a
含括弧的任意精度四则运算的详细解释
- 1.本程序主要的功能是利用链表将用户输入的任意精度中缀表达式转换成后缀表达式,为了以便于区分数据和操作符,数据间用下划线将它们区分开来,并且计算出此表达式的值。 2.需要注意的是:此程序所叙述的四则运算是狭义的,并没有显式的要求用户以中括弧“[]”或者是大括弧“{}”进行输入,因为这样会大大的加大程序的代码量,为了简便起见,同时又为了实现四则混合运算的功能,只要用户将含有中括弧或者是大括弧的地方均以小括弧表示即可。-1. Th
四种差分方法求微分方程
- 差分法求解微分方程:古典显式法,收敛性最差;古典隐式法;Crank-Nicolson法,收敛性最好-difference method to solve the differential equation : Explicit classical method, the worst convergence; Classical implicit; Crank-Nicolson, the best convergence
code_exp
- abaqus 二次开发子程序之塑性大变形代码-UMAT for plane strain and axial symmetry for elastic, linear strain hardening plastic behaviour using explicit integration with continuum Jacobian, using ABAQUS stress and strain quantities.
TCPRobustExplicit
- TCP Robust Explicit Congestion Notification 协议分析。这个是我上博士时的作业ppt.-TCP Robust Explicit Congestion Notification protocol analysis. This is my doctoral work at the time of ppt.
fd1d_heat_explicit
- a program which implements a finite difference solution, explicit in time, of the time dependent 1D heat equation
heat
- 显式差分法解传热方程的matlab脚步文件,并作图,内附说明,并保证解的稳定性。-this m file is using explicit FDT to solve one dimension heat transport PDE function
EulerExplicit
- 数值计算程序,欧拉显式方法求解线性微分方程-Numerical calculation procedure, the Euler explicit method for solving linear differential equations
try1.m
- 显性解偏微分matlab,包括三维图形,具体方式-explicit approach for PDE in matlab
Explicit
- 按显示差分法计算河段各断面BOD浓度过程-calculate the process of the changes of BOD concentrations of different river sections using explicit difference method.
EXPLICIT
- 安德森/计算流体力学/fortran源代码(第九章explicit显式算法)-Anderson/Computational Fluid Dynamics/fortran source code (Chapter IX explicit explicitly algorithm)
heat-explicit
- heat transfer 1d explicit
Skin-explicit
- This file contains a programm for skin detection based on explicit method
Euler-explicit
- 欧拉法求解波动方程, 初始条件c=1m/s,矩形波,x=1-2时,u=2m/s-Euler explicit method to solve wave equation
euler-explicit.f
- Fortran code for euler explicit
Euler-explicit-method
- 采用c语言格式进行了欧拉显式方法解微分方程-Euler explicit method for solving differential equations
Classical-explicit-example
- 古典显格式算例,对于一些算法要求比较高的同学有很好的使用-Classical explicit example, for some algorithms require high classmates have very good use
DFG
- using the matlab to solve the 2d heat transfer problem by explicit method