-
Cmake
说明: CMake是一个工具,可以帮助我们实现跨平台开发的工具,在实际开发中可以发挥重要的作用。(CMake is a tool that can help us realize cross-platform development and play an important role in actual development.)
- 2020-06-16 22:20:01下载
- 积分:1
-
扑克牌(KarliCards)游戏源码
【实例简介】wpf开发的扑克牌游戏
- 2021-11-18 00:39:27下载
- 积分:1
-
用delphi开发的一个文本编辑器的源代码
用delphi开发的一个文本编辑器的源代码-developed with a text editor to the source code
- 2023-05-14 22:30:02下载
- 积分:1
-
C#httppost服务器
[HttpPost] public string rtpost(string name, string param) { return rtget(name, param); } [HttpGet] public string rtget(string name,string param) { if (name.Equals("addAudio")) { } string json=""; string sql = "select * from tabtemplate where methodName= name "; DataSet ds = DA.ExecuteDataset("Default", sql); if (DA.Check(ds)) { string procName = Convert.ToString(ds.Tables[0].Rows[0][2]); if (param != null) { if (param.Contains("|")) { string[] a = param.Split("|".ToCharArray()); for (int i = 0; i < a.Length; i ) { procName = procName.Replace("?" (i 1), a[i]); } } else { procName = procName.Replace("?" 1, param); } } DataSet ds1 = DA.ExecuteDataset("Default", procName); int lie = ds1.Tables[0].Columns.Count; if (lie
- 2013-08-23下载
- 积分:1
-
pwmLED
亮度可调节LED灯,采用双色LED灯, LED调节亮度是通过调整通过它的PWM驱动电流大小得到的,节能灯一般是不能调整亮度的。本设计在项目中应用,绝对可以用。(Brightness can be adjusted LED lamp, using dual color LED lamp, LED adjust brightness by adjusting its PWM drive current size, energy saving lamps can not adjust brightness generally. This design is applied in the project, and it can be used absolutely.)
- 2018-04-21 09:11:10下载
- 积分:1
-
视频关键帧提取
视频关键帧提取,通过聚类方法时间关键帧的提取,存储
- 2023-04-12 04:55:09下载
- 积分:1
-
IsNumber
判断输入的一串字符是否全是数字组成,可以作为对一些窗体输入的字符的判断(judgment imported a bunch of characters throughout the digital components that can be imported for some of the characters in the form of judgment)
- 2006-06-23 11:32:37下载
- 积分:1
-
I2C APB ds v1.0
关于i2c master/slaver control 方面的技术资料 介绍其特色与使用方法(On the i2c master/slaver control of technical information on their characteristics and use)
- 2007-07-29 00:40:04下载
- 积分:1
-
C# 数据排序 示例代码
C# 数据排序 示例代码
- 2015-04-22下载
- 积分:1
-
dianhuaben
这是一个电话本的程序,可进行电话查询
可以参考一下(A phone book program)
- 2012-12-28 17:32:59下载
- 积分:1