代码搜索:Carry
找到约 8,060 项符合「Carry」的源代码
代码结果 8,060
www.eeworm.com/read/178219/9413316
v counter60.v
module counter60 (
clk,
rst,
carry,
out);
input clk,rst;
output carry;
output [7:0] out;
reg carry;
reg [7:0] out;
always @ (posedge clk or negedge rst)
begin
if(!rst
www.eeworm.com/read/178219/9413342
v counter60.v
module counter60 (
clk,
rst,
carry,
out);
input clk,rst;
output carry;
output [7:0] out;
reg carry;
reg [7:0] out;
always @ (posedge clk or negedge rst)
begin
if(!rst
www.eeworm.com/read/178172/9416550
s idigitvecmultsub.s
#include
/*
Alpha assembly support for libI
Written by Thomas Papanikolaou, June 2 1998
internal version for John Cremona
*/
.set noreorder
.set noat
.text
.align 3
www.eeworm.com/read/178172/9416644
c idigitaddsubmult.c
/* idigitaddsubmult.c - inline assembler code for MSVC++6.0 on Intel586 */
/* TPf, Sep 1999 */
#include
#include
#if !defined(USE_C_DIGITADD)
DigitType
DigitAdd(sum, a, b, carry
www.eeworm.com/read/178172/9416682
s idigitvecmult.s
# Ralf Dentzer, 1.3.93
# DigitType DigitVecMult (res, a, m, l)
# $4, $5, $6, $7
# DigitType *res, *a, m;
# int l;
# /* res[0..l-1] = a[0..l-1]*m; return CARRY; */
# /* Special
www.eeworm.com/read/178172/9416775
s idigitvecmultsub.s
! Integer Version 2.1, RD, 3.5.93, Sparc7 idigitvecmultsub.s
! new specification
! Integer Version 2.0, RD, 11.2.93 idigitvecmultsub.s */
#include
.global DigitVecMultSub
DigitVecMultSu
www.eeworm.com/read/373491/9453965
java test.java
/*---- 测试用例文件 ----*/
static final float PI = 3.141592654f;
static final double ME = 1.9e-31;
static final char[] map = {'\u661F', '\t', '*', '\206', ' ', '\''};
public class LexTest
extends
www.eeworm.com/read/373195/9470010
txt avr的开方子程序.txt
用【 小 | 中 | 大 】字体浏览
AVR单片机:xiaoqi老师!?!?! [大天] [43次] 01-11-8 下午 07:15:56
老师?@?
那里有AVR的开方子程序?@
被开方数要是一个字.??@@
给我留言好吗!??
http://www.avr-forum.com/avrsource.html [晓奇.] [10次] 01-11-8 下午 07:1
www.eeworm.com/read/366119/9831734
h pic18.h
#ifndef _PIC18_H
#define _PIC18_H
#if defined(_18C242) || defined(_18C252) || defined(_18C442) || defined(_18C452)
#include
#endif
#if defined(_18C658) || defined(_18C858) || de
www.eeworm.com/read/366119/9831742
h pic18.h
#ifndef _PIC18_H
#define _PIC18_H
#if defined(_18C242) || defined(_18C252) || defined(_18C442) || defined(_18C452)
#include
#endif
#if defined(_18C658) || defined(_18C858) || de