CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - TYPE-C

搜索资源列表

  1. C

    0下载:
  2. 数据类型:基本数据类型(包括常量和变量),构造数据类型(包括数组类型,结构类型,联合类型),指针类型,空类型(其类型说明符为void)四大类。 整形量包括:整形常量,整型变量。整形常量就是整常熟。使用的整常数有八进制,十进制,十六进制三种。 -Data types: basic data types (including constants and variables), structural data types (including array type, structure typ
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:5097
    • 提供者:gongxd
  1. gx

    0下载:
  2. 这是一个关于自动售货机的C++类设计可能有一点问题希望大家看一看就当锻炼一下自己的能力-This is a vending machine on the C++ Type of design may have a little hope that we take a look at the issue of when the exercise on your own ability
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:52834
    • 提供者:xuyunjin
  1. C++_tushuguangdetushu

    0下载:
  2. 假设图书馆的图书包含书名、编号和作者属性,读者包含姓名和借书证属性,每们读者最多可借5本书。设计一个类object,从它派生出图书类book和读者类reader,在reader类中有一个rentbook()成员函数用于借阅图书。-The assumption that the library contains books title, number and author attributions, readers contain the name and library card attribu
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1136
    • 提供者:吴明辉
  1. Ma

    0下载:
  2. 管理系统管理信息系统(学生成绩、人事、图书、资产、工资。。。。。。)完成功能的详细说明。 2. 对问题的分析、所选用的数据结构及理由、所选方法的优点及问题。 3. 程序模块的构成及功能、特殊技巧的说明。 4. 程序运行结果及结果分析。 5. 交互式程序需说明使用方法;输入的参数个数、类型及实例。-Management System Management Information System [student achievement, personnel,
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:128589
    • 提供者:林丰
  1. QQLoginBat

    0下载:
  2. 这是一个QQ/TM登录器(其中包含MD5的类封闭及Base64的编码转换). 本程序是用BCB2007制作的. 程序基本用法: (1)运行程序,首先会要求输入密码,如果是首次运行,可以输入一个新密码或直接回车即可. (2)进入后,可以看到已保存的QQ号,可以同时登录一个或多个号码. (3)点击ADD可以添加QQ号码 添加时可以直接输入命令行,也可先按PWDHASH生成命令行,再复制过去(点击上面的Command Line标签). 声明: 程序中的MD5算法和BASE
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:264972
    • 提供者:richardw
  1. c

    0下载:
  2. 返型程序设计和STL编程 继承与派生3 类与对象 异常处理-Return-type programming and STL programming inheritance with three classes and objects derived from exception handling
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5502960
    • 提供者:刘刚
  1. Cmeansclusteringmethods

    0下载:
  2. 本算法在vc++6.0中进行实验。分别就分解聚类和C-均值聚类两种方法在IRIS数据集上进行操作。分类前先将数据集中的样本顺序打乱形成混合数据。分解聚类中,采用前100个样本用对分法编制程序将数据分为两类。C-均值聚类采用全部的150个样本,将类别参数K设为3,将数据分为三类。-The algorithm in vc++6.0 in the experiment. Separate cluster and decomposition of two C-means clustering metho
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1593
    • 提供者:万鹏程
  1. getbits

    0下载:
  2. 一个非常简单但是很有用的小程序,可用来得到一个int型整数指定位数的二进制数,输入一个int型整数,程序会打印出1~32位及5~24位上的二进制(其它位补0),大家可以添加代码让功能更加完善,比如让用户自己输入指定的位数-A very simple but useful little program that can be used to get a int-type integer specified digit binary number, enter an int type integer
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:185779
    • 提供者:echo
  1. Personal-finance-

    0下载:
  2. 个人理财类型c语言程序原代码,已经过调试-Personal finance type c language program source code, has been commissioning
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1405
    • 提供者:赵望强
  1. rm31_chase.c

    0下载:
  2. 本代码主要仿真了与II型Chase算法相关联的一阶RM码软判决译码-This code simulated the soft-decision decoding of the first-order RM code associated with type II Chase algorithm
  3. 所属分类:其他小程序

    • 发布日期:2013-10-12
    • 文件大小:3547
    • 提供者:karen
  1. zhengshujisuanqi

    0下载:
  2. 实现一个简单的整数计算器,能够进行加、减、乘、除和乘方运算。使用时算式采用后缀输入法,每个操作数、操作符之间都以空白符分隔。例如,若要计算"3+5"则输入"3 5 +"。乘方运算符用"^"表示。每次运算在前次结果基础上进行,若要将前次运算结果清除,可键入"c"。当键入"q"时程序结束。-A simple integer calculator capable of addition, subtraction, multiplication, addition to computing and po
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1092
    • 提供者:素素
  1. c-PP

    0下载:
  2. 输入三角形三个顶点坐标,计算三角形面积,确定三角形的类型。-Input triangle three vertex coordinates, and to calculate the area of ​ ​ a triangle, and to determine the type of a triangle.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:50902
    • 提供者:lixia
  1. type

    0下载:
  2. C语言打字程序,附源代码和可执行代码。由计算机随机生成字符串,用户输入字符串,进行比对,由计算机自动判别正确性。-Typing program writing in C, with source code and executable code.Generate string randomly by computer, users input the string, and computer compares the input string with the generated string.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:10976
    • 提供者:张剑达
  1. 1-C-grid

    0下载:
  2. 基于椭圆偏微分方程,针对NACA0012翼型生成C网格,生成最后的网格(C type mesh generation)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:67584
    • 提供者:pk5434
  1. C++Primer3rdEdition

    0下载:
  2. 本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标 准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空 间内置布尔数据类型新的强制转换方式而且还大量修改并扩展了现有的特性比如模 板template 支持面向对象object-oriented 和基于对象object-based(The changes between the second and third editions of this book are very large. One o
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:4224000
    • 提供者:小董ATG
  1. USB-Type-C-Dongle-Reference-Design

    0下载:
  2. USB-Type-C-Dongle-Reference-Design
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1793024
    • 提供者:ogorod01
  1. Type-K-Thermocouple-Chart-C

    0下载:
  2. K TYPE THERMOCOUPLE Chart
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:16384
    • 提供者:Adarsh
  1. 1. C程序设计概论

    0下载:
  2. The introduction of C program design introduces a comprehensive and systematic approach to the grammatical rules of the C language and the design of structured programs. The contents include: generality, basic data type and expression, control flow,
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1918976
    • 提供者:lpudu
  1. 198个经典C#WinForm实例源码(超赞)

    0下载:
  2. c#基础学习实例,C# 是一种面向对象的编程语言。在面向对象的程序设计方法中,程序由各种相互交互的对象组成。相同种类的对象通常具有相同的类型,或者说,是在相同的 class 中。(C# basic learning example, C# is an object oriented programming language. In the object oriented programming method, the program consists of various interacted
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:55131136
    • 提供者:c#c++
  1. Type-C方案-faed

    1下载:
  2. typed-C方案模块,兼容所有type-C的设备,支持HDMI,VGA,PD等接口。(type-C solution module, support interface ports of HDMI, VGA, PD, and compatible with all of the type-C devices.)
  3. 所属分类:其他

    • 发布日期:2019-05-23
    • 文件大小:1254400
    • 提供者:icu
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com