Sciweavers

3107 search results - page 252 / 622
» Error-Correcting Source Code
Sort
View
156
Voted
IADIS
2004
15 years 6 months ago
SMS transmission using PDU mode and 7-bit coding scheme
This paper describes the design and implementation of an SMS transmission system using the PDU (Protocol Data Unit) mode of a GSM (Global System for Mobile Communications) modem. ...
Andrés Ortiz, Alberto Prieto
CASCON
2003
89views Education» more  CASCON 2003»
15 years 6 months ago
Removing false code dependencies to speedup software build processes
The development of large software systems involves a continual lengthy build process that may include preprocessing, compilation and linking of tens of thousands of source code ï¬...
Yijun Yu, Homayoun Dayani-Fard, John Mylopoulos
ESORICS
2011
Springer
14 years 4 months ago
Who Wrote This Code? Identifying the Authors of Program Binaries
Program authorship attribution—identifying a programmer based on stylistic characteristics of code—has practical implications for detecting software theft, digital forensics, a...
Nathan E. Rosenblum, Xiaojin Zhu, Barton P. Miller
ICIP
2001
IEEE
16 years 6 months ago
Rate allocation criteria in source-channel coding of images
In progressive joint source-channel coding of images, experiments show that optimizing rate allocation according to PSNR criteria and according to rate criteria produce essentiall...
Ahmadreza Hedayat, Aria Nosratinia
SIGSOFT
2007
ACM
16 years 5 months ago
RELAY: static race detection on millions of lines of code
Data races occur when multiple threads are about to access the same piece of memory, and at least one of those accesses is a write. Such races can lead to hard-to-reproduce bugs t...
Jan Wen Voung, Ranjit Jhala, Sorin Lerner