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

搜索资源列表

  1. 用c编写的N*N的螺旋矩阵源代码

    0下载:
  2. /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() {     int i, j, num=1, a[N][N];     for(i=0; i<=N/2; i++) &nb
  3. 所属分类:其他小程序

    • 发布日期:2008-05-05
    • 文件大小:4.29kb
    • 提供者:good@588
  1. C++程序设计语言实验一

    1下载:
  2. 实验一:C++编程入门 1. 设计一个程序,其中实现两个函数,分别要求: 1. 解一元二次方程 求解一元二次方程Ax²+Bx+C=0的根。用户输入A、B、C的值,输出方程根x1和x2。(使用引用) 2. 求三角形面积 输入三角形的三边长a、b、c(边长可以是小数),求三角形面积area,并输出。如果输入的三边构不成三角形,应给出“data error”的信息提示。注:根据“海伦”公式,area*area=p(p-a)(p-b)(p-c),其中p=(a+b+c)/2。 2. 设计一
  3. 所属分类:其他小程序

  1. c

    0下载:
  2. 计算四元方程组(要输入数据时按照行的顺序输入20个数据).-Quaternion calculating equations (To enter data in line with the order of 20 input data).
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.6kb
    • 提供者:王智慧
  1. course

    0下载:
  2. C语言学生选课系统程序,课设时所作,简单文件输入输出,没有数据库-C language students elective system procedures, made by the class-based, simple file input and output, there is no database
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:44.17kb
    • 提供者:林林
  1. CCT_Help

    1下载:
  2. Metasys® 系统 BACnet® 现场设备控制器为Metasys 楼宇自动化系统(BAS)带来了全新一代的硬件设备。本系列现场设备控制器 FEC 、输入/输出模块 IOM 以及系列传感器与 Metasys 系统的高级组件之间具有无与伦比的兼容性 此文档为FEC的软件编程手册-Metasys 庐 System Field Device BACnet 庐 controllers for the Metasys Building Automation System (BAS) h
  3. 所属分类:Other systems

    • 发布日期:2017-05-18
    • 文件大小:4.85mb
    • 提供者:王建
  1. Ma

    0下载:
  2. 管理系统管理信息系统(学生成绩、人事、图书、资产、工资。。。。。。)完成功能的详细说明。 2. 对问题的分析、所选用的数据结构及理由、所选方法的优点及问题。 3. 程序模块的构成及功能、特殊技巧的说明。 4. 程序运行结果及结果分析。 5. 交互式程序需说明使用方法;输入的参数个数、类型及实例。-Management System Management Information System [student achievement, personnel,
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:125.58kb
    • 提供者:林丰
  1. c

    0下载:
  2. 5个很经典的C程序,包括排序、计数和输入序号等等,而且这些程序利用指针操作,是编成中不可缺少的部分-5 is a classic C procedures, including sorting, counting and input the serial number, etc., and these procedures make use of pointer operations, is into an indispensable part of
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1.46kb
    • 提供者:马波
  1. bin2dec.c

    0下载:
  2. 采用链表的方法,将输入的二进制转换十进制输出(链表)-List of methods used to convert decimal binary input-output (list)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1.39kb
    • 提供者:blackring
  1. Shortest_path_counting

    0下载:
  2. acm算法设计: 描述: 国际象棋车可以水平或垂直的任何方在同一行或同一列的棋盘。 找到一些最短路径的一个车可以从一个角落里一个棋盘的斜对面角落。 输入: 一整数n为行数和列的棋盘。0 < n <=16 输出: 数量的最短路径。 例输入: 3或4 例输出: 6或20 -Descr iption: A chess rook can move horizontally or vertically to any square in th
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:207.44kb
    • 提供者:张波
  1. pthread.c

    0下载:
  2. 利用pthread,使用者在命令列輸入,程序將產生一個個別行程產生費式數目,置串列為資料型態且被執行緒共享.當執行緒完成執行,由父行程輸出子行程的串列.因為父行程不再一開始就輸出費氏序列,需等待子行程完成 命令列: gcc hw2.c -lpthread-Use pthread, the user at the command line input, the program will produce a resulting fee amount for the individual tr
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:646byte
    • 提供者:林俞呈
  1. monijianpanshuru

    1下载:
  2. 模拟键盘输入,C++ 源代码,对编写游戏*有一定参考作用-Analog keyboard input, C++ source code, to the preparation of the game have some reference to the role of external
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:31.31kb
    • 提供者:fly bird
  1. c

    0下载:
  2. 用面向流的输入输出提示用户输入7个整数,并打印出其中的最大值-Stream-oriented input and output prompts the user for seven integers, and prints out the maximum value of
  3. 所属分类:Other systems

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

    0下载:
  2. Descr iption Input c,Output a and b that a + b = c Input a signed 32bit integer c Output Output just one pair of signed 32bit integers a and b -Descr iption Input c,Output a and b that a+ b = c Input a signed 32bit integer
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:3.86kb
    • 提供者:韩若影
  1. student

    1下载:
  2. 用C语言写的学生成绩管理系统 ,有八大功能:输入信息,查询,成绩排序,删除信息等等,-Written in C language using student achievement management system, there are eight major functions: input, query, results sorting, deleting messages, etc.,
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3.21kb
    • 提供者:pring
  1. LexicalAnalyzer

    0下载:
  2. 词法分析源代码,输入c++程序,输出name,type-Lexical analysis of source code, input c++ program, the output name, type
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1.16kb
    • 提供者:罗丹
  1. 1.1.c

    0下载:
  2. 编写程序读入一个字母,输出与之对应的ASCII码输入输出都要有相应的提示-Programming, read a letter, the output corresponding ASCII code, input and output must have the appropriate prompt
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.38kb
    • 提供者:LEI
  1. C

    0下载:
  2. 1:编写函数,当字符串出现在另一个字符串的尾部,该函数返回1 否则0 2:根据单词的出现频率按降序打印输入的各个不同单词,并在每个单词的前面标上它的出现次数。 3:大小写字母转换 4:比较两个文件并打印它们第一个不相同的行 5:打印一个文件集合,每个文件从新的一页开始打印,并且打印每个文件相应的标题和页数-1: write the function, if the string appears in another string in the tail, the function
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:6.49kb
    • 提供者:cuiyu
  1. C# IP地址输入控件

    0下载:
  2. C# IP地址输入控件,比较实用,建议收藏(C# IP address input control, more practical, suggested collection)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:17kb
    • 提供者:WHO ARE YOU
  1. 词法分析器

    6下载:
  2. 使用工具实现C/C++语言词法分析器: 输入:C/C++源代码文件,即后缀为c/cpp的文件。 输出:后缀为tok的文本性文件。 实现功能:使用词法分析的自动生成工具Flex生成C/C++语言的词法分析器(The use of tools to implement the C/C++ language lexical analyzer: Input: C/C++ source code file, that is, a file with a suffix of c/cpp. Outp
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:33kb
    • 提供者:cosU
  1. C - Hello World!

    0下载:
  2. The #include <stdio.h> is a preprocessor command. This command tells compiler to include the contents of stdio.h (standard input and output) file in the program. The stdio.h file contains functions such as scanf() and print() to take input and
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:17kb
    • 提供者:knidra
« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com