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

搜索资源列表

  1. c++point

    0下载:
  2. c++的点函数,也许对大家有用,不过没有图形编程
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:4kb
    • 提供者:杜权
  1. C-point

    0下载:
  2. 网上找的一点资料,希望对大家有帮助!大家一起努力!-Point to find information online, and they hope to have everyone help! U.S. to work together!
  3. 所属分类:Project Manage

    • 发布日期:2017-04-07
    • 文件大小:2.73kb
    • 提供者:黄涛
  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++小程序练习~

    0下载:
  2. 适合c++初学者做练习的一些小程序,例如 递归求阶乘,汉诺塔问题。针对C++每一个知识点都有一个练习程序(Suitable for beginners to do some small procedures, such as recursive seeking factorial, Han Tower problem. For C + + each knowledge point has a practice program)
  3. 所属分类:

    • 发布日期:2017-12-21
    • 文件大小:23kb
    • 提供者:乐童LL
  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和指针》08年4月第2版,目前最清晰版本

    0下载:
  2. C和指针 08年4月第2版,目前最清晰版本.zip(C and Point 2008 /04)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-06
    • 文件大小:26.9mb
    • 提供者:qiushi007
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com