代码搜索:Mini
找到约 5,314 项符合「Mini」的源代码
代码结果 5,314
www.eeworm.com/read/383163/8966193
readme
Documentation of the libmseed interfaces can be found in the 'doc'
directory.
Unix: the Makefile should work for most systems, try 'make'.
Win32: the Makefile.win is for Microsoft's nmake (e.g. 'nm
www.eeworm.com/read/371256/9558902
m goodpoints.m
%goodpoints
% [M]=goodpoints(Mini,w,threshold)
%
% by X. Armangue
% (c) Mr3D - University of Girona, September 2002
%
function [M]=goodpoints(Mini,w,threshold)
if ((size(Mini,1)~=4) |
www.eeworm.com/read/279245/10451680
txt 算术运算 连加减或连乘除.txt
program mini;
var a;
begin
a:=10+20+30+40;
a:=50*60/70
end.
www.eeworm.com/read/279245/10451862
txt 带括号的算术运算.txt
program mini;
var a;
begin
a:=(10+20)*(30-40);
a:=(50*(60+(70+80)))
end.
www.eeworm.com/read/279245/10451951
txt 算术运算 连加减或连乘除.txt
program mini;
var a;
begin
a:=10+20+30+40;
a:=50*60/70
end.
www.eeworm.com/read/279245/10451994
txt 带括号的算术运算.txt
program mini;
var a;
begin
a:=(10+20)*(30-40);
a:=(50*(60+(70+80)))
end.
www.eeworm.com/read/158873/10722840
lst main.lst
C51 COMPILER V6.12 MAIN 12/05/2005 09:31:23 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN .\
www.eeworm.com/read/158873/10722877
c main.c
#include
#include
#include "absacc.h"
#include "math.h"
#define port_a 0x0000
#define port_b 0x0100
#define port_c 0x0210
#define port_con 0x0300
#define key_null 0x00
www.eeworm.com/read/461463/7227076
cpp tx1102.cpp
#include
#define N 101
int known[N];//记录点是否已被纳入最小生成树中
int dist[N];//记录当前灰色点的到黑色点的距离
int adj[N][N];//邻接矩阵
int n,q;
void Init()//初始化
{
int x,y;
memset(known,0,sizeof(known
www.eeworm.com/read/452050/7450081
c 2635317_wa.c
#include
int a, b;
int l, r;
int nume, deno;
int ab(int a)
{
return a