CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - hard

搜索资源列表

  1. viterbi-hard-9

    1下载:
  2. 硬判决viterbi约束长度9测试,c++代码.-hard decision Viterbi constraint length 9 test, c + + code.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5431
    • 提供者:刘鹏
  1. HookDeviceIoControl.rar

    1下载:
  2. Hook DeviceIoControl 源码带硬盘ID模拟器,Hook DeviceIoControl source with hard disk ID Simulator
  3. 所属分类:Hook api

    • 发布日期:2015-03-06
    • 文件大小:84048
    • 提供者:任晓枫
  1. get_MAChd_CPU_BIOS_ID.rar

    1下载:
  2. 获取网卡MAC、硬盘序列号、CPU ID、BIOS编号 你可以保存、在非商业软件中使用、在非盈利性文章中引用本文中的部分或全部文字,但请注明作者及原文地址。 ,Access to the network card MAC, hard drive serial number, CPU ID, BIOS number you can be saved in non-commercial software used in the non-profit article qu
  3. 所属分类:系统编程

    • 发布日期:2012-10-12
    • 文件大小:6074
    • 提供者:mm
  1. getNo.rar

    0下载:
  2. 用Delphi读取硬盘序列号,必须包括Dll文件一起使用,Delphi used to read hard disk serial number
  3. 所属分类:其他小程序

    • 发布日期:2017-04-01
    • 文件大小:204948
    • 提供者:xujg
  1. GetComputerID.rar

    0下载:
  2. 如何获取电脑的硬盘序列号,用来做程序的注册很有用,有硬盘序列号和网卡序列号一起组成。,How to obtain the computer' s hard drive serial number, used to do the registration process was very useful, there are hard drive serial number and card together make up the serial number.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:55981
    • 提供者:zhusanjiang
  1. vbreadwritedisk

    0下载:
  2. vb直接读写硬盘的扇区。硬盘和u盘都可以。-vb read and write directly to the hard disk sectors. The hard drive and u can drive.
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-29
    • 文件大小:9127
    • 提供者:z
  1. hardwareinfo

    0下载:
  2. 获得CPU序列号、硬盘序列号、网卡MAC地址等硬件信息的源程序-Get CPU serial number, hard drive serial number, MAC address of LAN hardware such as the information source
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1188900
    • 提供者:loubin
  1. DISK

    0下载:
  2. 网络硬盘管理系统商业版 MSSQL+ASPX+.NET 桃源网络硬盘5·1商业版含破解补丁-Network management system for the commercial version of the hard disk MSSQL+ ASPX+. NET Taoyuan 5.1 commercial version of the network hard drive containing crack
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-01-26
    • 文件大小:3894306
    • 提供者:138988400
  1. fips15

    1下载:
  2. 不破坏硬盘数据的重新划分硬盘分区的程序-A program that refresh make partation for hard disk but not destory datas .
  3. 所属分类:Disk Tools

    • 发布日期:2017-11-09
    • 文件大小:119134
    • 提供者:站长
  1. getHDSN

    0下载:
  2. VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Win9X 下试一下,或者编写一个VB的范例。 函数以及定义: function ReadPhysicalDrive(driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadPhysicalDriveInNT ;
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-10
    • 文件大小:204994
    • 提供者:许豫飞
  1. IDMAC

    0下载:
  2. 获取硬盘ID信息及网卡MAC地址的代码此代码是VC6.0的-Access to the hard disk ID information and the network card MAC address of the code of this code is VC6.0
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:12989
    • 提供者:刘文成
  1. MyStroageBrowse

    0下载:
  2. window 系统下浏览存储设备的硬件序列号,包括:IDE硬盘、usb存储设备。是实现软件加密和软件绑定主机的一种有效方法。-browser window system storage device hardware serial number, including: IDE hard disk, usb storage devices. The realization of software encryption and software to bind the host an effecti
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:64803
    • 提供者:hlm
  1. filesystemdriver

    0下载:
  2. 文件系统过滤驱动开发代码,可用于文件加密,保护硬盘数据的安全。-File system filter driver development code, can be used for file encryption to protect the hard disk data security.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:148174
    • 提供者:jcq
  1. sa_tsp

    1下载:
  2. 旅行商(TSP)问题一直以来都是一个NP难问题,旅行商问题(TSP问题)就是一销售商从n个城市中的某一城市出发,不重复地走完其余n-1个城市并回到原出发点,在所有可能的路径中求出路径长度最短的一条。本次软件设计是利用模拟退火算法解决TSP问题,通过该软件设计,对模拟退火算法和旅行商问题有个初步的认识。-Traveling Salesman (TSP) problem has always been a NP hard problem, traveling salesman problem (TS
  3. 所属分类:Other windows programs

    • 发布日期:2016-03-14
    • 文件大小:1424
    • 提供者:周薇
  1. getdeviceinfo

    0下载:
  2. 获取硬盘设备 及 CPU 序列号!只有C-Access to hard drive serial number of equipment and CPU! Only C
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:6144
    • 提供者:lxb
  1. To.repair.the.hard.disk.and.restore.files

    0下载:
  2. 修复硬盘与恢复文件,一本早些的硬盘分区分析的书,涉及到FAT16.FAT32及NTFS分区信息的读取。-To repair the hard disk and restore files, an earlier analysis of the hard disk partition book, involving FAT16.FAT32 and read NTFS partition information.
  3. 所属分类:Disk Tools

    • 发布日期:2017-06-01
    • 文件大小:14165462
    • 提供者:魏晓飞
  1. vhdl-Algorithm-Hard-wired-logic

    0下载:
  2. 大型数字系统设计中,vhdl中从算法到硬线逻辑实现的教程-Large-scale digital system design, vhdl from hard-wired logic algorithm to realize the Tutorial
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:830520
    • 提供者:王辉
  1. HardID

    0下载:
  2. 发布软件时,获取安装机器的硬件码。硬件码由硬盘号通过运算得来。-Released software, access to the installation of the hardware machine code. Hardware code from the hard drive through its computing them.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:16587
    • 提供者:melon
  1. GetHDSID

    0下载:
  2. 但是不知道是否对所以硬盘都好使,可以获取硬盘序列号-Access to the hard disk serial number
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:166505
    • 提供者:sczgr
  1. Learn+C+The+Hard+Way

    0下载:
  2. Book for learning the C language(Learn C the Hard way beta edition)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:2994176
    • 提供者:Peiyi
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com