-
C語言快速參考2002版,C Pocket Reference 2002
標(biāo)簽:
2002
C語言
上傳時(shí)間:
2014-01-14
上傳用戶:firstbyte
-
Objective-C快速參考,Objective-C Pocket Reference2002
標(biāo)簽:
Objective-C
上傳時(shí)間:
2016-11-15
上傳用戶:wanqunsheng
-
This document provides guidelines and describes how to easily port S60 2nd Edition
C++ applications to S60 3rd Edition. The document has been written based on
experiences of porting regular S60 2nd Edition applications, such as the S60 Platform:
POP/IMAP Example [4] that can be downloaded from Forum Nokia. Code snippets from
the example are shown in Chapter 8, “Application build changes,” and in Appendix A,
“Code example." In addition, Appendix B, "Commonly used functions that require
capabilities," and Appendix C, "Commonly used interfaces that have been changed or
removed," provide useful information on some frequently used functions and interfaces
in third-party applications.
標(biāo)簽:
application
guidelines
describes
document
上傳時(shí)間:
2017-01-29
上傳用戶:wang5829
-
In this article, I will explain how to create UDP packets and then send them to a remote server through the Internet using WinPCap for Windows. The code has been tested to work with Windows XP SP2 and Vista SP1 on Linksys routers, and on Toshiba modems connected directly to the Internet. Please note that the code here is very minimalistic, and can be greatly expanded depending on your needs. The reason I use WinPCap in this article is that it solves the issue of Winsock for Windows (XP SP2 and above) not allowing raw UDP packets to be sent (in Linux, you can just use regular sockets). With WinPcap, it is possible to specify your own source IP and source hardware addresses in packets.
標(biāo)簽:
article
explain
packets
create
上傳時(shí)間:
2013-12-12
上傳用戶:x4587
-
cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root and even multiply and divide.
the method dates back to volder [1959], and due to its versatility and compactness, it made possible the microcoding of the hp35 pocket scientific calculator in 1972.
here is some code to illustrate the techniques. ive split the methods into three parts linear, circular and hyperbolic. in the hp35 microcode these would be unified into one function (for space reasons). because the linear mode can perform multiply and divide, you only need add/subtract and shift to complete the implementation.
you can select in the code whether to do the multiples and divides also by cordic means. other multiplies and divides are all powers of 2 (these dont count). to eliminate these too, would involve ieee hackery.
標(biāo)簽:
essentially
algorithm
describe
suitably
上傳時(shí)間:
2017-03-02
上傳用戶:litianchu
-
learning English The following appeared in a memorandum written by the vice president of Nature s Way, a chain of stores selling health food and other health-related products. "Previous experience has shown that our stores are most profitable in areas where residents are highly concerned with leading healthy lives. We should therefore build our next new store in Plainsville, which has many such residents. Plainsville merchants report that sales of running shoes and exercise clothing are at all-time highs. The local health club, which nearly closed five years ago due to lack of business, has more members than ever, and the weight training and aerobics classes are always full. We can even anticipate a new generation of customers: Plainsville s schoolchildren are required to participate in a fitness for life program, which emphasizes the benefits of regular exercise at an early age.
標(biāo)簽:
memorandum
following
president
learning
上傳時(shí)間:
2017-03-06
上傳用戶:youth25
-
This book gives a concise description of the Java 2 programming language. They give a quick reference for the reader who has already learned (or is learning) Java from a standard textbook
and who wants to know the language in more detail. These book presents the entire Java programming language and essential parts of the class libraries: the collection classes and the input-output classes.
標(biāo)簽:
description
programming
language
concise
上傳時(shí)間:
2017-06-20
上傳用戶:asdkin
-
During the past four years, most of our research activities have been focused on image but also video
and 3-D objects processing for security applications (watermarking and biometrics) and communications
(talking heads, interfaces), with a special emphasis on facial images. More about our work can be found
at http://www.eurecom.fr/~image.
Our research activities are conducted with the backing of several industrials, in particular France
Telecom Research and STMicroelectronics.
For the past few years, we have had a regular scientific collaboration on Fractal Image Coding,
Watermarking and Biometrics with the University of California, Santa Barbara (UCSB), in particular with
Prof. K. Ros
標(biāo)簽:
activities
research
focused
During
上傳時(shí)間:
2014-11-26
上傳用戶:123啊
-
New to Python? This is the developer s guide to Python development! q Learn the core features of Python as well as advanced topics such as regular expressions, multithreaded programming, Web/Internet and network development, GUI development with Tk(inter) and more
標(biāo)簽:
Python
development
developer
the
上傳時(shí)間:
2013-12-06
上傳用戶:lizhen9880
-
JavaServer Faces (JSF) is the “offcial” component-based
view technology in the Java EE web tier. JSF includes a set
of predefned UI components, an event-driven programming
model, and the ability to add third-party components. JSF
is designed to be extensible, easy to use, and toolable. This
refcard describes the JSF development process, standard JSF
tags, the JSF expression language, and the faces-confg.xml
confguration fle.
標(biāo)簽:
component-based
JavaServer
technology
the
上傳時(shí)間:
2014-01-12
上傳用戶:songyue1991