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

搜索资源列表

  1. closepole

    0下载:
  2. [自動控制]CLOSED LOOP POLES計算工具,使用者輸入系統Function(由TF, ZPK, SS, FDS建立),以及feedback controller,程式會計算出closed loop poles. -CLOSED LOOP POLES calculation tools for automation control. POLE=POLEPLACE(P,C) returns the closed loop system poles for a given plan
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1.36kb
    • 提供者:Sam Chan
  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. 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. The-C-programming-Language-

    2下载:
  2. 《C程序设计语言》是由C语言的设计者Dennis M. Ritchie和著名计算机科学家Brian W. Kernighan编写的一部介绍标准C语言及其程序设计方法的权威性经典著作。全面、系统地讲述了C语言的各个特性及程序设计的基本方法,包括基本概念、类型和表达式、控制流、函数与程序结构、指针与数组、结构、输入与输出、UNIX系统接口、标准库等内容。 -"C Programming Language"by the C language, and the famous designer Denn
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6.1mb
    • 提供者:cl
  1. least-square-method-using-c-language

    0下载:
  2. 该程序通过依次输入已知点个数n,输入已知点的X坐标,输入已知点的Y坐标直接得到经最小二乘法拟合得到的一元线性方程。-The procedure followed by the number of known points in the input n, enter the coordinates of a known point X, Y coordinates of a known point input directly from the least squares fitted by a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:4.98kb
    • 提供者:王帅
  1. tm6000-input

    0下载:
  2. tm6000-input.c - driver for TM5600 TM6000 TM6010 USB video capture devices.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4.11kb
    • 提供者:cuimankei
  1. C课程设计报告——个人通信录管理系统.doc

    0下载:
  2. 设计要点: 建立一通讯录,输入姓名、电话号码、住址等信息,然后对通信簿进行显示、查找、添加、修改及删除。 功能要求 (1) 通讯录的每一条信息包括姓名、单位、固定电话、移动手机、分类(如同事、朋友、同学、家人等)、EMAIL、QQ等。 (2) 输入功能:可以一次完成若干条信息的输入。 (3) 显示功能:完成全部通讯录信息的显示(一屏最多显示10条,超过十条应能够自动分屏显示) (4) 查找功能:可以按姓名等多种方式查找通讯信息 (5) 增加、删除、修改功能:完成通讯录信息的多种更新
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:246kb
    • 提供者:Mikun
  1. C经典程序

    0下载:
  2. 最基础的C语言程序,覆盖输入输出操作,数组,函数,指针,文件等,很典型。(The most basic C language program, covering the input and output operations, arrays, functions, pointers, documents, etc., is very typical.)
  3. 所属分类:书籍源码

    • 发布日期:2017-12-22
    • 文件大小:164kb
    • 提供者:Cason
  1. C#与Android-Socket通信

    0下载:
  2. C#电脑端输入电话号码,Android手机自动拨打(The computer input the phone number, the phone automatically dial)
  3. 所属分类:C#编程

    • 发布日期:2017-12-23
    • 文件大小:1.96mb
    • 提供者:RookieOxc
  1. 使用C#和DirectX实时监控麦克风输入音量

    1下载:
  2. 使用C#和DirectX实时监控麦克风输入音量(Using C# and DirectX to monitor microphone input volume in real time)
  3. 所属分类:DirextX编程

    • 发布日期:2018-01-01
    • 文件大小:289kb
    • 提供者:xzhujw
  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#编程

    0下载:
  2. 在键盘上接收用户输入的15个整数数值,输入完成后,接收用户输入的指令,如果用户输入a(大小写不区分)升序排列,如果输入d(大小写不区分)降序排列,否则提示用户重新输入指令,输出排序前与排序后的数列内容。(, on the keyboard to receive 15 integer value of user input, the input is completed, receiving the command input by the user, if the user input a (n
  3. 所属分类:C#编程

    • 发布日期:2018-01-10
    • 文件大小:39kb
    • 提供者:macile
  1. C语言实现FFT(快速傅里叶变换)

    0下载:
  2. 可实现对输入的序列FFT变换的C代码,代码可直接在VC下运行(C code can be implemented for the sequence FFT transformation of the input)
  3. 所属分类:数学计算

    • 发布日期:2018-04-19
    • 文件大小:11kb
    • 提供者:SQZAHO
  1. C# IP地址输入控件完整源码

    0下载:
  2. C# IP地址输入控件完整源码 网络搜集整理 希望对大家有所帮助(C# IP address input control complete source code Network collation hopes to help people)
  3. 所属分类:C#编程

  1. C语言中scanf的使用

    0下载:
  2. 首先需要#include <stdio.h>int scanf( const char *format, ... );scanf()函数是格式化输入函数,它从标准输入设备(键盘) 读取输入的信息。第一个参数format为一个常量字符串,这个字符串中如果包含‘%’符号则使用后续参数进行匹配如:scanf("%d%d", &a, &b);(First, we need #include <stdio.h>int scanf (const c
  3. 所属分类:书籍源码

    • 发布日期:2018-04-29
    • 文件大小:5kb
    • 提供者:Bruce Leung
  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
  1. c

    1下载:
  2. 用C语言设计一个程序帮助小学生练习数学。 a) 程序首先让使用者输入ID号(包含前两个大写英文字母和后四个阿拉伯数字),例如:Please input your ID: AB1234 程序应该有输入验证功能。ID正确输入完毕后,程序提示以下功能选项: (1) Start a test (2) Check score (3) Exit Test: 程序给出10个数学题目,例如: 12 * 3 = 36;48 +...(C language is used to design a pr
  3. 所属分类:其他智力游戏

    • 发布日期:2018-04-30
    • 文件大小:97kb
    • 提供者:Gxxsarah
  1. C#向EXCEL中写入数据三种方法

    0下载:
  2. C#向excel输入数据的三个方法,能够快速实现C#对EXCEL的输入,大幅提高工作效率(Three methods for C# to input data to excel)
  3. 所属分类:C#编程

  1. 112个C# helper 类库 SufeiUtil

    0下载:
  2. SufeiUtil C# helper 类库 112个 Api\API.cs Api\Mac.cs Api\ResourcesApi.cs Api\Win32Private.cs Api\Win32Public.cs baiduApi\BaiduMapHelper.cs CacheHelper\StaticPage\CachedFileProvider.cs CacheHelper\StaticPage\CacheEnabledPage.cs"> CacheHe
  3. 所属分类:Windows编程

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com