-
ObjectDetectionContours
Object detecttion using contour .Here is the code using openCV and Microsoft Visual Studio
- 2013-10-19 01:51:39下载
- 积分:1
-
multiplication
本程序是用c语言编写的在800位整数之间的乘积运算(This procedure is written in c the 800 integers in the product operation between)
- 2009-05-16 22:04:42下载
- 积分:1
-
Chinese character input, please reference mutual learning. And I hope that in co...
汉字输入,请大家相互参考学习。并且希望在以后的时间里能与大家共同进步-Chinese character input, please reference mutual learning. And I hope that in coming years we can progress together
- 2022-04-17 00:04:22下载
- 积分:1
-
calculatoraAVR
calculator with AVR microcontrller
- 2013-07-19 14:39:04下载
- 积分:1
-
face-detection
Thermal Infrared Face Recognition –
a Biometric Identification Technique
for Robust Security System
- 2013-10-14 21:09:15下载
- 积分:1
-
TestingWGLCD
Another source code for LCD DISP
- 2016-04-29 20:39:06下载
- 积分:1
-
05970438
说明: 手机GSM TI 平台 dma 驱动 源代码(Mobile phone GSM TI platform dma driver source code)
- 2019-01-06 22:32:53下载
- 积分:1
-
C# 写入并读取内存流
C# 写入并读取内存流,演示一些基本的内存流操作方法,编写以下代码可实现这些功能:
byte[] BContent = Encoding.Default.GetBytes(textBox1.Text);
MemoryStream MStream = new MemoryStream(100);
MStream.Write(BContent, 0, BContent.Length);
richTextBox1.Text = "分配给该流的字节数:" + MStream.Capacity.ToString() + "
流长度:"
+ MStream.Length.ToString() + "
流的当前位置:" + MStream.Position.ToString();
MStream.Seek(0, SeekOrigin.Begin);
byte[] byteArray = new byte[MStream.Length];
int count = MStream.Read(byteArray,0,(int)MStream.Length-1);
while (count < MStream.Length)
{
byteArray[count++] = Convert.ToByte(MStream.ReadByte());
}
char[] charArray = new char[Encoding.Default.GetCharCount(byteArray, 0, count)];
Encoding.Default.GetChars(byteArray, 0, count, charArray, 0);
for (int i = 0; i < charArray.Length; i++)
{
richTextBox2.Text += charArray[i].ToString();
}
- 2022-03-11 09:55:00下载
- 积分:1
-
conlectioncontain
界面编程,编写类似VC++6 0左边控件,需要CJLibrary610库,或CJLibrary609库(Interface programming, write something like VC++6 0 left control, need CJLibrary610 library, or CJLibrary609 library)
- 2018-10-19 00:39:46下载
- 积分:1
-
vc++数字图像处理源代码
说明: VC图像处理,对初学者和研究者有一定的参考作用。(VC image processing, for beginners and researchers are certain references.)
- 2006-01-02 19:38:36下载
- 积分:1