Save Format v3.0(19990112) @begin Unchecked @end; @begin Targets 0 "add.pbt"; @end; DefaultTarget "add.pbt"; DefaultRemoteTarget "add.pbt";
http://www.codebf.com/read/170083/9821116
//这个程序在本书所带软盘中。文件名为ADD.CPP //这个例子演示没有使用运算符重载时的简单程序。 #include class Add { public: Add( int num ) { n = num; } int add(int num) { return ( n + num ); }
http://www.codebf.com/read/365949/9838587
Build Log --------------------Configuration: Add - Win32 Debug-------------------- Command Lines Creating command line "rc.exe /l 0x804 /fo"Deb
http://www.codebf.com/read/169276/9870722
# Microsoft Developer Studio Project File - Name="Add" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Appli
http://www.codebf.com/read/169276/9870727
function B=add(A,B) if size(A)==size(B) B=B+A; B=mod2(B); end
http://www.codebf.com/read/169069/9881959
礦ision3 Build Log Project: E:\Program Files\Labcenter Electronics\Proteus 6 Demonstration(2)\8 BCD Add\BCD Add.uv2 Project File Date: 07/22/2006 Out
http://www.codebf.com/read/364815/9892602
"BCD Add.obj" TO "BCD Add"
http://www.codebf.com/read/364815/9892604
import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.sql.*; public class Add implements ActionListener{ JFrame fAdd; JButton commit; JButton clear;
http://www.codebf.com/read/162615/10291035
`timescale 1ns/10ps `define bw 12 module add(a1,a2,sum); input [`bw-1:0] a1,a2; output [`bw-1:0] sum; wire [`bw-1:0] sum=a1+a2; endmodule
http://www.codebf.com/read/162344/10312892
http://www.codebf.com/read/423958/10514601
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机