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

搜索资源列表

  1. C

    0下载:
  2. 8AT89C52,ADC0809 8路数字电压表测量由A/D转换、数据处理及显示控制等组成,测量0~5V范围内的8路输入电压值,由4位共阳LED数码管轮流显示,最大分辨率0.01V,误差±0.02V。-8AT89C52, ADC0809 8 way digital voltage meter measured by A/D conversion, data processing and display control of the measurement range of 0 ~ 5V inpu
  3. 所属分类:C#编程

    • 发布日期:2017-04-15
    • 文件大小:27kb
    • 提供者:李明
  1. c++programmethinking

    0下载:
  2. 包含:对象的演化,数据抽象,隐藏实现,初始化与清除,函数重载与缺省参数,输入输出流介绍,常量,内联函数,命名控制,引用和拷贝构造函数-Include: the evolution of object, data abstraction, hiding the realization of initialization and removal, function overloading and default parameters, input and output streams, the co
  3. 所属分类:CSharp

    • 发布日期:2017-05-28
    • 文件大小:10.72mb
    • 提供者:caizhendong
  1. svpwm

    0下载:
  2. 本题目利用2407的强大功能,使用事件管理器进行对输入电平的变频调速-2407 the subject of the use of the power of Event Manager for use on the input level of the Frequency Control
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:918byte
    • 提供者:谢晓晓
  1. 8279keyled

    0下载:
  2. 使用8279连接键盘和LED,由键盘输入,在LED显示器上显示相应数字,单片机采用51系列-Use 8279 to connect the keyboard and the LED, by keyboard input, in the LED display to show the corresponding figures of 51 series single-chip
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:891byte
    • 提供者:zhaoguang
  1. C

    0下载:
  2. 个字符串常见算法系统总共包括12个模块。每个模块都是并列的,分别对应相应的字符串算法。只要输入相应的数字就能进入此模块然后进行相应的操作。而输入可以随意输入一个字符串(可以包含空格).我的第一个模块是求字符串的复制;第二个模块是字符串的比较;第三个模块是求字符串的长度 ;第四个模块是连接两个字符串;第五个模块将ch字符转换为小写母 ;是第六个模块是;将ch字符转换为大写字母 ;第七个模块是检查ch是否是字母;-Common algorithm string system includes 12
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:54.64kb
    • 提供者:cuijianzhou
  1. wuban-C

    0下载:
  2. 假设在周末舞会上,男士和女士进入舞厅时,各自排成一队。跳舞开始时,依次从男队和女队的队头上各出一人配成舞伴。若两队初始人数不相同,则较长的那一队中未配对者等待下一轮舞曲。现要求写一算法模拟上述舞伴配对问题。 输入、输出方法自行设计,要易于操作、不易死机。 -Assuming the ball at the weekend, men and women into the ballroom, the respective queue. Dance begins, followed by
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:36.68kb
    • 提供者:tamakiramimy
  1. csharp

    0下载:
  2. 第一章 C#简介 第二章 C#基础元素 第三章 布尔逻辑与分支语句 第四章 循环 第五章 方法 第六章 结果及异常处理 第七章 类与对象 第八章 枚举与机构 第九章 数组与集合 第十章 面向对象技术进阶 第十一章 字段与属性 第十二章 迭代器和分部类 第十三章 索引器 第十四章 泛型 第十五章 委托和时间 第十六章 运算符重载 第十七章 Windows窗体应用程序 第十八章 菜单与工具栏设计 第十九章 Windows窗体应用
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1.98mb
    • 提供者:xiewei
  1. c

    0下载:
  2. c语言编程,救灾帐篷管理系统,有输入、修改、统计功能-c language programming, disaster relief tent management system, with input, modification, statistical functions
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:507.67kb
    • 提供者:张姣
  1. c.c

    0下载:
  2. Converting a number from one base to another Write a program that prompts the user for a nonzero hexadecimal number, uses getchar() to read the input, and prints out its value in decimal. The input can be preceded or followed by blanks and will
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:1.07kb
    • 提供者:Cynthia Lee
  1. Limit-the-input-of-a-text-box

    0下载:
  2. 采用C#编写的,用来限制文本框的输入的小工具,非常精练.-Written in C# is used to limit the input of the text box gadget, very refined.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:12.55kb
    • 提供者:wangzixuan
  1. originalsimple

    0下载:
  2. 原始单纯形法(需直接给出初始的基变量) 求解标准型线性规划:max C*X s.t. A*X=b (b>=0) X>=0 输入:C是n维行向量,A是m*n的系数矩阵,b是m维列向量,XB承装初始基变量的下标。输出:x最优解(如果有的话),fval最优值,flag解的状态说明,interation求解时的循环次数。-Original simplex method (to be given directly to the initial base variable) Solvin
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:1.13kb
    • 提供者:kangkankan
  1. C

    1下载:
  2. 实现如下简单计算功能 a) 后缀表达式求值功能,按后缀表达式键之后开始接受后缀表达式输入,接受的操作数均为个位数,按#键表示后缀表达式输入结束,并输出结果。 b) 基本数据运算功能+,-,×,/,%,1/X,sqrt c) 简单数据累加功能MR、MC、MS、M+ -Accept operands are in the single digits, press the# key to the end of the postfix expression input, and output
  3. 所属分类:CSharp

    • 发布日期:2015-08-08
    • 文件大小:1kb
    • 提供者:sam
  1. LYC

    0下载:
  2. 很简单的功能,输入c#源码可以清除掉所有注释.防止僵尸代码.-Very simple function input c# source code can be rid of all comments. Prevent zombie code.
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:43.38kb
    • 提供者:梁贻
  1. input-and-output-students-scores

    0下载:
  2. 用C++编程的一个程序,可以输入和查询学生的学号、语文成绩、数学成绩、英语成绩。-The number of students with programming a program C++, you can enter and query language scores in math and English scores.
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:788byte
    • 提供者:韦妮
  1. input-sale-and-store-system

    0下载:
  2. 用C#开发的进销存管理系统,是很好的学习数据库开发的得力材料,力荐-Invoicing management system developed with C#, good learning database development of effective materials, highly recommended! !
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:1.85mb
    • 提供者:yk
  1. Windows-Input-Simulator-

    0下载:
  2. windows input输入模拟,C#输入封装类-Windows Input Simulator (C# SendInput Wrapper- Simulate Keyboard and Mouse)
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:293.86kb
    • 提供者:闲人
  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#编程

    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# IP地址输入控件完整源码

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

  1. C#向EXCEL中写入数据三种方法

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

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