-
C++实现查看电脑CPU型号信息的源码
// Test_cpu.cpp : 定义控制台应用程序的入口点。
//
//=====================================================================================
/* CPUID指令是intel IA32架构下获得CPU信息的汇编指令,
可以得到CPU类型,型号,制造商信息,商标信息,序列号,
缓存等一系列CPU相关的东西。
*/
//#include "stdafx.h"
#include
- 2023-03-08 22:35:03下载
- 积分:1
-
overcurrentprotection
说明: induction motorprotection
- 2019-06-29 22:31:16下载
- 积分:1
-
实现中缀表达式向后缀表达式的转换。要求: 键盘输入一个表达式,并以字符#表示结束; 输出为后缀表达式形式。...
实现中缀表达式向后缀表达式的转换。要求: 键盘输入一个表达式,并以字符#表示结束; 输出为后缀表达式形式。-realization grade expression to the conversion formula suffix. Requirements : an expression of keyboarding and to the end of said characters#; Output suffix expression form.
- 2023-06-21 19:50:03下载
- 积分:1
-
delphi代码格式化,最新汉化版,支持2006,包含源码
delphi代码格式化,最新汉化版,支持2006,包含源码-delphi code formatting, the latest version of a Chinese support in 2006, included the source code
- 2022-06-30 04:53:29下载
- 积分:1
-
七夕情人节表白网页手机版 1.0
七夕情人节表白网页的手机版本,在手机上向它表达你的情人节祝福,我想是件很兴奋的事吧,用此代码可以轻松做出一个在手机上运行的表白网页。
- 2023-08-28 13:50:04下载
- 积分:1
-
03120104零件切割问题
说明: 本程序可以实现零件切割问题.
其中的文件均得放在一个目录下(this procedure can be achieved parts mutilation. The documents placed in a directory)
- 2005-12-03 03:35:52下载
- 积分:1
-
Tourism-system
基于MO+VB实现的旅游查询系统,该系统实现了景点的查询和出行路线的查询(Tourism inquiries system based on MO+VB implemented, the attractions queries and travel routes queries)
- 2020-07-03 18:40:02下载
- 积分:1
-
classic games, TC produced using a simple algorithm, and features simple, thank...
迷宫求解经典游戏,采用TC制作,算法简单,功能简单,-classic games, TC produced using a simple algorithm, and features simple, thank you
- 2022-03-29 13:50:32下载
- 积分:1
-
一个将数据库文件转成HTML并设置超级链接的小程序
一个将数据库文件转成HTML并设置超级链接的小程序-a database files into HTML and hyperlinks to set up the small program
- 2022-01-27 16:19:07下载
- 积分:1
-
hulf
说明: 设计一个哈夫曼编码器
要求对一段数据序列进行哈夫曼编码,使得平均码长最短,输出各元素编码和编码后的数据序列。
① 组成序列的元素是[0-9]这10个数字,每个数字其对应的4位二进制数表示。比如5对应0101,9对应1001。
② 输入数据序列的长度为256。
③ 先输出每个元素的编码,然后输出数据序列对应的哈夫曼编码序列。(Designing a Huffman Encoder
Huffman coding is required for a data sequence to minimize the average code length and output the coded and coded data sequence of each element.
(1) The elements that make up the sequence are the 10 digits [0-9], and each digit is represented by its corresponding 4-bit binary number. For example, 5 corresponds to 0101, 9 corresponds to 1001.
(2) The length of the input data sequence is 256.
(3) First output the encoding of each element, and then output the Huffman encoding sequence corresponding to the data sequence.)
- 2019-06-19 21:49:58下载
- 积分:1