模拟器提供了一个简单易用的平台

源代码在线查看: multiply.ch

软件大小: 1340 K
上传用户: zyhunicom
关键词: 模拟
下载地址: 免注册下载 普通下载 VIP

相关代码

				@x l.38				main(argc,argv)				  int argc; /* the number of command-line arguments */				  char *argv[]; /* an array of strings containing those arguments */				@y				int main(@t\1\1@>				  int argc, /* the number of command-line arguments */				  char *argv[]@t\2\2@>) /* an array of strings containing those arguments */				@z								@x l.200				decimal_to_binary(x,s,n)				  char *x; /* decimal string */				  char *s; /* binary string */				  long n; /* length of |s| */				@y				void decimal_to_binary(@t\1\1@>				  char *x, /* decimal string */				  char *s, /* binary string */				  long n@t\2\2@>) /* length of |s| */				@z								@x l.282				long depth(g)				  Graph *g; /* graph with gates as vertices */				@y				long depth(Graph *g)				  /* graph with gates as vertices */				@z							

相关资源