一個很好用的 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