搜索资源列表
Vigenere加密器(TC版)
- 本程序在Tc3.0下编译通过,主要功能实现Vigenere加密解密算法。 使用方法: 0)退出。 1)加密: 根据提示先输入一个明文文件名(*.txt),再输入加密密钥,便可加密。 2)解密: 根据提示先输入欲解密密文的文件名(*.txt),再输入密钥,便可解密。-the procedures under the Tc3.0 compiler, the main function of achieving Vigenere encryption and decryption algorithms
显式格式
- 偏微方程数值解法中显式格式的c语言程序,刚刚开始练习编程,希望各位多多指教。-Partial Differential Equations numerical computation Explicit format c language program has just begun to practice programming, I hope the exhibitions.
含括弧的任意精度四则运算的详细解释
- 1.本程序主要的功能是利用链表将用户输入的任意精度中缀表达式转换成后缀表达式,为了以便于区分数据和操作符,数据间用下划线将它们区分开来,并且计算出此表达式的值。 2.需要注意的是:此程序所叙述的四则运算是狭义的,并没有显式的要求用户以中括弧“[]”或者是大括弧“{}”进行输入,因为这样会大大的加大程序的代码量,为了简便起见,同时又为了实现四则混合运算的功能,只要用户将含有中括弧或者是大括弧的地方均以小括弧表示即可。-1. This program is the main functio
qbch_euc
- This program is complementary material for the book: // // R.H. Morelos-Zaragoza, The Art of Error Correcting Coding, Wiley, 2002. // // ISBN 0471 49581 6 // // This and other programs are available at http://the-art-of-ecc.com // //
Data4final
- 移位密码、代换密码的加密及解密 实现移位密码:k表示26个字母向前循环位移的字符个数 加密: 输入:k,以及小写表示的明文字母,输出:大写字母表示的密文 解密:输入: k,以及大写字母表示的密文,输出:小写字母表示的明文 例如,当k=11时 明文:wewillmeetatmidnight 密文:HPHTWWXPPELEXTOYTRSE 实现代换密码 例如输入密匙guangzhouuniversity,则建立字母对应关系: a b c d e f g
ExplicitInterface
- 本示例说明如何显式地实现接口成员以及如何从接口实例访问这些成员-this example of how to achieve explicit interface, as well as examples of how to interface visit these members
VC++Hook
- 用VC++ Hook技术实现屏幕取词.它是利用调试技术编写成的API钩子。比起16位下传统的入口代码改写技术,它是没有多线程问题的,而且能够拦截LoadLibrary/GetProcAddress完成的API显式调用。-VC Hook Capture Characters from Screen Technology. It is testing the use of technology into the preparation of the API hook. Compared to the
funcPlotter-2_0-src
- FuncPlotter is a combined Java application and applet for displaying two-dimensional plots of explicit functions in one variable (ie, FuncPlotter plots functions of the form y = f(x), where f(x) is composed from common mathematical operators).
spline-basedImageRegistration
- The problem of image registration subsumes a number of problems and techniques in multifr a me image analysis, including the computation of optic flow (general pixel-based motion), stereo correspondence, structure from motion, and feature trackin
vb6
- Option Explicit Private Sub Form_click() Dim T As Date T = -2.5 Picture1.Print T End Sub priva
FluidSolvr1
- My first fluid solver used an explicit solver with successive over-relaxation, but the instability problems were frustrating, so I abandoned it in favor
显示3D文字
- 可以显式3D文字的一个例子-can Explicit language of a 3D examples
filedogv1.0( Filedog文件鉴别软件)
- 使用JAVA语言实现下列功能的系统 a) 系统能接受用户输入一个文件名,该文件名对应的文件A可能包含中文,英文字符,换行回车等字符。 b) 系统在确认用户输入的文件A存在后对文件A进行处理,生成另外一个文件B,要求文件B显式包含文件A的所有内容,并且不改变文件A中的已经有的内容。 c) 系统在文件A不存在的情况下,可以发现B中保留的A的内容被修改过。这种修改包括删除/增加A的某行信息,在A的内容中增加/删除/修改某个字符。-use JAVA following a function of
王辉的论文
- 一个医疗管理系统的介绍,使一篇论文,没有源程序,但是介绍的相当清晰。有需要者可以查看一下,但是请不要原版照抄。涉及vb,sql-a medical management system, so that a thesis, no source, but on the very explicit. Those who need to check it, but please do not copy the original. Vb involved, sql
标准DLL
- 动态链接库标准调用,这个例子用的是标准的调用方式,有显式调用和隐式调用,如果有好的意见请写信给我.-DLL standard call, this example is the standard way calling, call Explicit and implicit call, if there are good ideas please write to me.
用VB实现状态栏上的进度条
- Option Explicit Public Declare Function SendMessage Lib \"user32\" Alias \"SendMessageA\" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long Public Declare Function SetParent Lib \"user32\" (ByVal hWndChild As Long,
brew window manager
- Objective This topic describes how to create a windowed application that will share the display with other applications. Requirements Brew® MP windowed applications need to be written differently than traditional Brew MP applications.
fd1d_heat_explicit.zip
- a program which implements a finite difference solution, explicit in time, of the time dependent 1D heat equation ,a program which implements a finite difference solution, explicit in time, of the time dependent 1D heat equation
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. Suitable for large deformati
Euler-explicit
- 欧拉法求解波动方程, 初始条件c=1m/s,矩形波,x=1-2时,u=2m/s-Euler explicit method to solve wave equation