按分类查找:

  • 已知数据文件IN.dat中存有200个四位数

    已知数据文件IN.dat中存有200个四位数,并已调用读函数rData()把这些数存入数组a中,请编写函数spellNum(),其功能是:把个位数字和千位数字重新组成一个新的二位数(新二位数的十位数字是原四位数的个位数字,新二位数的个位数字是原四位数的千位数字),以及把百位数字和十位数字组成另一个新的二位数(新二位数的十位数 ...

    /dl/490132.html

    标签: 200 dat IN 数据文件

    上传时间: 2014-10-29

    上传用户:李彦东

  • These codes require an ASCII input file called input.dat of the following form: Lower Limit on x

    These codes require an ASCII input file called input.dat of the following form: Lower Limit on x Upper Limit on x Final Time Pressure for x<0 when t=0 Density for x<0 when t=0 Speed for x<0 when t=0 Pressure for x>0 when t=0 Density for x>0 when t=0 Speed for x>0 when t=0 These codes ...

    /dl/492503.html

    标签: input following require called

    上传时间: 2017-09-21

    上传用户:希酱大魔王

  • Unix Shell Programming is a tutorial aimed at helping Unix and Linux users get optimal performance o

    Unix Shell Programming is a tutorial aimed at helping Unix and Linux users get optimal performance out of their operating out of their operating system.

    /dl/492882.html

    标签: Unix Programming performance tutorial

    上传时间: 2013-12-20

    上传用户:yiwen213

  • If you are a C++ programmer who desires a fuller understanding of what is going on "under the hood,"

    If you are a C++ programmer who desires a fuller understanding of what is going on "under the hood," then Inside the C++ Object Model is for you! Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary ge ...

    /dl/493487.html

    标签: understanding programmer desires fuller

    上传时间: 2017-09-25

    上传用户:gtzj

  • 红外解码程序

    /* &nbsp;* _168ZHONGDUAN2.c &nbsp;* &nbsp;* Created: 2014/11/2 15:12:45 &nbsp;* &nbsp;Author: lenovo &nbsp;*/&nbsp; #include <avr/io.h> #include <avr/iom168pa.h> #include <avr/interrupt.h> #include <util/delay.h> #include <avr/eeprom.h> //#include <util/delay_basic.h> //unsigned char const SEGtabl ...

    /dl/509771.html

    标签: 程序

    上传时间: 2016-03-03

    上传用户:彦 yan

  • pppdump

    pppdump - print out the contents of a record file generated by  pppd in readable form

    /dl/510082.html

    标签: ppp ppp解析

    上传时间: 2016-03-26

    上传用户:guoshuai1996

  • RVDS2.2破解工具

    RealView Developer Suite v2.2 破解 (2009-12-11) &nbsp;使用RealView Developer Suite v2.2,传说中的RVDS 2.2,破解也有问题,经过我琢磨。 &nbsp; 破解步骤修改如下: 1)用generate产生license file (注意自己的系统时间 &nbsp; 最好是真实的当前时间,如果时间比较旧的话,产生的license file 将不能注册。license ...

    /dl/514017.html

    标签: RVDS2 破解

    上传时间: 2017-01-18

    上传用户:zbxinu

  • test.v

    test uploading, the doc is just describe the behaviour of usa tax reporting form which may out of date already, thanks for viewing

    /dl/514212.html

    标签: test

    上传时间: 2017-02-23

    上传用户:hetachy

  • java学生数据库

    /*import java.util.Scanner; //主类 public class student122 { &nbsp;&nbsp;//主方法 &nbsp;&nbsp;public static void main(String[] args){ &nbsp;&nbsp;&nbsp;&nbsp;//定义7个元素的字符数组 &nbsp;&nbsp;&nbsp;&nbsp;String[] st = new String[7]; &nbsp;&nbsp;&nbsp;&nbsp;inputSt(st); &nbsp ...

    /dl/514408.html

    标签: java 数据库

    上传时间: 2017-03-17

    上传用户:simple

  • java入门编程合集

    题目:古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少?&nbsp;&nbsp;&nbsp; //这是一个菲波拉契数列问题 public class lianxi01 { public static void main(String[] args) { System.out.println("第1个月的兔子对数:&n ...

    /dl/516446.html

    标签: java 编程

    上传时间: 2017-12-24

    上传用户:Ariza