代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/443457/7632851
cpp 1287.cpp
#include
#include
char s[1000000],d[1000000];
void main()
{
int n,i,sign;
char k;
while(scanf("%d",&n)!=EOF&&n){
memset(s,0,sizeof(s));
memset(d,0,
www.eeworm.com/read/443457/7632858
cpp 1181.cpp
#include
#include
using namespace std;
const int all=26;
bool f[30];
int str[30][30],sign=0;
int findm(char c){
if(c=='m'||sign==1){
sign=1;
return 1;
www.eeworm.com/read/443457/7632978
cpp 2019.cpp
#include
#include
void main()
{
int m,n,*p,k,sign;
while(scanf("%d %d",&m,&n)!=EOF){
if(m==0&&n==0) break;
p=(int *)malloc(sizeof(int)*(m+1));
www.eeworm.com/read/443457/7632980
cpp 2061.cpp
#include
#include
using namespace std;
void main()
{
int t,n,i,sign,k;
double s,c,sum,num;
char g[31];
cin>>t;
k=0;
while(k>n;
www.eeworm.com/read/443457/7632990
cpp 2024.cpp
#include
void main()
{
int n,k,i,sign,t;
char s[50];
scanf("%d",&n);
getchar();
k=0;
while(k++
www.eeworm.com/read/443457/7633026
cpp 2025.cpp
#include
#include
#include
int judge(char *a){
int i,sign=1;
for(i=0;i
www.eeworm.com/read/443342/7634302
m parabola.m
function root=Parabola(f,a,b,x,eps)
if(nargin==4)
eps=1.0e-4;
end
f1=subs(sym(f),findsym(sym(f)),a);
f2=subs(sym(f),findsym(sym(f)),b);
if(f1==0)
root=a;
end
if(f2==0)
root=b;
www.eeworm.com/read/442757/7645279
m chap5_6f.m
function [kx,BsJ]=pid_fm_gaf(kx,BsJ)
global rin yout timef F
a=50;b=400;
ts=0.001;
sys=tf(b,[1,a,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
u_1=0;u_2=0;
y_1=0;y_2=0;
e_1=0;
www.eeworm.com/read/441273/7672218
c 55.c
注释个人觉得很清晰!
#define uchar unsigned char
#define uint unsigned int
//定义HT1621的命令
#define ComMode 0x52 //4COM,1/3bias 1000 010 1001 0
#define RCosc 0x30 //内部RC振荡器(上电默认)1000
www.eeworm.com/read/440962/7678429
txt dinic.txt
#define INF 100000000
int f[105][105],c[105][105];
int cur[105],height[105],alfl[105],queue[20000],sign[105],pre[105];
int t,s,flow;
bool bfs () {
int l=0,r=0,u,v;
queue[r++]=t;
height[t]=