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

搜索资源列表

  1. Cjunzhi

    1下载:
  2. C均值算法的基本思想即是通过迭代寻找c个聚类的一种划分方案,使得用这c个聚类的均值来代表相应各类样本时所得到的总体误差最小-The basic idea of ​ ​ C-means algorithm that is looking for a classification scheme through an iterative c clusters, making the overall error when using the average of these c cl
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1592
    • 提供者:李乐樯
  1. The-cloaaaaq

    0下载:
  2. (1)功能要求该系统要求文件存储用户设置闹铃信息具体功能①设定闹铃间;②修改闹铃;③取消闹铃;④闹铃/停止闹铃(2)界面友提示信息或菜单帮助用户选择功能2)程序设计建议(1) 数据结构struct time 间结构 { int year int month 月 int day int hour ia nt minute 钟 int second 秒* a/} 闹铃用数组或链表存储(2)程序模块及功能①设定模块:设定闹铃间;②修改模块:修 改闹铃;③取消模块:取消闹铃;④闹铃模块:闹铃
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1680
    • 提供者:titi
  1. DayInYear

    0下载:
  2. 计算某年中,某月第几个星期的日期。本算法用C++编写,以vs2013为IDEA实现平台平台。-Calculation of a year, the date the first few weeks of a month. The algorithm uses C++ write to vs2013 platform for the IDEA implementation platform.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4436
    • 提供者:韩风
  1. Advanced.CSharp.Programming

    0下载:
  2. Advanced C# programming conceived around the idea of providing a lot of code listings for programmers who need to solve problems now
  3. 所属分类:software engineering

    • 发布日期:2017-06-13
    • 文件大小:21176141
    • 提供者:Zinkert
  1. sort

    0下载:
  2. 基数排序 基数排序(radix sort)属于“分配式排序”(distribution sort),又称“桶子法”(bucket sort)或bin sort,顾名思义,它是透过键值的部份资讯,将要排序的元素分配至某些“桶”中,藉以达到排序的作用,基数排序法是属于稳定性的排序,其时间复杂度为O (nlog(r)m),其中r为所采取的基数,而m为堆数,在某些时候,基数排序法的效率高于其它的稳定性排序法。 快速排序 快速排序由C. A. R. Hoare在1962年提出。它的基本思想是
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3167
    • 提供者:贺敏
  1. Struts2-Spring-JDBC-

    0下载:
  2. 为了减少开发成本 , 缩短开发周期 , 提高程序的健壮性和可扩展性 , 依据M V C设计模式的基本思想, 提出一种基于St ruts2, Spri ng框架和JDBC 的J2EE应用开发策略, 以此构建一个开发高效、 运行稳定的J2EE~ 层架构。-In order to reduce development costs, shorten development cycles, improve program robustness and scalability, according to t
  3. 所属分类:Web Server

    • 发布日期:2017-04-30
    • 文件大小:176922
    • 提供者:周成
  1. dy

    0下载:
  2. 本程序是在Microsoft Visual C++ 2010版本上编写的,用C语言编写,通过算术算法的编码思想,实现将输入的源代码通过算术编码转化为二进制编码,并输出 (1)本程序仅限于输入的源代码为0-9这十个数字构成的,可以是这十个符号中的任意个符号构成, (2)程序运行时需要输入要编码的原代码,源代码的个数不能超过十个 (3)输入完毕后即可显示经过编码后的二进制数-This procedure is written in Microsoft Visual C++ 2010 ve
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:209660
    • 提供者:disusu
  1. matlab

    0下载:
  2. 本文将介绍模糊控制的思想,模糊控制的matlab/simulink 2012b仿真以及模糊控制器的C语言代码导出操作.这里没有复杂的理论公式,只有简单的语言描述和具体实现过程.-This article will introduce the idea of fuzzy control, fuzzy control matlab/simulink 2012b simulation and fuzzy controller C language code export operation.There
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1071915
    • 提供者:EnokiPlus
  1. BIG06

    0下载:
  2. Including a header file is equal to copying the content of the header file but we do not do it because it will be error-prone and it is not a good idea to copy the content of a header file in the source files, especially if we have multiple source fi
  3. 所属分类:Communication

    • 发布日期:2017-05-07
    • 文件大小:1492222
    • 提供者:rasul
  1. idey-neg

    0下载:
  2. A new idea of floating point operation with c
  3. 所属分类:Other systems

    • 发布日期:2017-12-19
    • 文件大小:6144
    • 提供者:groydl
  1. judgmeat

    0下载:
  2. C++核心思想的全书源代码,包括代码和头文件-C++ core idea of the book source code, including code and header files
  3. 所属分类:Other systems

    • 发布日期:2017-12-17
    • 文件大小:95232
    • 提供者:reduced
  1. ISODATA

    0下载:
  2. ISODATA聚类算法,使用C++代码来实现,对Haberman的生存数据数据进行聚类, 改变初始参数观察结果变化,然后使用OPENGL将聚类结果可视化输出,最后对结果加以分析。(According to the basic idea of ISODATA algorithm flow chart of ISODATA algorithm, and implemented using C++ code, clustered survival data on Haberman data, chan
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-17
    • 文件大小:3594240
    • 提供者:李明222
  1. websocketsServer

    1下载:
  2. html5 socket连接c开发的服务端(I've been hearing about HTML5 for quite some time now, and I especially liked the idea of web sockets. Giving us the ability to send data directly to the user, instead of doing something like polling with AJAX requests seems lik
  3. 所属分类:WEB开发

    • 发布日期:2017-12-18
    • 文件大小:54272
    • 提供者:coolbas
  1. quicksort

    0下载:
  2. 快速排序由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。(The quick sort by C. A. R. Hoare was proposed in 1962. The basic idea is: through a sort to two part sorting data
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:2898944
    • 提供者:Somnus2018
  1. nbwnew

    0下载:
  2. A new idea of floating point operation with c
  3. 所属分类:系统编程

    • 发布日期:2017-12-29
    • 文件大小:5120
    • 提供者:UL%21456555
  1. aaintain

    0下载:
  2. C++核心思想的全书源代码,包括代码和头文件(C + + core idea of the book source code, including code and header files)
  3. 所属分类:界面编程

    • 发布日期:2017-12-21
    • 文件大小:45056
    • 提供者:Hillp
  1. 黑白棋

    0下载:
  2. c++黑白棋 人机 采用c++ 比较简单的思想(C++ black and white chess player using c++ relatively simple idea)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:2048
    • 提供者:此号已封
  1. Quicksort

    0下载:
  2. 实现一个快速排序,快速排序(Quicksort)是对冒泡排序的一种改进。快速排序由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中。。。。。。(To achieve a quick sort, quick sort (Quicksort) is an improvement on bubble sort. Quick sorting was proposed by C. A. R. Hoare in 1962. The basic
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:218112
    • 提供者:binjun
  1. sort

    0下载:
  2. 快速排序由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。(Quick sorting was proposed by C. A. R. Hoare in 1962. The basic idea is: through a sort to two part sorting data
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:218112
    • 提供者:binjun
  1. wzuc0

    0下载:
  2. A new idea of floating point operation with c()
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:5120
    • 提供者:Mtrnf
« 1 2 ... 11 12 13 14 15 1617 »
搜珍网 www.dssz.com