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

read-write

  • jSearch - turns search Engines into FIND engines - Programming in JAVA Copyright (C) 1999-2009 Hun

    jSearch - turns search Engines into FIND engines - Programming in JAVA Copyright (C) 1999-2009 Hunt Lin This program is free software you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation either version 2 of the License, or(at your option) any later version. This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details. You should have received a copy of the GNU General Public Licensealong with this program if not, write to the Free SoftwareFoundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Also add information on how to contact you by electronic and paper mail.

    标签: Programming Copyright jSearch Engines

    上传时间: 2017-02-10

    上传用户:qoovoop

  • This text introduces the spirit and theory of hacking as well as the science behind it all it also p

    This text introduces the spirit and theory of hacking as well as the science behind it all it also provides some core techniques and tricks of hacking so you can think like a hacker, write your own hacks or thwart potential system attacks. 我记得好像的关于缓冲区溢出的

    标签: introduces the hacking science

    上传时间: 2014-08-14

    上传用户:Breathe0125

  • This file contains board-specific information for the Motorola cpv3060 target board. Specifically,

    This file contains board-specific information for the Motorola cpv3060 target board. Specifically, this file contains information on any BSP interface changes from previous software or hardware versions, and contains caveats that the user must be aware of before using this BSP. Additionally, the target board s reference entry (i.e., cpv3060/target.nr) provides board-specific information necessary to run VxWorks, and should be read before this BSP is used.

    标签: board-specific Specifically information Motorola

    上传时间: 2017-02-16

    上传用户:libinxny

  • This file contains board-specific information for the Motorola LoPEC in support of the lopec BSP. S

    This file contains board-specific information for the Motorola LoPEC in support of the lopec BSP. Specifically, this file contains information on any BSP interface changes from previous software or hardware versions, and contains caveats that the user must be aware of before using this BSP. Additionally, the target board s manual page entry (for example, lopec/target.nr) provides board-specific information necessary to run VxWorks, and should be read before this BSP is used.

    标签: board-specific information the Motorola

    上传时间: 2013-12-05

    上传用户:a673761058

  • Description The art galleries of the new and very futuristic building of the Center for Balkan Coop

    Description The art galleries of the new and very futuristic building of the Center for Balkan Cooperation have the form of polygons (not necessarily convex). When a big exhibition is organized, watching over all of the pictures is a big security concern. Your task is that for a given gallery to write a program which finds the surface of the area of the floor, from which each point on the walls of the gallery is visible. On the figure 1. a map of a gallery is given in some co-ordinate system. The area wanted is shaded on the figure 2.

    标签: Description futuristic galleries the

    上传时间: 2017-02-17

    上传用户:1427796291

  • 1.  假设你的工具啦OA安装在D:MYOA

    1.  假设你的工具啦OA安装在D:\MYOA,解压缩附件中的reg 2.  放在D:\MYOA\webroot\文件夹下 3.  访问Http://OA地址/reg,输入机器码得到注册码,序列号也给出了,建议大家不要验证。 4.  登录OA,用注册码进行注册  已经测试确实可以得到注册码注册成功! 原文链接:极限OA2009注册机 http://www.tool.la/soft/read-htm-tid-10709.html

    标签: nbsp MYOA

    上传时间: 2017-02-20

    上传用户:yd19890720

  • Reads/writes text as a character stream, buffering characters so as to provide for the efficient rea

    Reads/writes text as a character stream, buffering characters so as to provide for the efficient reading/writing of characters, arrays, and lines. The buffer size may be specified, or the default size may be used. The default is large enough for most purposes. In general, each read request made of a Reader causes a corresponding read request to be made of the underlying character or byte stream. It is therefore advisable to wrap a BufferedReader around any Reader whose read() operations may be costly, such as FileReaders and InputStreamReaders.

    标签: characters character buffering efficient

    上传时间: 2017-02-20

    上传用户:cjl42111

  • 这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针

    这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializing....\n") } Uart_Printf("sd ready\n") fp=fopen(temp, READ) // 打开文件就可以用了, 函数和标准c中的一样,所以不能加载stdio.h if(!fp) { Uart_Printf("open file wrong\n") while(1) } Uart_Printf("open file successed\n")

    标签: 2410 FILE fat 文件系统

    上传时间: 2013-12-30

    上传用户:xlcky

  • "Readers can pick up this book and become familiar with C++ in a short time. Stan has taken a very b

    "Readers can pick up this book and become familiar with C++ in a short time. Stan has taken a very broad and complicated topic and reduced it to the essentials that budding C++ programmers need to know to write real programs. His case study is effective and provides a familiar thread throughout the book.

    标签: familiar Readers become short

    上传时间: 2014-01-19

    上传用户:luke5347

  • The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value

    The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value. A 0 [1] bit corresponds to the Boolean value false [true], respectively. We can look at a stream of bytes as a stream of bits each byte contains 8 bits, so any n bytes hold n*8 bits. And the operation to manipulate this stream or bits array is so easy, jut read or change the bits state or make any Boolean operation on the whole bits array, like 鈥楢ND鈥? 鈥極R鈥? or 鈥榅OR鈥?

    标签: structure compacted Booleans provides

    上传时间: 2014-01-15

    上传用户:坏天使kk