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

搜索资源列表

  1. c语言实习-学生成绩管理系统

    0下载:
  2. 基本要求: (1)设计一个功能菜单,将程序的各个功能显示出来,并有选择提示; (2)应包含学号、姓名和英语、高数、C语言、大学物理、体育等5门课程基本信息; (3)要求有错误提示功能。例如性别只能输入F,M,输入错误提示重新输入。 (4)具有输入学生成绩的功能; (5)能够输出所有学生的全部成绩清单; (6)能够按学号或姓名查询某一个学生的成绩信息; (7)能够按学号或姓名查询并修改某一个学生的成绩信息
  3. 所属分类:其他小程序

    • 发布日期:2011-04-05
    • 文件大小:2154
    • 提供者:caq2qac
  1. changgui

    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
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:2130
    • 提供者:jessie0929
  1. f

    0下载:
  2. c++排序的ppt文件,包括希尔,冒泡等!比较详细!-c++ sort of ppt documents, including Hill, bubble and so on! More detail!
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:25578
    • 提供者:吴骏
  1. pro

    0下载:
  2. C语言开发的通讯录,有增加,删除,添加,修改,排序,保存文件等功能、-rintf("# O: order them. #") gotoxy(2,11) cprintf("# #") gotoxy(2,12) cprintf("# M: modify a record. #") gotoxy(2,13) cprintf("#
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4184
    • 提供者:zhanglei
  1. fft_test

    0下载:
  2. 使用dev-c++(gcc)开发环境,2048点定点FFT程序,使用查找表得到旋转因子-The use of dev-c++ (gcc) development environment, fixed-point 2048-point FFT, the use of look-up table has been rotating factor
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:30237
    • 提供者:张文
  1. conversion-de-C-a-F

    0下载:
  2. conversion de °C a °F
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:7517
    • 提供者:patillon
  1. c-file

    0下载:
  2. 输入一个华氏温度,要求输出摄氏温度。公式为C=5/9(F-32).-Enter a Fahrenheit temperature, required output Celsius. Formula is C = 5/9 (F-32).
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:2216
    • 提供者:单凤丽
  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-20
    • 文件大小:153416
    • 提供者:shiloh
  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-15
    • 文件大小:3421985
    • 提供者:刘毅
  1. Common-Subsequence

    0下载:
  2. poj 1458 A subsequence of a given sequence is the given sequence with some elements (possible none) left out. Given a sequence X = < x1, x2, ..., xm > another sequence Z = < z1, z2, ..., zk > is a subsequence of X if there exists a stri
  3. 所属分类:Other systems

    • 发布日期:2017-03-21
    • 文件大小:529877
    • 提供者:cam
  1. C-example001

    0下载:
  2. 在屏幕上显示0~360度的cos(x)曲线与直线f(x)=45*(y-1)+31的迭加图形。其中cos(x)图形用“*”表示,f(x)用“+”表示,在两个图形相交的点上则用f(x)图形的符号。 图形迭加的关键是要在分别计算出同一行中两个图形的列方向点坐标后,正确判断相互的位置关系。 在屏幕上显示0~360度的cos(x)曲线与直线f(x)=45*(y-1)+31的迭加图形。其中cos(x)图形用“*”表示,f(x)用“+”表示,在两个图形相交的点上则用f(x)图形的符号。-Displa
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:65091
    • 提供者:胡朋葛友
  1. C-example002

    0下载:
  2. 在屏幕上显示0360度的cos(x)曲线与直线f(x)=45*(y-1)+31的迭加图形。其中cos(x)图形用“*”表示,f(x)用“+”表示,在两个图形相交的点上则用f(x)图形的符号。 图形迭加的关键是要在分别计算出同一行中两个图形的列方向点坐标后,正确判断相互的位置关系。-Displayed on the screen of 0 to 360 degrees cos (x) curve and the straight line f (x) = 45* (y-1)+31 superpos
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5619
    • 提供者:胡朋葛友
  1. adi_2.f

    0下载:
  2. This program solve the Navier-Stokes (NS) equations using the C C Alternating Direction Implicit (ADI) method. The solution is spatially C C second order accurate.-This program solve the Navier-Stokes (NS) equations using the CC Alternating Direction
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3286
    • 提供者:Z.T.
  1. cgsvd

    0下载:
  2. CGSVD Compact generalized SVD of a matrix pair in regularization problems. sm = cgsvd(A,L) [U,sm,X,V] = cgsvd(A,L) , sm = [sigma,mu] Computes the generalized SVD of the matrix pair (A,L): [ A ] = [ U 0 ]*[ diag(sigma) 0 ]*inv
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:739
    • 提供者:常丁月
  1. CodeMaid_v0.8.1

    0下载:
  2. 开源代码格式化插件,非常好用 CodeMaid is an open source Visual Studio extension to cleanup, dig through and simplify our C#, C++, F#, VB, PHP, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, Javascr ipt and Typescr ipt coding.-Open source code formatting plug, very
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:748552
    • 提供者:yuzhiqiang
  1. C

    0下载:
  2. C语言程控交换机源代码, C语言程控交换机源代码, C语言程控交换机源代码,-Cbh adnbjh nbejewq w3er erfr ewr w3r4 234yg 3h 5jn7 45 2q3f v yn wcd gb45 vw2 r4324g 5h 2 g g4ebh ew r tg tr g es f e t t wr tgry ry ret
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2245104
    • 提供者:许文涛
  1. calclator

    0下载:
  2. 计算器程序的经典算法的实现,获取用户输入的算式只需利用” f c f”调用scanf函数就可以。其中 c用来获取运算符+,-,*,/, f用来获取运算数。 利用if语句或switch语句区分 +,-,*,/ 的不同情况进行运算输出-Calculator program of classical algorithm to obtain user input formula using only f c f call to scanf function can be. Where c is
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1896318
    • 提供者:王会鹏
  1. f2c

    2下载:
  2. 可以将fortran转c语言,仅支持F77,即.f文件(FORTRAN can be transferred to the C language, only support F77, that is,.F files)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:150528
    • 提供者:uy8
  1. convert C to F

    1下载:
  2. c-》f(c-F)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:3072
    • 提供者:胡乱用用
« 12 3 4 5 6 »
搜珍网 www.dssz.com