搜索结果
找到约 88 项符合
around 的查询结果
按分类筛选
- 全部分类
- 书籍 (24)
- Java编程 (6)
- 其他书籍 (5)
- 其他 (4)
- 数学计算 (3)
- matlab例程 (3)
- 教程资料 (2)
- 可编程逻辑 (2)
- 微处理器开发 (2)
- Internet/网络编程 (2)
- 电子书籍 (2)
- 嵌入式/单片机编程 (2)
- VHDL/FPGA/Verilog (2)
- 软件工程 (2)
- 模拟电子 (1)
- 电源技术 (1)
- 单片机编程 (1)
- 接口技术 (1)
- 串口编程 (1)
- 汇编语言 (1)
- Applet (1)
- Windows Mobile (1)
- 人物传记/成功经验 (1)
- 行业发展研究 (1)
- Linux/Unix编程 (1)
- 游戏 (1)
- 文章/文档 (1)
- J2ME (1)
- 加密解密 (1)
- 文件格式 (1)
- Windows CE (1)
- Ajax (1)
- 操作系统开发 (1)
- RFID编程 (1)
- Java书籍 (1)
- Delphi控件源码 (1)
- 单片机开发 (1)
- GPS编程 (1)
- Linux/uClinux/Unix编程 (1)
- 技术资料 (1)
- VIP专区 (1)
matlab例程 The main file in this list of programs is "vblast.m". Type "help vblast" on the command line for det
The main file in this list of programs is "vblast.m". Type "help vblast" on the command line for details.Study the coding
by stepping through the program. These programs require around 5000 packets for reasonable plotting accuracy.This has been
implemented for a 2x2 system. The reader can program o ...
Java编程 Java MP3 Player, Here s a list of features: - Reads, creates, updates, and removes id3v2.3 and id3
Java MP3 Player,
Here s a list of features:
- Reads, creates, updates, and removes id3v2.3 and id3v2.4 tags
- Reads, creates, updates, and removes id3v1 tags
- Extracts MPEG data such as bit rate, sample rate, channel mode, etc.
- Calculates playing time of mp3 from mpeg information (no good w/VBR)
...
matlab例程 toolbox_dimreduc - a toolbox for dimension reduction methods This toolbox is an educational and rec
toolbox_dimreduc - a toolbox for dimension reduction methods
This toolbox is an educational and recreative toolbox around recent ideas in the field of dimension reduction.
其他 This approach addresses two difficulties simultaneously: 1) the range limitation of mobile robot se
This approach addresses two difficulties simultaneously: 1)
the range limitation of mobile robot sensors and 2) the difficulty of detecting buildings in
monocular aerial images. With the suggested method building outlines can be detected
faster than the mobile robot can explore the area by itself, g ...
VHDL/FPGA/Verilog The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA i
The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA is a clump formed by sticky particles adhering to an existing structure. In this design, we start with one pixel at the center of the screen and allow a random walker to bounce around the screen until ...
其他书籍 This paper addresses the subject of SQL Injection in a Microsoft SQL Server/IIS/Active Server Page
This paper addresses the subject of SQL Injection in a Microsoft SQL Server/IIS/Active
Server Pages environment, but most of the techniques discussed have equivalents in other
database environments. It should be viewed as a "follow up", or perhaps an appendix, to
the previous paper, "Advanced SQL ...
文件格式 An adaptive fuzzy integral sliding mode controller for mismatched time-varying linear systems is p
An adaptive fuzzy integral sliding mode
controller for mismatched time-varying linear systems is
presented in this paper. The proposed fuzzy integral sliding
mode controller is designed to have zero steady state
system error under step inputs and alleviate the undesired
chattering around the sliding ...
Java编程 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 ...
Java编程 This article describes how to consume Web services in Java 1.5.0 using the new JAX-WS 2.0 API (JSR 2
This article describes how to consume Web services in Java 1.5.0 using the new JAX-WS 2.0 API (JSR 228).
Developers around the world, including me, have always complained about the hard ways to work in Java to consume even a Web service as simple as adding two numbers.
However, with JAX-WS 2.0 A ...
Java编程 This article presents GISCoordinate.java - a class that allows you to represent a GIS coordinate in
This article presents GISCoordinate.java - a class that allows you to represent a GIS coordinate in your JAVA code in decimal degrees (38.4443, e.g. 122.33433) , minute degrees (33 44 22E, 122 33 44N), or radian degrees. Also, you can use this class to manipulate the coordinate, moving it around the ...