Re: [問題] c語言程式求助

看板C_and_CPP作者 (別在意)時間14年前 (2009/10/14 01:44), 編輯推噓5(500)
留言5則, 5人參與, 最新討論串39/70 (看更多)
Verilog testbed怎麼讀東西忘了XDDD module kg2pound( pound, weight , clk , reset ); input [31:0] weight; input clk; input reset; output [31:0] pound; wire [31:0] pound; assign pound=weight/0.454; endmodule : C++ Windows Form : System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) : { : double w = System::Convert::ToDouble(this->textBox1->Text); : this->label1->Text = this->textBox1->Text + "kg = " + : System::Convert::ToString(w/0.454) + "lb"; : } -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.113.254.98

10/14 02:38, , 1F
同系的 推一下xd
10/14 02:38, 1F

10/14 07:31, , 2F
推XD
10/14 07:31, 2F

10/14 13:12, , 3F
推XD
10/14 13:12, 3F

10/14 15:15, , 4F
同系推XD
10/14 15:15, 4F

10/16 02:20, , 5F
今天剛學VERILOG XD
10/16 02:20, 5F
文章代碼(AID): #1ArBoJ-y (C_and_CPP)
討論串 (同標題文章)
文章代碼(AID): #1ArBoJ-y (C_and_CPP)