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

搜索资源列表

  1. f2c--translate-the-.f-files-to-C

    1下载:
  2. 一个将Fortran语言转化为C语言的编译器。-We describe f 2c, a program that translates Fortran 77 into C or C++.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-25
    • 文件大小:8524273
    • 提供者:杨彦龙
  1. e.c

    0下载:
  2. 1 R Finding particular sequences of prime numbers Write a program that finds all sequences of consecutive prime 5-digit numbers, say (a, b, c, d, e, f ), such that b = a + 2, c = b + 4, d = c + 6, e = d + 8, and f = e + 10.-1 R Finding particular
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:974
    • 提供者:Cynthia Lee
  1. 0-F

    0下载:
  2. 51单片机中单个数码管从0显示到F的C程序源代码-51 single-chip single digital tube display from 0 to F, C source code. .
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-05
    • 文件大小:631
    • 提供者:11111
  1. Convert-C-to-F_with_subvi

    0下载:
  2. A Labview program that converts celsius degree to F degrees
  3. 所属分类:LabView编程

    • 发布日期:2017-03-29
    • 文件大小:4085
    • 提供者:adev
  1. CF5.0

    0下载:
  2. C F 易语言透视源码只供学习禁止非法使用-CF easy language perspective source
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-05-03
    • 文件大小:1262543
    • 提供者:小黑
  1. f

    0下载:
  2. 队列操作 数据结构书中的算法实现 c++语言-by c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:802
    • 提供者:lv
  1. f

    0下载:
  2. 用栈和队列实现的回文判断源代码 数据结构书中的c++实现-by c++
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:840
    • 提供者:lv
  1. VCPP2008-F

    0下载:
  2. 《Visual C++ 2008开发经验与技巧宝典》源码F部分。-Visual C++ 2008 development experience and skill canon source code part F.
  3. 所属分类:source in ebook

  1. c

    0下载:
  2. 变温度为华氏摄氏度 然后让你知道温度为多少华氏摄氏度-#include <stdio.h> void main() { double f,c printf("请输入华氏温度:") scanf(" lf",&f) c=5.0/9.0*(f-32) printf("与华氏温度 .2lf对应的摄氏温度是: .2lf\n",f,c) }
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-06
    • 文件大小:1321
    • 提供者:李晓歌
  1. andian

    0下载:
  2. 假设以如下说明的三元组 (F、C、L/R) 序列输入一棵二叉树的诸边(其中 F 表示双亲结点的标识,C 表示孩子结点标识,L/R 表示 C 为 F 的左孩子或右孩子),且在输入的三元组序列中,C 是按层次顺序出现的。设结点的标识是字符类型。F=‘^’时 C 为根结点标识,若 C 亦为‘^’,则表示输入结束。 试编写算法,由输入的三元组序列建立二叉树的二叉链表,并以中序序列输出。-In the following descr iption of the three tuple hypothesis
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:153416
    • 提供者:shiloh
  1. newton-C-

    0下载:
  2. 插值法利用函数f (x)在某区间中若干点的函数值,作出适当的特定函数,在这些点上取已知值,在区间的其他点上用这特定函数的值作为函数f (x)的近似值-Interpolation method using function f (x) in a certain interval in some point of function value, the appropriate specific function, in these points from the given value, in th
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:616
    • 提供者:周辉
  1. C---74hc165

    0下载:
  2. 一位数码管显示0-F的数字 目的:1.通过本例程了解 74HC595(串入并出)基本原理和使用2.熟悉用STM32控制595程序处理3.比较STM32与51的区别-A digital display 0-F digital purposes: 1. Understanding through this routine 74HC595 (string into and out of) the basic principles and use 2. Familiar with STM32 contr
  3. 所属分类:SCM

    • 发布日期:2016-08-15
    • 文件大小:626688
    • 提供者:韩建超
  1. lab2

    0下载:
  2. 将华氏温度转化为摄氏温度,用C++语言实现,-#include<iostream> using namespace std double convert(double f) { double c c=(f-32)*5/9 return c } void main() { double f,c cout<<"请输入一个华氏温度:" cin>>f c=convert(f) co
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:3421985
    • 提供者:刘毅
  1. F-Watch_1

    0下载:
  2. C#目录监视小工具,监视目录内文档的新建、删除和重命名等-C# directory surveillance gadgets to monitor the new document in the directory, delete, and rename
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:81167
    • 提供者:Xia Yi
  1. arpack.c

    1下载:
  2. The ARPACK example file dssimp.f is used as a template
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-24
    • 文件大小:8708
    • 提供者:adweda
  1. 1.1

    0下载:
  2. 编写函数把华氏温度转换为摄氏温度,公式为:C = (F 32) * 5/9 在主程序中提示用户输入一个华氏温度,转化后输出相应的摄氏温度。-Write a function to convert Fahrenheit to Celsius, the formula is: C = (F- 32)* 5/9 in the main program prompts the user for a Fahrenheit temperature, the transformed output of the
  3. 所属分类:Game Program

    • 发布日期:2017-04-03
    • 文件大小:8632
    • 提供者:liuzhi
  1. C

    0下载:
  2. 基于MSP430的采集系统设计 1.基本要求 (1)放大器将DDS输出的弱信号放大至2-3V,其中增益可调; (2)带通滤波器:通带为300~4kHz ; (3)ADC:采样频率f s=40kHz,字长=8位,使用MSP430内部ADC (4)要求将采集的波形通过液晶屏予以显示,并在液晶屏上显示横轴和纵轴 -MSP430-based acquisition system 1. Basic requirements (1) the DDS output amplifi
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:94965
    • 提供者:田川
  1. f

    0下载:
  2. 介绍了简单的C语言用法,然后用CASE介绍这个用法,之后学习case的用法-yongksagh ksugha
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:272102
    • 提供者:centa
  1. qqhidden

    0下载:
  2. C#仿QQ聊天工具,外观仿QQ,含数据库,适合新手学习研究-C#fǎng QQ liáotiān gōngjù, wàiguān fǎng QQ, hán shùjùkù, shìhé xīnshǒu C# imitation QQ chat tools, the appearance of imitation QQ, including databases, suitable for beginners to learn research
  3. 所属分类:.net

    • 发布日期:2017-04-24
    • 文件大小:402330
    • 提供者:小陌
  1. F-Menu

    0下载:
  2. 基于C++的菜单源码,很适合使用 .-Based C++ menu source, very suitable for use.
  3. 所属分类:assembly language

    • 发布日期:2017-04-24
    • 文件大小:59115
    • 提供者:Linus
« 1 2 3 4 56 7 8 9 10 ... 46 »
搜珍网 www.dssz.com