代码搜索结果
找到约 16,374 项符合
Op-Amp 的代码
11_35.cpp
#include
#include
#include
using namespace std;
#include "OperClient.h"
int main()
{ OperClient op; char ch;
cout
temp.cpp
#define LENGTH 80
char ch[LENGTH],op[LENGTH];
int chptr=0;
int opptr=0;
void main()
{
extern char push(),pop();
extern void postfix();
char expr[LENGTH];
int i;
printf("Expression="
op.c
/*
* UFS: our own Filesystem in Userspace
* Copyright (c) 2009 LuQianhui
* All rights reserved.
*
* 文件名称:op.c
* 摘 要:实现ufs文件系统的底层操作函数和块操作函数
* implment the block operat
op.h
/*
* UFS: our own Filesystem in Userspace
* Copyright (c) 2009 LuQianhui
* All rights reserved.
*
* 文件名称:op.h
* 摘 要:声明 ufs文件系统的底层操作函数和块操作函数
* the block operation func
ops_smx.inc
%if S_size == 8
%define OPCODE_PROLOG(op) OPCODE_LABEL OpE1_ %+ op
%else
%define OPCODE_PROLOG(op) OPCODE_LABEL OpE0M %+ M_8bit %+ X %+ X_8bit %+ _ %+ op
%endif
OPCODE_PROLOG(0x11) ; ORA (d),
jm99a1.m
%99年中国大学生数学建模竞赛a题:自动化车床管理模型一
%参见《数学的实践与认识》2000.1.p36-40
clear;opt=inf;
for n=[10 20 30]
for m=[200 300 400]
[x0,op]=fmins('jm99afun',[n m]);
if op(8)
jm99a.m
function [x,opt]=jm99a(n,m)
%99年中国大学生数学建模竞赛a题:自动化车床问
%参见《数学的实践与认识》2000.1.p36-40
opt=inf;
for n=10:5:30
for m=300:10:400
[x0,op]=fmins('jm99afun',[n m]);
if op(8)
temp.cpp
#define LENGTH 80
char ch[LENGTH],op[LENGTH];
int chptr=0;
int opptr=0;
void main()
{
extern char push(),pop();
extern void postfix();
char expr[LENGTH];
int i;
printf("Expression="
check_ops.sh
#! /bin/sh
# Script to check for duplicate function prologues in op.o
# Typically this indicates missing FORCE_RET();
# This script does not detect other errors that may be present.
# Usage: check_op
test-i386-muldiv.h
void glue(glue(test_, OP), b)(long op0, long op1)
{
long res, s1, s0, flags;
s0 = op0;
s1 = op1;
res = s0;
flags = 0;
asm ("push %4\n\t"
"popf\n\t"
stringify