搜索资源列表
readkey
- 多文档的应用 初学mfc的同学可以参考 初学mfc的同学可以参考 -more documentation of the students learning mfc beginner mfc can refer to the students can refer to the beginner mfc st udents can refer to
dianzhitaili
- 用pascal编一个年历具体要求是:设计电子月历的程序 一、任务内容(task) 1.设计的程序应具有以下功能: (1)任意输入某年的某一月份,屏幕应能显示该月的月历; (2)应允许多次从键盘输入某月份,并自行设置结束标志。 (3)如在屏幕上输入2007年12月份的信息,屏幕的显示形式如下: month Sun. Mon. Tue. Wed. Thu. Fri. Sat. 12 1 2 3 4 5 6 7 8 9 10 11 12 13 14
readkey
- 读51按键,并将ascii码返回计算机串口调试助手,-Read 51 keys, and return the computer serial port debugging assistant
Readkey
- 通过单片机的模拟通道来处理按键的例程,读模拟通道的寄存器,用多次采样,求平均值的方法处理-Through the single-chip analog channels to deal with the routine buttons, reading the register analog channel, and multi-sampling, and the average approach
IR_RC5_8051
- RC5 IR remote controller ReadKey example written in C code. Microcontroller: AT89C52 Compiler: Keil
the_temperature_rang_the_bell_device_source_code.r
- 带温度巡检功能的自动打铃器的源代码,单片机用的是51系列的,源码用的是c和asm混合编的-Automatic inspection capabilities with the temperature rang the bell device source code, microcontroller using a 51 series, the source code using a mixed series of c, asm
readkey
- 键盘钩子发音程序,当按一个键时,可以读出所铵的是什么键!-Keyboard hook pronunciation program, when you press a key, can read what is the key ammonium!
keyboard
- Module completely not dependent readkey-finds whether a key is pressed. Practically nieastą piony when writing games.
Get_and_Set
- class Program { static void Main(string[] args) { Student stu = new Student() Console.Write(stu.studentName) Console.ReadKey() } } - class Program { static void Main(string[] args)
ReadKEY
- 广州致远电子S3C2410开发板,MagicARM2410_Linux中基础实验跑马灯参考程序-2410 GPIO test code
READKEY
- 簡單小程式,在VC下讀入一個按鍵後將其列印在螢幕上.-Simple small program, read a VC button will print on the screen.
readkey
- 舞台灯具显示板按键扫描程序,四个按键,分别为模式,设置,递增,递减四个键值-Stage lighting display panel keypad scanning procedures, four keys, respectively, set, increasing, decreasing four keys
READKEY
- 基于ADS在LPC2220上实现对按键的识别,用C语言编程实现,做嵌入式开发的可以参考!-ADS realize the identification of key based on LPC2220, using C programming language, to do embedded development reference!
6.2-ReadKEY
- GPIO嵌入式实验,掌握3C2410A处理器的I/O配置方法,能够使用GPIO输入模式读取开关信号。-6.2 ReadKEY
READKEY
- 簡單小程式,在VC下讀入一個按鍵後將其列印在螢幕上.-Simple small program, read a VC button will print on the screen.
C#入门经典教程
- using System; namespace ArrayApplication { class MyArray { static void Main(string[] args) { int [] n = new int[10]; /* n 是一个带有 10 个整数的数组 */ int i,j; /* 初始化数组 n 中的元素 */ for