-
WNL_12864_U8g_18B20
说明: arduino用u8g库驱动显示,外加DS18B20显示温度(Arduino uses u8g library to drive display and DS18B20 to display temperature)
- 2019-08-20 10:45:55下载
- 积分:1
-
RLC
The programme under Matlab could be used to calculate coefficient in a typical RLC circuit.
- 2011-03-15 13:57:21下载
- 积分:1
-
数字大小写转换--示例源码下载.zip
数字大小写转换--示例源码下载.zip
- 2019-08-08下载
- 积分:1
-
C# SelectedItem选择移动数据项 点菜功能
这是个实用的小功能,在WEB开发时也经常会看到这种功能,将item数据项由左侧移动到右侧,这是一个选择+移动的功能,全部添加到选择的项中,判断是否已经选择了该菜单项,比如本例子利用左右移动SelectItem项实现了点菜功能:
private void button3_Click(object sender, EventArgs e)//移除所有已经选择的菜
{
lbChoose.Items.Clear();
}
private void button1_Click(object sender, EventArgs e)//单个添加到选择的项中
{
if (lbSocure.SelectedIndex != -1)
{
if (!lbChoose.Items.Contains(lbSocure.Text))//判断是否已经选择了该菜
lbChoose.Items.Add(lbSocure.SelectedItem.ToString());//添加选择的菜
else
MessageBox.Show("您已经选择了该菜,请重新选择。");
}
}
- 2022-06-13 08:29:58下载
- 积分:1
-
PDFSharp-1.2.1269
一个基于c#的pdf开源sdk和demo,非常好用(One of the pdf-based c# open-source sdk and the demo, very easy to use)
- 2010-01-15 11:20:02下载
- 积分:1
-
isd4002
语音电子门锁C语言程序,STC89C51D+ISD4002应用(Voice electronic lock C language program, STC89C51D+ ISD4002 application)
- 2013-09-08 23:11:37下载
- 积分:1
-
huffman_src22
本代码提供一种非常简单且快速的哈夫曼编码方法。
(this code provide a very simple and rapid method of Huffman coding.)
- 2007-06-15 16:02:25下载
- 积分:1
-
Monkeys-and-peach
Monkeys and peach,Monkeys and peach(Monkeys and peach)
- 2013-09-01 22:06:42下载
- 积分:1
-
STM32示波器源代码
示波器的功能演示和测试,用于高校学习和嵌入式开发初学者(oscillograph; oscilloscope (OSC); oscillometer; ondoscope
demo; demonstrate; show-how; reproduction
test; testing; measurement; checkout
colleges and universities
study; learn; emulate; learning
flushbonading
beginner; tyro; learner in the first stage; abecedarian; catechumen)
- 2017-08-08 17:55:04下载
- 积分:1
-
对冲套利EA
可以用来对冲和套利交易欧美和磅美货币对,还可以自定其它货币对交易(It can be used for hedging and arbitrage transactions between European and American and pound-dollar currencies, as well as other currency pair transactions.)
- 2020-06-24 05:20:02下载
- 积分:1