-
-
2Office word综合操作题 在最后一步做页眉的奇偶页不同时,选了那个以后 下面偶数页的页码没了 没关系的吗
-
3为什么交叉引用点了只有标签和编号还是会有整一个标题出现
-
3
-
2
-
5在Excel中使用填充柄对包含数字的区域复制时应按住______键。 (A) Alt (B) Ctrl (C) Shift (D) Tab 老师,这道题Ctrl也可以,为什么答案会是A?
-
1
-
3
-
4
-
2
-
1
-
6
-
0错误LNK2001无法解析的外部符号 "private: static float Product::sum" (?sum@Product@@0MA) 调试时三个静态变量都显示“无法解析的外部符号”,什么原因?怎么解决? 程序源代码: #include <iostream> using namespace std; class Product { public: Product(int n,int q,float p):num(n),quantity(q),price(p){} void totle(); static float average(); static void display(); private: int num; int quantity; float price; static float sum; static float discout; static int n; }; void Product::totle() { float rate = 1.0; if (quantity > 10)rate = rate *
-
4c++语句char *name[] = { "china","india","amarica","england" }; 用户Visio studio 2019调试出现错误 错误(活动)E0144"const char *" 类型的值不能用于初始化 "char *" 类型的实体 用dev5.9.1调试出现警告 [Warning] deprecated conversion from string constant to 'char*' [-Wwrite-strings] 什么原因?怎么解决? 程序代码 #include <iostream> #include <string> using namespace std; int main() { void sort(char * name[], int n); void print(char* name[], int n); int n; char *name[] = { &q
-
1老师网络技术这节课中用控制端配置交换机具体步骤的网址为
-
2编译软件是用的哪个版本,我的Vc6没有行号
-
2
-
1
-
2
-
1#include<stdio.h> int main() { float a,w,s,p,d; int k; printf("货物重量为"); scanf("%f",&w); printf("送货路程为"); scanf("%f",&s); printf("货物单价为"); scanf("%f",&p); if(s>3000) d=15; else { k=(int)s/250; }switch(k) {case 0: d=0; break; case 1: d=2; break; case 2: case 3: d=5; case 4: case 5: case 6: case 7: d=8; break; case 8: case 9: case 10: case 11: d=10; case 12: d=15; break; default: break; } a=w*s*p*(1-d/100.0); printf("总价为%.2f",a); } 不知道为什么,总算不出正确
-
2
-
3
-
0
-
36.14数组指针中,i,j,k中i表示0与123相比,1与23相比,2与3相比。j表示1与23相比,2与3相比。一个与三个相比,一个与两个相比,i=k,假设k是最小的,有一个strcmp的比较函数,k与j相比,最后2-3相比在哪里,没看懂,k!=i,证明他不是最小值,所以进行交换。看不懂的是k=i,if(strcmp(name[j],name[k])>0)k=j,中间j,k关系我整好久还没明白视频看三遍了,能在简单化的详细讲解一下吗,谢谢
-
1那个dev中打出一个字符,自动提示几样可以选择的那个提示是什么按出来的
-
8
-
1那个什么函数指针和指针函数听不明白,我太难了。
-
6我想问一下printf和cout有什么区别呢,我还没明白,之前买书自学的
-
4
-
6
-
4老师你好,有没有VC++6.0。 想用VC++6.0来编程
-
1为什么word文档每次编号他都不能按照第一级别那排序,直接变成1.几排序了
-
1
-
1
-
4
-
1浙江省二级计算机 的选择和填空的答案不准 有没有新的版本? 还有怎么进群
-
3老师 浙江省计算机二级的题库在哪
-
1
-
1
-
1好多题目都跟教材答案不同 百度也不同 到底哪个对的