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

资源列表

« 1 2 ... .48 .49 .50 .51 .52 49453.54 .55 .56 .57 .58 ... 58526 »
  1. CaCPP_Program_in_Lua

    0下载:
  2. C和C++程序员的Lua快速入门,对Lua的继承、多重继承作示例讲解,深入学习Lua元表机制。是Lua进阶的必备教程。-Lua of of C and C++ programmers QuickStart of Lua' s inheritance, multiple inheritance as an example to explain the depth learning Lua per table mechanism. Lua essential advanced tutorial
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:180.71kb
    • 提供者:galen
  1. opengl

    0下载:
  2. nehe s opengl lesson 1-08
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-01
    • 文件大小:1.82mb
    • 提供者:htj
  1. dfsdf

    0下载:
  2. 递归下降,出四元式 例如:当输入(i+i*i)*(i+i)时,输出以下的四元式序列。 t1 := i * i t2 := i + t1 t3 := i + i t4 := t2 * t3 -Recursive descent, a quaternion type, for example: when the input (i+i* i)* (i+i), following output of the quaternion type sequence. t1: = i* i
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-23
    • 文件大小:219.83kb
    • 提供者:jin
  1. 1

    0下载:
  2. 使用string类和STL相关容器统计输入文本中所有单词出现的次数。要求:(1)单词统计不分大小写,如Cambridge和CAMBRIDGE是同一单词;(2)标点符号“,. !?”需要过滤;(3)输出结果按照字母大小从小到大排列且输出单词必须是小写,如Cambridge应转化为cambridge后输出。-Use string class and STL the relevant container Statistics input text, the number of all the word
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:1kb
    • 提供者:zhang
  1. 2

    0下载:
  2. 设计一个求空间两点距离的函数,要求第2个点的默认值为坐标原点。-Design a demand for a function of spatial distance between two requirements of the two point coordinates of the default value of origin.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:514byte
    • 提供者:zhang
  1. 3

    0下载:
  2. 描述: 设计单链表类,并基于单链表类实现栈类和队列类: (1)设计学生信息类StudentRecord,要求包含公有数据成员:string stuName和int stuNo,设计用于输出学生信息的公有成员函数:void print,输出格式为:Name: stuName, Number: stuNo。 (2)设计学生链表的结点类StudentNode,要求包含公有数据成员:StudentRecord data和StudentNode *next。 (3)设计学生链
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-11
    • 文件大小:1.01kb
    • 提供者:zhang
  1. 4

    0下载:
  2. 描述: 定义表示形状的抽象类及相应的派生类,并实现相关操作符重载。 (1)定义表示形状的抽象类Shape: 添加公有成员函数double Area(),用于计算形状面积;定义为纯虚函数; 添加公有成员函数void Show(),用于显示形状信息,定义为纯虚函数; 定义虚的析构函数; 重载比较操作符:==、>和<,用于比较两个形状面积的大小关系,返回值类型为bool,可以定义为成员函数或友元函数。 -Descr iption: De
  3. 所属分类:Windows Develop

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

    0下载:
  2. (1)设计Person类,要求具有用于表示姓名的保护数据成员:string szName; 实现信息打印的公有成员函数:void Print()。其中,Print函数设计为虚函数,输出的信息格式为:“Person 姓名”。 (2)从Person类派生Student类,添加用于表示学号的保护数据成员:int iNumber;重定义用于信息打印的公有成员函数:void Print()。其中,Print函数输出的信息格式为:“Student 姓名 学号”。 (3)从 Perso
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-23
    • 文件大小:958byte
    • 提供者:zhang
  1. AES

    0下载:
  2. AES加密,此文件中为128位密钥,在vc6.0上实现,其中还包括AES的执行流程的flash-This file as a 128-bit key, vc6.0 on AES encryption, which also include the the AES execution of processes flash
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:868.31kb
    • 提供者:123456
  1. 47005933BloodVessel

    0下载:
  2. blood vessel segmentation
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-10
    • 文件大小:43.84kb
    • 提供者:manjunath
  1. MFC

    0下载:
  2. 学习MFC时所写的小练习,以及笔记。很详细的学习MFC编程的资料。-Learning MFC written exercises, as well as notes. Learning MFC programming.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:16.91mb
    • 提供者:栾士伟
  1. ResDemo

    0下载:
  2. VC++实现资料文件处理的相关功能。例子简单易明,供大家学习-VC++ data file processing function. Examples of simple and easy to understand for everyone to learn
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:20.92kb
    • 提供者:blue
« 1 2 ... .48 .49 .50 .51 .52 49453.54 .55 .56 .57 .58 ... 58526 »
搜珍网 www.dssz.com