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

搜索资源列表

  1. C_V

    0下载:
  2. 在图像处理中,有些图像既没有明显的边缘,也缺乏明显的纹理特征,传统的分割方法及GAC模型将难以成功实现图像分割。于是提出了C-V模型,其基本思想与传统的基于区域的图像分割方法是一致的:都是根据能量最小原则。 -Image processing, some of the images is neither obvious edge, but also the lack of obvious texture features, the traditional method of segmenta
  3. 所属分类:Graph program

    • 发布日期:2017-11-16
    • 文件大小:1504
    • 提供者:六预防
  1. LBF

    0下载:
  2. 由于一些图像在强度上非均匀,用C-V模型达不到分割的目的,于是提出了LBF模型,即局部二值拟合能量模型。其基本思想就是以变分形式引入一核函数来定义局部二值拟合能量,从而获得基于边界轮廓模型的局部强度信息。 -Some of the images are non-uniform in intensity, less than the split CV model, so LBF model that local binary fitting energy model. The basic id
  3. 所属分类:Graph program

    • 发布日期:2017-11-13
    • 文件大小:2279
    • 提供者:六预防
  1. PrintTheSchedule_DataStructure_Lab4

    0下载:
  2. 数据结构试验-打印输出计算机本科专业4年每学期的课表;C++实现;图的邻接表存储结构以及拓扑排序的基本思想-Data structure test- printout computer 4 years of undergraduate per semester timetables C++ achieve basic idea of ​ ​ the adjacency table storage structure and topological sorting
  3. 所属分类:Other systems

    • 发布日期:2014-09-21
    • 文件大小:1121280
    • 提供者:zhangyun
  1. russianbrick

    1下载:
  2. 俄罗斯方块代码,在linux下用gcc编译器调试完全正确,构思和方法值得参考,初学C语言编程很值得一看-Tetris code, debugging under linux gcc compiler idea worth considering, beginner C programming language is well worth a visit.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-29
    • 文件大小:10757
    • 提供者:zlwzys
  1. freetype-2.3.9.zip

    0下载:
  2. FreeType库是一个完全免费(开源)的、高质量的且可移植的字体引擎,它提供统一的接口来访问多种字体格式文件,包括TrueType, OpenType, Type1, CID, CFF, Windows FON/FNT, X11 PCF等。支持单色位图、反走样位图的渲染。FreeType库是高度模块化的程序库,虽然它是使用ANSI C开发,但是采用面向对象的思想,因此,FreeType的用户可以灵活地对它进行裁剪。,FreeType library is a completely free (
  3. 所属分类:Linux Network

    • 发布日期:2017-11-07
    • 文件大小:2227354
    • 提供者:lixin
  1. zhu-shi-an-lie

    0下载:
  2. C语言注释案例,包含了几个经典的案例,让初级的同学们清晰了编程的思路-Notes to C language case contains several classic case of junior students clearer idea of ​ ​ programming
  3. 所属分类:assembly language

    • 发布日期:2017-11-13
    • 文件大小:3412
    • 提供者:lee
  1. KalmanFilter_C

    0下载:
  2. 卡尔曼滤波算法及C语言实现。其基本思想是:采用信号与噪声的状态空间模型,利用前一时刻地估计值和现时刻的观测值来更新对状态变量的估计,求出现时刻的估计值。它适合于实时处理和计算机运算。-Kalman filter algorithm and C language. The basic idea is: a state-space model of the signal and noise, the first time to estimate the present moment observat
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:1975
    • 提供者:叶国欣
  1. Quicksort

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick Sort (Quicksort) is an improvement on the bubble sort. By CAR Hoare in 1962. The bas
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-09
    • 文件大小:3351
    • 提供者:SmileHF
  1. TInterface

    0下载:
  2. C#创建或使用一个 TInterface泛型接口的源码实例,大致实现的思路:创建一个泛型接口public interface IGenericInterface,接口中调用CreateInstance方法,实现上面泛型接口的泛型类-C# to create or use a TInterface generic interface source code examples, substantially achieve the idea: Create a generic interface pu
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-23
    • 文件大小:4970
    • 提供者:汪美兰
  1. TInterface

    0下载:
  2. C#创建或使用一个 TInterface泛型接口的源码实例,大致实现的思路:创建一个泛型接口public interface IGenericInterface,接口中调用CreateInstance方法,实现上面泛型接口的泛型类,派生约束where T : TI(T要继承自TI),构造函数约束where T : new()(T可以实例化),然后创建创建一个公共方法CreateInstance,实例化接口,输出指定泛型的类型,创建泛型接口完毕,源码完整供C#新手下载。-C# to create
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-21
    • 文件大小:5452
    • 提供者:张虎
  1. TInterface

    0下载:
  2. C#创建或使用一个 TInterface泛型接口的源码实例,大致实现的思路:创建一个泛型接口public interface IGenericInterface,接口中调用CreateInstance方法,实现上面泛型接口的泛型类,派生约束where T : TI(T要继承自TI),构造函数约束where T : new()(T可以实例化),然后创建创建一个公共方法CreateInstance,实例化接口,输出指定泛型的类型,创建泛型接口完毕,源码完整-C# to create or use a
  3. 所属分类:CSharp

    • 发布日期:2017-12-05
    • 文件大小:5071
    • 提供者:hpudn77
  1. quick-sort

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick Sort (Quicksort) is an improvement on the bubble sort. By C. A. R. Hoare in 1962. Th
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-07
    • 文件大小:34302
    • 提供者:Pis_Ksss
  1. linenoise

    0下载:
  2. guerrilla line editing library against the idea that a line editing lib needs to be 20,000 lines of C code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-29
    • 文件大小:5593
    • 提供者:waireilon
  1. k_mean

    1下载:
  2. 在聚类分析中,K-均值聚类算法(k-means algorithm)是无监督分类中的一种基本方法,其也称为C-均值算法,其基本思想是:通过迭代的方法,逐次更新各聚类中心的值,直至得到最好的聚类结果。 -In cluster analysis, K-means clustering algorithm (k-means algorithm) is unsupervised classification is a basic method, which is also known as C
  3. 所属分类:matlab

    • 发布日期:2015-01-11
    • 文件大小:7168
    • 提供者:wang run
  1. Calculator

    0下载:
  2. 用C#语言写的一个小型计算器,主要思想是算符优先分析算符-With C# language to write a small calculator, the main idea is operator priority analysis algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:71350
    • 提供者:李乐乐
  1. decrypt

    0下载:
  2. I am trying to implement IDEA algorithm in C#, just to learn how it works. I have taken a 128 bit binary key and generated the 52 encryption keys using the following code:
  3. 所属分类:Document

    • 发布日期:2017-11-13
    • 文件大小:15154
    • 提供者:Tanusree Saha
  1. project_code

    0下载:
  2. 单片机项目编程的一些代码,大家可以借鉴一下,都是用c语言写的,毕业设计的朋友可以借鉴一下编程思想。-MCU project programming code,and i share with it through C program IDE .if anyone need graduation designed title,you can draw with it programming idea
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:459682
    • 提供者:杨刚
  1. test

    0下载:
  2. C# winform的最基础的状态栏图标显示思路 让winform窗体在最小化状态 在任务栏显示图标,双击时再弹出,并且解决多数源码的最小化到任务栏扔能用alt+tab的缺憾,并且程序源码内使用的控件和变量都为中文名,便于理解和学习.-C# winform the most basic idea of ​ ​ the status bar icon shows let winform form in a minimized state display an icon in
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-27
    • 文件大小:119832
    • 提供者:王帅
  1. tanchuang

    0下载:
  2. C# winform 制作右下角弹窗效果,实现一般软件可能需要的通知效果.通过中文命名的方式定义变量和控件,以便更好的理解项目思路.-C# winform popups effect making the lower right corner, the software may be required to achieve the general effect of the notification by Chinese named define variables and controls i
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-28
    • 文件大小:23301
    • 提供者:王帅
  1. road

    0下载:
  2. 利用分治的思想,并使用C语言,解决树上路径问题,求权值最小的边-Use the idea of ​ ​ partition, and use the C language, problem solving tree path, find the smallest edge weights
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:986
    • 提供者:王梦恬
« 1 2 ... 9 10 11 12 13 1415 16 17 »
搜珍网 www.dssz.com