gpt4 book ai didi

c# - 一个驱蚊程序?

转载 作者:IT王子 更新时间:2023-10-29 04:17:04 24 4
gpt4 key购买 nike

不,我是认真的。

最近,我看到当电脑的压电蜂鸣器以一定频率振动时,声音会驱蚊。

这是真的吗?

如何以编程方式访问 PC 蜂鸣器(而不是扬声器),最好使用 C#?

不知道有没有蚊子,但我的头疼得要命。啊……!

最佳答案

using System.Runtime.InteropServices;

[DllImport("KERNEL32.DLL",
EntryPoint="Beep",SetLastError=true,CharSet=CharSet.Unicode,
ExactSpelling=true,CallingConvention=CallingConvention.StdCall)]

public static extern bool Beep(int pitch , int duration);

Beep(500,1000);

关于c# - 一个驱蚊程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2168783/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com