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

搜索资源列表

  1. namab

    0下载:
  2. ergydfhgdfhggfhg 一.实验目的 二.实验内容 三、程序简要说明 原 文 : C语言词法分析器的设计与实现 一.实验目的: 1.强化对系统软件综合工程实现能力、规划能力的训练; 2.加强对词法分析原理、方法和基本实现技术的理解; 二.实验内容: 用C语言(或 C++ )作为宿主语言完成: C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。 三、程序简要说明: 1、属性字说明: 共9种 KE
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:1.19kb
    • 提供者:天空
  1. fchh

    0下载:
  2. 一.实验目的 二.实验内容 三、程序简要说明 原 文 : C语言词法分析器的设计与实现 一.实验目的: 1.强化对系统软件综合工程实现能力、规划能力的训练; 2.加强对词法分析原理、方法和基本实现技术的理解; 二.实验内容: 用C语言(或 C++ )作为宿主语言完成: C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。 三、程序简要说明: 1、属性字说明: 共9种 KEYWORD: 关键字 \"auto\
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:1.19kb
    • 提供者:天空
  1. huidu

    0下载:
  2. #include \"stdio.h\" #include \"malloc.h\" #define TRUE 1 #define n 39 #define max 500 typedef struct { char p[n] float w[n][n] }graph graph *ga2 int visit[n] int path[n][n] float C[n][n] float A[n][n] -#includ
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:4.56kb
    • 提供者:jiangshan
  1. cyuanchengxu

    0下载:
  2. 函数模板T max(T a, T b, T c),使之实现对任何类型数,能从三个数中求出最大数返回。设计各种类型数据(char,short,long,float,double)调用此函数模板。-function template T max (T a, b T, T c), to enable it to achieve any of several types, a few were from the three sought to return to the greatest number.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.97kb
    • 提供者:gongwen
  1. hacK

    0下载:
  2. * first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this Code: USER_MSG_INTERCEPT(Health) { BEGIN_READ(pbuf,iSize) me.iHealth = READ_BYTE() return USER_MSG_CALL(Health) } *
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:69.7kb
    • 提供者:OGC
  1. DESProcess

    0下载:
  2. DESProcess FILE *mfp,*cfp int ttch=0,xorRes,ttbitdiff=0 char mch,cch float bdiff=0 if((mfp=fopen(mfile,\"r\"))==NULL) {cout<<\"Cannot open the file to compare\"<<endl } if((cfp=fopen(cfile,\"r\"))==NULL) {cou
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:4.8kb
    • 提供者:wxh
  1. Goertzel_file

    1下载:
  2. void InitGoertzel(void) 作用:初始化算法参数 用法:采用算法进行检测前执行一次,如果需要改变参数,调用SetParameter() float CGoertzel::GetMagnitude(unsigned char * sampleData, int length) //算法主接口 作用:对采集下来的音频数据用算法处理,返回一个结果 参数:sampleData-音频数据缓冲地址指针; length-缓冲区尺寸(音频数据数量),字节数;
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:14.42kb
    • 提供者:tonard
  1. readini

    1下载:
  2. 读取配置文件(ini格式)的程序,可返回int,char*,float类型等的配置项数值。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2.89kb
    • 提供者:钱睿硕
  1. C++程序设计语言实验三

    0下载:
  2. 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
  3. 所属分类:其他小程序

  1. caculator

    0下载:
  2. // caculator.cpp : Defines the entry point for the console application. // #include #include #include #include #include char e; int main(int argc, char *argv[]) { do { float a,c,d; char b; printf("input first number\n"); scanf("%f"
  3. 所属分类:源码下载

    • 发布日期:2011-11-05
    • 文件大小:875byte
    • 提供者:fmrnn@sina.com
  1. float_char_int_string.rar

    0下载:
  2. 各种基本数据类型转换源程序。 本程序涉及到的数据类型有:float, int , char, string.,A variety of basic data type conversion source. This procedure involves the data types are: float, int, char, string.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:105.73kb
    • 提供者:Steno
  1. temp

    0下载:
  2. 温湿采集Templow=float(templow)/100 char ctemplow[20] sprintf(ctemplow," 2.2lf",m_Templow) SetDlgItemText(IDC_WISH_TEMP_LOW,ctemplow) -I use VC for the tempration and shi du ,and display the data to the screenI use VC for the tempra
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1.88mb
    • 提供者:赵英伟
  1. program

    0下载:
  2. 实现c语言的词法分析器,用文件读取,要求能识别整数、自定义标识符及以下关键字: + - * / < <= == != > >= & && || = ( ) [ ] { } : , void int float char if else while do ! main -Achieve c language lexical analyzer, using file read, the request can identify integers, custom id
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:2.09kb
    • 提供者:孔秀平
  1. FLOAT

    0下载:
  2. convert char to float
  3. 所属分类:.net

  1. e

    0下载:
  2. 题1:编写一个对具有n个元素的数组x[]求最大值的程序,要求将求最大值的函数设计成函数模板。 题2:编写一个函数模板add,能够实现int,double, float, char数据类型的加法运算(包括它们之间的混合加法运算)。 题3:定义一个类模板Sample实现int,double, float数据类型的比较,并能给出最大值,最小值;-Problem 1: Write one pair of n-element array x [] seek maximum
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:1.33kb
    • 提供者:吴玉祝
  1. readProps

    0下载:
  2. 自动读取配置文件中的参数,能读取的类型有int, float, char, double-read the parameters from the configuration file, the type is int, float, char, double
  3. 所属分类:File Operate

    • 发布日期:2017-04-15
    • 文件大小:7.48kb
    • 提供者:stephenpeng
  1. ExMsgDll

    0下载:
  2. 进程间交互数据有很多方法,这份代码通过dll中共享内存变量的方式交互数据,例子里有int float char*的数据都调试通过,showmem的工程修改下发送的数据原样构建另一个工程文件即可-There are many ways to interact with data between processes, this code in shared memory variable dll way through interactive data, examples, there are in
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:35.95kb
    • 提供者:008
  1. 4byte-charto-float

    1下载:
  2. 编程中出现的小程序,四字节char型数组转浮点数-four byte char to float
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1.08mb
    • 提供者:刘鹏臻
  1. ArrayDemo

    0下载:
  2. ArrayDemo 怎样使用array来储存和今后调用里面的值 , array可以用来储存数字/字符串/对象等,可以很快速的找到需要的内容(Arrays can be used to store primitive types (int, double, float, char,ect.) and objects. Arrays only store the references of objects.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1kb
    • 提供者:云潇潇
  1. ch11重载

    0下载:
  2. 在实际开发中,有时候我们需要实现几个功能类似的函数,只是有些细节不同。例如希望交换两个变量的值,这两个变量有多种类型,可以是 int、float、char、bool 等,我们需要通过参数把变量的地址传入函数内部。在C语言中,程序员往往需要分别设计出三个不同名的函数,其函数原型与下面类似:(In actual development, sometimes we need to implement several similar functions, but there are some detai
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:29kb
    • 提供者:杜嘟
« 12 3 4 »
搜珍网 www.dssz.com