代码搜索结果

找到约 10,000 项符合 B 的代码

b.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

b.plg

Build Log --------------------Configuration: b - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\fantasy\LOC

b.dsp

# Microsoft Developer Studio Project File - Name="b" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Console

b.cpp

#include //#include main() { int a , r, b; scanf("%d",&a); int Binary[10]; int i = 0; do { b = a / 2; r = a % 2; Binary[i] = r; i ++; a = b; } whi

b.m

function [z]=b(k) if k==0 %实现冲激函数b(n) z=1; else z=0; end z; %输出冲激函数z