CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - TYPE-C

搜索资源列表

  1. C语言图形方式下的编程1

    0下载:
  2. 不同的显示器适配器有不同的图形分辨率。即使是同一显示器适配器,在不同模式下也有不同分辨率。因此,在屏幕作图之前,必须根据显示器适配器的种类将显示器设置成为某种图形模式。在未设置图形模式之前,微机系统默认屏幕为文本模式(80列,25行字符模式),此时所有图形函数均不能工作。-different display adapters with different graphics resolution. Even with the same display adapter, in different m
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:22.66kb
    • 提供者:高俊杰
  1. datastructnote

    0下载:
  2. 数据结构笔记,类c语言版本,我自觉很不错,大家可以-data structure, type c language version, I do feel quite well, and we can s
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:29.77kb
    • 提供者:郑小光
  1. SimpalArray

    0下载:
  2. 这是一个简单的C++数组类程序,因为我学习过程中经常用到数组类,所以感到一定有很多人需要,特上传.-This is a simple array of categories C procedures, the learning process because I often use the array type, so I feel a lot of people will need special upload.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.32kb
    • 提供者:卢松
  1. Huffman 算法的不同实现

    0下载:
  2. ---- Huffman 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内仍有左子树、右子树、双亲等指针。 * huffman_c 使用Canonical
  3. 所属分类:密码/编码算法

    • 发布日期:2010-07-01
    • 文件大小:31.94kb
    • 提供者:ray
  1. LSshixian

    0下载:
  2. 顺序表类型的实现,数据结构清华大学严老师C语言第二版算法。-order to achieve the type of data structure Tsinghua University teachers strict version of the second C-language algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.26kb
    • 提供者:燕先生
  1. c++_class_matrix

    0下载:
  2. 完整的矩阵类,实现的功能如下: 方阵、拷贝构造、初始化,分配矩阵数据的内存,并全部置0、将方阵初始化为方阵、设置矩阵个元素的值、得到知道元素的值、获取矩阵的列数、获取矩阵的行数、获取矩阵的数据、获取指定行的向量、获取指定列的向量、重载运算符 = 、重载运算符 ==、重载运算符 !=、重载运算符 +、重载运算符 - 重载运算符 数乘*、重载运算符 矩阵相乘* 矩阵转置。-integrity of the matrix type, function as follows : Lineup
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.86kb
    • 提供者:dingdong
  1. 实现LZARI压缩算法的C++类

    0下载:
  2. 这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口: -LZARI algorithm based on the type of data compression. Haruhiko SAP in 1
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.34kb
    • 提供者:张吗恩
  1. gacode-in-c

    0下载:
  2. This a GA implementation using binary and real coded variables. Mixed variables can be used. Constraints can also be handled. All constraints must be greater-than-equal-to type (g >= 0) and normalized (see the sample problem in prob1 in objective(
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:23.97kb
    • 提供者:阳光灿烂
  1. 数据结构算法集---C++语言实现

    0下载:
  2. 常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现-C common data structure algorithms, including queue, stack, etc. List .... To achieve template-type
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.2kb
    • 提供者:新康
  1. C++

    0下载:
  2. 共有10个文件代码,均为数据结构类型,用C++开发环境完成的-A total of 10 documents code, are the type of data structure, using C++ Completed development environment
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:18.31kb
    • 提供者:清清
  1. Addison.Wesley.Essential.C++

    0下载:
  2. • Generic programming and the Standard Template Library (STL) • Object-based programming and class design • Object-oriented programming and the design of class hierarchies • Function and class template design and use ̶
  3. 所属分类:STL

    • 发布日期:2017-03-29
    • 文件大小:649.61kb
    • 提供者:udo
  1. gvfsnakeMATLAB

    1下载:
  2. gvf snake 邊緣檢測範例(包含範例圖)-1. Introduction and Installation Instructions ---------------------------------------------- Welcome to the Gradient Vector Flow (GVF) Active Contour Toolbox. The Matlab*.m files in this software distribution imp
  3. 所属分类:matlab例程

    • 发布日期:2017-04-09
    • 文件大小:1.49mb
    • 提供者:Jason Wang
  1. proj10-01

    0下载:
  2. 在试验中编写程序实现了K均值聚类算法,K均值聚类的原理是:在训练样本中找到C个聚类中心,每个聚类中心代表一个类的中心。然后将样本归类到与其最近的聚类中心的那一类。 C的选择是通过先验知识或经验选取的。聚类中心是通过算法迭代求得的。-In the test preparation process to achieve a K means clustering algorithm, K means clustering principle is: in the training samples to
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1.63kb
    • 提供者:王瑶
  1. svm4

    0下载:
  2.  -s svm类型:SVM设置类型(默认0)   0 -- C-SVC   1 --v-SVC   2 – 一类SVM   3 -- e -SVR   4 -- v-SVR   -t 核函数类型:核函数设置类型(默认2)   0 – 线性:u v   1 – 多项式:(r*u v + coef0)^degree   2 – RBF函数:exp(-r|u-v|^2)   3 –sigmoid:tanh(r*u v + coef0)   -d degree
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:17.44kb
    • 提供者:little863
  1. C-type-gridgeneration-for-naca0012

    1下载:
  2. this code can be used to develop C-type grid generaton for naca 0012 airfoil. by import the airfoil dots with manner of the code, you can develop c_type grid for any airfoil.
  3. 所属分类:Algorithm

    • 发布日期:2014-06-30
    • 文件大小:3kb
    • 提供者:kiarash
  1. c-language-algorithm

    0下载:
  2. c语言算法,包括数据结构,基本算法,常用类型算法-c language algorithms, including data structures, basic algorithms, commonly used type of algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:43.79mb
    • 提供者:
  1. c

    0下载:
  2. 你可以输入任意字符串,程序会自动返回字符串的长度。-you can type any string, the program will print the lengh.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:3.56kb
    • 提供者:linlangmanmu
  1. c

    0下载:
  2. (1)float型和double型变量所能表示的最小正数分别是多少? (2)分析代码在时间足够的情况下是否能运行完,如果能给出n_f及n_d值。 (3)分别用float型和double型变量保存部分和Sk,递推计算(1)(见于实验七作业文件)式的值,并判定结果是否收敛?原因?理论分析及编程测试,给出收敛时得n值。 (4)设计求和算法,使用float型变量,使得收敛时n尽量大,部分和Sk尽量准确。 -(1) float and double variable can be repr
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:713byte
    • 提供者:liqian
  1. Complex_type

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

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

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

    • 发布日期:2018-05-01
    • 文件大小:1kb
    • 提供者:zhaobo
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com