搜索资源列表

  1. the_ th

    0下载:
  2. 枚举法(穷举法) “笨人之法”: 把所有可能的情况一一测试,筛选出符合条件的各种结果进行输出。 【例一】百元买百鸡:用一百元钱买一百只鸡。已知公鸡5元/只,母鸡3元/只,小鸡1元/3只。 分析: 这是个不定方程——三元一次方程组问题(三个变量,两个方程) x+y+z=100 5x+3y+z/3=100 设公鸡为x-enumeration method (exhaustive) "Be
  3. 所属分类:工具条

    • 发布日期:2008-10-13
    • 文件大小:559589
    • 提供者:林林
  1. EnumWindow

    0下载:
  2. 一个枚举所有窗口句柄的源代码。对于软件界面分析、软件破解等很有用-a window handle all the source code. For software interface analysis, software and other useful crack
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:71056
    • 提供者:阿龙
  1. Enumc

    0下载:
  2. 突破“RestrictAnonymous=1”限制枚举帐号的代码-breakthrough "RestrictAnonymous = 1" restrictions enumerated account code
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:2216
    • 提供者:processor
  1. EnumXPUsers

    0下载:
  2. 枚举XP下所有登录用户的小程序。此程序只取得了用户名信息,您可以很容易的扩展以取得其它信息。-Enumerate all XP users logged in the small program. This procedure will only be achieved by user name, you can be easily extended to obtain other information.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:26794
    • 提供者:江健
  1. 迷宫求解(wjluo)

    0下载:
  2. 三种算法实现的迷宫出路求解,枚举、递归、还有栈。-three Algorithm way to solve the maze, enumeration, recursive, there are stacks.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:220312
    • 提供者:刘源
  1. EnumPhysicalDrive

    0下载:
  2. 枚举windows操作系统中物理磁盘和逻辑磁盘的信息,包括磁盘PID、VID和物理磁盘与逻辑磁盘的对应关系-enumeration windows operating system disk physical and logical disk information, including disk PID, VID and the physical and logical disk disk correspondence between
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:19004
    • 提供者:陈爱国
  1. enumvdmpro

    0下载:
  2. 即使是在 32位环境中编写程序,也经常碰到处理 16位应用程序的情况。在 Windows NT 中,16位程序是运行在虚拟 DOS 机(VDM)中的。VDMDBG.dll 包含许多处理16位程序的有用函数,这个库是 Platform SDK 的一部分。   VDMDBG 中的函数提供了很好的方式在 VDM 中枚举、创建和终止 16位进程(任务)。 如果需要使用 VDMDBG 函数,你的工程必须链接 VDMDBG.lib。-eve
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:980
    • 提供者:刘珍
  1. showprocesspath2

    0下载:
  2. 最近整理文档,发现以前写的《如何在NT下获取进程的路径》一文中还有个问题没有解决:原文中的程序无法获取系统进程的路径,如:csrss.exe。记得VCKBASE上有位网友说过一个方法:“给枚举的进程增加SE_DEBUG_NAME权限即可”,于是在网上找了些资料,解决了原文中的问题。-recent collating documents, written in the past found "in the process of
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4425
    • 提供者:刘珍
  1. PlayWavByMCI

    0下载:
  2. 我在网上转悠了半天,想找一个能实现立体声录音的源代码,最好是能指定声道进行录音(比如:指定录左声道时,右声道的声音就不会被录进来),可我没有找到,只好自己来写一个了。 本程序实现音频文件的播放;单声道录音、立体声录音并保存为.wav文件; 枚举系统中的声卡显示在下拉列表中供用户选择。 指定声道录音的功能我仍然没有实现,若有朋友知道实现方法敬请告知(chrys@163.com) 我的实现方法是:先录制立体声的.wav文件,
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:69718
    • 提供者:谢红伟
  1. Enum3334432分地

    0下载:
  2. 可以局域网内枚举所有计算机,并植入指定程序在指定时间运行。-LAN can enumeration of all computer and implantation procedures specified in the designated time to run.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7224
    • 提供者:黄磊
  1. 摄像头捕获C++类

    0下载:
  2. 一个摄像头捕获的类,可以自动枚举摄像头和声卡以及音频和视频编码器进行编码生成Avi文件-a camera caught the category, Enumerating automatic camera and sound cards, and audio and video encoder to encode documents generated Avi
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:5943
    • 提供者:崔哈
  1. winsock service provider interface

    0下载:
  2. 里面包含了Winsock SPI的函数枚举协议和分层服务提供者-which contains the Winsock SPI functions enumerated agreements and tiered service providers
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:249691
    • 提供者:朱文
  1. 货郎担问题四种解法

    1下载:
  2. 货郎担问题的回溯,枚举,分支界限,动态规划解法-back the traveling salesman problem, except, branch line, dynamic programming solution
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2970
    • 提供者:贾计伟
  1. 枚举操作系统程序

    0下载:
  2. 自动读本机上.ini文件,列出所有的操作系统-automatic Reading on the plane. Ini file containing all of the operating system
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:34242
    • 提供者:蒋美娟
  1. 实现音频文件的播放

    0下载:
  2. 本程序实现音频文件的播放;单声道录音、立体声录音并保存为.wav文件;枚举系统中的声卡显示在下拉列表中供用户选择。   指定声道录音的功能我仍然没有实现,若有朋友知道实现方法敬请告知(chrys@163.com)我的实现方法是:先录制立体声的.wav文件,然后再将声道提取出来,分别保存为左声道的.wav文件和右声道的.wav文件,方法虽然笨,但也是没办法了。 -the program audio player; Mono au
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:15271
    • 提供者:lf
  1. USB 2.0 IP Core

    1下载:
  2. USB20的IP CORE,可以直接用在SOPC下,自动完成全部的枚举,只需修改枚举参数即可!-USB20 IP CORE, can be directly used in SOPC, automatically complete the enumeration. only a modification of enumerated parameters can be!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:181283
    • 提供者:林风
  1. Example097-枚举计算机上的进程

    0下载:
  2. 开发工具:vs.net2003 可以列举出操作系统的各个进程-development tools : vs.net2003 operating system can be set out in the various processes
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8574
    • 提供者:向传兵
  1. 2004-02-29_usb_232(仅枚举)

    0下载:
  2. phlip D12 usb转RS232源代码-phlip D12 usb RS232 source code switch
  3. 所属分类:USB编程

    • 发布日期:2008-10-13
    • 文件大小:176421
    • 提供者:gary
  1. EmueComm

    0下载:
  2. 枚举系统中已有的串口号,动态选择使用的端口,不再受端口号的限制。-Enumeration System has the serial, dynamic selection of ports and port number are no longer subject to restrictions.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1069
    • 提供者:jsb
  1. usb0

    0下载:
  2. usb代码,仅枚举部分,可供学习用。编译环境:keilC-usb code, only enumeration, available to study. Build Environment : keilC
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:33957
    • 提供者:叶萧
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org