资源列表
[Windows编程] MimicWindowsTaskbar
说明:如何在vc上模仿Windows任务栏。本实例就是实现其内容。在vc6.0下编译通过。-Mimic Windows Taskbar<李磊> 在 2025-09-06 上传 | 大小:40kb | 下载:0
[C#编程] WindowsFormsApplication1
说明:使用winsheel开发的c#目录浏览器,已做成usercontrol控件,可以嵌入窗体使用,使用方式: 拷贝CYFolderBrowse.dll到工程, 添加为工程引用 添加为部件引用后,就可以在toolbox中看到 附件里还包括了调用例子,主要是使用onSelected事件-Winsheel developed using the directory browser c#, have caused usercontrol control, you can use the em<cybaiu> 在 2025-09-06 上传 | 大小:44kb | 下载:0
[Windows编程] WindowsCDplayer
说明:在vc中制作Windows的CD播放器,本实例在vc6.0下编译通过。-Windows, CD player<李磊> 在 2025-09-06 上传 | 大小:37kb | 下载:0
[Windows编程] httpdisk-5
说明:网络虚拟磁盘HTTP virtual disk driver for Windows NT/2000/XP/Vista.-HTTP virtual disk driver for Windows NT/2000/XP/Vista.<jackson> 在 2025-09-06 上传 | 大小:122kb | 下载:0
[其他小程序] C51_st7920_calendar
说明:基于c51的st7920控制器LCD液晶万年历时钟程序,可以设置时间。-C51_st7920_calendar<Mobile 2.0> 在 2025-09-06 上传 | 大小:5kb | 下载:0
[.net编程] Modulo1_Net
说明:part 1 of course of basic .net with microsoft visual studio 2008<tpereza> 在 2025-09-06 上传 | 大小:11.45mb | 下载:0
[其他小程序] biaodashiqiuzhi
说明:表达式求值程序,很好的实现表达式的ascii码输入,到数值计算-Expression evaluation procedures, to achieve a very good expression of the ascii code input to the numerical calculation<田雷> 在 2025-09-06 上传 | 大小:1kb | 下载:0
[其他小程序] ET043002DH6
说明:LCM-ET043002DH6 液晶模组数据手册-LCM-ET043002DH6 LCD Module Data Sheet<zt> 在 2025-09-06 上传 | 大小:65kb | 下载:0
[其他小程序] duoxiangshi
说明:实现多形式的各种基本操作,包括加,减,乘除-Multiple forms of a variety of basic operations, including addition, subtraction, multiplication and division<田雷> 在 2025-09-06 上传 | 大小:3kb | 下载:0
[C#编程] stack_queue
说明:两栈模拟队列 采用两个反面增长的栈来模拟队列。 // 1、入队:将元素压入s2栈;当s2满时,将s2中所有元素依次弹出并逐个压入s1,再将元素压入s2。 // 2、出队:栈s1非空,则弹出s1中的元素;栈s1为空,则将s2中的元素依次弹出并逐个压入s1,再 // 弹出s1中的元素。 // 3、判断是否为空:若栈s1、s2均为空,则该队列为空。-anology queue by stack<kathy> 在 2025-09-06 上传 | 大小:1kb | 下载:0