登录
首页 » Windows开发 » 取硬盘物理序列号

取硬盘物理序列号

于 2022-07-16 发布 文件大小:347.13 kB
0 202
下载积分: 2 下载次数: 1

代码说明:

取硬盘物理序列号-drive from the physical sequence,

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C++编写的模拟操作系统的存储管理的程序,可供学习操作系统的同学借鉴...
    C++编写的模拟操作系统的存储管理的程序,可供学习操作系统的同学借鉴-C simulation prepared by the operating system of storage management procedures, the operating system for learning from students
    2022-05-15 20:09:47下载
    积分:1
  • 一个Flex
    一个基于flex的图片效果..非不错的哦..大家可以下载下来-A flex-based images of non-good effect .. oh .. you can download it
    2022-02-14 18:22:26下载
    积分:1
  • server for simcom modules.use this for communication
    server for simcom modules.use this for communication
    2022-03-23 23:02:30下载
    积分:1
  • 中英文菜单 。把所有用到的字符串都放到文件中,一种语言一个文件,根据选择的语言到对应的文件中去加载字符串。...
    中英文菜单 。把所有用到的字符串都放到文件中,一种语言一个文件,根据选择的语言到对应的文件中去加载字符串。-In Chinese and English menu. All the strings used are into file, a language of a document, depending on the chosen language to the corresponding file to load a string.
    2022-04-21 11:53:43下载
    积分:1
  • pop3 opo3
    pop3 opo3
    2023-08-11 21:00:03下载
    积分:1
  • 采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示...
    采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示: Input Format: 第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数 第二行输入各顶点的信息,即输入每个顶点字符 第三行开始输入每条边,每条边的形式为两个顶点的序号,中间以空格隔开,输入完一条边换行 Output format: 首先输出图的顶点信息,输出完毕换行 接着输出图的邻接矩阵,假如图中有n个顶点,则输出形式为n行n列的邻接矩阵,输出完毕换行 接下来一行输出从图的第一个顶点开始进行深度优先遍历的序列,中间以空格隔开,输出完毕换行 最后一行输出从图的第一个顶点开始进行广度优先遍历的序列,中间以空格隔开,输出完毕换行 -Using an undirected graph adjacency matrix representation to complete the map creation, graph depth-first traversal, graph breadth-first traversal operation. In which vertex information is character, the graph vertex number by characters in order. The input sample used in the diagram are as follows: Input Format: The first line of input two values, the first one is the number of graph vertices, the second one is the number of graph edges Second row, enter information in each vertex, that enter each vertex character Start typing in the third line of each side, each side in the form of two vertices
    2022-01-26 03:32:41下载
    积分:1
  • 〈EVC高级编程及其应用(Embedded Visual C++嵌入式编程)〉书上的源代码 全书共分13章,分别为WinCE及EVC概述、图形编程、对话框控...
    〈EVC高级编程及其应用开发(Embedded Visual C++嵌入式编程)〉书上的源代码 全书共分13章,分别为WinCE及EVC概述、图形编程、对话框控件、进程、线程、文件和注册表、WinCE基础数据库编程、WinCE扩展数据库编程、通讯编程、UDP和PING编程、TCP编程、DLL编程以及COM编程。读者在具有一定C抖和WinCE知识的基础上,通过本书的学习,可以快速提高WinCE的编程能力和实际开发水平。- book on the source code book is divided into 13 chapters, each of WinCE and EVC outlined, graphics programming, dialog controls, processes, threads, documents and the registry, WinCE based database programming, WinCE expanded database programming, communications programming, and PING programming UDP, TCP programming, programming and COM DLL programming. Readers with certain C jerk and WinCE knowledge, based on the book learning, can rapidly improve WinCE programming capacity and the actual level of development.
    2022-07-15 03:00:54下载
    积分:1
  • 扑克游戏特点:(1)增加的大小,王(2)删除指定…
    扑克牌游戏 功能: (1)增加大小王 (2)删除指定扑克后余牌显示-Poker game features: (1) to increase the size of Wang (2) delete the designated poker license after more than show
    2022-02-03 06:23:16下载
    积分:1
  • tframeviewer,thtmlviewer,和tframebrowser
    TFrameViewer, ThtmlViewer, and TFrameBrowser The HTML component set consists of the ThtmlViewer, TFrameViewer, and TFrameBrowser components. All three are HTML document display components: ThtmlViewer The basic component. ThtmlViewer displays single (non-frame) documents. It also forms the basis for the other two components. TFrameViewer Displays both Frame and single HTML documents. TFrameViewer is oriented more for local disk file use. TFrameBrowser Also displays Frame and single HTML documents. However, TFrameBrower is oriented toward Internet style protocols and URL usage. Additional code and/or components are generally required to use TFrameBrowser. If you know that your appication will not be using Frames, you can save a fair amount of code overhead by using ThtmlViewer rather than one of the Frame components. Many operations are also simpler using ThtmlViewer. -TFrameViewer, ThtmlViewer, and TFrameBrowser The HTML component set consists of the ThtmlVie
    2022-04-12 18:54:20下载
    积分:1
  • An article on 2
    An article on 2-D Polygon Clipping with the source code-An article on 2-D Polygon with the Clipping source code
    2022-01-25 16:42:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载