代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/207991/5000171
mal tst4015.mal
# testing repeatative reverse optimalisation
r:= bat.new(:int,:int);
bat.insert(r,5:int,1:int);
o:= 0:oid;
rr:= bat.reverse(r);
z:= algebra.markT(rr,o);
s:= bat.reverse(r);
t:= bat.reverse(s);
k:=23:i
www.eeworm.com/read/207991/5000304
mal phexample.mal
# testing repeatative reverse optimalisation
r:bat[:int,:int]:= bat.new(:int,:int);
o:= calc.oid(0@0);
z:= algebra.markT(r,o);
rr:= bat.reverse(z);
s := bat.reverse(r);
t := bat.reverse(s);
io.print(t
www.eeworm.com/read/38039/1090703
mnu optadjust1.mnu
ADJUST#SET1 调整设置1
#
Reverse#Seq 反转
Reverse hits in the NC seq tool path.
在NC序列刀具路径中反转击打
Reverse#Set 反转设置
Reverse all NC seqs that belong to the optimize set.
反转优化组中的全部NC序列
www.eeworm.com/read/292268/8362150
v crc.v
/* CRC type */
`timescale 1ns/1ps
`define CRC_UNKNOWN 2'b00
`define CRC5 2'b01
`define CRC16 2'b10
`define NO_CRC 2'b11
module crc (rst, clk, decode_data_in, d
www.eeworm.com/read/426147/10281365
cpp main.cpp
#include
#include
#include
#include
using namespace std;
int main(void){
list l;
l.push_back(3);
l.push_back(9);
l.push_back(12);
l.push_
www.eeworm.com/read/162105/10335603
h lcd.h
#ifndef _LCD_H_
#define _LCD_H_
//#pragma pack(1)
#define BS 0x08
#define CR 0x0D
#define LF 0x0A
extern void AT91F_DBGU_Printk(char *);
int lcd_init(void);
//reverse=0/1: ?y3£??ê?/·′??
www.eeworm.com/read/423823/10531047
doc ultraedit_shown_vhdl_keyword.doc
让UltraEdit显示出VHDL的语法关键字
Introduction
Step 1:
修改wordfile.txt
在C:\Program Files\UltraEdit-32\wordfile.txt加入以下
/L15"VHDL" Line Comment = -- Nocase String Chars =?" File Extensions = VHD VHO
/Delimi
www.eeworm.com/read/348723/10870841
c main.c
#include
#include
#include "def.h"
#include "option.h"
#include "2410addr.h"
#include "2410lib.h"
#include "2410slib.h"
#include "mmu.h"
#include "2410iic.h"
v
www.eeworm.com/read/417451/10989607
c menu.c
uchar code OneTab[][5]={
{8, 9, 7, 23,0},//时间日期
{18,19,14,15,0},//温度检测
{26,27,15,28,0},//信号测量
{10,11,12,13,0},//数据采集
{10,11,16,17,0}//数据处理
};
uchar code CHXTab[][5]={
{33,34, 1, 42,0},//
www.eeworm.com/read/455289/7373957
cpp main.cpp
#include
#include
#include
#include
using namespace std;
int main(void){
list l;
l.push_back(3);
l.push_back(9);
l.push_back(12);
l.push_