-
Studentsystem
C语言的大程序作业,是关于学生管理系统的(C language programming assignments, is about the student management system
)
- 2015-06-29 13:17:41下载
- 积分:1
-
LMH6518F1
说明: LMH5618驱动 stm32 建议结合datasheet一起调试(LMH5618 Driver STM32 Recommends debugging with Datasheet)
- 2020-06-24 14:20:01下载
- 积分:1
-
xclm
XC8/XC16/XC32编译器破解程序与软件,把xclm.exe软件复制到bin文件下代替原文件(XC8 XC16/XC32 compiler cracking programs and software, the XCLM. Exe software is copied to the bin file instead of the original file)
- 2014-02-17 09:23:20下载
- 积分:1
-
C# 键盘Ctrl+g控制蜂鸣器播放声音
Visual C#播放声音,运行程序后,操作键盘上的Ctrl+g组合键发出蜂鸣声...这里的拖放声音是蜂鸣声,从音箱里发出,并不是从机箱的蜂鸣器发声。实现的过程和细节代码如下:
//导入 Windows Beep() API 函数
[DllImport("kernel32.dll")]
private static extern bool Beep(int freq, int dur);
// 定义PlaySound()要使用的常数
public const int SND_FILENAME = 0x00020000;
public const int SND_ASYNC = 0x0001;
// 导入 Windows PlaySound() 函数
[DllImport("winmm.dll")]
public static extern bool PlaySound(string pszSound,
int hmod,
int fdwSound);
[STAThread]
static void Main(string[] args)
{
// 使用Ctrl+g发出蜂鸣声
Console.Write("a");
Console.WriteLine("使用Ctrl+g发出蜂鸣声...");
Console.ReadLine();
// 使用 Windows API 发出蜂鸣声
Beep(800, 200);
Console.WriteLine("使用 Windows API 发出蜂鸣声...");
Console.ReadLine();
// 播放bells.wav文件
PlaySound("bells.wav",
0,
SND_FILENAME | SND_ASYNC);
Console.WriteLine("播放bells.wav文件...");
Console.ReadLine();
}
- 2022-05-23 17:14:52下载
- 积分:1
-
Fluids
流体很不错的一个模拟,非常棒。。 (liquid fluids
)
- 2014-03-18 22:39:48下载
- 积分:1
-
ds_1602
MSPf5529LCD1602显示,初学小实验。(MSPf5529LCD1602 shows that the primary school experiment.)
- 2020-06-23 19:00:02下载
- 积分:1
-
camshifttrack
opencv camshift 实现摄像头半跟踪 绝对可以运行 本人已经实现过 (opencv camshift finish half-auto track
absolutely can be runned,i have make it)
- 2010-11-16 18:31:34下载
- 积分:1
-
在Web网页中打开word、excel文档,同时控制这些文档的读写权限。并可以插入批注等。...
在Web网页中打开word、excel文档,同时控制这些文档的读写权限。并可以插入批注等。-In the Web page to open word, excel documents, while controlling these documents to read and write permissions. And can insert comments and so on.
- 2022-02-15 06:15:47下载
- 积分:1
-
twoline
使用c语言和opengl开发出的俩直线相交的程序,适合初学者学习使用(C language using both linear and intersecting opengl developed procedures for beginners to learn to use)
- 2013-12-15 19:55:51下载
- 积分:1
-
Tiny15
Tiny15中文手册中文资料,40页,我感觉讲的够详细了。有需要的朋友可以下载看看。(Chinese Manual Tiny15 Chinese data, 40, I feel that s enough talk about the details. There is a need to look at the friends can be downloaded.)
- 2009-01-17 21:52:40下载
- 积分:1