-
FangJinshan
很漂亮的界面,里面有不规则按钮,可移植到商业上开发使用,觉不浪费你的分数(A very beautiful interface, there are irregular button to the commercial development of portable use, sleep do not waste your score)
- 2011-04-22 14:03:09下载
- 积分:1
-
2
说明: this is my first program that whil share with you
- 2009-11-17 15:03:03下载
- 积分:1
-
TDM.Collector.PressureServices
说明: 能够监控到本机Mysql产生最新的数据,用API接口发送到服务器。
程序采用Windows服务,开机便会自动运行,实时监控上传(It can monitor local Mysql to produce the latest data and send it to the server with API interface.
The program uses Windows service, it will run automatically when it starts, and real-time monitor and upload.)
- 2020-06-19 17:40:02下载
- 积分:1
-
LCD12864
说明: LCD12864程序,实现画图,画线,打点,反白等(LCD12864 program to achieve drawing, drawing lines, dotting, anti-white, etc.)
- 2019-10-08 09:04:32下载
- 积分:1
-
基于密度聚类算法
DBSCAN(Density-Based Spatial Clustering of Applications with Noise)是一个比较有代表性的基于密度的聚类算法。与划分和层次聚类方法不同,它将簇定义为密度相连的点的最大集合,能够把具有足够高密度的区域划分为簇,并可在噪声的空间数据库中发现任意形状的聚类。
- 2022-05-26 05:44:16下载
- 积分:1
-
迭代器模式1
说明: 使用编写服务器与客户端界面并用Socket实现通信。(The interface between server and client is written and the communication is realized with Socket.)
- 2020-06-24 19:20:02下载
- 积分:1
-
adpcm
g.722 code for speech compression
- 2010-03-02 16:08:59下载
- 积分:1
-
PLC-VC
使用VC开发的很好的PLC学习平台,能将PLC梯形图编译为指令集。(Desinged by VC for PLC.)
- 2015-11-18 14:34:46下载
- 积分: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
-
i30semoDEMO(GAS)
I30 gasoline instrument panel color LED backlight module
- 2013-08-23 07:42:15下载
- 积分:1