资源列表

排序选择:

« 1 2 ... .82 .83 .84 .85 .86 182687.88 .89 .90 .91 .92 ... 267455 »

[Windows编程titlename

说明:vc.net防止在标题栏上显示文档名,也就是不把所要打开的文件的文件名显示在标题栏中,比如打开TEST.TXT,如果用系统记事本打开的话,则记事本标题栏会显示这个名称,那么在VC.NET编程环境下,如果使用本代码后,就不会出现这种情况了,文件名被屏蔽掉了。-vc.net prevent displayed in the title bar of the document name, is not the file you want to open the file name displayed
<胡祖德 > 在 2025-07-15 上传 | 大小:26kb | 下载:0

[Windows编程animation

说明:VC++窗体动画启动效果,动画效果显示及隐藏窗口,介绍下如何使用动画效果来显示隐藏窗口。主要使用的是AnimateWindow函数。为了方便代码复用,已将其封装成一个窗口动画效果类。代码中的CenterWindow是用来将窗口居中显示的。-Start effect VC++ form animation, animation effects to show and hide the window, describes how to use animation to show a hidden w
<胡祖德 > 在 2025-07-15 上传 | 大小:918kb | 下载:0

[Windows编程UseNameSpace

说明:C#使用命名空间NameSpace的一个基础实例,以命令提示符控制台的形式显示出演示结果,挺基础的C#例子,使用using指令引入命名空间NameSpace,实例化NameSpace中的类,调用类中的Myls方法,建立命名空间,自定义NameSpace中的类,输出字符串-C# using namespace NameSpace instance of a base, to form the command prompt console demo results, very basic C# ex
<胡祖德 > 在 2025-07-15 上传 | 大小:6kb | 下载:0

[Windows编程AboutStreamReader

说明:C#文件流读写TXT文件内容,基础的FSO文件操作源码,实现过程,先引入using System.Linq using System.IO命名空间,创建类,使用File.Exists判断所需读写的文件是否存在,然后使用StreamWriter读取文件内容,而后StreamReader显示文件内容,同时加入Exception异常处理相关操作。-C# file streams to read and write the contents of the TXT file, the FSO file o
<李有才 > 在 2025-07-15 上传 | 大小:8kb | 下载:0

[Windows编程UseDirectory

说明: 使用C#怎么创建文件和文件夹?这是一个完整的源码实例,你只需在文本框中输入文件夹的路径和名称,点击“创建”按钮,即可创建一个文件夹,程序的实现过程:判断输入的文件夹名称是否为空,然后使用Directory类的Exists方法判断要创建的文件夹是否存在,再使用Directory类的CreateDirectory方法创建文件夹,最后给出创建成功的提示。这是一个适合C#新手参考的基础FSO操作实例。-Using C# how to create files and folders? This is
<李有才 > 在 2025-07-15 上传 | 大小:16kb | 下载:0

[Windows编程PickColor

说明:又一个PickColor配色器|颜色选择器VC++源程序,拖动滑块可改变左框中的颜色,同时如果你对滑块的使用不熟悉的话,本程序同样可为您提供一份详实的使用报告。-Another color is PickColor | the color picker VC++ source, drag the slider to change the color of the left box, at the same time if you use the slider are not familiar w
<李有才 > 在 2025-07-15 上传 | 大小:19kb | 下载:0

[JSP源码/JavajasperReportDemo

说明:jasperreport for java demo
<ernest> 在 2025-07-15 上传 | 大小:11.32mb | 下载:0

[LabViewmatds

说明:混沌系统特性分析软件——lab432,分析混沌系统动力学特性,Lyapunov指数。、poincare图等-The chaotic systems characteristics of software- lab432, and analysis of the dynamics of chaotic systems, Lyapunov exponent. , Poincare Figure, etc.
<钟书捷> 在 2025-07-15 上传 | 大小:1.44mb | 下载:0

[Windows编程TreeNavigate

说明:一个VC++ Tree树状导航栏菜单的实现思路举例,用源代码来演示实现的过程,是个挺好的教学范例。本树菜菜单效果图如上示,图标有些大了,如果换成小图标,会更加精致哦。-The realization of a VC++ Tree tree navigation bar menu ideas for example, is a very good teaching example source code to demonstrate the process. Renderings of the t
<汪高峰 > 在 2025-07-15 上传 | 大小:24kb | 下载:0

[Windows编程TimerInvoke

说明:VC++ 源码编译实现的计时器小程序,比较简易的计时器,比秒要再快一些,不过这个时间频率是可以调的,如图所示,点击开始计时功能,计时器就开始工作了,可看到数字在不停的增大。-The timer applet VC++ compile source code to achieve relatively simple timer, again faster than the second, but this time frequency can be adjusted, as shown, clic
<汪高峰 > 在 2025-07-15 上传 | 大小:20kb | 下载:0

[Windows编程D3Ddemo9

说明:VC++游戏开发笔记系列配套源码,纹理映射演示demo之一 by浅墨,为三维世界添彩:纹理映射技术(一)源码实例下载,-Development of the VC++ game notes series supporting source, one of the texture mapping demo demo by shallow ink, texture mapping techniques (1) download the source code examples for the thr
<杨红华 > 在 2025-07-15 上传 | 大小:339kb | 下载:0

[Windows编程read

说明:VC++远程读写文件代码,初学者参考,通过指定的IP地址直接读取对应目录中的文件,网络路径就写在代码里,不过自己要修改一下,要确认网络中存在这个路径。这个例子其实挺简单的,适合初学者参考学习。-VC++ remote read and write files code reference for beginners, directly read files in the corresponding directory specified IP address, network path writ
<杨红华 > 在 2025-07-15 上传 | 大小:19kb | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 182687.88 .89 .90 .91 .92 ... 267455 »

源码中国 www.ymcn.org