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

read-modify-write

  • Software Testing, Second Edition provides practical insight into the world of software testing and q

    Software Testing, Second Edition provides practical insight into the world of software testing and quality assurance. Learn how to find problems in any computer program, how to plan an effective test approach and how to tell when software is ready for release. Updated from the previous edition in 2000 to include a chapter that specifically deals with testing software for security bugs, the processes and techniques used throughout the book are timeless. This book is an excellent investment if you want to better understand what your Software Test team does or you want to write better software.

    标签: practical Software provides software

    上传时间: 2015-04-30

    上传用户:bjgaofei

  • The Art of Assembly Language Amazing! You’re actually reading this. That puts you into one of three

    The Art of Assembly Language Amazing! You’re actually reading this. That puts you into one of three categories: a student who is being forced to read this stuff for a class, someone who picked up this book by accident (probably because you have yet to be indoctrinated by the world at large), or one of the few who actually have an interest in learning assembly language.

    标签: Assembly Language actually Amazing

    上传时间: 2015-04-30

    上传用户:asddsd

  • 接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response A

    接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response As String Dim msg As New Pop3Message msg.bytes = rhs.bytes msg.number = rhs.number message = "RETR " + rhs.number.ToString + vbCrLf write(message) response = Respond() If response.Substring(0, 3) <> "+OK" Then Throw New Pop3Exception(response) End If MsgBox(msg) msg.retrieved = True While (1 = 1) response = Respond() If response = "." + vbCrLf Then Exit While Else msg.message += response End If End While Return msg End Function

    标签: Pop3Message Function Retrieve response

    上传时间: 2013-12-28

    上传用户:fnhhs

  • This program dump password hashes from local or remote Windows NT/2000 machines. It prints them on

    This program dump password hashes from local or remote Windows NT/2000 machines. It prints them onto the screen in l0phtcrack format, or will write them to a file if desired.

    标签: password machines program Windows

    上传时间: 2014-01-15

    上传用户:a673761058

  • This project is created using the Keil ARM CA Compiler. The Logic Analyzer built into the simula

    This project is created using the Keil ARM CA Compiler. The Logic Analyzer built into the simulator may be used to monitor and display any variable or peripheral I/O register. It is already configured to show the PWM output signal on PORT3.0 and PORT3.1 This ARM Example may be debugged using only the uVision Simulator and your PC--no additional hardware or evaluation boards are required. The Simulator provides cycle-accurate simulation of all on-chip peripherals of the ADuC7000 device series. You may create various input signals like digital pulses, sine waves, sawtooth waves, and square waves using signal functions which you write in C. Signal functions run in the background in the simulator within timing constraints you configure. In this example, several signal functions are defined in the included Startup_SIM.INI file.

    标签: the Analyzer Compiler project

    上传时间: 2013-12-19

    上传用户:Yukiseop

  • The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pasca

    The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees. This program compresses and decompresses files, and does a pretty good job of it. Contents: SPLAY.PAS Original TP source code SPLAY.C Translation of code to C SPLAY.EXE Compiled version of SPLAY.C (small model) README.DOC You are looking at it Read the comments at the beginning of SPLAY.C for more info.

    标签: program translation Kokkonen pascal

    上传时间: 2015-05-05

    上传用户:rocwangdp

  • 公交查询生成系统 Find.exe可以查询指定站点间的转站方案(可实现无限转)

    公交查询生成系统 Find.exe可以查询指定站点间的转站方案(可实现无限转),输出结果以转站次数最少为最优 Modify.exe可以完成数据库的增、删、改。

    标签: Find exe 查询 方案

    上传时间: 2013-12-26

    上传用户:ruixue198909

  • ABEL语言的编译器

    ABEL语言的编译器, 在DOS下使用。内有READ.TXT文件,使用前请看之。

    标签: ABEL 语言 编译器

    上传时间: 2015-05-13

    上传用户:bjgaofei

  • Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w

    Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with disks but also fine with memorys, too.

    标签: available libraries Although nearly

    上传时间: 2014-01-22

    上传用户:zhoujunzhen

  • psp上最好的 ereader0.9更新: [+] 制作了个简单的软件图标 [+] 记住上次退出时选择/阅读的文件 [+] 增加mp3快进/快退功能 (左/右按键, 因为CPU的速度问题

    psp上最好的 ereader0.9更新: [+] 制作了个简单的软件图标 [+] 记住上次退出时选择/阅读的文件 [+] 增加mp3快进/快退功能 (左/右按键, 因为CPU的速度问题,因此快进运行比较慢) [+] 增加mp3列表控制 (在mp3控制界面按SELECT键) [+] 退出时mp3列表自动保存到music.lst [+] mp3控制界面增加电池剩余量和时间显示 [+] 字体可以放在压缩文件fonts.zip里以节约空间(旧的fonts目录存放方法也可以用) [+] 在书签界面可以切换自动保存书签与否的选项 (见书签界面的底部行说明) [+] 可以用L和R快速切换前景色和背景色的数值 [!] 修正html的Javascript中document.write()函数的解析 [!] 修正FAT32读取 [!] 优化了一些代码以提高稳定性和性能 [!] 修正一些其它bug

    标签: ereader psp 0.9 CPU

    上传时间: 2013-12-18

    上传用户:manking0408