代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/152843/5663055
c r_heartbeat.c
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of
www.eeworm.com/read/135582/5884299
cxx fl_bitmap.cxx
//
// "$Id: Fl_Bitmap.cxx,v 1.1.1.1 2003/08/07 21:18:39 jasonk Exp $"
//
// Bitmap drawing routines for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-1999 by Bill Spitzak and others.
//
// This
www.eeworm.com/read/131315/5941430
download
# List of downloadable fonts
# PostScript-name Filename
Symbol-Slanted symbolsl.pfa
ZapfDingbats-Reverse zapfdr.pfa
www.eeworm.com/read/126411/6017592
c isearch.c
/* **************************************************************** */
/* */
/* I-Search and Searching */
/* */
/* *******************************************************
www.eeworm.com/read/106436/6193145
java textbox2midlet.java
package ora.ch4;
import javax.microedition.lcdui.Command;
import javax.microedition.lcdui.CommandListener;
import javax.microedition.lcdui.Displayable;
import javax.microedition.lcdui.*;
public cla
www.eeworm.com/read/106436/6193188
java textbox2midlet.java
package ora.ch4;
import javax.microedition.lcdui.Command;
import javax.microedition.lcdui.CommandListener;
import javax.microedition.lcdui.Displayable;
import javax.microedition.lcdui.*;
public cla
www.eeworm.com/read/488546/6489226
h str.h
/* $Id: H:/drh/idioms/book/RCS/str.doc,v 1.10 1996/06/26 23:02:01 drh Exp $ */
#ifndef STR_INCLUDED
#define STR_INCLUDED
#include
extern char *Str_sub(const char *s, int i, int j);
ext
www.eeworm.com/read/478915/6707991
h fm12864.h
#include
#include
#define unchar unsigned char
#define unint unsigned int
/********************
LCD与单片机接口的定义
********************/
#define Data P0
sbit Lcd_RS=P2^0;
www.eeworm.com/read/477206/6740143
vhd calcaute_week.vhd
LIBRARY IEEE ;
USE IEEE.STD_LOGIC_1164.ALL ;
LIBRARY WORK ;
USE WORK.my_package.ALL ;
ENTITY calculate_cyweek IS
PORT ( clk : IN STD_LOGIC) ;
END ENTITY calculate_cyweek ;
ARCHITECTURE behav
www.eeworm.com/read/346994/11706639
c ptrsort.c
/* Inputs a list of strings from the keyboard, sorts them */
/* in ascending or descending order, and then displays them */
/* on the screen. */
#include
#include
#include