搜索结果
找到约 353 项符合
then 的查询结果
按分类筛选
- 全部分类
- 其他 (29)
- Java编程 (21)
- 书籍 (21)
- matlab例程 (20)
- 单片机编程 (17)
- 编译器/解释器 (14)
- 其他书籍 (13)
- 单片机开发 (12)
- 人工智能/神经网络 (10)
- 汇编语言 (10)
- Java书籍 (9)
- 软件设计/软件工程 (8)
- VC书籍 (8)
- DSP编程 (8)
- 模拟电子 (7)
- Linux/Unix编程 (7)
- 技术资料 (7)
- 数学计算 (6)
- 通讯/手机编程 (6)
- 微处理器开发 (6)
- Delphi控件源码 (5)
- 嵌入式/单片机编程 (5)
- 技术管理 (5)
- 通讯编程文档 (5)
- 驱动编程 (4)
- 数据结构 (4)
- 其他嵌入式/单片机内容 (4)
- 系统设计方案 (4)
- 数值算法/人工智能 (4)
- JavaScript (4)
- 软件工程 (4)
- VHDL/FPGA/Verilog (4)
- 电源技术 (3)
- 网络 (3)
- 行业发展研究 (3)
- SCSI/ASPI (3)
- 书籍源码 (3)
- SQL Server (3)
- J2ME (3)
- 可编程逻辑 (2)
- 其他数据库 (2)
- FlashMX/Flex源码 (2)
- GPS编程 (2)
- 文件格式 (2)
- 压缩解压 (2)
- 游戏 (2)
- 加密解密 (2)
- 编辑器/阅读器 (2)
- 软件 (2)
- 其他 (2)
- 教程资料 (1)
- 嵌入式综合 (1)
- 无线通信 (1)
- 技术书籍 (1)
- 工控技术 (1)
- 医药行业 (1)
- Modem编程 (1)
- STL (1)
- 邮电通讯系统 (1)
- 文章/文档 (1)
- 金融证券系统 (1)
- 3G开发 (1)
- BREW编程 (1)
- 中间件编程 (1)
- 语音压缩 (1)
- Jsp/Servlet (1)
- 手册 (1)
- 论文 (1)
- VIP专区 (1)
Java编程 JAVA music player. Project Homepage : http://www.javazoom.net/jlgui/jlgui.html Developer
JAVA music player.
Project Homepage :
http://www.javazoom.net/jlgui/jlgui.html
Developer Homepage :
http://sourceforge.net/project/?group_id=1344
-----------------------------------------------------
To launch jlGui just doucle click under jlGui2.0.jar. If nothing appear then edit jlGui.bat ...
微处理器开发 ST32 基于(英蓓特)STM32V100的EXTI程序 This example shows how to configure an external interrupt line. In t
ST32
基于(英蓓特)STM32V100的EXTI程序
This example shows how to configure an external interrupt line.
In this example, the EXTI line 9 is configured to generate an interrupt on each
falling edge. In the interrupt routine a led connected to PC.06 is toggled.
This led will be toggled due to the softa ...
编译器/解释器 词法分析程序:一. 为PL/0语言建立一个词法分程序GETSYM(函数) 把关键字、算符、界符称为语言固有的单词
词法分析程序:一. 为PL/0语言建立一个词法分程序GETSYM(函数)
把关键字、算符、界符称为语言固有的单词,标识符、常量称为用户自定义的单词。为此设置三个全程量:SYM,ID,NUM 。
SYM:存放每个单词的类别,为内部编码的表示形式。
ID:存放用户所定义的标识符的值,即标识符字符串的机内表示。
NUM:存放用户定 ...
matlab例程 This demo shows the BER performance of linear, decision feedback (DFE), and maximum likelihood seque
This demo shows the BER performance of linear, decision feedback (DFE), and maximum likelihood sequence estimation (MLSE) equalizers when operating in a static channel with a deep null. The MLSE equalizer is invoked first with perfect channel knowledge, then with an imperfect, although straightforwa ...
其他 We propose a technique that allows a person to design a new photograph with substantially less effo
We propose a technique that allows a person to design a new photograph
with substantially less effort. This paper presents a method that generates a composite image when a user types
in nouns, such as “boat” and “sand.” The artist can optionally design an intended image by specifying other
const ...
matlab例程 This toolbox was designed as a teaching aid, which matlab is particularly good for since source cod
This toolbox was designed as a teaching aid, which matlab is
particularly good for since source code is relatively legible and
simple to modify. However, it is still reasonably fast if used
with the supplied optimiser. However, if you really want to speed
things up you should consider compiling the ...
软件设计/软件工程 Inside the C++ Object Model Inside the C++ Object Model focuses on the underlying mechanisms that s
Inside the C++ Object Model
Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtual inheritance. This bo ...
书籍源码 This document contains official rules of the 3D soccer simulation competition at RoboCup 2006. Whil
This document contains official rules of the 3D soccer simulation competition
at RoboCup 2006. While we will try to cover all cases, if unexpected
events do occur, the rule committee will seek input from the
participants and then make a decision. However, once the committee has
made a decision, that ...
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 ...
单片机开发 I often need a simple function generator. Just to generate a certain frequency. After all the years
I often need a simple function generator. Just to generate a certain frequency. After all the years I ve worked with electronics, I still haven t got me one. Even though I need it now and then, I just couldn t seem to justify the cost of one.
So, standard solution - build one yourself.
I designed a ...