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

搜索资源列表

  1. sort

    1下载:
  2. 常见的排序算法,写成了c++模板,屏蔽了类型差异(Common sorting algorithm, written as a c++ template, shields for type differences)
  3. 所属分类:

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:haha_xixi
  1. Exercise1

    0下载:
  2. 使用C语言实现了异质链表,能够使得链表中传入的数据不局限于同一种类型(Using the C language to implement the heterogeneous linked list, it can make the data from the linked list not limited to the same type)
  3. 所属分类:网络编程

    • 发布日期:2018-05-02
    • 文件大小:57344
    • 提供者:半日暮歌
  1. sbl

    0下载:
  2. 求解第一类整数阶贝塞尔函数的值,可供相关设计人员参考(The value of the first type of integer order Bessel function is solved.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:zhaobo
  1. TiposCompuestos.tar

    0下载:
  2. Compound Type Exercise Solutions
  3. 所属分类:

    • 发布日期:2018-05-01
    • 文件大小:751616
    • 提供者:RigobertoAcosta
  1. enum

    0下载:
  2. 用枚举类型实现输入一个月份的数字,显示出其对应的英文单词(Enumeration type is used to input the number of a month to display its corresponding English words.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:686080
    • 提供者:balalala993
  1. pdf advanced programming

    0下载:
  2. Object-oriented, Structure of a C# Program Basic Input Output Operations Common Type System Naming Variables Reference-Type Variables Creating User-Defined Data Types Converting Data Types
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:686080
    • 提供者:maiso
  1. 9

    0下载:
  2. 异常:在程序运行过程中发生错误和意外 常见的异常:类型转换不正确,被除数为0,值溢出,数组超过索引范围,打开文件时出错 Exception类(Exception: errors and accidents occurred during program operation. Common exception: the type conversion is incorrect, the divisor is 0, the value overflows, the array exceeds
  3. 所属分类:C#编程

    • 发布日期:2018-05-03
    • 文件大小:93184
    • 提供者:qianbianzhu
  1. Raw socket

    0下载:
  2. TCP/UDP类型的套接字只能够访问传输层以及传输层以上的数据,因为当IP层把数据传递给传输层时,下层的数据包头已经被丢掉了.而原始套接字却可以访问传输层以下的数据,,所以使用raw套接字你可以实现上至应用层的数据操作,也可以实现下至链路层的数据操作(The TCP/UDP type socket can only access the transport layer and the data above the transport layer, because when the IP laye
  3. 所属分类:Windows编程

    • 发布日期:2018-05-06
    • 文件大小:1024
    • 提供者:往事9295
  1. fibbonacci

    0下载:
  2. c++基础程序,输入需要求的斐波那契数列中数的下标,显示那个数。由于long型长度限制,暂不支持44位以上。适合小白琢磨(C++ basic program, enter the number of subscr ipt required in the Fibonacci sequence, which shows the number. Because of the length limitation of long type, it does not support more than 44
  3. 所属分类:Windows编程

    • 发布日期:2018-05-06
    • 文件大小:64512
    • 提供者:yves05
  1. adventure

    0下载:
  2. When the game starts, the player is in the lobby of the castle. Then the program shows information about the lobby:name of the room, how many exits are there, and names of all exits (e.g.: "east", "south", "up"), like: W
  3. 所属分类:Windows编程

    • 发布日期:2019-04-09
    • 文件大小:463872
    • 提供者:code 02
  1. 人员类

    1下载:
  2. 设计一个人员类Person,存放下述信息:姓名、性别、出生地、出生日期(使用日期类)、民族、公民身份证件编号、父姓名、母姓名、血型。要求:1)所有信息必须进行完整性校验;2)必须编写自己认为合理的一批成员函数;(A staff class Person is designed to store the following information: name, sex, birthplace, date of birth (date of use), national identity ID nu
  3. 所属分类:Windows编程

    • 发布日期:2020-04-19
    • 文件大小:28672
    • 提供者:时尚老阿东
  1. KTV

    1下载:
  2. 点歌,切歌,播放。前台播放选择,后再管理添加(歌曲,类型,歌手)(The song the song the play . Front desk play selection then manage to add (song type singer).)
  3. 所属分类:Windows编程

    • 发布日期:2020-12-14
    • 文件大小:3719168
    • 提供者:啦天真
  1. hugelnt

    1下载:
  2. 本人作业 C++初学者编写的hugelnt类型,用于计算超出long int类型的各种数的运算,编写的比较差,各位大佬看着用即可。重载的>>,<<,+,-,*,%,/,<,>,==,!=. 来自fzu,2017级学子(The Hugelnt type written by C++ beginners is used to calculate various numbers beyond the type of long int, and the wri
  3. 所属分类:Windows编程

    • 发布日期:2020-04-24
    • 文件大小:344064
    • 提供者:卧城听风雨
  1. MapControl加载shp图层2

    2下载:
  2. 主要学习ArcGIS桌面端编程,主要功能是使用代码添加shp类型数据,进行地图显示 使用的语言是C#,开发工具是VS2010+ArcGIS engine(Mainly learning ArcGIS desktop terminal programming, the main function is to use code to add SHP type data, map display. The language used is C#, and the development too
  3. 所属分类:.net编程

    • 发布日期:2020-05-05
    • 文件大小:92160
    • 提供者:小廉廉
  1. .net知名度服装进销存系统源码

    2下载:
  2. net知名度服装进销存系统完整源码2018 项目描述 运行环境:VisualStudio2010 + SQLite 技术特点:使用了三层架构设计程序,更换底层数据库类型方便。 功能描述: 人员:操作员管理,供应商管理,顾客管理 库存:库存管理,库存盘点 销售:服装销售,服装退货 服装:服装类别,服装登记 销售:销售统计,利润统计 帮助 欢迎感兴趣的用户下载学习(Net well-known garment entry and storage system compl
  3. 所属分类:.net编程

    • 发布日期:2019-04-18
    • 文件大小:16654336
    • 提供者:.net资源共享
  1. .net经典酒店管理系统源码

    1下载:
  2. .net经典酒店管理系统源码 源码描述: 酒店管理系统,运用三层搭建,前台用到了IrisSkin2皮肤,界面干净整洁, 功能有 房间管理可以对房间类型、收费,床位等进行脏删改查 商品管理:添加修改商品以及修改商品库存的数量 对房间的操作包括:宾库开单,房间预订,宾客结账,增加消费,状态更改等(.net The Classic Hotel management system source code The hotel management system is built in thr
  3. 所属分类:.net编程

  1. test

    2下载:
  2. 使用状态栏控件(StatusBar):在状态栏中可以显示打开的文件名、鼠标信息和按键信 息(键入的是字母还是非字母)。(Use StatusBar: In the status bar, you can display the open file name, mouse information, and key letters. Information (type letters or non-letters).)
  3. 所属分类:C#编程

    • 发布日期:2020-10-21
    • 文件大小:56320
    • 提供者:一giao
  1. 最短路径和导航-源码和文档

    4下载:
  2. 采用Visual Studio 2010基于ArcEngine 10.1开发,采用C#开发语言,基于.Net Framework 4.0运行环境.可以打开ArcGIS支持的所有数据格式,支持将数据保存为mxd地图文档。支持图层移动,渲染功能,支持常用的GIS操作,如放大、缩小、漫游等。能够查看矢量图层的属性表,并进行条件选择,在地图上高亮显示。能够显示鼠标当前所指的要素属性信息,鼠标滑过教学楼可以显示其名字和类型(通过配置实现,本软件只配置了建筑物图层)。能够进行最短路径分析,根据手动选取的起止
  3. 所属分类:GIS编程

    • 发布日期:2020-05-05
    • 文件大小:9982976
    • 提供者:Micky Z
  1. 动态数据结构进阶作业

    0下载:
  2. 系统可以根据要求动态地进行记录量,字段数量和字段的属性设置,字段的属性为字段ID,字段标题,字段类型和字段长度。例如可以设置一个班学生的成绩单,输入学号、姓名、数学、英语、C语言、……、总成绩等项。系统会根据输入的要求自动生成成绩单。并能输入数据,和浏览数据。(The system can dynamically set the number of records, the number of fields and their attributes according to the requir
  3. 所属分类:其他

    • 发布日期:2020-11-24
    • 文件大小:28672
    • 提供者:1238456
  1. ACR39U-NF读写器SDK二次开发文档

    0下载:
  2. ACR39U PocketMate II 支持ISO 7816 A类、B类和C类智能卡(5 V、3 V和1.8 V)以及符合T=0或T=1协议的微处理器卡。另外它还支持多种存储卡,其中包括美国国防部通用权限卡(CAC)和SIPRNET卡。这使得它适用于非常广泛的解决方案,例如PIV、门禁和逻辑访问控制、数字签名、网上银行等应用。 采用USB Type-C接口的ACR39U Pocketmate II具有ACR39U系列产品的所有功能,能够向后兼容并翻转使用。ACR39U P
  3. 所属分类:程序开发库

    • 发布日期:2019-07-12
    • 文件大小:4986765
    • 提供者:rfid128
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com