资源列表

[Windows编程webbrowser

说明:C#初学者写的迷你型Web浏览器,内核是基于IE的,依赖于Windows平台的,你懂的。使用有AxInterop.SHDocVw.dll、Interop.SHDocVw.dll控件,有了两大控件的支持,因此本源码是相当简单的,虽然你不会开发WEB浏览器,但有时候程序中需要在窗体中显示网个网址的内容,这就要用上这种功能了。-C# beginners to write mini Web browser based on IE core is dependent on the Windows plat
<mpudn17> 在 2025-06-19 上传 | 大小:41kb | 下载:0

[Windows编程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
<mpudn18> 在 2025-06-19 上传 | 大小:23kb | 下载:0

[Windows编程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.
<mpudn19> 在 2025-06-19 上传 | 大小:23kb | 下载:0

[Windows编程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
<mpudn21> 在 2025-06-19 上传 | 大小:9kb | 下载:0

[Windows编程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
<mpudn22> 在 2025-06-19 上传 | 大小:6kb | 下载:0

[Windows编程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
<mpudn23> 在 2025-06-19 上传 | 大小:9kb | 下载:0

[Windows编程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
<mpudn24> 在 2025-06-19 上传 | 大小:9kb | 下载:0

[其他小程序first

说明:在GPS导航启动时运行,能够实现导航一机多图-GPS navigation running at startup, able to navigate a machine diagram
<hh> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[Windows编程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
<顾浩> 在 2025-06-19 上传 | 大小:9.48mb | 下载:0

[其他小程序fruit

说明:水果智能分类,根据输入的不同性质来分类,最后输出结果,适用于人工智能-the procedures for the classification of fruits
<zhang wei> 在 2025-06-19 上传 | 大小:2kb | 下载:0

[多媒体编程glext

说明:OpenGL 资源头文件,glext.h。是纹理操作的必备文件。将此文件放入C:\Program Files\Microsoft Visual Studio 8\VC\include\GL即可-OpenGL resource header file, glext.h. Texture is an essential file operations. Place this file in C: \ Program Files \ Microsoft Visual Studio 8 \ VC \ i
<李冬冬> 在 2025-06-19 上传 | 大小:30kb | 下载:0

[C#编程solvecpp

说明:做图像处理时 一般会用到的多项式拟合 或者直接计算多项式-Polynomial fitting
<周亮> 在 2025-06-19 上传 | 大小:1kb | 下载:0

源码中国 www.ymcn.org