登录
首页 » Windows开发 » 一个在vb环境进行字符串加密的小程序,思路可以,适合初学者试用...

一个在vb环境进行字符串加密的小程序,思路可以,适合初学者试用...

于 2022-03-16 发布 文件大小:8.31 kB
0 231
下载积分: 2 下载次数: 1

代码说明:

一个在vb环境进行字符串加密的小程序,思路可以,适合初学者试用-Vb environment for the conduct of a small string encryption program, ideas can be suitable for beginners trial

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 程序运行初期,程序首先会通过LoadLibrary函数加载动态链接库Shell32.dll,并且把加载后的操作句柄存储在LibHandle中。然后通过@SHEm...
    程序运行初期,程序首先会通过LoadLibrary函数加载动态链接库Shell32.dll,并且把加载后的操作句柄存储在LibHandle中。然后通过@SHEmptyRecycleBin:=GetProcAddress (LibHandle, SHEmptyRecycleBinA )语句读取SHEmptyRecycleBinA函数的地址,如果以上语句能够正确执行(也就是@SHEmptyRecycleBin不等于nil),那么就调用SHEmptyRecycleBin完成清空回收站的操作。最后释放动态链接库。-The early run, the program will first of all through the LoadLibrary function to load dynamic link library Shell32.dll, and after the load operation is stored in the handle of LibHandle. Then @ SHEmptyRecycleBin: = GetProcAddress (LibHandle, SHEmptyRecycleBinA) statement read function SHEmptyRecycleBinA address, If the above statement to the correct implementation (that is, @ SHEmptyRecycleBin does not mean nil), then call the Empty Recycle Bin SHEmptyRecycleBin complete operation. Finally the release of a dynamic link library.
    2022-11-16 11:20:03下载
    积分:1
  • 连接与 ado sur fichie excel
    乐乐的连接与模块 ado en 利用 les fichie excel et 评论 trouver les colonne correspondanr le 源德格式 delphi 2007 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    2022-03-03 11:43:15下载
    积分:1
  • 用 C++ 创建简单的 Win32 服务程序(NTServCpl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文...
    用 C++ 创建简单的 Win32 服务程序(NTServCpl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文的例子代码。描述如何用 Visual C++ 创建 Windows NT 服务程序。创建该服务仅用到一个 C++ 类,这个类提供服务与操作系统之间一个简单的接口。使用这个类实现自己的服务非常简单,只要改写少数几个基类中的虚拟函数即可。文中有三个源代码参考例子:这是其中之一―― NTServCpl:是一个控制面版程序,用来控制 NTService 服务; 其余两个分别为: NTService:是一个简单的 Win32 服务,它就是用本文所描述的方法建立的; NTServCtrl:是一个独立的程序例子,用它可以监控某个 Win32 服务;-create simple Win32 services (NTServCpl) detailed information lt; NT services gt; "C create simple Win32 service procedures," a text of the code examples. Describe how to use Visual C create Windows NT service procedures. Creation of the service only to a category C, the category of services provided between an operating system with a simple interface. Use this category to realize their services are very simple, as long as rewriting a few of the base class function can be virtual. The text has three reference source code example : This is one of them-- NTServCpl : console is a procedure used to control NTService services; The remai
    2022-08-09 22:47:02下载
    积分:1
  • openssl生成证书,数字签名,加密解码
    资源描述 利用openssl 生成根证书,证书发布,数字签名。 握手建立会话长连接,发送,接收数据,最后销毁会话。
    2022-01-22 10:52:17下载
    积分:1
  • VC实现精巧界面的程序
    VC实现精巧界面的程序-VC sophisticated interface procedures
    2022-02-15 14:34:38下载
    积分:1
  • 运行程序,打程序主界面,如图1.1所示。在屏幕录像模块的主窗体中,用户可以设置录像文件名和存储位置,并可以进行录像和抓图,还可以对已有录像文件进行播放、重命名...
    运行程序,打开程序主界面,如图1.1所示。在屏幕录像模块的主窗体中,用户可以设置录像文件名和存储位置,并可以进行录像和抓图,还可以对已有录像文件进行播放、重命名、另存为、查看时间和删除等操作。-Run the program, open the main program interface, as shown in Figure 1.1. On the screen video module" s main form, the user can set the video file name and storage location, and can make videos and drawings, but also can play existing video files, rename, save as, view time, and delete operations, etc. .
    2022-08-16 11:33:17下载
    积分:1
  • Ds-cama系统中盲多用户监测研究,用于cdma研究领域中,监测平台的研究-Ds-cama system to monitor the blind multi-user research, for cdma area of research, monitoring platform
    2022-02-04 19:15:13下载
    积分:1
  • ImageButton的简单demo.
    ImageButton的简单demo.-ImageButton simple demo.
    2022-03-24 13:52:18下载
    积分:1
  • vb制作的文件搜寻器
    vb制作的文件搜寻器-vb produced a document search engine
    2022-03-22 22:14:12下载
    积分:1
  • 一份3ds文件格式文档和实现原代码。修正文档纹理映射部分的错误。修正源代码包含头文件的错误。...
    一份3ds文件格式文档和实现原代码。修正文档纹理映射部分的错误。修正源代码包含头文件的错误。-this is a 3ds file and realise codes. it is a adaboost algorithm write with matlab code,and it is my starting program of researching work on adaboost,it is valuable for application
    2023-09-05 13:00:03下载
    积分:1
  • 696518资源总数
  • 106265会员总数
  • 10今日下载