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

搜索资源列表

  1. C-resource

    0下载:
  2. source 为程序源代码文件目录 exe 为可执行文件目录 pics 为所有处理好的图片的目录 需要预先安装MinGW MinGW为Mini Gnu for Windows 里面包含gcc for windows的编译器 将其拷贝值某目录,然后设置环境变量 path x:\\MinGW\\bin 即可通过gcc(g++)命令进行编译
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2436273
    • 提供者:chris
  1. c语言词法分析程序

    0下载:
  2. .X语言词法分析程序的设计 目的:设计、编制、调制一个具体的词法分析程序,加深对词法分析原理的理解。 要求: (1)通过理解正规式、有限自动机原理,根据下面的X语言的说明编制一个X语言的词法分析程序。 (2)提交实验报告,报告内容如下: 目的要求、DFA、程序清单(带注释)、测试样例及结果
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:33549
    • 提供者:萧飞
  1. CAN_C8051F500.rar

    0下载:
  2. CAN of C8051F500/F510 CAN 2.0 Bus 發送跟接收Keil C source sample code.可以用在CAN 2.x的上面喔~,CAN of C8051F500/F510 CAN 2.0 Bus sent with the receiver Keil C source sample code. Can be used in the above CAN 2.x喔~
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:9426
    • 提供者:古小寶
  1. ProgrammingInObjective-C

    0下载:
  2. 在Objective-C编程是一个简洁的,浓墨重彩的Objective-C和面向对象编程的基本知识教程。这本书没有以往的经验与面向对象编程语言或C语言(基于Objective-C的)假设。也正因为如此,无论是新手和有经验的程序员都可以使用这本书迅速和有效地学习Objective-C的基础。读者还可以了解面向对象编程的概念,而无需先了解所有错综复杂的基本程序语言(C)。这种方法,有许多小程序的例子,在每章末尾的练习相结合,使得它非常适合无论是课堂上使用或自学。增长,预计在这门语言。在2003年1月
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-09
    • 文件大小:1172383
    • 提供者:张锋
  1. c

    0下载:
  2. 实现功能: 1)具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能。 依次输入第一个运算数、运算符(+,-,*,/),第二个运算数,然后输出结果。 结果可以作为下一个运算的第一运算数。按‘C’清屏,按‘X’退出。 例如:输入:2 + 5 输出:7 2)实现单运算符表达式计算的功能。 输入的操作数可以包含整数或浮点数。如果遇到错误的表达式,应输出错误提示信息。 输入表达式如下: 例如:输入:2+5 输出:7-Realize functions:
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:1979
    • 提供者:nhjskvh
  1. A-math-routine-to-calculate-the-atan(x-y)-using-C

    0下载:
  2. calculates the arctangent of the input values x and y (sometimes called atan2) by using a CORDIC (COordinate Rotation on a DIgital Computer) algorithm for 8051 microcontroller
  3. 所属分类:assembly language

    • 发布日期:2017-03-23
    • 文件大小:2694
    • 提供者:microorganisme
  1. VA_X_Setup1845

    0下载:
  2. vs2010下可用的C++/CLi编辑器智能提示工具,需要同时下载破解文件,打包在一起了-vs2010 available under C++/CLi Editor Intellisense tool, need to download the crack files, packaged together
  3. 所属分类:Editor

    • 发布日期:2017-05-27
    • 文件大小:11048693
    • 提供者:tqk
  1. Mac.OS.X.Programming.2011

    0下载:
  2. 苹果操作平台OS学习,Objective-C进阶学习-Apple OS platform to learn, Objective-C Advanced Learning
  3. 所属分类:MacOS develop

    • 发布日期:2017-06-01
    • 文件大小:14065299
    • 提供者:董辉
  1. objective-c

    0下载:
  2. 关于MacOS下的Objective—C的基础教程,为pdf格式,帮助初学者入门-MacOS X, Objective-C tutorial pdf format, to help the beginner
  3. 所属分类:MacOS develop

    • 发布日期:2017-05-13
    • 文件大小:3309863
    • 提供者:姚新宇
  1. C

    0下载:
  2. 生成100个点的坐标(x,y,z),x和y在10-10000之内,z在0-10之内,用TXT输出x,y,z以及平均高程h。-Generate 100 points of coordinates (x, y, z), x and y in 10-10000, z 0-10, TXT output x, y, and z and the average elevation h.
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:236741
    • 提供者:t
  1. Objective-C-basic-tutorial

    0下载:
  2. Objective-C 是创建 Mac OS X 应用和 iPhone 应用的主要语言,优雅的面向对象编程环境与快速而普及的 C 语言珠联璧合,造就了它的不俗表现。翻开本书你就能感到它的魅力扑面而来。   本书全面而系统地讲述 Objective-C 语言的基础知识和面向对象编程的重要概念,结合实例介绍了 Cocoa 工具包的优秀特性和其中的框架,以及继承、复合、源文件组织、内存管理、对象初始化和类别创建等众多重要的面向对象编程技术。书中还阐述了如何利用 Cocoa 进行数据的保存、检索和操
  3. 所属分类:MacOS develop

    • 发布日期:2017-06-19
    • 文件大小:31069472
    • 提供者:liuqing
  1. objective-C-teaching.pdf

    0下载:
  2. 这个教程主要是针对苹果操作系统下的X-code编译器,是一本非常实用的书,希望能够帮助到大家。-This tutorial is for Apple s operating system under the X-code compiler, is a very useful book, we hope to be able to help.
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-11
    • 文件大小:915031
    • 提供者:lixiulai
  1. Sherwood

    0下载:
  2. 写一个Sherwood算法C(X),与算法A(X),B(X),D(X)比较,给出实验结果。-Write a the Sherwood algorithm of C (X), with the algorithm A (X), B (X), D (X), experimental results are presented.
  3. 所属分类:MPI

    • 发布日期:2017-11-23
    • 文件大小:288847
    • 提供者:zhouqi
  1. find-the-sum-of-cos(x)

    0下载:
  2. This code is based on C language, it is used to find th sum of cos(x) series.
  3. 所属分类:Editor

    • 发布日期:2017-04-09
    • 文件大小:13179
    • 提供者:KARTHIKEYAN
  1. c-5

    0下载:
  2. 输入三个整数x,y,z,请把这三个数由小到大输出-Enter three integers x, y, Z, please take this three number of small to large output
  3. 所属分类:source in ebook

    • 发布日期:2017-04-28
    • 文件大小:11240
    • 提供者:zheng
  1. ampp

    0下载:
  2. 用于提取语音信号的能量谱的函数,ampp(s,a,b,c),x为输入信号,a,b,c用于指定subplot函数的作图位置-A function for extracting the energy spectrum of the speech signal, ampp (s, a, b, c), x is the input signal, a, b, c is used to specify the location of subplot mapping function
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-11
    • 文件大小:1013
    • 提供者:onepiecefate
  1. DTP-216.X

    0下载:
  2. Driver TLV320AIC23B.c From TI
  3. 所属分类:Compiler program

  1. 2.11.c

    0下载:
  2. 设顺序表va中的数据元素递增有序。试写一算法,将x插入到顺序表的适当位置上,以保持该表的有序性。(Set the data elements in sequential table VA in ascending order. Try writing an algorithm to insert x into the appropriate place in the order table to keep the table in order.)
  3. 所属分类:MacOS编程

    • 发布日期:
    • 文件大小:1024
    • 提供者:EmmaBlue
  1. 方程求解程序

    0下载:
  2. 有函数f(x)=ex可展开成:f(0)+f’(0)x/1!+f”(0)x /2!+…。编写函数程序求ex,使误差小于0.0000001。(The function f (x) =ex can develop into: F (0) +f (0) "x/1! +f" (0) x + /2.... Write function program ex, so that the error is less than 0.0000001.)
  3. 所属分类:汇编语言

    • 发布日期:2018-01-05
    • 文件大小:12288
    • 提供者:火柴棒
  1. exp(x)

    0下载:
  2. calculating of exponentiation of given x
  3. 所属分类:编译器/解释器

    • 发布日期:2018-04-20
    • 文件大小:118784
    • 提供者:farshid574
« 12 3 4 5 6 »
搜珍网 www.dssz.com