登录
首页 » matlab » Matlab_DLL_HDNum

Matlab_DLL_HDNum

于 2013-01-20 发布 文件大小:227KB
0 219
下载积分: 1 下载次数: 10

代码说明:

  本程序用c++编了一个提取硬盘物理序列号的dll程序,然后用matlab的m文件调用链接库文件,在matlab语言环境中提取硬盘序列号。本程序中的链接库文件也可用于VC、vb等其他语言调用。(Of this program compiled with c++ the extract the serial number of hard physical the dll procedure, then call matlab m file link library file, extract the hard drive serial number in the the matlab language environment in. Link library files in the program can also be used for the VC, vb and other languages ​ ​ call.)

文件列表:

方法1
.....\GetHDNum.h,325,2013-01-20
.....\GetHDSerial.dll,1314883,2013-01-20
.....\HD_Num.m,274,2013-01-20
.....\说明.txt,37,2013-01-20

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

发表评论

0 个回复

  • SourceCode03
    三角形常应变单元及四节点等参元子程序,对刚接触有限元程序设计十分有帮助( a small program about DENGCANYUAN)
    2012-03-16 17:40:23下载
    积分:1
  • LTEdetail
    LTE的详细讲解,对于OFDM等进行了讲解,对于LTE初学者有很大的帮助。(LTE detailed explanations, for OFDM, etc. were explained, the LTE is very helpful for beginners.)
    2010-08-19 22:12:51下载
    积分:1
  • contourz
    plot the contour z of an image source code
    2009-03-27 23:22:13下载
    积分:1
  • 432
    matlab gui实例,创建一个窗口,绘制三维图像,创建按钮,修改颜色(matlab gui example, create a window, and modify the menu bar buttons)
    2010-12-07 10:37:22下载
    积分:1
  • wiener
    在MATLAB环境下,采用维纳滤波对语音进行去噪(In the MATLAB environment using Wiener filtering of speech denoising)
    2012-03-29 22:04:35下载
    积分:1
  • Matlab-BPSK-signal-through-AWGN
    一份完整的Matlab编写BPSK信号通过AWGN信道仿真过程的程序,有注释(Matlab BPSK signal through AWGN channel simulation program)
    2014-03-17 22:21:55下载
    积分:1
  • 291740161000865
    电动汽车是智能电网的一个重要组成部分,能很好的解决能源紧缺,环境污染等问题。无线充电技术更有利于电动汽车与电网进行互动,更好的发挥动汽车削峰填谷、消纳可再生能源的功能。本文在研究中国电动汽车发展相关政策的基础上,,(Electric vehicle is an important part of smart grid. It can solve the problems of energy shortage and environmental pollution. Wireless charging technology is more conducive to the interaction between electric vehicles and the power grid, so that we can better play the function of cutting the peak and filling the valley, and reusing renewable energy. In this paper, based on the related policies of the development of electric vehicles in China, combined with the characteristics of the electric vehicle wireless charging, based on the statistical data, the first trip mileage of the private electric vehicle is extracted by Monte Carlo method, and the starting charge state of the electric vehicle charging is obtained according to the battery charging characteristics and the vehicle driving habit, and the charging state of the electric)
    2018-04-27 11:30:36下载
    积分:1
  • mLknnMATLAB
    本代码主要用了多标签K近邻方法(MLKNN)实现对多标签数据进行分类(This code mainly spent more than a label K-nearest neighbor method (MLKNN) to achieve the multi-label data classification)
    2021-03-11 10:09:26下载
    积分:1
  • imagecomposition.m
    This for artifical insertion using poisson image editing.This works seamlessly and use poisson eqation to solve it.
    2010-10-30 00:43:15下载
    积分:1
  • one
    产生右图所示图像f1(m,n),其中图像大小为256×256,中间亮条为128 ×32,暗处=0,亮处=100。对其进行FFT: ① 同屏显示原图f1(m,n)和FFT(f1)的幅度谱图; ② 若令f2(m,n)=(-1)m+n f1(m,n),重复以上过程,比较二者幅度 谱的异同,简述理由; ③ 若将f2(m,n)顺时针旋转90 度得到f3(m,n),试显示FFT(f3)的幅 度谱,并与FFT(f2)的幅度谱进行比较; ④ 若将f1(m,n) 顺时针旋转90 度得到f4(m,n),令f5(m,n)=f1(m,n)+f4(m,n),试显 示FFT(f5)的幅度谱,并指出其与FFT(f1)和FFT(f4)的关系; ⑤ 若令f6(m,n)=f2(m,n)+f3(m,n),试显示FFT(f6)的幅度谱,并指出其与FFT(f2)和 FFT(f3)的关系,比较FFT(f6)和FFT(f5)的幅度谱。(Generating an image f1 (m, n) shown in the figure, wherein the image size is 256 256, the intermediate light bar 128 32 0 = dark, bright Department 100. Its FFT: ① screen display picture f1 (m, n) and the FFT (f1) of the amplitude spectrum ② If so f2 (m, n) = (-1) m+n f1 (m, n), repeat The above process, comparing the amplitude spectrum of the similarities and differences between the two, brief reasons ③ If f2 (m, n) 90 degrees clockwise to get f3 (m, n), try to display FFT (f3) the amplitude spectrum and with the FFT (f2) comparing the amplitude spectrum ④ If f1 (m, n) obtained by 90 degrees clockwise f4 (m, n), so f5 (m, n) = f1 (m, n)+f4 (m, n ), try to display FFT (f5) amplitude spectrum, and pointed out its relationship with the FFT (f1) and FFT (f4) of ⑤ If so f6 (m, n) = f2 (m, n)+f3 (m, n) and try to display the FFT (f6) amplitude spectrum, and pointed out its relationship with the FFT (f2) and FFT (f3), comparing FFT (f6) and FFT (f5) amplitude spectrum.)
    2013-11-26 16:24:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载