-
method2
此源码为电脑鼠参赛最后冲刺作品,在比赛中取得良好成绩,可直接参加比赛代码。(The source for the computer mouse competition final sprint work, to achieve good results in the game, can directly participate in the competition code.)
- 2012-08-17 17:08:55下载
- 积分:1
-
easytong
This is a Tongxunlu system,very easy.
小型通讯系统,DOS界面。(This is a Tongxunlu system,very easy.)
- 2012-01-01 16:30:08下载
- 积分:1
-
串口调试助手
支持9600,19200等常用各种波特率及自定义波特率,可以自动识别串口,能设置校验、数据位和停止位,能以ASCII码或十六进制接收或发送任何数据或字符,可以任意设定自动发送周期,并能将接收数据保存成文本文件,能发送任意大小的文本文件。
硬件连接方面,传统台式PC机支持标准RS232接口,但是带有串口的笔记本很少见,所以需要USB/232转换接口,并且安装相应驱动程序。(Support 9600, 19200 and other commonly used baud rates and custom baud rates, can automatically identify serial ports, can set check, data bits and stop bits, can receive or send any data or characters with ASCII code or hexadecimal, can arbitrarily set the automatic transmission cycle, and can save the received data into text files, can send any data. Text files of meaning size.
In terms of hardware connection, traditional desktop PC supports standard RS232 interface, but notebooks with serial port are rare, so USB/232 conversion interface is needed and corresponding driver is installed.)
- 2020-06-25 03:00:02下载
- 积分:1
-
基于STM32/GD32微处理器下ADIS16405惯性单元IMU固件
本固件主要帮助需要驱动ADIS16405惯性IMU单元的工程师快速移植到自己处理器平台,采用的是KEIL MDK V5环境下 基于STM32 编写的固件
- 2022-01-28 17:32:06下载
- 积分:1
-
线性表的程序,固定删除线性表中第五个元数
线性表的程序,固定删除线性表中第五个元数-linear process, delete fixed linear table fifth few dollars
- 2022-03-19 09:34:29下载
- 积分:1
-
ProductDemo
自己写的一个利用FLASH介绍自己产品的C++程序,可以防止别人拷贝你的资料(Himself wrote an introduction of its products using FLASH the C++ Procedures, to prevent others to copy your information)
- 2008-03-11 10:52:42下载
- 积分:1
-
IT6802E
HDMI转bt1120芯片资料,IT6802库源码文件和数据资料文件。(HDMI to bt1120 chip data, IT6802 library source files and data files,)
- 2021-03-22 09:09:16下载
- 积分: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
-
a
说明: 静态文本控件典型事例电子计时器,主要根据位图来绘制数字(Typical examples of static text control electronic timer, mainly based on the bitmap to draw the figures)
- 2010-12-17 18:18:23下载
- 积分:1
-
pcm
simulink 实现 pcm编码 很有用 希望大家有利(similink pcm cod)
- 2011-05-27 19:17:28下载
- 积分:1