-
CO_SUT
计算机图形学 c语言实现的直线段裁剪算法(Computer graphics c language to achieve a straight line segment clipping algorithm)
- 2007-11-13 16:36:11下载
- 积分:1
-
工厂方法-计算器
说明: prototype design pattern implmentation
- 2020-06-24 19:40:01下载
- 积分: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
-
avi文件封装类,包括avi文件的读写等常用操作,音频视频流等...
avi文件封装类,包括avi文件的读写等常用操作,音频视频流等-avi file Packaging categories, including avi file read and write popular operation, streaming audio and video, etc.
- 2022-03-16 22:08:21下载
- 积分:1
-
大灰狼远控源码 增加QQ显功能
支持最全的远控工具了,源码多看一下吧,也可以自己改,多玩一下吧,最近云计算多(Take a look at the full source code)
- 2019-01-26 14:41:03下载
- 积分:1
-
qwww11
基于 mfc的客户区截图程序 可以选择bmp的格式跟大小(Based on mfc client area screenshot program you can choose bmp format with size)
- 2016-04-26 15:38:17下载
- 积分:1
-
手把手教你学DSP:基于TMS320F28335(完整版).pdf
手把手教你学DSP:基于TMS320F28335(完整版).掌握dsp28335的使用以及芯片内容,具有极大的参考价值(Learn DSP: based on TMS320F28335(full version). Master the use of dsp28335 and chip content, with great reference value)
- 2020-09-29 11:27:44下载
- 积分:1
-
PCtoLCD2002
字摸提取软件,可以是图片,可以是汉字,并且大小可调,好用至极(Braille extraction software, which can be pictures, which can be characters, and the size is adjustable, extremely easy to use)
- 2013-08-22 21:02:23下载
- 积分:1
-
并网逆变器源代码
并网逆变器源代码,非常有用 并网微型逆变器源代码 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-03-04 10:10:32下载
- 积分:1
-
Vector-and-Matrix-Template
向量类模板和矩阵类模板,能够实现各种常用的算法,作为工程开发的数据结构(Vector class template and template matrix class, able to achieve a variety of commonly used algorithms and data structures as the project development)
- 2012-04-20 09:51:29下载
- 积分:1