版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡介
1、第二章C+簡單程序設(shè)計(jì)程序運(yùn)行輸岀:注意,第二行的輸岀并非-50,注意X、2-10執(zhí)行完下列語句后,a b、c三個(gè)i + j = 30y、z的數(shù)據(jù)類型。變量的值為多少?2-18編寫一個(gè)程序,運(yùn)行時(shí)提示輸入一2-22運(yùn)行下面的程序,觀察其輸岀,體a = 30;個(gè)數(shù)字,再把這個(gè)數(shù)字顯示岀來。會(huì)i+與 +i的差別。b = a+;解:#include c = +a;源程序:int main()a: 32 ; b: 30 ; c: 32;#include 2-13寫一條for語句,計(jì)數(shù)條件為n從int main()int myAge = 39; / initialize two integers100到
2、200,步長為2;然后用while和int yourAge = 39;dowhile語句完成同樣的循環(huán)。int i;cout I am: myAge years解:cout i;cout You are: yourAge yearsfor (int n = 100; n = 200; n += 2);cout 您輸入一個(gè)數(shù)字是 i endl;oldn;while循環(huán):return 0;myAge+; / postfix incrementint x = 100;+yourAge; / prefix incrementwhile (n = 200)程序運(yùn)行輸岀:cout One year pas
3、ses.n;n += 2;2-20打印ASC1碼為32127的字符。cout I am: myAge yearsdowhile循環(huán):#include old.n;int n = 100;int main()cout You are: yourAge yearsdooldn;for (int i = 32; i128; i+)cout Another year passesn;n += 2;cout (char) i;cout I am: myAge+ years while(n = 200);return 0;old.n;2-17修改下面這個(gè)程序中的錯(cuò)誤,改正cout You are: +yo
4、urAge 后它的運(yùn)行結(jié)果是什么?程序運(yùn)行輸岀:years oldn;#include !#$%G()*+,./0123456789:;?ABCDEcout Lets print it again.n;void main()FGHIJKLMNOP_QRSTUVWXYZAabcdefgcout I am: myAge yearsint ihijklmnopqrstuvwxyzsold.n;int j;2-21運(yùn)行下面的程序,觀察其輸岀,與cout You are: yourAge yearsi = 10; /*給i賦值你的設(shè)想是否相同?oldn;j = 20; /* 給 j 賦值 */#incl
5、ude return 0;cout i + j = i + j; /* 輸出結(jié)果 */int main()return 0;解:unsigned int x;程序運(yùn)行輸岀:解:unsigned int y = 100;I am 39 years old改正:unsigned int z = 50;You are 39 years old#include x= y -乙One year passesint main()cout Difference is: x;I am 40 years oldx = z - y;You are 40 years oldint i;cout nNow diffe
6、rence is: xAnother year passesint j;endl;I am 40 years oldi = 10; /給i賦值return 0;You are 41 years oldj = 20; /* 給 j 賦值 */Lets print it againcout i + j = score;if(i%j = 0)用戶輸入Y或N。若輸入為Y,顯示現(xiàn)if (score100 | score0)在正在下雨。”;若輸入為N,顯示”現(xiàn)cout 分?jǐn)?shù)值必須在 0到100之間!;flag = 0;在沒有下雨。”;否則繼續(xù)提問”現(xiàn)在正elsebreak;在下雨嗎?源程序:i = sco
7、re/10;j+;#include switch (i)#include if (flag)void main()case 10:cout i 是質(zhì)數(shù). endl;case 9:i+;char flag;cout 你的成績?yōu)閮?yōu)!;while(1)break;case 8:使用dowhile循環(huán)語句:cout 現(xiàn)在正在下雨嗎?(Yes or No):;cout 你的成績?yōu)榱迹?#include cin flag;break;#include if ( toupper(flag) = Y)case 7:void main()case 6:cout 現(xiàn)在正在下雨。;cout 你的成績?yōu)橹校?int
8、i,j,k,flag;break;break;i = 2;default:doif ( toupper(flag) = N)cout 你的成績?yōu)椴睿?flag = 1;k = sqrt(i);cout 現(xiàn)在沒有下雨。;j = 2;break;do程序運(yùn)行輸岀:if(i%j = 0)你考試考了多少分?(0100): 85你的成績?yōu)榱迹lag = 0;程序運(yùn)行輸岀:2-31用窮舉法找出1100間的質(zhì)數(shù),顯break;現(xiàn)在正在下雨嗎? (Yes or No):x示出來。分別使用while,do-while, for現(xiàn)在正在下雨嗎? (Yes or No):l循環(huán)語句實(shí)現(xiàn)。j+;現(xiàn)在正在下雨嗎? (
9、Yes or No):q解:while (j = k);現(xiàn)在正在下雨嗎? (Yes or No):n源程序:if (flag)現(xiàn)在沒有下雨。使用while循環(huán)語句:cout i 是質(zhì)數(shù). endl;或:#include i+;現(xiàn)在正在下雨嗎? (Yes or No):y#include while(i = 100);現(xiàn)在正在下雨。void main()2-29編寫一個(gè)完整的程序,運(yùn)行時(shí)向用使用for循環(huán)語句:戶提問你考試考了多少分?(0100) ,int i,j,k,flag;#include 接收輸入后判斷其等級(jí),顯示岀來。規(guī)i = 2;#include 則如下:while(i = 100)
10、void main()解:#include flag = 1;int i,j,k,flag;void main()k = sqrt(i);for(i = 2; i = 100; i+)j = 2;int i,score;while (j = k)flag = 1;cout 你考試考了多少分 ?(0100):;k = sqrt(i);for (j = 2; j = k; j+)個(gè)數(shù)的大小,把結(jié)果提示給用戶,直到請(qǐng)猜這個(gè)數(shù)的值為多少?(0100):15猜對(duì)為止。分別使用while、dowhile你猜的值太小了!if(i%j = 0)語句實(shí)現(xiàn)循環(huán)。請(qǐng)猜這個(gè)數(shù)的值為多少?(0100):18解:你猜對(duì)了
11、!flag = 0;/使用while語句第三章函數(shù)break;#include 3-2觀察下面程序的運(yùn)行輸岀,與你設(shè)void main() 想的有何不同?仔細(xì)體會(huì)引用的用法。int n = 18;源程序:if (flag)int m = 0;#include cout i 是質(zhì)數(shù). endl;while(m != n)int main() cout m;intOne = 5;3是質(zhì)數(shù).if (n m)cout intOne:tt intOne endl;5是質(zhì)數(shù).cout 你猜的值太小了! endl;cout rSomeRef:t rSomeRef 7是質(zhì)數(shù).else if (n m)endl
12、;11是質(zhì)數(shù).cout 你猜的值太大了! endl;int intTwo = 8;13是質(zhì)數(shù).elserSomeRef = intTwo; / not what you think!17是質(zhì)數(shù).cout 你猜對(duì)了! endl;cout nintOne:tt intOne endl;19是質(zhì)數(shù).cout intTwo:tt intTwo endl;23是質(zhì)數(shù).cout rSomeRef:t rSomeRef 29是質(zhì)數(shù)./使用dowhile語句endl;31是質(zhì)數(shù).#include return 0;37是質(zhì)數(shù).void main() 41是質(zhì)數(shù).int n = 18;程序運(yùn)行輸岀:43是質(zhì)數(shù).
13、int m = 0;intOne: 547是質(zhì)數(shù).dorSomeRef: 553是質(zhì)數(shù).cout m;rSomeRef: 867是質(zhì)數(shù).if (n m)3-7編寫函數(shù),參數(shù)為兩個(gè)unsigned71是質(zhì)數(shù).cout 你猜的值太小了! endl;short int型數(shù),返回值為第一個(gè)參數(shù)除以73是質(zhì)數(shù).else if (n m)第二個(gè)參數(shù)的結(jié)果,數(shù)據(jù)類型為short79是質(zhì)數(shù).cout 你猜的值太大了! endl;int;如果第二個(gè)參數(shù)為0,則返回值為-1。83是質(zhì)數(shù).else在主程序中實(shí)現(xiàn)輸入輸岀。89是質(zhì)數(shù).cout 你猜對(duì)了! endl;解:97是質(zhì)數(shù).while(n != m);源程序:
14、2-33定義一個(gè)表示時(shí)間的結(jié)構(gòu)體,可以#include 精確表示年、月、日、小時(shí)、分、秒;程序運(yùn)行輸岀:short int Divider(unsigned short int a,提示用戶輸入年、月、日、小時(shí)、分、請(qǐng)猜這個(gè)數(shù)的值為多少?(0100):50unsigned short int b)秒的值,然后完整地顯示岀來。你猜的值太大了!解:請(qǐng)猜這個(gè)數(shù)的值為多少?(0100):25if (b = 0)源程序見”實(shí)驗(yàn)指導(dǎo)部分實(shí)驗(yàn)二你猜的值太大了!return -1;2-34在程序中定義一個(gè)整型變量,賦以請(qǐng)猜這個(gè)數(shù)的值為多少?(0100):10else1100的值,要求用戶猜這個(gè)數(shù),比較兩你猜的
15、值太小了!return a/b;typedef unsigned short int USHORT; typedef unsigned long int ULONG;int main()USHORT one, two;short int answer;cout one;cout two;answer = Divider(one, two);if (answer -1)cout Answer: answer;elsecout Error, cant divide by zero!;return 0;程序運(yùn)行輸岀:Enter two numbers.Number one:8Number two:2
16、Answer: 43-8編寫函數(shù)把華氏溫度轉(zhuǎn)換為攝氏溫度,公式為:C = (F - 32) * 59;在主程序中提示用戶輸入一個(gè)華氏溫度,轉(zhuǎn)化后 輸岀相應(yīng)的攝氏溫度。解:源程序見實(shí)驗(yàn)指導(dǎo)部分實(shí)驗(yàn)三3-10編寫函數(shù)求兩個(gè)整數(shù)的最大公約 數(shù)和最小公倍數(shù)。源程序:#include #include int fn1(int i,int j); /求最大公約數(shù)的函數(shù)void main()int i,j,x,y;cout i ;cout j ;x = fn1(i,j);y = i * j / x;cout i 和 j 的最大公約數(shù) 是: x endl;cout i 和 j 的最小公倍數(shù) 是: y endl
17、;int fn1(int i, int j)int temp;if (i j)temp = i;i = j;j = i;while(j != 0)temp = i % j;i = j;j = temp;return i;程序運(yùn)行輸岀:請(qǐng)輸入一個(gè)正整數(shù):120請(qǐng)輸入另一個(gè)正整數(shù):72120和72的最大公約數(shù)是:24120和72的最小公倍數(shù)是:3603-12在主程序中提示輸入整數(shù) n,編寫 函數(shù)用遞歸的方法求 1+ 2 + n的 值。解:#include #include int fn1(int i);void main()int i;cout i ;cout 從1累加到i 的和為: fn1(i)
18、 2;fib(1) = fib(2) = 1;觀察遞歸調(diào)用的過程。解:源程序見實(shí)驗(yàn)指導(dǎo)部分實(shí)驗(yàn)三3-15用遞歸的方法編寫函數(shù)求n階勒讓德多項(xiàng)式的值,在主程序中實(shí)現(xiàn)輸入、 輸出;解:#include float p(int n, int x);void main()int n,x;cout n;cout x;cout n = n en dl;cout x = x en dl;cout P n ( x )= p(n,x) endl;float p(int n, int x)if (n = 0)return 1;else if (n = 1)return x;elsereturn (2*n-1)*x
19、*p(n-1,x) - (n-1)*p(n-2,x)/n ;程序運(yùn)行輸岀:請(qǐng)輸入正整數(shù)n: 1請(qǐng)輸入正整數(shù)x: 2n = 1x = 2P1(2) = 2請(qǐng)輸入正整數(shù)n: 3請(qǐng)輸入正整數(shù)x: 4n = 3x = 4P3(4) = 154第四章類4-9設(shè)計(jì)并測試一個(gè)名為 Rectangle的矩 形類,其屬性為矩形的左下角與右上角 兩個(gè)點(diǎn)的坐標(biāo),能計(jì)算矩形的面積。源程序:#include class Rectanglepublic:Rectangle (int top, int left, int bottom, int right);Rectangle () int GetTop() const
20、return itsTop; int GetLeft() const return itsLeft; int GetBottom() const return itsBottom; int GetRight() const return itsRight; void SetTop(int top) itsTop = top; void SetLeft (int left) itsLeft = left; void SetBottom (int bottom) itsBottom = bottom; void SetRight (int right) itsRight = right; int
21、GetArea() const;private:int itsTop;int itsLeft;int itsBottom;int itsRight;Rectangle:Rectangle(int top, int left, int bottom, int right)itsTop = top;itsLeft = left;itsBottom = bottom; itsRight = right;int Rectangle:GetArea() constint Width = itsRight-itsLeft;int Height = itsTop - itsBottom;return (Wi
22、dth * Height);int main()Rectangle MyRectangle (100, 20, 50, 80 ); int Area = MyRectangle.GetArea();cout Area: Area n;return 0;程序運(yùn)行輸岀:Area: 3000Upper Left X Coordinate: 204-11定義一個(gè)矩形類,有長、寬兩個(gè)屬 性,有成員函數(shù)計(jì)算矩形的面積解:#include class Rectanglepublic:Rectangle(float len, float width)Length = len;Width = width;Rec
23、tangle();float GetArea() return Length * Width; float GetLength() return Length; float GetWidth() return Width; private:float Length;float Width;void main()float length, width;cout length;cout width;Rectangle r(length, width);cout 長為 length 寬為 width 的矩形的面積為: r.GetArea () endl;程序運(yùn)行輸岀:請(qǐng)輸入矩形的長度:5請(qǐng)輸入矩形的
24、寬度:4長為5寬為4的矩形的面積為:204-12定義一個(gè)數(shù)據(jù)類型datatype類,能處理包含字符型、整型、浮點(diǎn)型三種 類型的數(shù)據(jù),給岀其構(gòu)造函數(shù)。解:#include class datatypeenumcharacter,integer, floating_point vartype;unionchar c;int i;float f;public:datatype(char ch) vartype = character;c = ch;datatype(int ii) vartype = integer;i = ii;datatype(float ff) vartype = floati
25、ng_point;f = ff;void print();void datatype:print() switch (vartype) case character:cout 字符型: c endl;break;case integer:cout 整型: i endl;break;case floating_point:cout 浮點(diǎn)型: f endl;break;void main() datatype A(c), B(12), C(1.44F);Tree(int n=0);n的值為1A.print();Tree();n的值為2B.print();void grow(int years);n
26、的值為3C.print();void age();n的值為4;n的值為5程序運(yùn)行輸岀:Tree:Tree(int n) n的值為6字符型:cages = n;n的值為7整型:12n的值為8浮點(diǎn)型:1.44Tree:Tree() n的值為94-13定義一個(gè)Circle類,有數(shù)據(jù)成員半age();n的值為10徑Radius,成員函數(shù) GetArea(),計(jì)算圓5-13定義類X、Y、乙函數(shù)h(X*),滿足:的面積,構(gòu)造一個(gè)Circle的對(duì)象進(jìn)行測void Tree:grow(int years) 類X有私有成員i,Y的成員函數(shù)g(X*)試。ages += years;是X的友元函數(shù),實(shí)現(xiàn)對(duì)X的成員i
27、加1,解:類Z是類X的友元類,其成員函數(shù)f(X*)#include void Tree:age() 實(shí)現(xiàn)對(duì)X的成員i加5,函數(shù)h(X*)是Xclass Circlecout 這棵樹的年齡為 ages 的友元函數(shù),實(shí)現(xiàn)對(duì) X的成員i加10。endl;在一個(gè)文件中定義和實(shí)現(xiàn)類,在另一個(gè)public:文件中實(shí)現(xiàn)main()函數(shù)。Circle(float radius) Radius = radius;void main()解:Circle()#include my_x_y_z.hfloat GetArea() return 3.14 * Radius *Tree t(12);void main()R
28、adius; t.age();private:t.grow(4);X x;float Radius;Z乙;程序運(yùn)行輸岀:z.f(&x);void main()這棵樹的年齡為12這棵樹的年齡為16/ my_x_y_z.h 文件float radius;第五章C+程序的基本結(jié)構(gòu)#ifndef MY_X_Y_Z_Hcout radius;5-12在函數(shù)fn1()中定義一個(gè)靜態(tài)變量class Y Circle p(radius);n,fn1()中對(duì)n的值加1,在主函數(shù)中,void g(X*);cout 半徑為 radius 的圓的面調(diào)用fn1()十次,顯示n的值。;積為: p.GetArea ()解:
29、class X endl;#include void fn1()private:程序運(yùn)行輸岀:int i;請(qǐng)輸入圓的半徑:5static int n = 0;public:半徑為5的圓的面積為:78.5n+;X()i=0;4-14定義一個(gè)tree類,有成員ages,成cout n 的值為 n vvendl;friend void h(X*);員函數(shù) grow(int years)對(duì) ages 力口 上friend void Y:g(X*);years,age()顯示tree 對(duì)象的 ages的值。void main()friend class Z;解:;#include for(int i =
30、 0; i i =+10; class Tree fn1();void Y:g(X* x) x-i +; int ages;class Z public:程序運(yùn)行輸岀:public:void f(X* x) x-i += 5; ;10X 5X 15 = 750 個(gè)元素1-2在數(shù)組A20中第一個(gè)元素和最后一1: 52: 7#endif / MY_X_Y_Z_H個(gè)元素是哪一個(gè)?3: 8程序運(yùn)行輸岀:無解:4: 35-14定義Boat與Car兩個(gè)類,二者都有第一個(gè)元素是A0,最后一個(gè)元素是6-11引用和指針有何區(qū)別?何時(shí)只能weight屬性,定義二者的一個(gè)友元函數(shù)A19。使用指針而不能使用引用?to
31、talWeight(),計(jì)算二者的重量和。6-3用一條語句定義一個(gè)有五個(gè)元素的解:解:整型數(shù)組,并依次賦予 15的初值。引用是一個(gè)別名,不能為NULL值,不能源程序:解:被重新分配;指針是一個(gè)存放地址的變#include 源程序:量。當(dāng)需要對(duì)變量重新賦以另外的地址class Boat;int IntegerArray5 = 1 , 2, 3, 4, 5 ;或賦值為NULL時(shí)只能使用指針。class Car或:int IntegerArray = 1,2,3,4,6-12聲明下列指針:float類型變量的指5 ;針pFloat, char類型的指針 pString和private:6-7什么叫做
32、指針?指針中儲(chǔ)存的地址struct customer 型的指針 weight;和這個(gè)地址中的值有何區(qū)別?解:public:解:float *pfloat;Car(int j)weight = j;指針是一種數(shù)據(jù)類型,具有指針類型的char *pString;friend int totalWeight(Car &aCar, Boat變量稱為指針變量。指針變量存放的是struct customer *prec;&aBoat);另外一個(gè)對(duì)象的地址,這個(gè)地址中的值6-13給定float類型的指針fp,寫出顯示;就是另一個(gè)對(duì)象的內(nèi)容。fp所指向的值的輸出流語句。class Boat6
33、-10定義一個(gè)有五個(gè)元素的整型數(shù)組,解:在程序中提示用戶輸入元素值,最后再cout Value = *fp;private:在屏幕上顯示出來。6-16定義一個(gè)整型變量a,一個(gè)整型指int weight;解:針P,個(gè)引用r,通過p把a(bǔ)的值改為public:源程序:10,通過r把a(bǔ)的值改為5Boat(int j)weight = j;#include 解:friend int totalWeight(Car &aCar, Boatint main()void main()&aBoat);int myArray5;int a;int totalWeight(Car &aCar, Boat &aBoa
34、t)int i;int *p = &a;for ( i=0; i5; i+)int &r = a;return aCar.weight + aBoat.weight;*p = 10;cout Value for myArray i myArrayi;6-21編寫一個(gè)函數(shù),統(tǒng)計(jì)一個(gè)英文句子Car c1(4);for (i = 0; i5; i+)中字母的個(gè)數(shù),在主程序中實(shí)現(xiàn)輸入、Boat b1(5);cout i : myArrayi n;輸出。cout totalWeight(c1 ,b1) endl;return 0;解:源程序:程序運(yùn)行輸岀:程序運(yùn)行輸岀:#include 9Value f
35、or myArray0: 2#include 第六章數(shù)組、指針與字符Value for myArray1: 5int count(char *str)串Value for myArray2: 76-1數(shù)組A10515 共有多少個(gè)元Value for myArray3: 8int i,num=0;素?Value for myArray4: 3for (i=0; stri; i+)解:0: 2if ( (stri=a & striv=z) | (stri=An = index(str1,str2);員變量,從 Document派生出Book類,& stri 0)增加PageCount變量。num+
36、;cout str2 在 str1 中左起第解: n+1#include return num; 個(gè)位置。endl;#include elseclass Documentvoid main()cout str2 不在 str1 中。vvendl;public:char text1OO;Document();cout 輸入一個(gè)英語句子: endl;程序運(yùn)行輸岀:Document( char *name );gets(text);輸入一個(gè)英語單詞:abcdefghchar *Name; / Document name.cout 這個(gè)句子里有 count(text) 輸入另一個(gè)英語單詞:devoid
37、 PrintNameOf(); / Print name.個(gè)字母。 endl;de在abcdefghijk中左起第 4個(gè)位置。;Document:Document( char *name )程序運(yùn)行輸岀:第七章繼承與派生輸入一個(gè)英語句子:7-7定義一個(gè)基類,構(gòu)造其派生類,在Name = new char strlen( name ) + 1 ;It is very interesting!構(gòu)造函數(shù)中輸岀提示信息,觀察構(gòu)造函strcpy( Name, name );這個(gè)句子里有19個(gè)字母。數(shù)的執(zhí)行情況。;6-22 編寫函數(shù) int index(char *s, char解:void Docume
38、nt:PrintNameOf()*t),返回字符串t在字符串s中出現(xiàn)的#include 最左邊的位置,如果在s中沒有與t匹配class BaseClasscout Name endl;的子串,就返回-1。解:public:class Book : public Document源程序:BaseClass();#include ;public:int index( char *s, char *t)BaseClass:BaseClass()Book( char *name, long pagecount );void PrintNameOf();int i,j,k;cout 構(gòu)造基類對(duì)象! De
39、rivedClass();if (tk =0);PageCount = pagecount;return i;DerivedClass:DerivedClass()void Book:PrintNameOf()return -1;cout 構(gòu)造派生類對(duì)象! endl;cout Name of book:;void main()void main()Document:PrintNameOf();int n;DerivedClass d;void main()char str120,str220;cout str1;構(gòu)造基類對(duì)象!Book b(Book1,100);cout str2;7-8 定義一個(gè) Document 類,有 name成程序運(yùn)行輸岀:Name of book: Bookl7-9定義基類Base,有兩個(gè)共有成員函 數(shù)fn1()、fn2(),私有派生出 Derived類, 如果想在 Derived類的對(duì)象中使用基類 函數(shù)fn1(),應(yīng)怎么辦?解:class Basepublic:int fn1() const return 1; int fn2() const return 2; ;class Derived : private Basepubli
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 讀《三個(gè)火槍手》有感
- 服務(wù)考核管理制度(3篇)
- 老年用藥護(hù)理
- 精神分裂的康復(fù)護(hù)理
- 土地權(quán)屬協(xié)議書(2篇)
- 商場消殺合同(2篇)
- 住宅工程質(zhì)量常見問題裂縫、滲漏防控專項(xiàng)治理施工方案
- 小學(xué)五年級(jí)上冊(cè)語文期末復(fù)習(xí)-看拼音寫詞語A3版
- 鋁合金門窗及百葉施工方案
- 小學(xué)圖書閱覽室管理制度
- 2024世界糖尿病日糖尿病與幸福感糖尿病健康教育課件
- 公務(wù)員2018年國考《申論》真題卷及答案(副省級(jí))
- 2024年基金從業(yè)資格證(含三個(gè)科目)考前必刷必練題庫500題(含真題、必會(huì)題)
- 醫(yī)學(xué)教材 超聲引導(dǎo)下肩關(guān)節(jié)液壓擴(kuò)張聯(lián)合針刀治療肩周炎的臨床應(yīng)用
- 民用無人機(jī)操控員執(zhí)照(CAAC)考試復(fù)習(xí)重點(diǎn)題庫500題(含答案)
- 五四運(yùn)動(dòng) 說課課件 2024-2025學(xué)年統(tǒng)編版八年級(jí)歷史上冊(cè)
- 寵物棄養(yǎng)合同協(xié)議書
- 2024年統(tǒng)編版新教材語文小學(xué)一年級(jí)上冊(cè)全冊(cè)單元測試題及答案(共8單元)
- 兩彈一星精神(教學(xué)設(shè)計(jì))-2023-2024學(xué)年小學(xué)科學(xué)課后服務(wù)科普課程
- 2024年北師大版七年級(jí)上冊(cè)數(shù)學(xué)期中綜合檢測試卷及答案
- 籍貫對(duì)照表完整版
評(píng)論
0/150
提交評(píng)論