CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - multi-class

搜索资源列表

  1. TimerTest.rar

    1下载:
  2. 一个通用定时器类,可用于无窗口类中。本例程使用一个C++类,利用定时器变换指示灯。程序中用到:自定义的定时器类、C++多类继承、使用纯虚函数的中间类、指示灯变换设置。,A general-purpose timer class can be used for non-window class. The routine use of a C++ classes, the use of timer indicator transform. Programs used: a custom timer
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-27
    • 文件大小:10535142
    • 提供者:Huangxiangjun
  1. StackedWidget

    0下载:
  2. 堆栈窗口QStackedWidget类也是应用程序中经常见到的。在实际应用中,堆栈窗体多与列表框QListWidget及下拉列表框QComboBox配合使用。本程序实现堆栈窗体QStackedWidget类的使用,当选择左侧列表框中不同的选项是,右侧显示所选的不同的窗体。-The the stack the window QStackedWidget class is also an application often see. In practical applications, the st
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:465495
    • 提供者:张静
  1. InfoReportDemo

    0下载:
  2. 多线程的日志实现类,可以实现日志的写入和查询-Multi-threaded log implementation class, you can achieve the log write and query
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:43953
    • 提供者:王小七
  1. CheckMultiprocessor

    1下载:
  2. vc6.0 程序 展示了如何用WMI的方法获取CUP的使用率 重点在于获取多个CPU或者多核不同的使用率,在现在CPU多核时代这点很重要-Ever since I saw Performance application on Windows 2000, I wondered if there is a way/Windows API to programmatically determine CPU usage for each of the individual CPUs in a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:63111
    • 提供者:雪山
  1. Manege_Worker_Please

    0下载:
  2. 本设计基于对所学编程语言的基本操作的熟练掌握于运用,涉及了所学知识的多方面内容,因此所实现的功能十分简单,仅仅包含对人员的*姓名*性别*年龄*编号4项信息的基本操作,以及对登陆系统口令的相关操作。 设计目标 (1)灵活运用基本数据类型 (2)灵活运用基本输入输出以及其修饰细节 (3)熟练掌握类的继承和定义构造析构成员 (4)熟练掌握经典菜单的使用 (5)熟练掌握磁盘文件的操作 (6)巩固向量与类共同封装操作数据的习惯 (7)进一步理解类的:封装性,继承性,多态性
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:827196
    • 提供者:gezizuozuo123
  1. DesktopSearchEngine

    0下载:
  2. 一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于1秒),支持音乐/文档/图片筛选过滤,文件类型筛选过滤,文件访问和文件大小筛选等。源代码包括了一个加速技术及有关函数,以及闪速注册表读取类。源代码中包含使用CopyMemory API函数构建的二进制文件转储功能,从内存获取对象集合,使用WMI脚本对象,多线程递归搜索以及其他的技术,总之是一款不错的源代码,对希望编写桌面搜索引擎的网友可以提供借鉴。 首先把 Engine目录下的prjEngine.vbp编译为Hyper
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:263296
    • 提供者:subzero_cn
  1. code

    0下载:
  2. C# (pronounced "C Sharp") is a multi-paradigm programming language encompassing imperative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines. It was developed by Microsoft within the .NET initiative a
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:1357
    • 提供者:soul
  1. code245

    0下载:
  2. C# (pronounced "C Sharp") is a multi-paradigm programming language encompassing imperative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines. It was developed by Microsoft within the .NET initiative a
  3. 所属分类:CA program

    • 发布日期:2017-03-31
    • 文件大小:1360
    • 提供者:soul
  1. MyThread

    0下载:
  2. 多线程封装类,最近在做win下的多线程程序,自己封装了一个多线程的类,方便大家使用。-Multi-threaded wrapper classes, most recently doing multi-threaded program under win their own package, a multi-threaded class to facilitate everyone to use.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1068148
    • 提供者:风雪浪子
  1. PCA-feature-extraction-and-SV-multi-class

    0下载:
  2. PCA特征抽取与SVM多类分类在传感器故障诊断中的应用PCA feature extraction and SVM multi-class classification in the sensor fault diagnosis-PCA feature extraction and SVM multi-class classification in the sensor fault diagnosis
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:64108
    • 提供者:shouji1023
  1. aes

    0下载:
  2. AES算法,实现对文件加密。包含密码学课程报告 class CRijndael { private: int Nk,Nr,round long Total_Round,Cur_Round char *SourceFileName,*TargetFileName CString source,*target,save CFile Source,Target byte (* State)[4],*w[4],*key[4] publ
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:286415
    • 提供者:fff
  1. levmar-2.4

    0下载:
  2. unix下开发的多分类支持向量机的源程序,程序应用很灵活,编译后即可使用。-unix developed under the multi-class Support Vector Machine source, the program application is very flexible and can be used after compilation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:89410
    • 提供者:王勇
  1. FileMD5

    0下载:
  2. 查看文件MD5值的源码,包含一个计算MD5值的类,通过多线程优化了查看大文件MD5的效率-View file MD5 value of the source, include a calculation of MD5 value of the class, through the optimization of a multi-threaded MD5 view the efficiency of large files
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:37809
    • 提供者:沼泽
  1. homework3

    0下载:
  2. 自己设计并实现一个消息队列,该队列能够接收CLMessage继承体系的消息,并且保证多线程环境下线程是安全的。该消息队列可以融入到本课程所提供的程序库中,能够支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)。-Design and implement a message queue, the queue CLMessage inheritance system able to receive messages, and to ensure a multi-threaded
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:11718
    • 提供者:熊涛
  1. common

    0下载:
  2. localtime函数不是线程安全的,这个时间类可以完成获取当前时间,计算时间间隔,获取当前年月日等功能。该类可以在多线程中使用。-localtime function is not thread-safe, this time the class can be done to get the current time to calculate the time interval, to get the current date and other functions. This class c
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-16
    • 文件大小:3874
    • 提供者:sproll
  1. filefound

    0下载:
  2. 文件查找类。自己扩展开发的。可以支持多选文件。。等等。看看吧-File Finder class. Own extension development. You can support multi-select files. . And so on. Look at it
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-10
    • 文件大小:4790
    • 提供者:李平
  1. SIMD-multiTask

    0下载:
  2. MFC多线程类,可以设置一个多任务(线程)对象,然后启动对象,同步对象,之后完成了多任务操作。-Multi Task Class. You can set a muti-task(thread)Object, followed by start and synch. The muti-task executed.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:6498
    • 提供者:zhang
  1. SecretOnFile

    0下载:
  2. VC/C++源码,MD5,加密,文件多层MD5加密工具。本MD5加密工具速度快,适用于除纯英文类文件外的其他文件,如果加密或解密非纯英文类文件,建议使用此方法,加密或解密纯英文类文件,建议选择全部操作。-VC/C++ source, MD5, encryption, file multi-MD5 encryption tool. The MD5 encryption tool is fast, applicable to other documents in plain English clas
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-30
    • 文件大小:37269
    • 提供者:韩雅
  1. shuxiang

    0下载:
  2. 多级的韩国flash下拉菜单,竖向排列的导航菜单素材,可垂直放于网站的左侧,比如作为产品网站的左侧分类导航,或者用于企业信息导航,关于我们、联系我们之类的,韩文,所以使用时候是需要打开源文件修改的。-Multi-level South Korean flash drop-down menu, vertical navigation menu arranged material, vertically placed on the left side of the site, such as the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-08
    • 文件大小:201797
    • 提供者:薛峰
  1. Demo2

    0下载:
  2. VC 基础培训例程,C基础,类,多态,继承经典的培训资料,同时与VB比较,适合多平台学习的同学-VC based training routines, C basis, class, polymorphism, inheritance classical training materials, at the same time compared with VB, suitable for multi-platform learning of students
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:32607
    • 提供者:张毅
« 12 »
搜珍网 www.dssz.com