高手请进 编程问题

如题所述

无其他回答

编程高手请进!(C语言)
1.include <stdio.h> include<stdlib.h> include<ctype.h> main(){ int count;\/*猜数字的次数*\/ int number;\/*系统产生的随机数字*\/ int guess;\/*程序员输入数字*\/ char yes='Y';clrscr();printf("\\nNow let us play the game.\\n Guess the number:");while (toupper(yes)=='Y'...

C++编程题(高手请进)
1、某航空公司规定在旅游的旺季7~9月份,如果订票数超过20张,票价优惠15%,20张以下,优惠5%;在旅游的淡季1~5月份、10月份、11月份,如果订票数超过20张,票价优惠30%,20张以下,优惠20%;其他情况一律优惠10%设计程序,根据月份和订票张数决定票价的优惠率。include<iostream.h> void main(){...

Pascal编程问题,高手请进
如果那个数比maxlongint还打怎么办,(说不定这里就会丢一个测试点)而且楼主也没说明白给不给n出来,也没说明白n的取值,更没说给的数的类型,(表示麻烦多多)如果给n的话 直接第一步就 min:=a【1】;然后从a【2】 到 a【n】算;还少算一次,嘻嘻。如果不给n的话,弱弱地想到一个方法...

[C语言问题][高手请进] 12345 怎样通过+ - × ÷得 22 ?
我把它写出来了:include "iostream.h"include "math.h"include <string> using namespace std;double num[5];string exps[5];double round(double d,int p){ double *dp,d1;dp=new double;d=d*pow(10,p);d1=modf(d,dp);d1>=0.5?d=(*dp+1)\/pow(10,p):d=*dp\/pow(10,p)...

高手请进!VC2010 工具栏编程问题
{ TRACE0("未能创建工具栏\\n");return -1; \/\/ 未能创建 } \/\/ 这是要加的代码 if (!m_newToolBar.CreateEx(this, TBSTYLE_FLAT, WS_CHILD | WS_VISIBLE | CBRS_RIGHT | CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) || !m_newToolBar.LoadToolBar(IDR_TOOL...

EXCEL高手请进,需要VBA编程,筛选重复数据并显示统计数量以及显示下一行...
Range("a3:a100").ClearContents Set sh1 = Sheets("sheet1")x = sh1.[a65536].End(xlUp).Row n = 3 For i = 2 To x With sh1 If .Cells(i, 1) = [b1] Then Cells(n, 1) = .Cells(i, 1)Cells(n, 2) = .Cells(i, 2)Cells(n, 3) = .Cells(i, 3)Cells(n, 4...

FLASH编程高手请进,请教一个function()问题
newTime = new Date();tH = newTime.getHours();tM = newTime.getMinutes();tS = newTime.getSeconds();endTime = tH*3600+tM*60+tS+90;function traceTime() { this.onEnterFrame = function() { trace(endTime);};} traceTime();...

游戏编程高手请进,如何解决游戏软件的限时问题
1.一般来说,在第一次玩的时候会在注册表里边写入一些信息.那个会导致重装游戏不能玩。2.在C;\\windows或C:\\windows\\system32目录下生成一个文件计时,利用人们不敢乱动系统文件的心理。一般就这两种。\/\/\/ 那就是第二种,用文件藏起来了,这种东西不好找。(还有,你真的是真·恢复注册表吗,只...

C语言编程问题.请高手进(附源码)!!!HELP
printf("请输入所需要的功能:");scanf("%d",&a);switch(a){ case 1:fcxxwh();break;case 2:;break;case 3:;break;case 4:;break;default:printf("输入错误,请重新打开程序输入!");} } void fcxxwh(void){int a,b,c;printf("1.录入\\t");printf("2.修改\\t");printf("3.删除\\...

perl 语言高手请进~~~ 编程
我写了段script,在我的机子上可以跑,如果你的txt中不含标点符号,这样就可以了,如果含标点则要修改script Linux 上 在txt和script所在路径下用命令: parsetxt.pl txt1.txt txt2.txt 内容:!\/usr\/bin\/perl for a zhidaoquestion Usage: parsetxt.pl txt1.txt txt2.txt use strict;use ...

相似回答
大家正在搜