万能百科>>计算机 >>

"计算机"分类下的词条

设已经在菜单编辑器中设计了窗体的快捷菜单,某顶级菜单为a1,且取消其“可见”属性。运行时,哪个事件
编辑:0次 | 浏览:次 词条创建者:幸福     创建时间:2021-05-04
标签:

摘要: 设已经在菜单编辑器中设计了窗体的快捷菜单,某顶级菜单为a1,且取消其“可见”属性。运行时,哪个事件[阅读全文:]

有以下程序 #include struct st { int x,y;} data[2]={1,10,2,20}; main(
编辑:0次 | 浏览:次 词条创建者:大鱼儿     创建时间:2021-05-04
标签:

摘要: 有以下程序 #include struct st { int x,y;} data[2]={1,10,2,20}; main([阅读全文:]

有以下程序 #include void fun(int a, int b) {int t; t=a; a=b;
编辑:0次 | 浏览:次 词条创建者:胡晓     创建时间:2021-05-04
标签:

摘要: 有以下程序 #include void fun(int a, int b) {int t; t=a; a=b;[阅读全文:]

在深度为5的满二叉树中,叶子节点的个数为
编辑:0次 | 浏览:次 词条创建者:可可     创建时间:2021-05-04
标签:

摘要: 在深度为5的满二叉树中,叶子节点的个数为[阅读全文:]

有以下程序 #include #include int fun(int n) {int *
编辑:0次 | 浏览:次 词条创建者:Like     创建时间:2021-05-04
标签:

摘要: 有以下程序 #include #include int fun(int n) {int *[阅读全文:]

下面的数组声明语句中正确的是
编辑:0次 | 浏览:次 词条创建者:黑色     创建时间:2021-05-04
标签:

摘要: 下面的数组声明语句中正确的是[阅读全文:]

软件生命周期中所花费用最多的阶段是
编辑:0次 | 浏览:次 词条创建者:大福地     创建时间:2021-05-04
标签:

摘要: 软件生命周期中所花费用最多的阶段是[阅读全文:]

有以下程序 #include int fun(int a, int b) { if(b==0) return a;
编辑:0次 | 浏览:次 词条创建者:心随云漫步     创建时间:2021-05-04
标签:

摘要: 有以下程序 #include int fun(int a, int b) { if(b==0) return a;[阅读全文:]

为了在列表框中使用Ctrl和Shift键进行多个列表项的选择,应将列表框的Multiselect属性设置为
编辑:0次 | 浏览:次 词条创建者:大福地     创建时间:2021-05-04
标签:

摘要: 为了在列表框中使用Ctrl和Shift键进行多个列表项的选择,应将列表框的Multiselect属性设置为[阅读全文:]

有以下程序 #include main() { int i=5; do { if(i%3==1)
编辑:0次 | 浏览:次 词条创建者:大宁     创建时间:2021-05-04
标签:

摘要: 有以下程序 #include main() { int i=5; do { if(i%3==1)[阅读全文:]