-
Photo
说明: 图形处理功能,有滤波功能,边缘提取等各个方面,值得一看(Graphics processing capabilities, has filtering, edge detection and other aspects, see)
- 2008-08-30 17:26:54下载
- 积分:1
-
chuhuaxihua1
粗化细化程序很好用的,大家试市啊,(crude refining procedures of the good, we take the city ah,!)
- 2006-11-11 20:52:48下载
- 积分:1
-
Binary-tree-in-the-establishment
二叉树的建立 中序遍历二叉树 把二叉树转换成双向链表(Binary tree in the establishment of traversing Binary conversion to binary tree into a doubly linked list)
- 2013-03-30 14:39:13下载
- 积分:1
-
C#在listView自定义imageList图标列表
C#在listView自定义imageList图标列表,实际上是创建了一个图像列表的Listview列表,我们可以将一些菜单条目做成此类型,以图标的风格展现操作选项,本实例中你可以熟悉imageList、listView1列表项的添加与删除。
下面是关键的代码:
listView1.LargeImageList = imageList1;
imageList1.ImageSize = new Size(37,36);
imageList1.Images.Add(Image.FromFile("01.png"));调用图标显示的图像资源
imageList1.Images.Add(Image.FromFile("02.png"));
listView1.SmallImageList = imageList1;
listView1.Items.Add("明日科技");图标下边显示的文字
listView1.Items.Add("C#编程词典");
listView1.Items[0].ImageIndex = 0;
listView1.Items[1].ImageIndex = 1;
- 2023-03-09 08:05:03下载
- 积分:1
-
VFWcapture
基于VFW的视频捕获,可以实现捕获,截图和录制(Based on the VFW video capture, you can achieve screenshots and record)
- 2013-07-17 16:57:50下载
- 积分:1
-
简单的Arduino GPS解码器
简单的 NMEA gps 解码器为 Arduino 给 LAT 和 LON
- 2022-03-29 13:16:14下载
- 积分:1
-
bujindianjiqudong
基于atmega16的步进电机驱动程序,实现正反转及调速等功能。(Based atmega16 stepper motor driver, and achieve positive and speed functions.)
- 2014-02-17 14:42:01下载
- 积分:1
-
QT上位机
【实例简介】多个tab界面显示,可在每个界面添加想要的功能
- 2021-06-13 00:31:13下载
- 积分:1
-
GuessNumber
Qt猜数字游戏,Qt Creator操作实践。程序中图片需要再自行添加,未添加到资源文件(A game named GuessNumber)
- 2020-06-21 20:40:02下载
- 积分:1
-
数字电能表
PZEM-014模块检测电压、电流、电功率、电能等信息,在LCD1602上显示(PZEM-014 module detects voltage, current, power, electric energy and other information, which is displayed on LCD1602.)
- 2020-11-17 20:39:40下载
- 积分:1