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

搜索资源列表

  1. UcfarFlvUpload

    0下载:
  2. 瞻远FLV视频上传控件源码,上传页面前台是swf格式,支持上传的类型为flv,上传完毕后可以在线播放,有兴趣的朋友可以参考一下。(Looking far FLV video upload control source code, upload the page in front of swf format, upload the flv type support, after uploading, online play, friends who are interested can refer
  3. 所属分类:C#编程

    • 发布日期:2018-01-04
    • 文件大小:279552
    • 提供者:darongshu
  1. 程序

    0下载:
  2. 实现了从词法分析,LR分析器,LR分析,类型分析;(Compiler Front end Realized from lexical analysis, LR parser, LR analysis, type analysis;)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:546816
    • 提供者:xpdut2014
  1. jisuanqi最终版

    0下载:
  2. 简单的计算器小程序,包含标准型和科学型,没有实现很复杂的运算(Simple calculator applet, including standard and scientific type)
  3. 所属分类:C#编程

    • 发布日期:2018-01-05
    • 文件大小:130048
    • 提供者:xiexiean
  1. public class A

    0下载:
  2. 创建一个类A,在A中编写一个可以被重写的带int类型参数的方法MyMethod,并在该方法中输出传递的整型值加10后的结果。 再创建一个类B,使其继承自类A,然后重写A中的MyMethod方法,将A中接收的整型值加50,并输出结果。 在Main方法中分别创建类A和类B的对象,并分别调用MyMethod方法(Create a class A, write a MyMethod that can be rewritten with int type parameter in A, and outpu
  3. 所属分类:C#编程

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:kk大人
  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. EFM8UB2-SLSTK2001A-UserGuide

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

    • 发布日期:2018-01-07
    • 文件大小:1139712
    • 提供者:ogorod01
  1. work5b_含类型检查

    0下载:
  2. 语法分析器 含类型检查 还有一点翻译功能 把环境配好是可以用的(The parser contains type checking and a little translation function that can be used to match the environment)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:27648
    • 提供者:cuihang
  1. 状态机

    0下载:
  2. C语言状态机类型总结,竖形,横形结构,代码实线。(A summary of the type of C language state machine)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:13312
    • 提供者:kevin2008
  1. c#画图工具实现

    0下载:
  2. 实现基本图形绘制和填充。能够更改图元绘制条件(改变线条颜色、线型、填充方式)和图元的保存功能。实现画笔和画刷风格认定功能等(Realize basic graphics and fill. Can change the drawing condition of the graph element (change the line color, line type, filling mode) and the preservation function of the graph element.
  3. 所属分类:C#编程

    • 发布日期:2018-01-09
    • 文件大小:572416
    • 提供者:艾萨克3
  1. Complex_type

    0下载:
  2. Complex type structure in C programming language !
  3. 所属分类:数学计算

    • 发布日期:2018-01-09
    • 文件大小:8192
    • 提供者:indian
  1. counter

    0下载:
  2. 定义一个类,类名为CounterType。这个类的对象用于计数,记录一个非负的整数。为该类写一个默认构造函数,它能将计数器置0;再写一个构造函数,它接收一个参数,用于将计数器设为由参数指定的值。编写两个成员函数,分别使计数能够递增1和递减1。确保任何成员函数都不允许计数器为负值。成员函数void reset( );能在任何时候将计数器的值重置为0。编写两个成员函数,一个返回当前计数器的值,另一个将计数器的值输出到一个流,这个用于输出的函数有一个ostream类型的形式参数(被调用时,实际参数可以
  3. 所属分类:C#编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:NekoSAMA
  1. shuju5

    0下载:
  2. 一、实验目的 1、进一步掌握指针变量、动态变量的含义。 2、掌握二叉树的结构特性,以及各种存储结构的特点和适用范围。 3、掌握用指针类型描述、访问和处理二叉树的运算。 二、实验内容 1、以二叉链表作存储结构,试编写前序、中序、后序遍历二叉树的算法。(First, the purpose of the experiment 1. Further grasp the meaning of the pointer variable and the dynamic variable.
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:11264
    • 提供者:天雷丶祭
  1. kdTree-master

    0下载:
  2. C ++模板化的KD-Tree实现 这是KD-Tree空间数据结构的仅头部实现。 你只需要提供一个 具有已知编译时间“维度”字段的矢量类型和双重getDimension(size_t维度)方法。 目前支持以下操作: - 从点矢量创建 - 在一个点中心的立方体中查找点 - 从树中删除点(但不是从点的内部列表) - 采用任意函数参数的遍历方法 我已经成功地使用它来删除邻居太近的修剪一组点。(C++ templated KD-Tree implementation T
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:3072
    • 提供者:HJL Kevin
  1. 02--数据类型运算符与表达式

    0下载:
  2. C语言的数据类型运算符与表达式的种类和使用方法,以及实例等。(The type and use of the data type operators and expressions in the C language, as well as examples.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:271360
    • 提供者:苹果超
  1. OTSU

    0下载:
  2. 图像阈值分割的C++实现,能够自动计算图像阈值,没有图片大小的限制。并且封装位子函数类型,可直接调用。测试性能优秀。(Automatically calculate the image threshold on the C++ platform, and there is no limit of the size of the image. And encapsulate the type of the bit function, which can be called directly. Th
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:12288
    • 提供者:L_mo
  1. Newtonsoft.Json

    0下载:
  2. 上传一个关于json数据转JObject、JArray数组类型的一个DLL方法。使用非常方便!(Upload a DLL method for converting JSON data to JObject, JArray array type. It's very convenient to use!)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:129024
    • 提供者:安河桥北
  1. Calendar

    0下载:
  2. 1、输入年月,输出一张对应的月历表; 2、输入年月日,输出一张对应的月历表,并定位到那一天; 3、输入格式可以为“yyyy-MM-dd”型或“yyyy-M-d”型; 4、对错误的输入格式进行提示; 5、程序可反复执行,直到手动退出;(1, the input year, the output of a corresponding calendar; 2, enter the date of the year, output a corresponding calendar, and p
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:34816
    • 提供者:树懒先生
  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
  1. Desktop

    0下载:
  2. This program takes a positive integer from the user and computes factorial using for loop. Since the factorial of a number may be very large, the type of factorial variable is declared as unsigned long long. If the user enters negative number,
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:16384
    • 提供者:knidra
  1. c72e5dd2127eecc688cd6c5d0299e28b3ab1

    0下载:
  2. This paper focuses on the design of a novel control approach. Its contribution to the existing literature is that in the design of an interval type-2 fuzzy neural system, recursive fuzzy c-means clustering algorithm is used and the designed algorithm
  3. 所属分类:软件设计/软件工程

    • 发布日期:2018-04-30
    • 文件大小:475136
    • 提供者:karimano
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com