CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 弱点检测代码 搜索资源 - example.a

搜索资源列表

  1. S6_1

    0下载:
  2.  VC对位图的操作比较烦琐,要显示一个位图到对话框上去,很麻烦。我在开发的过程中走通了两条路:一是使用Kodak图象编辑控件;二是利用Microsoft提供的例子中的一个类,并稍加改造。两种方法各有优缺点。我把它写下来,以避免其他人多走弯路。-VC right bitmap comparison cumbersome, to show that a bitmap to boost dialog, a lot of trouble. In the development process, taki
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:122420
    • 提供者:赌东道
  1. A_Beginner1698821242004

    0下载:
  2. Encrypts and Decrypts a file. This is not an \"uncrackable\" type of encryption but once you can understand the basics of this type of file encryption you CAN make better ones than me. This is just a quick example of basic encryption. Highly commente
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:3549
    • 提供者:郭春阳
  1. TPIWebSearchControl

    0下载:
  2. 用.net C#开发的检索的组件,对C#开发的程序类模块的很好实例-use. Net C# development of the retrieval of components for the development of the C# module type process is a good example
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:222268
    • 提供者:邵革健
  1. dlltest2

    0下载:
  2. 一个用VC编写的测试多线程的例子,代码很简单,适合于初学者-use a test prepared by the VC multithreading example, the code is very simple and suitable for beginners
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:35461
    • 提供者:丑小鸭
  1. chengxuWizard

    0下载:
  2. 应用程序向导是一种用来简化用户操作的程序,在Microsoft 的所有软件产品中都存在应用程序向导,例如Office2000 中的Web 页向导就是一个十分典型的应用程序向导,Visual C++提供的\"App Wizard\"也是一个应用程序向导。 -application is a guide to simplify the user's operating procedures, In all Microsoft software products exist applica
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:40678
    • 提供者:孙岩
  1. Asprotect

    0下载:
  2. 作者通过asprotect这个软件破解了RSA-1024的密码保护,一个非常有意思的例子-authors of this software crack RSA - 1024 password protection, a very interesting example
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:110434
    • 提供者:huke
  1. 0016

    0下载:
  2. 分配大量小型类对象(如:10,000小型记录)最快和最佳方法是什么? 当然,MFC 序列流化对象可以完成所需的任务。但是,内存的分配和销毁相当耗时。有没有办法对此进行改进?-distribution of a large number of small class objects (for example : 10,000 small records), the fastest and best way is of course, MFC-sequence objects can complet
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:141053
    • 提供者:张国富
  1. Delphi+Access做的一个程序登录对话框

    0下载:
  2. Delphi+Access做的一个程序登录对话框,喜欢当自己的例子吧-do a login dialog box procedure, like when our example
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:253766
    • 提供者:吴地明
  1. sample15src

    0下载:
  2. 一个很好的TCP和UDP端口控制的例子!稍加改动,写一个flood程序没问题!附VB的演示程序-a good TCP and UDP ports controlled by example! Little changes, write a flood procedures No problem! A VB Demonstration Program
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:13795
    • 提供者:waterwhu
  1. sample01src

    0下载:
  2. 一个很好的TCP和UDP端口控制的例子!稍加改动,写一个flood程序没问题!附VB的演示程序-a good TCP and UDP ports controlled by example! Little changes, write a flood procedures No problem! A VB Demonstration Program
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:131720
    • 提供者:waterwhu
  1. SHP

    0下载:
  2. 一个对PE文件加壳的简单的例子-one pair of PE document shell of a simple example
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:2869
    • 提供者:lily
  1. 用置换加密解密

    0下载:
  2. 用置换的方法对文件进行加密,采用C语言实现,简单的一个例子,对于学习是很有帮助的。-replacement with the right documents encrypted using C language, a simple example, the study is very helpful.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:14567
    • 提供者:李晓伟
  1. InternetSecurity_SSLConnection

    0下载:
  2. An C++ builder example to program a SSL connection. Use nice!-An C++ Builder example to program a SSL connection. Use nice!
  3. 所属分类:Exploit

    • 发布日期:2017-04-10
    • 文件大小:1066425
    • 提供者:鄧嘉文
  1. Simple-Multi-User-TCPIP-ClientServer-Example

    0下载:
  2. This example shows a simple communication stream between a client and a server over TCP/IP. The server program also demonstrates a simple multi-threaded connection monitoring routine. The example programs do not attempt to implement a data trans
  3. 所属分类:Exploit

    • 发布日期:2017-03-30
    • 文件大小:334792
    • 提供者:nd
  1. OnlineCalculatorServer

    0下载:
  2. A Simple Integer Overflow Example
  3. 所属分类:Exploit

    • 发布日期:2017-04-17
    • 文件大小:46787
    • 提供者:masoud
  1. upload-m

    0下载:
  2. substitution cipher is the method of encoding in which unit of plain text are replaced by cipher text. Monoalphabetic cipher uses a fixed message over entire message.A monoalphabetic cipher uses fixed substitution over the entire message.The monoalph
  3. 所属分类:Exploit

    • 发布日期:2017-04-24
    • 文件大小:9064
    • 提供者:mathi
  1. poly

    0下载:
  2. A polyalphabetic cipher is any cipher based on substitution, using multiple substitution alphabets. The Vigenère cipher is probably the best-known example of a polyalphabetic cipher, though it is a simplified special case.Polyalphabetic substitution
  3. 所属分类:Exploit

    • 发布日期:2017-04-25
    • 文件大小:9144
    • 提供者:mathi
搜珍网 www.dssz.com