首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴随便看看全站
select a.agentcode 工号,
       a.name 姓名,
       (select codename
          from ldcode
         where codetype = 'sex'
           and code = a.sex) 性别,
       (select codename
          from ldcode
         where codetype = 'degree'
           and code = a.degree) 学历,
       a.birthday 出生日期,
       b.Initgrade 入职职级,
......................
阅读全部 | 魏利宇 贴于 2015年5月13日 13:48     hide bbsi
z1=80;
z2=80;
z3=60;
for f=1:3
d1=pi/4*2./f;
d2=pi/4*2./f;
d3=pi/3*2./f;
Z0=50;
Z=-j*z3*cot(d3);
Y=1./Z;
Y0=1/z1;
Y1=1/z2;
......................
阅读全部 | junkman 贴于 2015年5月13日 11:22     hide bbsi
include<iostream>
#include<stdio.h>
int main() 
{ int a,b,c,s1=0,s2=0,s3=0,i,j,k;
  cin>>a>>b>>c;
for(i=1;i<=a;i++)
s1=s1+i;
cout<<s1<<endl;
for(j=1;j<=b;j++)
s2=s2+j*j;
cout<<s2<<endl;
for(k=1;k<=c;k++)
......................
阅读全部 | 沉迷 贴于 2015年5月12日 21:11     hide bbsi
matlab实现变论域模糊控制出错,三个输入,三个输出
function[sys,x0,str,ts]=bly(t,x,u,flag)

switch flag,
    case 0
        [sys,x0,str,ts]=mdlInitializeSizes; 
    case 3
        sys=mdlOutputs(t,x,u);
    case {1,2,4,9}
    sys=[];
    otherwise
    error(['unhandled flag=',num2str(flag)]);
......................
阅读全部 | jieziloveyou 贴于 2015年5月10日 10:33     hide bbsi
使用s函数实现变论域模糊控制,以e de n为输入,三个输出,仿真一半时出错
function[sys,x0,str,ts]=bly(t,x,u,flag)

switch flag,
    case 0
        [sys,x0,str,ts]=mdlInitializeSizes; 
    case 3
        sys=mdlOutputs(t,x,u);
    case {1,2,4,9}
    sys=[];
    otherwise
    error(['unhandled flag=',num2str(flag)]);
......................
阅读全部 | jieziloveyou 贴于 2015年5月10日 10:22     hide bbsi
#ifndef VECTOR_H
#define VECTOR_H
#include <iostream>
using namespace std;
class Vector{
int length ;
int *arr;
public:
 Vector(int len);
~ Vector();
void Print();
void Add(int value);
......................
阅读全部 | 冷热sx 贴于 2015年5月8日 20:25     hide bbsi
/*专家滚动开始*/
        .rollBox img{border:none;}
        .rollBox{width:1004px;overflow:hidden;margin:0 auto;height:145px; }
        .rollBox .Cont{width:929px;overflow:hidden;margin:0 auto;}
        .rollBox .ScrCont{width:100000000px;}
        .rollBox .Cont .pic{width:80px;float:left;text-align:center;padding:0 9px;}
        *+html .rollBox .Cont .pic{width:80px;float:left;text-align:center;padding:0 9px;}
        .rollBox .Cont .pic img{padding:2px;background:#fff;border:1px solid #ccc;display:block;margin:0 auto; }
        .rollBox .Cont .pic a:hover img{-moz-opacity:0.86;}
        .rollBox .Cont .pic p{line-height:26px;color:#505050;}
        .rollBox .Cont a:link,.rollBox .Cont a:visited{color:#626466;text-decoration:none;}
        .rollBox .Cont a:hover{color:#f00;text-decoration:underline;}
......................
阅读全部 | malu5527 贴于 2015年5月8日 17:00     hide bbsi
#include“stdio.h”
阅读全部 | koalas 贴于 2015年5月6日 21:29     hide bbsi
求彩虹表代码
阅读全部 | koalas 贴于 2015年5月6日 21:28     hide bbsi
C = [52 59 43.5 47.8 50 74 80 68 180 200;
        18 180 10 8 4 140 35 47 7 4;
        3 5.9 11 6 14.95 9.35 4.53 18 0.817 0.5;
        0.2 8.25 0.05 0.01 0 9 0.342 0 0 0;
        0.1 22 0.001 0.001 0 20 26.38 4 0 0;
        -5.2 -2.5 0 1.09 -2 29 50.7 5.24 100 100;
        1.806 2.5 5.084 3.142 5.055 2.6 1.7 9.5 1.5 2;
        2.65 2.5 2.71 2.851 2.98 2.67 2.51 2.87 1.03 0.9]
   d = [58.491;96.779;2.004;3.324;7.738;7.934;3.771;2.688]
A=ones(1,10);
A(1,10)=0;A(1,9)=0;
b=1
......................
阅读全部 | 莫来石 贴于 2015年5月5日 14:40     hide bbsi
上一页 200 201 202 203 204 205 206 207 208 209 下一页