资源列表
[GDI/图象编程] cudaDecodeGL
说明:gpu 实时H264视频解码,速度达到300帧每秒,用Opengl显示-gpu decode h264 video file ,at the speed of 300fps,display the result on Opengl<songkangkang> 在 2025-12-24 上传 | 大小:15.05mb | 下载:0
[C#编程] Library-management-system
说明:图书管理系统,用于图书馆的书目的管理,拿来即用,不许任何修改,仅供参考。-Library management system for the library' s bibliographic management, and brought that to use, any modifications allowed for reference purposes only.<neil> 在 2025-12-24 上传 | 大小:12kb | 下载:0
[其他小程序] ye
说明:My father was a self-taught mandolin player. He was one of the best string instrument players in our town. He could not read music, but if he heard a tune a few times, he could play it. When he was younger, he was a member of a small country music b<李国栋> 在 2025-12-24 上传 | 大小:40kb | 下载:0
[Windows编程] vbpicchange
说明:VB使用内部机制转换图像格式的程序源代码,在*.bmp *.jpg *.gif *.pcx *.ico等图像格式间相互转换,源代码下载- VB uses an internal mechanism to convert image format source code, in* bmp .* Jpg .* Gif .* Pcx .* Ico and other image format conversion between source code download<cpudn4> 在 2025-12-24 上传 | 大小:2kb | 下载:0
[Windows编程] vbkjtype
说明:VB判断并列举窗体中控件的类型,可判断窗口的控件是否为按钮、文本框、图片框、标签、复选框、列表框、单选按钮等,没有添加的类型可自己添加,了解思路就可以灵活运用了-VB judgment and cited the type of controls in a form, you can determine whether the control window as buttons, text boxes, picture boxes, labels, check boxes, list boxes<cpudn5> 在 2025-12-24 上传 | 大小:1kb | 下载:0
[Windows编程] vblistfont
说明:VB将文本以列表形式显示,你可以试着粘贴进一段文字,如果有回车换行的话,程序会自动在回车处添加列表标号,改变视图为列表显示的方式。程序根据Check1的选中状态设置文本是否使用列表形式,并设置缩进量,具体实现请参阅代码。-VB text displayed in list form, you can try to paste it into a text, if there is a carriage return line feed, the program will automaticall<cpudn6> 在 2025-12-24 上传 | 大小:2kb | 下载:0
[Windows编程] vbfontdialog
说明:VB调用系统字体对话框,简单的演示了如何调用系统的“字体设置”对话框,通过打开一个RTF文档来演示调用字体对话框后,字体设置的效果,本实例相对简单,可以帮助Vb初学者很好的了解与Windows系统之间的联系。-After VB calling system font dialog, a simple demonstration of how the system is called the "Font Settings" dialog box by opening an RTF document<cpudn7> 在 2025-12-24 上传 | 大小:2kb | 下载:0
[Windows编程] VBdrawfsfd
说明:VB鼠标绘图代码,可设置颜色和线宽,画的不满意可清除,可当作一个VB的绘图模块来用。如果不是处在绘图状态则退出Private Sub Picture1_MouseMove过程,如果处在绘图状态则从起点到目前鼠标所在点绘制直线,然后将当前鼠标所在点作为新的起点,当释放鼠标按键时绘图结束。-VB mouse drawing code, you can set the color and width, are not satisfied with the painting can be cleared<cpudn8> 在 2025-12-24 上传 | 大小:2kb | 下载:0
[Windows编程] VBxuanzhuan
说明:VB编程小例子,让字符或文字旋转显示,可设置文本倾斜度(旋转角度),设置字体参数,VB代码里还有更多的设置参数:比如: 设置字符高度 RF.lfWidth = 10 设置字符平均宽度 RF.lfEscapement = 0 设置文本倾斜度 RF.lfWeight = 400 设置字体的轻重 RF.lfItalic = 0 字体不倾斜 RF.lfUnderline = 0<cpudn9> 在 2025-12-24 上传 | 大小:2kb | 下载:0
[Windows编程] VBopenfile
说明:VB6.0实现同时打开多个文件在多个窗口中显示文件内容,FileNames树组存储划分后的文件目录和文件名称,设置CommonDialog1控件属性,显示打开对话框,在VB源代码内CommonDialog1的FileName属性值后面添加空格,设置i为FileName属性值中空格的位置,将FileName属性以空格作为划分标志,分成若干部分存储到FileNames数组,如果只选择了一个文件则直接在Form1中显示该文件;如果选择了多个文件例如3个,则创建3个Form2窗体的实例在其中显示打开的文<cpudn10> 在 2025-12-24 上传 | 大小:4kb | 下载:0