CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 Windows编程

资源列表

« 1 2 ... .58 .59 .60 .61 .62 9163.64 .65 .66 .67 .68 ... 58523 »
  1. version

    0下载:
  2.  VC程序版本号查询演示,本程序专一用来查询某程序的版本号,它可以获取到程序的版本号、内部版本号、专用部件号、主版本号和次版本号、版本号的主版本号和次版本号,反正只要是与版本有关的信息都能查询到,但有一个前提就是,版权方必须在程序中登记了这些信息,如果没有登记,那是查询不到的哦。-The VC program version number query demonstrates, this procedure loyal to check the version number of a progr
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-25
    • 文件大小:41.63kb
    • 提供者:朱佐贞
  1. InstantMessaging

    0下载:
  2. InstantMessaging源码下载, VC+ MFC网络聊天工具的源代码,相关说明:   0.普通聊天(文字、图片)   1.聊天室   2.传输文件(断点续传)   3.共享屏幕   4.白板   5.视频、音频聊天-The of InstantMessaging source downloads, VC+ MFC Internet chat tools source code, instructions: 0. Chat (text, images)
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:800.42kb
    • 提供者:朱佐贞
  1. kaoqin

    0下载:
  2. C++考勤管理系统源代码,本考勤管理系统主要用于企事业单位的考勤,便于统计员工的出勤情况。 -The C++ attendance management system source code, the attendance management system is mainly used for the attendance of the enterprises, to facilitate the attendance of the statistical staff.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:152.47kb
    • 提供者:朱佐贞
  1. wenjsx

    0下载:
  2. VC++文件属性操作演示,判断和设置文件的中读属性、隐藏属性、归档属性,取消文件的所有属性以及获取文件大小和文件类型、获取系统所有文件类型等操作,相对基础的VC++文件操作技巧。-The VC++ file attribute manipulation presentations, judgment and set the file to read attributes, hidden attributes, the archive attribute, cancel all the attri
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-01
    • 文件大小:47.9kb
    • 提供者:项农文
  1. wenjsj

    0下载:
  2. VC++获取和设置文件、文件夹的时间属性,一些与文件时间属性相关的操作,比如获取文件创建、使用和最后访问的时间,设置和判断文件及文件夹的时间属性,判断文件夹的真假等,都是些基础的文件、文件夹操作知识。-The VC++ Get and set file and folder attributes, file time attributes related operations, such as access to the file is created, the genuineness of u
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:281.01kb
    • 提供者:项农文
  1. vcyanshi

    0下载:
  2. VC++程序说明查询演示,比如可以获取到某个EXE程序的版本、作者、版权、内部名称、私有名称等信息。-VC++ descr iption of the procedures to query the demo version of an EXE program, author, copyright, internal name, private name and other information, for example, can get to.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:474.63kb
    • 提供者:项农文
  1. apihook

    0下载:
  2. 设计系统底层的一些知识,对系统编程有一定啊的帮助。-Some knowledge of the underlying design system, system programming some ah helpful.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:350.5kb
    • 提供者:秦辉
  1. GeneralImplement

    0下载:
  2. C#继承公共接口的代码,实现思路:Program program = new Program() 实例化类对象,使用派生类对象实例化接口ITeacher,使用派生类对象实例化接口IStudent。-C# to inherit public interface code, realization of ideas: Program program = new Program () instantiated class object, using the derived class object
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-10
    • 文件大小:5.58kb
    • 提供者:武宗
  1. PartialClass

    0下载:
  2. 基本的C#数字运算代码,执行两个数的加法、减法运算,返回相加、相减后的结果,实例化类对象,定义一个死循环,以便循环输入数据,记录运算符号,以运算符号为条件进行判断,判断是否为加号,判断是否为减号,不符合上面所有情况,实现基本的加法、减法运算。-Basic number crunching code in C#, the implementation of the addition of two numbers, subtraction, return the sum, the result of
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-23
    • 文件大小:6kb
    • 提供者:武宗
  1. Iterative

    0下载:
  2. C# Iterative迭代用法代码,这是一个与 Iterative相关的代码,演示迭代的使用,思路和过程:创建一个string类型的数组用于存储银行种类,对IEnumerator接口实现GetEnumerator方法创建迭代器,使用for语句循环数组,使用yield return语句依次返回每个元素,实例化BankType类,使用foreach语句遍历BankType类中的内容并输出-C# Iterative iteration of usage code, which is associat
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-27
    • 文件大小:5.53kb
    • 提供者:武宗
  1. mousefanwei

    0下载:
  2. Delphi源码实现在窗口中限制鼠标的移动范围,中允许鼠标在特定的范围内移动,在编写游戏或图像处理软件的时候能用上的Delphi小技巧。-Delphi source code to limit the range of movement of the mouse in the window, allows the mouse to move within a specific range, in the preparation of the game or image processing so
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-14
    • 文件大小:21.7kb
    • 提供者:张虎
  1. vc.netcurs

    0下载:
  2. VC.NET源码创建和关闭一个等待光标,平时的鼠标状态是箭头,等待(忙时)的状态是另一种图符,这个VC.NET源码将还原鼠标忙时的状态符号,并编写了一个关闭忙时状态的源码,欢迎学习vc++.NET的新手们参考。-The VC.NET source to create and close a wait cursor, the normal state of the mouse arrow, wait for the status (busy) is another icon, this the s
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-27
    • 文件大小:55.3kb
    • 提供者:张虎
« 1 2 ... .58 .59 .60 .61 .62 9163.64 .65 .66 .67 .68 ... 58523 »
搜珍网 www.dssz.com