搜索结果
找到约 55 项符合
Determine 的查询结果
按分类筛选
- 全部分类
- 技术资料 (8)
- matlab例程 (5)
- 其他 (4)
- 数值算法/人工智能 (3)
- 数据结构 (3)
- 书籍 (2)
- 单片机编程 (2)
- 可编程逻辑 (2)
- 编译器/解释器 (2)
- Java编程 (2)
- 文章/文档 (2)
- 行业发展研究 (2)
- 笔记 (1)
- 电源技术 (1)
- 通讯/手机编程 (1)
- 操作系统开发 (1)
- 技术教程 (1)
- 其他书籍 (1)
- 测试测量 (1)
- 电子书籍 (1)
- Mentor (1)
- 编辑器/阅读器 (1)
- *行业应用 (1)
- 数学计算 (1)
- 技术管理 (1)
- 汇编语言 (1)
- 单片机开发 (1)
- 人工智能/神经网络 (1)
- 系统设计方案 (1)
- VC书籍 (1)
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)
...
电子书籍 You may read code because you have to-to fix it, inspect it, or improve it. You may read code the wa
You may read code because you have to-to fix it, inspect it, or improve it. You may read code the way an engineer examines a machine--to discover what makes it tick. Or you may read code because you are scavenging--looking for material to reuse.
Code-reading requires its own set of skills, and the ...
可编程逻辑 XAPP444 - CPLD配件,技巧和窍门
Most designers wish to utilize as much of a device as possible in order to enhance the overallproduct performance, or extend a feature set. As a design grows, inevitably it will exceed thearchitectural limitations of the device. Exactly why a design does not fit can sometimes bedifficult to determ ...
编译器/解释器 c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlyin
c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a program that uses depth-first search to determine all such paths ...
书籍 Smart Homes
In this research, we have designed, developed implemented a wireless sensor
networks based smart home for safe, sound and secured living environment for
any inhabitant especially elderly living alone. We have explored a methodology
for the development of efficient electronic real time data processin ...
人工智能/神经网络 For the incomplete methods, we kept the representation of the queens by a table and the method of ca
For the incomplete methods, we kept the representation of the queens by a table and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems than the representation by a matrix.
heuristics: descent.
Tests: 100 queens in less than 1 second ...
数据结构 数字运算
数字运算,判断一个数是否接近素数
A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum o ...
数据结构 #if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H_
#if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_)
#define AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CGAQueen
{
public:
CGAQueen(int nPopulation,int nIteration,float Mutation,int mChB ...
书籍 System Requirements Analysis
The serious study of the practice of how to determine the appropriate content of a
specification is a seldom-appreciated pastime. Those who have the responsibility to
design a product would prefer a greater degree of freedom than permitted by the con-
tent of a specification. Many of those who would ...
单片机编程 PCA9544A 4channel I2C multiple
The PCA9544A provides 4 interrupt inputs, one for each channeland one open drain interrupt output. When an interrupt is generated byany device, it will be detected by the PCA9544A and the interruptoutput will be driven LOW. The channel need not be active fordetection of the interrupt. A bit is also ...