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

搜索资源列表

  1. point

    0下载:
  2. c # point aplication-c# point aplication
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:44.9kb
    • 提供者:ekrem
  1. Point

    0下载:
  2. 对Point类重载++和――运算符的一个小程序,编译环境为DEV-C-Point Class of overloaded++ and- operator of a small program, the compiler environment of DEV-C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:702byte
    • 提供者:lee
  1. ftoa.c

    1下载:
  2. This a fast floating point to string conversion function. Avoids the use of unsafe sprintf function. Works with float and double types. Correctly manages +inf, -inf, nnan (not a number).-This is a fast floating point to string conversion function. Av
  3. 所属分类:Algorithm

    • 发布日期:2015-08-07
    • 文件大小:1.21kb
    • 提供者:steux
  1. DSP-c-Matlab-Programs-ManualV19

    0下载:
  2. 印度GURUNANAK ENGINEERING COLLEGE数字信号处理实验室的DSP+c+Matlab联合编程手册-DIGITAL SIGNAL PROCESSING LAB (IV-I SEM) INDEX 1. Architecture of DSP chips-TMS 320C 6713 DSP Processor 2. Linear convolution 3. Circular convolution 4. FIR Filter (LP/HP) Using Wi
  3. 所属分类:DSP program

    • 发布日期:2017-04-09
    • 文件大小:1.51mb
    • 提供者:wangjin
  1. keilC-program-Temperature-ds18b20.c

    1下载:
  2. 基于51单片机的,能实现单点温度测控功能,通过了硬件调试,可用于小型冰箱上-51 MCU-based, to achieve a single point temperature measurement and control capabilities, through a hardware debugging, can be used for a small refrigerator
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:1.9kb
    • 提供者:xuerui
  1. C-Traps-and-Pitfalls

    0下载:
  2. Andrew Koenig自己在Bell实验室时发表的论文为基础,结合自己的工作经验扩展成这本对C程序员具有珍贵价值的经典著作。写作本书的出发点不是要批判C语言,而是要帮助C程序员绕过编程过程中的陷阱和障碍。 本书所揭示的知识,至少能够帮助你减少C代码和初级C++代码中90%的Bug。-Andrew Koenig own Bell Labs papers, combined with the expansion of their work experience into a C progra
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4.58mb
    • 提供者:阿习
  1. least-square-method-using-c-language

    0下载:
  2. 该程序通过依次输入已知点个数n,输入已知点的X坐标,输入已知点的Y坐标直接得到经最小二乘法拟合得到的一元线性方程。-The procedure followed by the number of known points in the input n, enter the coordinates of a known point X, Y coordinates of a known point input directly from the least squares fitted by a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:4.98kb
    • 提供者:王帅
  1. fft.c

    1下载:
  2. c语言编写的求1,2,4,8,16,32,64,128,256,512,1024,2048点fft 通用程序-c language of the general program requirements 1,2,4,8,16,32,64,128,256,512,1024,2048 point fft
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:15.04kb
    • 提供者:ws
  1. 51MCU-floating-point-operations

    0下载:
  2. 单片机浮点数运算实现,参考C语言的源程序代码-51MCU floating-point operations
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:6.79kb
    • 提供者:陈斌
  1. c-point-zonjie

    0下载:
  2. c语言 指针经验总结,深入而系统的介绍了指针的特点、深入应用。-this book include some knowledge about c point.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:196.76kb
    • 提供者:李速度
  1. C-POINT

    0下载:
  2. 对C的指针进行了解析,便于初学者理解C指针的一本书-Parsing C pointer, easy for beginners to understand C pointer a book
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:198.99kb
    • 提供者:earta
  1. C-Point

    0下载:
  2. 搞懂C指针对于嵌入式开发有很重要的意义,这个是一个很好的教程-Know the Point in C language is very important in developing. This is a very good book.
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:117.51kb
    • 提供者:郭贤捷
  1. C之指针复杂解析

    0下载:
  2. int * (* (*fun) (int *)) [10]这是一个可能会让初学者感到头晕目眩,感到恐惧的函数指针的声明,在熟练掌握C/C++的声明语法之前,不学习一定的规则,想理解好这类复杂声明是比较困难的。 C/C++所有复杂的声明结构,都是由各种声明的嵌套构成的,如何理解复杂指针声明,右左法则是一个很著名,很有效的方法,不过,右左法则其实并不是C/C++标准里面的内容,它是从C/C++标准的声明规定中归纳出来的方法,C/C++标准声明规则,是用来解决如何创建声明的,而右左法则是用来解决
  3. 所属分类:单片机开发

    • 发布日期:2017-12-19
    • 文件大小:5kb
    • 提供者:222222
  1. C#图像处理算法典型实例

    1下载:
  2. 图像处理:灰度,线性点运算,直方图,图像缩放,腐蚀结构元素,带通滤波,噪声模型等图像处理算法,包括素材和源代码。(Image processing: gray level, linear point operation, histogram, image scaling, corrosion structure elements, band pass filter, noise model and other image processing algorithms, including mate
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-18
    • 文件大小:16.37mb
    • 提供者:woxihuan
  1. Grid-Point-Code

    0下载:
  2. 网格点代码是一个从地理坐标中生成代码,用来作为邮政编码来定位一个位置的库。(Grid Point Code is a Library to generate code from Geographical Coordinates to be used as Postal Code to pinpoint a location)
  3. 所属分类:C#编程

    • 发布日期:2017-12-21
    • 文件大小:14kb
    • 提供者:fixit
  1. 21 point

    0下载:
  2. 这是一个21点游戏,它是单机版的游戏,可以单人玩。(This is a 21 point game, it is a stand-alone version of the game, you can play alone.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:12kb
    • 提供者:TCat
  1. C程序设计语言(第2版·新版)

    0下载:
  2. C语言作为许多编程语言的基础,许多开发者的入门功夫,扎实的理论基础是未来发展的一个决定性因素。但是,语言终究只是工具,算法才是核心,思路才是灵魂。本教程在知识点上安排了大量的习题,希望读者通过练习,学习编程的设计思路,学会设计算法,学会构建程序。(C language as the basis of many programming languages, many developers get started, a solid theoretical foundation is a decisi
  3. 所属分类:书籍源码

    • 发布日期:2018-04-19
    • 文件大小:1.05mb
    • 提供者:rzf_rookie
  1. 模糊C均值聚类算法

    1下载:
  2. 模糊c-均值聚类算法通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的,一般用于故障识别与分类。(Fuzzy c- mean clustering algorithm obtains the membership degree of every sample point to all class centers by optimizing the objective function, and determines the classifi
  3. 所属分类:matlab例程

    • 发布日期:2018-03-24
    • 文件大小:2kb
    • 提供者:夜曲独声
  1. 数据结构与算法分析:C语言描述

    0下载:
  2. 书中详细介绍了当前流行的论题和新的变化,讨论了算法设计技巧,并在研究算法的性能、效率以及对运行时间分析的基础上考查了一些高级数据结构,从历史的角度和近年的进展对数据结构的活跃领域进行了简要的概括。(The book introduces the current popular topics and new changes, discusses the algorithm design skills, and examines some advanced data structures on th
  3. 所属分类:书籍源码

    • 发布日期:2018-05-03
    • 文件大小:7.46mb
    • 提供者:tjtony
  1. C#不规则三角网TIN 构建程序

    0下载:
  2. 基于c#的delunauy编写的程序,可逐点添加(The program written by delunauy based on c# can be added by point.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:386kb
    • 提供者:XXXDDD111
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com