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

搜索资源列表

  1. 8279可编程键盘/显示器接口8279的c语言练习

    0下载:
  2. 8279可编程键盘/显示器接口8279的c语言练习 虽然说8279是过了气的老产品了 但编程设计上要比ch451等简单好多 所以在要求不高的情况下 先拿来练习练习,8279 programmable keyboard/display interface language for the c 8279 exercises Although 8279 is over gas the old product but the design programming than many other simp
  3. 所属分类:其他小程序

    • 发布日期:2017-03-25
    • 文件大小:4865
    • 提供者:戴宏燕
  1. iostream2

    0下载:
  2. 编写程序,从键盘输入任意一个字符串,将其内容保存到当前目录的myfile.dat文件中,然后以字符方式从文件中读取该字符串并显示。 -Programming, any keyboard input from a string, save its contents to the current directory myfile.dat files, and then approach the characters read from the file and display the strin
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1032970
    • 提供者:傅扬
  1. exercise6

    1下载:
  2. 编写程序,从键盘输入任意一个字符串,要求以星号“*”为结束符,然后将其内容保存到当前目录的myfile.dat文件中,之后从文件中读取该字符串并显示。要求将该文件中的字符以逆序形式全部打印出来,将相对于文件头偏移量为偶数位置的字符全部打印出来。 -Programming, from keyboard input an arbitrary string require an asterisk " *" as the terminator, and then save its
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:1033001
    • 提供者:李攀
  1. java

    1下载:
  2. 编程:编程实现一个简单的四则运算计算器:从键盘输入一个四则运算表达式(没有空格和括号),遇等号"="说明输入结束,输出结果。 假设计算器只能进行加减乘除运算,运算数和结果都是整数,4种运算符的优先级相同,按从左到右的顺序计算(即:2+3*5先计算2+3,再计算5*5)。 示例:括号内是说明 -Programming: programming a simple calculator four operations: from the keyboard to enter a fou
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:130724
    • 提供者:李伟
  1. jisuanji

    0下载:
  2. 这是一个简单的c程序计算器编程,用c程编写一个程序 可以从键盘输入一个公式,回车后得到结果:   2+44*0-7/7回车得 1 -This is a simple calculator c program programming, using c-way to prepare a procedure to keyboard input from a formula that results after the carriage return: 2+ 44* 0-7/7 Enter a
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-22
    • 文件大小:3865
    • 提供者:赵星
  1. PROGRAM-900

    0下载:
  2. 经典编程900例(C语言)。包括DOS_BIOS编程、KEYBOARD、STRINGS等源码内容。-900 cases of classic programming (C language). Including DOS_BIOS programming, KEYBOARD, STRINGS, such as content source.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:144162
    • 提供者:kongri
  1. C900.ZIP

    0下载:
  2. C语言小程序大集合 几乎覆盖DOS下所有应用编程,从键盘到BIOS、内存、文件处理,再到扩展的数学库等。-C language big collection of small programs cover nearly all application programming under DOS, from the keyboard to the BIOS, memory, document processing, to expand the mathematical library.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:140393
    • 提供者:lissdd
  1. move001

    0下载:
  2. 用C++编写的一个可以用键盘控制3D角色移动的小程序,学习游戏编程的兄弟们应该可以参考使用-Using C++ to prepare a keyboard can be used to control the movement of 3D role of small procedures, learning game programming brothers should be able to refer to the use of
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-21
    • 文件大小:883708
    • 提供者:王磊
  1. ll.doc

    0下载:
  2. 最新键盘编程,三端口即可实现16个按键。大大的节省了端口的使用!-The latest keyboard programming, three-port 16 keys can be realized. Greatly saves the use of port!
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:28997
    • 提供者:李珺
  1. programming

    0下载:
  2. 演示键盘输入时所产生的消息序列,并在窗口的客户区显示对应的字符 -Demonstration of keyboard input when the sequence information generated, and the customer area of the window shows the corresponding characters
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:5472
    • 提供者:杨纯
  1. 06

    0下载:
  2. Google Maps API Advanced Programming ├─6.1 GPolyline折线对象和GPolygon多边形对象 6.2 Google地图中的事件监听及响应 │ └─6.3 Google地图技巧集锦 │ ├─6.3.1 在信息窗口GInfowWindow中嵌入Flash动画 │ ├─6.3.2 Google地图的画中画效果 │ ├─6.3.3 利用鼠标和键盘事件简化操作 │ ├─6.3.4 利用GeoCoder地理编码查询信息 │ └─
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:29154
    • 提供者:fly
  1. hook_program_for_fun

    0下载:
  2. hook编程实例,里面含有两个文件夹,hook工程里面做的一个dll文件,目的是使hooktest工程页面能够在所有页面起作用。本程序一旦运行,将屏蔽所有鼠标键盘消息。请误将其适用于非正当用途-hook programming examples, which contains two folders, hook works inside to do a dll file is intended to enable hooktest project page to work on all page
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:477350
    • 提供者:ycp
  1. keyscan

    0下载:
  2. 一个基于单片机的键盘扫描小程序,编程的关键在于键盘的消除抖动-A microcontroller-based keyboard scan applet, programming keyboard is the key to the elimination of jitter
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:198602
    • 提供者:预备
  1. keboard1

    0下载:
  2. 这是一个用Windows API写的屏幕键盘。是很好的编程参考代码。 -This is a Windows API used to write on-screen keyboard. Is a good programming reference code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:12574
    • 提供者:fans
  1. 2.3

    0下载:
  2. 编写程序,由键盘输入一个年份(2000~2099)和月份(1~12),显示出该月的月历。 -Programming from the keyboard to enter a year (2000 ~ 2099) and the month (1 ~ 12), showing the month calendar.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:762
    • 提供者:王一
  1. sswt

    0下载:
  2. 键盘输入一个高精度的正整数s(<=240位),去掉任意k个数字后剩下的数字按原左右次序将组成一个新的正整数。编程对给定的s和k,寻找一种方案,使得剩下的数最小。 输入: s k 输出: 最后剩下的最小数 {样例输入} 178543 4 {样例输入} 13-Keyboard input of a high-precision positive integer s (< = 240 bit), remove any remaining k-digit
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-22
    • 文件大小:3488
    • 提供者:colin
  1. 2

    0下载:
  2. 请按以下要求编程实现: ① 从键盘输入两个升序排列的整数序列linka和linkb, 每个序列以输入0为结束标记。 ② 将链表linka和linkb归并为linkc,linkc仍然为升序排列。归并完成后,linka和linkb为空表。输出linkc。 ③ 对linkc进行处理,保持升序不变,删除其中重复的整数,对重复的整数只保留一个,输出删除重复整数后的链表。 -Please click the following requirements programming: ① asce
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1061
    • 提供者:lira
  1. snake

    0下载:
  2. 这是一个屏幕贪吃蛇的游戏编程,能够通过键盘操作,这是学C++开发必定要学的一个东西-This is a screen Snake game programming, operation through the keyboard, which is bound to learn C++ developers to learn a thing
  3. 所属分类:Other systems

    • 发布日期:2017-06-19
    • 文件大小:30787892
    • 提供者:benjamin
  1. hw2

    0下载:
  2. 51单片机关于独立键盘和矩阵键盘的使用代码,使用的编程工具是uversion3(keil3)-51 SCM on the independent use of the keyboard and the keyboard matrix code, the use of programming tools is uversion3 (keil3)
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:13202
    • 提供者:hkunming
  1. Disable-keyboard-a-mouse

    0下载:
  2. 编程实现DISABLE键盘和鼠标,在生产中经常会编程控制第三方软件完成IC程序下载,此工具可有效防止在下载过程中操作员动用键盘和鼠标。-DISABLE programming keyboard and mouse, often in the production of third-party software to complete IC programming control program download, this tool can effectively prevent the ope
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:4893
    • 提供者:steven
« 12 3 »
搜珍网 www.dssz.com