代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/100263/15879581
c isearch.c
/* **************************************************************** */
/* */
/* I-Search and Searching */
/* */
/* *******************************************************
www.eeworm.com/read/416749/2118733
svn-base document_link_update.sql.svn-base
ALTER TABLE `document_link_types` ADD `reverse_name` CHAR( 100 ) NOT NULL AFTER `name` ;
UPDATE `document_link_types` SET `reverse_name` = CONCAT(`name`, " (reverse)") WHERE `reverse_name` = "";
INSER
www.eeworm.com/read/416749/2118735
sql document_link_update.sql
ALTER TABLE `document_link_types` ADD `reverse_name` CHAR( 100 ) NOT NULL AFTER `name` ;
UPDATE `document_link_types` SET `reverse_name` = CONCAT(`name`, " (reverse)") WHERE `reverse_name` = "";
INSER
www.eeworm.com/read/38039/1095793
mnu csysaxisdir.mnu
CSYS#AXIS#DIR
#
Red
Red arrow direction.
#
Green
Green arrow direction.
#
Yellow
Yellow arrow direction.
#
Reverse#Red
Reverse red arrow direction.
#
Reverse#Green
Reverse red arrow direction.
#
Rev
www.eeworm.com/read/396408/2421002
mid vp3.mid
.file 1 "vp3.c"
.section .mdebug.abi32
.previous
.section .text.reverse_dc_prediction,"ax",@progbits
.align 2
.align 5
.ent reverse_dc_prediction
.type reverse_dc_prediction, @function
reverse
www.eeworm.com/read/432042/8636296
lsp circle_data_2xls.lsp
;;;选择多个圆,然后取得圆的xy值,半径,面积,周长。
;;;取得物件特性对应的组码的值组成的列表
(defun get_value_list (ss code / slen i na data n ptlist)
(setq slen (- (sslength ss) 1))
(setq i 0)
(while (
www.eeworm.com/read/385714/8791415
c fft.c
/**
* FFT(IFFT) - Fast Fourier transform. The length of X must be a
* power of two, for a fast radix-2 fast-Fourier transform algorithm
* is used. spadger@bmy 2007.9.2
www.eeworm.com/read/284452/8928283
m figure_export_menu.m
function menu_handle=figure_export_menu(figure_handle)
% Function creates a menu button on the figure with handle "figure_handle" (or
% the current figure) that allows one to save the figure as a "emf
www.eeworm.com/read/183326/9168405
adb ncurses2-test_sgr_attributes.adb
------------------------------------------------------------------------------
-- --
-- GNAT ncurses Bind
www.eeworm.com/read/179705/9342637
c test.c
/* integration/test.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General