工程與科技 大學 2年以上以前 請問這題如何解 問了朋友們都不知道怎麼寫 圖一圖二是同一題一起的 in as nd PROBLEM 6.7-12 6.7-13 A cantilever beam with a rectangular cross seeon (width b = 20 mm, height h = 175 mm) is loaded by a force P that acts at the mid-height of the beam and is inclined at an angle a to the vertical (see figure). Two strain gages are placed at point C, which also is at the mid-height of the beam. Gage A mea- sures the strain in the horizontal direction, and gage B measures the strain at an angle ß = 60° to the hor- izontal. The measured strains are &₁ = 145 × 10-6 and & = -165 × 10-6. A B Determine the force P and the angle a, assuming the material is steel with E 200 GPa and v = 1/3. = 待回答 回答數: 0
工程與科技 大學 3年以上以前 求四題解答計算過程 填充題 1. 一人朝東偏北37 走了5m,又朝北偏西 60 走了10m。他的凈位移大小 及方向, 2. 一女孩往東走3m,再往南走4m。試求她的淨位移 待回答 回答數: 0
工程與科技 大學 約4年以前 求解題方法,試了幾種方法都不對,已經沒有頭緒了 6.12.吊車在A和B 處以兩組平行支架將車接 以達到較佳平衡穩固之目的。假如吊桿車體的質 量為18 Mg,質心位於G處,而吊桿本身的質量 「為1.8 Mg,質心位於 G. 處,當吊掛物的質量為 1.2 Mg 時,試以吊桿角度日的函數表示出該四根 支架於垂直方向的反作用力,並將其繪出,令吊想 角度從9=0° 起至其可能翻覆的角度為止。 0 6.25 m G2 6 m G1 BI 2 m T1 m 1 m 習題5-22 待回答 回答數: 0
工程與科技 大學 約4年以前 請問我的程式是哪裡寫錯呢 假如使用者輸入5,他會顯示1+2+3+4+5=0 1+2+...+n.cpp 1 /*1+2+...+n=?*/ 2. #include<stdlib.h> 3 #include<stdio.h> 49 int main(void) { 5 int n, sum; 6 printf("請輸入一個整數n(n>0):\n"); 7 scanf("%d",&n); 8 printf("1"); 96 for(int i=2, sum=1;i<=n;i++){ 10 sum=sum+1; 11 printf("+%d",i); 12 } 13 printf("=%d\n", sum);| 14 system("pause"); 15 return 0; 16 17 L } 18 尚未解決 回答數: 1