资源列表
ListViewAddIcon
- C#为ListView列表视图添加Icon图标,这样功能更丰富些,以后还可以添加更多排列方式,像win系统那样,可以按图标、列表的方式显示。部分代码如下: listView1.LargeImageList = imageList1 imageList1.ImageSize = new Size(37,36) imageList1.Images.Add(Image.FromFile( 01.png )) imageList1.Images.Add(Image
ImageListRemovePicture
- Visual C#在窗体上动态显示和移除一幅图像,在窗体上操作对应按钮即可实现,可将加载的的图像删除。-Visual C# in the dynamic display and remove an image, the operator corresponding button on the form you can achieve, you can delete the loaded image on the form.
fsotxt
- C#简单读写文件,具体来说是使用StringCollection 类对TXT文本文件的操作,可向TXT中写入文字内容,读取出内容,程序做成了可视化界面,类似一个文本编辑器一样,比Windows的记事本功能还要少一些,主要是演示如何用C#读写文本格式的文件。-C# is simple to read and write files, specifically using StringCollection class action on TXT text files can be written t
csharpdelfloder
- Visual C#删除目录源码实例,是一个FSO组件操作例子,例子包括了两种方法,一种是通过调用 Directory.Delete(string path) 来实现,另一种是调用 Directory.Delete(string path, bool recursive)来实现,演示先创建一个目录,然后删除它,测试时请打开CMD控制台窗口,将exe拖放到本窗口打开可看到效果。-Visual C# to delete the directory source code examples, is an
shutdown
- C#简单的关机程序,除了关机功能外,还包括了注销系统、重启系统,重新启动计算机windows,用到了计时器,用来每1秒钟更新一次TextBox上显示的系统运行时间。-C# simple shutdown procedures, in addition to the shutdown function, but also includes the write-off system, reboot the system, restart your computer windows, use a ti
getpclist
- Visual C#得到局域网计算机列表,也就是获取局域网内的所有在线的主机名称列表,请确保您的电脑在网络中,要不然程序获取时候可能要假死,需要强制结束任务。-Visual C# to get a LAN computer list, which is to obtain a list of all the online host names within the LAN, make sure your computer is on the network, or else the program
imageproc
- 图像处理中经常用到的算法。。。比较常用surf特征点匹配、二值化、边缘等需要配置相应的库才能运行-Image processing algorithm is often used in... More commonly used surf feature points matching, binarization and edge need to configure the corresponding library to run
GLCM
- 灰度共生矩阵 提取纹理特征 vc6.0 -GLCM texture feature extraction
02-Algoritma-Searching
- Searching algorithm using c-Searching algorithm using c++
Simple-vending-machine-
- 简单的自动售货机源代码,基于VC6.0的源代码,用MFC编程- Simple vending machine code
ExMsgDll
- 进程间交互数据有很多方法,这份代码通过dll中共享内存变量的方式交互数据,例子里有int float char*的数据都调试通过,showmem的工程修改下发送的数据原样构建另一个工程文件即可-There are many ways to interact with data between processes, this code in shared memory variable dll way through interactive data, examples, there are in
socket
- socket简易聊天室(传输文件功能会阻塞)-socket simple chat room (file transfer function block
