虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Start-out

  • If you need a simple program to time onscreen events this is it. Just click the window and it will

    If you need a simple program to time onscreen events this is it. Just click the window and it will start timing. Click again and it will stop.

    标签: onscreen program events simple

    上传时间: 2017-08-31

    上传用户:王小奇

  • WordCloud is a visual depiction of how many times a word is used, or its frequency if you will, with

    WordCloud is a visual depiction of how many times a word is used, or its frequency if you will, within a given set of words. It does this by: reading in plain text, filtering out "stop words", counting how many times a word is used, and displaying results in a Squarified Treemap.

    标签: WordCloud depiction frequency visual

    上传时间: 2017-09-03

    上传用户:cc1915

  • The goal of this thesis is the development of traffic engineering rules for cellular packet radio n

    The goal of this thesis is the development of traffic engineering rules for cellular packet radio networks based on GPRS and EDGE. They are based on traffic models for typical mobile applications. Load generators, representing these traffic models, are developed and integrated into a simulation environment with the prototypical implementation of the EGPRS protocols and models for the radio channel, which were also developed in the framework of this thesis. With this simulation tool a comprehensive performance evaluation is carried out that leads to the traffic engineering rules.

    标签: development engineering cellular traffic

    上传时间: 2014-01-11

    上传用户:Miyuki

  • 关于代码的解释(以区为单位): 1区中

    关于代码的解释(以区为单位): 1区中,当读取文件时,先把文件内容读到缓存中,当调用in.readLine()时,再从缓存中以字符的方式读取数据(以下简称“缓存字节读取方式”)。 1b区中,由于想以缓存字节读取方式从标准IO(键盘)中读取数据,所以要先把标准IO(System.in)转换成字符导向的stream,再进行BufferedReader封装。 2区中,要以字符的形式从一个String对象中读取数据,所以要产生一个StringReader类型的stream。 4区中,对String对象s2读取数据时,先把对象中的数据存入缓存中,再从缓冲中进行读取;对TestIO.out文件进行操作时,先把格式化后的信息输出到缓存中,再把缓存中的信息输出到文件中。 5区中,对Data.txt文件进行输出时,是先把基本类型的数据输出屋缓存中,再把缓存中的数据输出到文件中;对文件进行读取操作时,先把文件中的数据读取到缓存中,再从缓存中以基本类型的形式进行读取。注意in5.readDouble()这一行。因为写入第一个writeDouble(),所以为了正确显示。也要以基本类型的形式进行读取。 6区是通过RandomAccessFile类对文件进行操作。

    标签: 代码 单位

    上传时间: 2013-12-28

    上传用户:Shaikh

  • Like many of my colleagues in this industry, I learned Windows programming from Charles Petzold s Pr

    Like many of my colleagues in this industry, I learned Windows programming from Charles Petzold s Programming Windows—a classic programming text that is the bible to an entire generation of Windows programmers. When I set out to become an MFC programmer in 1994, I went shopping for an MFC equivalent to Programming Windows. After searching in vain for such a book and spending a year learning MFC the old-fashioned way, I decided to write one myself. It s the book you hold in your hands. And it s the book I would like to have had when I was learning to program Windows the MFC way.

    标签: programming colleagues industry Charles

    上传时间: 2014-01-10

    上传用户:曹云鹏

  • PenguinCards is a java-based card game. You can either play against computer or another player. On t

    PenguinCards is a java-based card game. You can either play against computer or another player. On the board, there are card pairs and your aim is to find out these card pairs. The one who finds out more card pairs is the winner. Have fun!

    标签: PenguinCards java-based computer against

    上传时间: 2013-12-17

    上传用户:xfbs821

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

    已知数据文件IN.dat中存有200个四位数,并已调用读函数rData()把这些数存入数组a中,请编写函数spellNum(),其功能是:把个位数字和千位数字重新组成一个新的二位数(新二位数的十位数字是原四位数的个位数字,新二位数的个位数字是原四位数的千位数字),以及把百位数字和十位数字组成另一个新的二位数(新二位数的十位数字是原四位数的百位数字,新二位数的个位数字是原四位数的十位数字),如果新组成的两个二位数一个是奇数,另一个为偶数,并且两个二位数中至少有一个数能被17整除,同时两个新数的十位数字均不为0,则将满足此条件的四位数按从大到小的顺序存入数组b中,并要计算满足上述条件的四位数的个数count。最后main()函数调用写函数wData(),把结果count以及数组b中符合条件的四位数输出到OUT.dat文件中。

    标签: 200 dat IN 数据文件

    上传时间: 2014-10-29

    上传用户:李彦东

  • Beginning with tips for the person who is programming with SQL for the first time, SQL Tips and Tech

    Beginning with tips for the person who is programming with SQL for the first time, SQL Tips and Techniques grows with your skills. You can start with Tip 1, "Understanding the Definition of a Database," and by the last Tip, "Displaying Image Data Stored Within a SQL Table," you will have covered all aspects of SQL.

    标签: with programming Beginning for

    上传时间: 2013-12-21

    上传用户:LIKE

  • 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 produce 8 ASCII output files: density.out. Density vs. x entropy.out. Entropy vs. x mach.out. Mach number vs. x massflux.out. Mass flux vs. x pressure.out. Pressure vs. x sound.out. Speed-of-sound vs. x velocity.out. Velocity vs. x waves.out. A description of the solution in terms of the three waves defined in the book (+,-,0).

    标签: 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.

    标签: Unix Programming performance tutorial

    上传时间: 2013-12-20

    上传用户:yiwen213