CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 书籍源码 搜索资源 - TYPE-C

搜索资源列表

  1. coursedesign-DataStructure

    0下载:
  2. 包含8个文件:type.h, borrow.c, createfile.c, MainMenuControl.C, reader.c, readfile.c, search.c, writefile.c-contains eight documents : type.h, borrow.c, createfile.c, MainMenuControl.C, reader.c, readfile.c, search.c, writefile.c
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:5452
    • 提供者:小镇青年
  1. vc_jiqiaoshili_part6

    0下载:
  2. Visual.C++程序设计技巧与实例--配套光盘 第6章 文件和系统操作 本章共11个实例: 1. FolderCopy文件夹的选择和拷贝 2. DeleteCertainFile删除指定路径下的某种类型的文件 3. FileModiNotify当文档(文件)被修改时在标题上给出提醒 4. OpenHtm打开Html网页 5. FileMapping使用内存映射文件来传输共享数据 6. ChageTime改变系统时间 7. StartUpProg让系统启动时
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:314174
    • 提供者:xixi
  1. EasyDraw

    0下载:
  2. EasyDraw是一个简单的绘图软件,这个实例会综合运用本章所介绍了Visual C++ 2005的基础知识。EasyDraw拥有以下功能: 1.直线、矩形、椭圆的绘制。 2.可以更改绘制线条的类型、宽度、颜色。-EasyDraw is a simple drawing software, the examples in this chapter will introduce the integrated use of the Visual C++ 2005 the basic know
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:64907
    • 提供者:mike
  1. 3.8CString

    0下载:
  2. CString 是一种很有用的数据类型。 这里面的好多函数都是自己写的,相信对你很有用。它们很大程度上简化了MFC中的许多操作,使得MFC在做字符串操作的时候方便了很多。不管怎样,使用CString有很多特殊的技巧,特别是对于纯C背景下走出来的程序员来说有点难以学习。-CString is a very useful data type. There' s a lot of functions are written in their own, I believe that is us
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:56972
    • 提供者:tezl2005
  1. c

    0下载:
  2. c入门代码大全,算法大全,数据类型,文件,指针-c Guinness entry code, algorithms Guinness Entry code Guinness, Guinness algorithm, data type, file, pointer
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:796102
    • 提供者:yxing
  1. ch8

    0下载:
  2. C++数据结构C++描述,对学习C++的朋友很适用.现在网上都不好找了,已成绝版式.-C++ Data Structures C++ descr iption of learning C++ is applicable to a friend.不好找are now online, and has become out-of-print type.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:5152
    • 提供者:kxrcm
  1. misc

    0下载:
  2. C++数据结构C++描述,对学习C++的朋友很适用.现在网上都不好找了,已成绝版式.-C++ Data Structures C++ descr iption of learning C++ is applicable to a friend.不好找are now online, and has become out-of-print type.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:138634
    • 提供者:kxrcm
  1. rfid

    0下载:
  2. This procedure for the use of mage8 AVR and EM4094 achieve ISO15693 type of card reader C procedures, reader stability, the project we have done for a long time, very good program, it is suitable for products in this area refer to my friends
  3. 所属分类:source in ebook

    • 发布日期:2017-03-25
    • 文件大小:708208
    • 提供者:李某
  1. c

    0下载:
  2. 实现功能: 1)具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能。 依次输入第一个运算数、运算符(+,-,*,/),第二个运算数,然后输出结果。 结果可以作为下一个运算的第一运算数。按‘C’清屏,按‘X’退出。 例如:输入:2 + 5 输出:7 2)实现单运算符表达式计算的功能。 输入的操作数可以包含整数或浮点数。如果遇到错误的表达式,应输出错误提示信息。 输入表达式如下: 例如:输入:2+5 输出:7-Realize functions:
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:1979
    • 提供者:nhjskvh
  1. main1

    0下载:
  2. 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。-1, rectangular Write a c++ program to complete the fo
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:725
    • 提供者:billy
  1. Lesson2Code

    0下载:
  2. 孙鑫视频源码第二课C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。-Sun Xin Lesson Video Source C++ syntax and application of the classic, class preparation and application, st
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:130225
    • 提供者:暖暖
  1. VSPP2010_web-2010_CN

    0下载:
  2. VC/C++源码,随书源码,C语言《数据结构》全书全部源代码,随书源码下载,部分源码说明: c1-1.h 采用动态分配的顺序存储结构,Triplet类型是ElemType类型的指针,存放ElemType类型的地址; bo2-7.c 多项式(存储结构由c2-6.h定义)的基本操作及算法2.22、2.2... 运行环境:Windows/Visual C/C++ -The VC/C++ source, with the source book, C language data structur
  3. 所属分类:source in ebook

    • 发布日期:2017-11-12
    • 文件大小:3324502
    • 提供者:李美争
  1. the-Definition-of-Order-List

    0下载:
  2. 设有两个整数类型的顺序表A(有m个元素)和B(有n个元素),其元素均从小到大排列。试编写一个函数,将这两个顺序表合并成一个顺序表C,要求C的元素也从小到大排列。-Sequence table has two integer type A (m elements) and B (n elements), whose elements are in ascending order. Try to write a function that the two order tables into a se
  3. 所属分类:source in ebook

    • 发布日期:2017-11-16
    • 文件大小:1856
    • 提供者:chentao
  1. deck-of-cards

    6下载:
  2. 编写一个洗牌和发牌的程序,包含类Card, 类DeckOfCards和一个驱动程序 类Card有: a) int型的数据成员face和suit b) 接受两个int型数据表示面值和花色的构造函数用于初始化数据 c) 两个string类型的static数组代表面值和花色 d) 一个toString函数返回Card,形式是“face of suit”的字符串。可以用+运算符连接字符串 类DeckOfCards有: a) 一个名为deck的Card类vector,用于存储C
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:2048
    • 提供者:张国
  1. chomsky

    0下载:
  2. VC++环境下用C++实现乔姆斯基文法类型判别-VC++ environment using C++ achieve Chomsky grammar-type discrimination
  3. 所属分类:source in ebook

    • 发布日期:2017-11-10
    • 文件大小:1076
    • 提供者:何帅
  1. MouseThroughTheForm

    0下载:
  2. C#鼠标穿透窗体,隔着一个透明窗体实现鼠标操作,让鼠标可以穿透窗体响应点击操作。记录当前操作的类型,使窗体始终在其它窗体之上,设置窗体的颜色和透明度的状态。在右下角的托盘菜单中,可设置透明窗体的风格、透明度和颜色等,对编写一个可自定义的透明窗口来说,也是一个很好的参考范例。-C# mouse through a form, separated by a transparent form to achieve the mouse operation, so that the mouse can p
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:65796
    • 提供者:maqing
  1. Audio-programming-code

    0下载:
  2. 声音编辑采集技术使用方法和说明。学习文档型式-请键入文字或网站地址,或者上传文档。 取消 Shēngyīn biānjí cǎijí jìshù shǐyòng fāngfǎ hé shuōmíng. Xuéxí wéndàng xíngshìSound Editing acquisition technology usage and descr iption. Learning document type
  3. 所属分类:source in ebook

    • 发布日期:2017-04-16
    • 文件大小:21452
    • 提供者:郝磊
  1. C-code

    0下载:
  2. c语言学习中实用经典类型代码集合,包括进制转换、条件判断、趣味计算等多种类型-C practical language learning classical type code sets, including hexadecimal conversion, the condition judgment, and other types of interest calculation
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:339336
    • 提供者:Doc
  1. ministl

    0下载:
  2. 个人重写注释版 简洁 STL程序库,支持基本容器 算法 迭代器 以及类型萃取(Personal rewrite Notes version concise STL library, support the basic algorithm and container iterator type extraction)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-07
    • 文件大小:81326080
    • 提供者:joeylee97
  1. 用typedef定义结构类型

    0下载:
  2. 类型定义符 typedef C语言不仅提供了丰富的数据类型 , 而且还允许由用户自己定义类型说明符 , 也就是说 允许由用户为数据类型取“别名” 。类型定义符 typedef 即可用来完成此功能。(Type delimiter typedefC language not only provides rich data types, but also allows users to define their own types by the descr iptor, that is allowed
  3. 所属分类:书籍源码

    • 发布日期:2018-04-29
    • 文件大小:5120
    • 提供者:Bruce Leung
« 12 »
搜珍网 www.dssz.com