-
bcbjackVFWObjectTrackingSampleMean
內容為目標物追蹤程序原碼 可使用webcam連線找尋想要之目標 進行追蹤(The contents of the target tracking procedure for the original code can be used to connect webcam to find the target you want to track)
- 2009-07-08 16:00:20下载
- 积分:1
-
C# 设置应用程序背景颜色
C# 设置应用程序背景颜色,通过调用Windows调色板,来选取颜色,然后程序将颜色值赋值给窗口,此盒子可设置斜体的颜色值,运行效果如参考截图所示,核心代码请看以下代码片段:
private void Form1_Load(object sender, EventArgs e)
{//显示应用程序背景颜色
//先打开“Properties”,添加一个System.Drawing.Color类型的变量MyBackColor
this.BackColor = Properties.Settings.Default.MyBackColor;
}
private void button1_Click(object sender, EventArgs e)
{//设置应用程序背景颜色(在运行时编写用户设置)
if(this.colorDialog1.ShowDialog()==DialogResult.OK)
{
Properties.Settings.Default.MyBackColor = this.colorDialog1.Color;
Properties.Settings.Default.Save();
this.BackColor = Properties.Settings.Default.MyBackColor;
}
}
- 2022-06-22 05:36:16下载
- 积分:1
-
BBS
用vs2008+sql server2005做的一个简单mvc bbs系统
- 2013-11-21 17:02:56下载
- 积分:1
-
清华出版社C语言第一章
#include
int main( )
{
int a,b,sum;
a = 123;
b = 456;
sum = a + b;
printf(”sum is %d
”,sum);
return 0;
}
- 2023-01-29 04:00:03下载
- 积分:1
-
tioamajiance
进行条码旋转,角度检测,识别条码,进而校正条码(this is a programme to correction geometric distortion in image)
- 2012-09-26 20:17:38下载
- 积分:1
-
SmartHome
说明: 完整的QT界面设计,模拟智能家居控制,模拟串口(Complete design of QT interface, simulation of smart home control, simulation of serial port)
- 2019-06-15 23:45:22下载
- 积分:1
-
2010301480082--ex2
c语言,用于进行学生成绩管理系统(Copy the string)
- 2013-04-29 15:00:40下载
- 积分:1
-
ch01
说明: ucos2 vc++移植代码 通过VC++编译,每2S显示一次任务(ucos2 vc++ code migration)
- 2010-03-18 21:32:43下载
- 积分:1
-
C语言模拟银行代码
此压缩包内容为C语言模拟银行源代码,抢红包程序,以及打地鼠游戏,初学C语言基础的朋友可以学着思路去创新更多的财务类模拟系统。也希望各位大神多多指教,谢谢
- 2022-12-15 09:50:03下载
- 积分:1
-
2343323423
说明: 打点成功的程序段 分享一下,大家互相学习(RBI to share the success of the segment, we learn from each other)
- 2010-04-24 21:44:22下载
- 积分:1