-
raw2yuv
raw 数据转换成plant 的yuv 数据,已经测试通过。希望对raw数据进一步处理的同学有帮助。(
Raw data is converted into YUV plant data, has been tested through. Hope that the raw data to further deal with the students to help.
)
- 2020-07-22 10:58:44下载
- 积分:1
-
12.7
设计一个算法,按照深度优先遍历的思想找出从指定结点出发,长度为M的所有简单路径。并将此算法用于邻接表类,在邻接表类中定义一个共有成员函数find(start, m)。(In adjlink to class with negative right value realization monosource shortest path function. Design an algorithm, according to traverse the depth first thoughts from specified node to find out, based on all of the simple length for M path. This algorithm is used for adjlink to class, defined in the class in adjlink to a mutual member function find (start, m).)
- 2012-03-24 22:45:24下载
- 积分:1
-
Visual C# 在无连接数据表中创建AutoIncrement列
C# 在无连接数据表中创建AutoIncrement列,在数据表中添加记录一.代码:
//在数据表中添加记录一
DataRow MyRow = MyTable.NewRow();
MyRow["ID"] = 87121;
MyRow["Name"] = "罗斌";
MyRow["Tel"] = "023-40231026";
MyRow["MP"] = "13036371686";
MyRow["Company"] = "无锡宝特软件有限公司";
MyTable.Rows.Add(MyRow);
this.dataGridView1.DataSource = MyTable;
- 2022-05-16 06:23:51下载
- 积分:1
-
cameraqudong
AVR32单片机驱动OV7620+FIFO的程序(AVR32 microcontroller drive OV7620+ FIFO procedures)
- 2012-11-15 20:17:08下载
- 积分:1
-
DS3231PTM1650P15L104
STC12L104+DS3231+TM1650数码管时钟(STC12L104+DS3231+TM1650 LED timer)
- 2021-04-05 20:29:03下载
- 积分:1
-
TEMP
说明: 51单片机,ds18b20温湿度传感器,温湿度值通过LCD1602显示。(51 single chip computer, DS18B20 temperature and humidity sensor, temperature and humidity value through LCD1602 display.)
- 2020-06-20 17:40:02下载
- 积分:1
-
2048小游戏
实现小游戏2048的基本功能,以及各个方向的滑动,相加(Realize the Basic Functions of 2048 Small Game)
- 2020-06-20 19:00:02下载
- 积分:1
-
Expert C# 2005 Business Objects,电子版的PDF,希望对大家有帮助
Expert C# 2005 Business Objects,电子版的PDF,希望对大家有帮助-Expert C# 2005 Business Objects, an electronic version of the PDF, would like to have everyone help
- 2022-02-02 01:18:20下载
- 积分:1
-
TIMimage
说明: 图片的平滑锐化以及二值化。。。。。。。。。。。。。。。(Sharpening and smoothing the image binarization)
- 2010-03-30 13:29:32下载
- 积分:1
-
TextView
VC++应用程序开发中的文本操作详解,可以用过实例更好的理解与操作(The detailed text operation in the development of VC++ application program can be better understood and operated by examples.)
- 2020-06-15 22:45:01下载
- 积分:1