CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 链接

搜索资源列表

  1. DarkShell

    1下载:
  2. Darkshell 是一款小巧的远程后门控制软件,它的特点是运行后不在进程里显示、没有用到动态链接库DLL、不添加启动项。这是暴风仿的源代码,只供学习网络编程,不要用于其它用途。-Darkshell backdoor is a small remote control software, which is characterized by the process is not running in the show did not use the dynamic link library DLL
  3. 所属分类:Console

    • 发布日期:2017-05-20
    • 文件大小:5651287
    • 提供者:刘毅
  1. DM

    0下载:
  2. 链表容器,任何数据都可以装载,静态链接库-List containers, any data can be loaded, static link library
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:6515
    • 提供者:niezhuming
  1. maze

    0下载:
  2. 这是一个迷宫算法 利用栈的性质 而且还有界面演示 主要是练习动态链接库-This is a maze algorithm uses the stack but also the nature of the interface is mainly practice demonstrates the dynamic link library
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:434555
    • 提供者:中一
  1. test

    0下载:
  2. 使用vc编写的一个动态链接库,测试动态链接库的例程-Vc prepared using a dynamic link library, dynamic link library routine testing
  3. 所属分类:Console

    • 发布日期:2017-06-01
    • 文件大小:13869651
    • 提供者:雷行行
  1. MyExplorerDll

    0下载:
  2. 利用 Direction GetNextDirection()函数来实现走迷宫算法的主要思想;1)在当前位置,若右手不为墙,则原地右转返回toright(d);2)否则返回 d; 若返回的d为墙,则主函数调用void OnError() 通知动态链接库,d向左转两次,然后再调DirectionGetNextDirection()-Using Direction GetNextDirection () function to achieve the main ideas without hav
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1235607
    • 提供者:bob
  1. accelerate

    0下载:
  2. pagerank算法,由链接结构得出pagerank排名-pagerank algorithm
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:2167
    • 提供者:hezj
  1. dll

    0下载:
  2. 代码编写在LabWindows/CVI环境下,代码包含无界面动态链接库调用,有界面动态链接库调用,静态库调用的实例,能完整运行。-The code is written in LabWindows/CVI environment, the code contains no interface dynamic link library call interface dynamic link library calls, the calling instance of a static librar
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:1450770
    • 提供者:相容
  1. DLL_study

    0下载:
  2. 动态链接库DLL的编译链接的入门级程序,包含了动态链接DLL和静态链接,并附加注释说明两种连接方式的优缺点-good initial program for study the use schema of dll
  3. 所属分类:Console

    • 发布日期:2017-05-10
    • 文件大小:2282993
    • 提供者:lixiang
  1. lianbiao

    0下载:
  2. 链表 基础C语言链表程序 用于链接表格-Linked lists the basic C language linked list program
  3. 所属分类:Console

    • 发布日期:2017-05-15
    • 文件大小:3720994
    • 提供者:ly
  1. MyStudyDLL

    0下载:
  2. 动态链接库的学习,学习建立自己的动态链接库,方便以后使用,可以把库直接拷贝到工程下使用。vc实现。-The dynamic link library of learning, learning to build their own dynamic link library for later use, can copy the library directly to the project to use. vc.
  3. 所属分类:Console

    • 发布日期:2017-11-17
    • 文件大小:8209512
    • 提供者:张元科
  1. BlackJack

    0下载:
  2. 纸牌游戏 用到动态链接库。适合初学dll编程的人-Card games used in the dynamic link library. Dll programming suitable for beginners
  3. 所属分类:Console

    • 发布日期:2017-11-17
    • 文件大小:1772323
    • 提供者:戴佳毅
  1. hbcli

    0下载:
  2. 基于thrift服务链接hbase的C++接口-Based on the C++ hbase thrift Services Link Interface
  3. 所属分类:Console

    • 发布日期:2017-11-24
    • 文件大小:9065
    • 提供者:xp
  1. MyLinkList

    0下载:
  2. 用这个例子你可以添加、删除项的链接列表。您还可以查看项目列表,和你可以看到链接地址(指针)到下一个项目或项目列表中,这是一个示例由结构-In this example, you can add, delete, list of links. You can also view the list of items, and you can see the link address (pointer) to the next project or a project list, this is a
  3. 所属分类:Console

    • 发布日期:2017-12-09
    • 文件大小:2107
    • 提供者:红烧牛肉面
  1. dlfile

    0下载:
  2. 用在一个简单的应用程序被列出的文件从服务器下载文件,解析它,根据文件清单。结果被记录在一个日志文件注意:当编译在visual c++项目设置,添加urlmon。lib库(在选项卡“链接”)-Used are listed in a simple application of the files downloaded from the server, parse it, according to the file list. Results are recorded in a log file n
  3. 所属分类:Console

    • 发布日期:2017-11-17
    • 文件大小:2741
    • 提供者:红烧牛肉面
  1. DLL

    0下载:
  2. VC++动态链接库的几个编写程序。动态库与静态库。-VC++ several dynamic link library programming. Dynamic libraries and static libraries.
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:178131
    • 提供者:林林
  1. dll

    0下载:
  2. 用一个具有随机赋值,排序,输出功能的程序,展示动态链接库的相关操作-An application with random assignment, sorting, output function, display a dynamic link library-related operations
  3. 所属分类:Console

    • 发布日期:2017-05-10
    • 文件大小:2510310
    • 提供者:xc
  1. PMAC

    0下载:
  2. 是在VS2010上对消息认证码PMAC的动态链接库编译。PMAC是一种基于AES分组算法的消息认证码,于2002年提出,安全性强。-Is a dynamic link library compiled on VS2010 for message authentication code of PMAC. PMAC is a grouping algorithm based AES message authentication code, proposed in 2002, strong safet
  3. 所属分类:Console

    • 发布日期:2017-06-10
    • 文件大小:17486365
    • 提供者:王山
  1. C-Free-5.0-mingw-gcc

    0下载:
  2. C-Free 5.0编辑程序,mingw配置,命令行模式下gcc编译器进行预编译、编译、汇编、链接、运行-C-Free 5 editor, MinGW configuration, the command line mode the gcc compiler compiler, assembler, pre compile, link, operation
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:473920
    • 提供者:陈波
  1. console

    0下载:
  2. 这是微芯公司GestIC MGC3130的windows端控制台程序,可实现电极数据的获取和手势特征的识别,需要相应的动态链接库。-This is Microchip s windows GestIC MGC3130 end console program access and gesture recognition feature enables the electrode data, requires a corresponding dynamic link library.
  3. 所属分类:Console

    • 发布日期:2017-05-22
    • 文件大小:6194796
    • 提供者:cdc
  1. dll

    0下载:
  2. 使用vc++6.0制作动态链接库,用于对源程序进行加密处理,-make dll。
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:1003560
    • 提供者:邓肯
« 12 »
搜珍网 www.dssz.com