CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - VC open

搜索资源列表

  1. RC5-CTS

    1下载:
  2. RC5-CTS模式加密解密算法C++程序实现。 解压之后运行main.dsw.在VC++下面打开,执行之后根据显示首先输入密钥(随便输入不超过16字节的字符串),之后提示输入需要加密的plaintext文件,输入plaintext1.txt,这个文件在压缩包里已经存在,(注意一定要写清楚文件类型名,是个文本文件),然后根据提示输入加密文件名,可随便输入一个文件名,但是别忘记了类型名.txt,如ciphertext1.txt。因为不输入类型名将来无法打开。之后输入解密之后的文件名,可输入dec
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10.73kb
    • 提供者:郭佳
  1. 2005110114574223417

    0下载:
  2. 简单演示用VC怎样实现“关闭计算机”、“重新启动计算机”、“打开CD-ROM”、“关闭CD-ROM”。-simple demonstration of how to achieve the VC "closed computer," and "restart the computer," "Open CD-ROM", "Close CD-ROM."
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:15.36kb
    • 提供者:嘎嘎
  1. vc++datasavingread5

    0下载:
  2. 在本例中,我们将通过对串行化这一概念的了解对数据进行存储和读出,应用程序可以打开一名为“ok”的文件,该文件存储着一些字符串信息。-in this case, we will adopt the serial of understanding of the concept of data storage and reading, Applications can open an "ok", the document storage string some informatio
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:33.32kb
    • 提供者:况光明
  1. matrixssl-1-8-3-open

    1下载:
  2. matrix ssl代码,包括客户端和服务器端源程序,可以在vc.net2003上编译
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3.69mb
    • 提供者:sany
  1. log4cxx-0.10.0-vc6-June2008.ra

    0下载:
  2. 开源C++日志系统Apache Log4Cxx 0.10.0 for vc6.0,含源代码和工程文件,windows平台下直接编译。,Open source C++ log system Apache Log4Cxx 0.10.0 for vc6.0, including source code and project files, windows platform compiler directly.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-22
    • 文件大小:6.7mb
    • 提供者:stephen
  1. VCExplorer.rar

    1下载:
  2. VC编写的资源管理器,相当经典的VC++程序,代码完全开放,想了解有关如何获取硬件信息的学习者是不错的资源哦!,VC prepared by the resource manager, quite the classic VC++ program code is completely open, would like to learn more about how to obtain hardware information resources for learners is a good oh
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:110.1kb
    • 提供者:李乐
  1. log4cxx-0.10.0-vc2008-June2008

    0下载:
  2. 开源C++日志系统Apache Log4Cxx 0.10.0 for vc9.0(VS2008),含源代码和工程文件,Windows平台下直接编译。-Open source C++ log system Apache Log4Cxx 0.10.0 for vc9.0 (VS2008), including source code and project file, Windows platform, the compiler directly.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-23
    • 文件大小:7.18mb
    • 提供者:stephen
  1. UAFXCW

    0下载:
  2. vc中出现cannot open file "uafxcw.lib", 可下载此库解决.-vc appear cannot open file "uafxcw.lib", can download this library to solve.
  3. 所属分类:Network Security

    • 发布日期:2017-04-09
    • 文件大小:2.1mb
    • 提供者:wennaisong
  1. READ_CPU_ID_BY_VC

    0下载:
  2. vc6.0开发读取序列号的源程序,直接用vc6.0打开即可编译成功-vc6.0 the development of the source code to read serial number, the direct use of the compiler can successfully open vc6.0
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:34.77kb
    • 提供者:chou
  1. HookMouse

    0下载:
  2. 一款不错的VC++鼠标钩子程序,打开本程序后,鼠标主到打开的任一窗口的标题栏上,该窗口的信息就会显示在钩子程序里显示,和以往的鼠标钩子有点区别。程序一共分两部分,一部分是Mousehook.dll的源程序,另一部分则是调用些DLL生成的钩子程序。在VC6下编译通过。-A good VC++ mouse hook procedure, open the process, the mouse to open the main window title bar of any of the inform
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:21.94kb
    • 提供者:128
  1. MFC_thread

    0下载:
  2. 在MFC中定义线程 开启线程 VC MFC -Is defined in the MFC thread open thread VC MFC
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:2.67mb
    • 提供者:leo_tan
  1. HideWindows

    0下载:
  2. VC++基于键盘钩子写的一个小程序,用来枚举当前所有打开的窗口名称、标题、类名称等,并实施强制隐藏、显示所选窗口,内含键盘钩子的DLL源文件,测试文件编译后要和DLL文件存放在一个目录中。-VC++ based on the keyboard hook to write a small program used to enumerate all currently open windows name, title, class name, etc., and mandatory hide, sh
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:23.1kb
    • 提供者:176
  1. IEStartPage

    0下载:
  2. 用vc打开iE的例程,IEStartPage可以跳转到相应页面-Open iE the routine use of vc, IEStartPage can jump to the corresponding page
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:14.52kb
    • 提供者:随风
  1. bxnmfc18ok

    1下载:
  2. 最好的开源AES加解密程序 MFC编写 功能强大 AES VC++ MFC VC++6.0 最好的加密解密程序 功能强大 这是迄今为止,我发现的最好的开源AES加解密程序,界面友好,功能强大-The best open source AES encryption and decryption process MFC write powerful AES VC++ MFC VC++6.0 best powerful encryption and decryption process is
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-12-23
    • 文件大小:46kb
    • 提供者:bush
  1. lpk-1.0-vc

    0下载:
  2. 带网上开源的lpk.dll .cpp 主要功能:自定义劫持加用户 邮箱发信 传回用户名 dll劫持、。同目录运行exe自动加载我们生成的lpk.dll 成功执行我们的自定义劫持的代码 (加用户)-With open-source online lpk.dll. Cpp main function: letter returns the user name dll hijack hijacked add custom user mailboxes. The same directory
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:204.87kb
    • 提供者:小花匠
  1. ChatServer

    0下载:
  2. VC开源网络聊天源代码,英文的,是一个国外程序,C/S结构,服务端和客户端完整,不过挺简单的,没什么修饰的功能。-The the VC open-source network chat source code, in English, is a foreign program, the C/S structure, server and client complete, but very simple, no modification of the function.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:10.08kb
    • 提供者:范玉荣
  1. 1.Open-filer

    0下载:
  2. VC++ 源代码,MFC中如何编写 WINDOWS 文件打开代码!初学者可以参考学习!-VC++ source code, how to write Windows file open code in the MFC! Beginners can refer to learn!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:193kb
    • 提供者:小瘦子
  1. VC-http-post

    0下载:
  2. ,该程序完全是为了演示HTTP的客户编写的,因此运行时必须在本机有开HTTP服务才行.-The program is to demonstrate the preparation of HTTP clients, and therefore must be run in the machine is open HTTP service job.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-14
    • 文件大小:33.98kb
    • 提供者:yeflow
  1. VC-Create-multi-layer-folder

    0下载:
  2. 创建多层文件夹,一个VC++.NET实例,Visual C++ 6.0不能打开此项目,请使用Visual Studio打开项目文件。-Create a multi layer folder, a VC++.NET instance, C++ Visual 6 can not open this project, please use the Studio Visual to open the project file.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-23
    • 文件大小:252.2kb
    • 提供者:夺在
  1. hocke__cuosor

    0下载:
  2. 云台镜头vc控制系统,rar vc open it y ou enjoy it-Yuntai camera control system of vc, vc rar open it y ou enjoy it
  3. 所属分类:Network Security

    • 发布日期:2017-12-16
    • 文件大小:72kb
    • 提供者:egj&307
« 12 3 4 5 »
搜珍网 www.dssz.com