一個很好用的 lcd 時鐘程序 C語言 #include<reg51.h> #include<stdio.h> //定義計時器0 的重裝值 #define RELOAD_HIGH 0x3C #define RELOAD_LOW 0xD2 //定義按鍵彈跳時間 #define DB_VAL //定義設置模式的最大時間間隔 #define TIMEOUT 200 //定義游標位置常數 #define HOME 0 #define HOUR 1 #define MIN 2 #define SEC 3
标签: include define RELOAD stdio
上传时间: 2014-12-19
上传用户:zukfu
Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Definition Class: ReverseSubstring Method: findReversed Parameters: string Returns: string Method signature: string findReversed(string input) (be sure your method is public) Notes The substring and its reversal may overlap partially or completely. The entire original string is itself a valid substring (see example 4). Constraints input will contain between 1 and 50 characters, inclusive. Each character of input will be an uppercase letter ( A - Z ). Examples 0) "XBCDEFYWFEDCBZ" Returns: "BCDEF" We see that the reverse of BCDEF is FEDCB, which appears later in the string. 1)
上传时间: 2015-09-21
上传用户:sunjet
tr1 byte "Please input the first 64-bit in hex:first - second",0dh,0ah,0 string byte "remener :use enter to tell high 32-bit from low 32-bit",0dh,0ah,0 examp1 byte "eg: 1234ecdf",0dh,0ah,0 examp2 byte " 03ab2543",0dh,0ah,0
上传时间: 2014-08-22
上传用户:huyiming139
This code is a cipher which takes in a plaintext or ciphertext string and encrypts / decrypts according to a user defined key value.
标签: ciphertext plaintext encrypts decrypts
上传时间: 2014-01-05
上传用户:181992417
java常用的各种布局,基本容器的使用,java组件JButton等的使用,String类里的图形用户界面.
上传时间: 2015-09-28
上传用户:Altman
This lab exercise will cover the use of AccelDSP’s design exploration capabilities that include mapping variables to memory and unrolling loop and vector operations. You will learn how to create different hardware architectures without modifying the MATLAB source to explore different area/performance tradeoffs.
标签: capabilities exploration AccelDSP exercise
上传时间: 2014-12-22
上传用户:eclipse
Language, Script, and Encoding Identification with String Kernel Classifiers
标签: Identification Classifiers Language Encoding
上传时间: 2015-09-29
上传用户:nanxia
用C语言编写的功能强大的文本编辑器。 说明: 调试环境为TC2.0或者TC3.0。运行这个程序需要TC提供的几个头文件。建议修改“options”菜单中的“include”目录项指向Tc的include目录;或者把源程序拷贝到TC目录下运行。 运行时需要做生成一个工程文件来包含所有的C源代码,制作工程文件(后缀.prj)。在TC2.0里面,需要输入.c文件的文件名,而在TC3.0里面,则可以通过鼠标和菜单选择要放到工程中的文件。
上传时间: 2015-09-30
上传用户:lhw888
about the design of embedded linux, include hardware and tools of development
标签: development embedded hardware include
上传时间: 2014-01-09
上传用户:zhaiye
DirectDraw8.1的include头文件 对于用DX8.1开发的来说,是一个不可缺少的库!
标签: DirectDraw 8.1 include DX
上传时间: 2015-10-14
上传用户:dongqiangqiang