搜索结果
找到约 249 项符合
given 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (23)
- matlab例程 (21)
- 其他 (21)
- 数值算法/人工智能 (15)
- 书籍 (14)
- 数学计算 (12)
- 其他书籍 (11)
- 人工智能/神经网络 (7)
- 单片机开发 (7)
- 数据结构 (6)
- 驱动编程 (5)
- 编译器/解释器 (5)
- Java编程 (5)
- 通讯编程文档 (5)
- VHDL/FPGA/Verilog (4)
- 技术管理 (4)
- 书籍源码 (4)
- 嵌入式/单片机编程 (4)
- 文章/文档 (4)
- 汇编语言 (4)
- 模拟电子 (3)
- SQL Server (3)
- 电子书籍 (3)
- Java书籍 (3)
- DSP编程 (3)
- 软件设计/软件工程 (3)
- 技术资料 (3)
- 教程资料 (2)
- 可编程逻辑 (2)
- Applet (2)
- 行业发展研究 (2)
- 微处理器开发 (2)
- Linux/Unix编程 (2)
- MySQL数据库 (2)
- JavaScript (2)
- 家庭/个人应用 (2)
- 多国语言处理 (2)
- 其他行业 (2)
- 源码 (2)
- 论文 (2)
- VIP专区 (2)
- PCB相关 (1)
- 电源技术 (1)
- 嵌入式综合 (1)
- 无线通信 (1)
- ARM (1)
- FlashMX/Flex源码 (1)
- Windows Mobile (1)
- 系统设计方案 (1)
- 文件格式 (1)
- 压缩解压 (1)
- GPS编程 (1)
- 通讯/手机编程 (1)
- 软件工程 (1)
- 加密解密 (1)
- Jsp/Servlet (1)
- 其他数据库 (1)
- Symbian (1)
- STL (1)
- 技术书籍 (1)
数值算法/人工智能 ACM试题Problem K:Ones Description Given any integer 0 <= n <= 10000 not divisible by 2 or 5,
ACM试题Problem K:Ones
Description
Given any integer 0 <= n <= 10000 not divisible by 2 or 5, some multiple of n is a number which in decimal notation is a sequence of 1 s. How many digits are in the smallest such a multiple of n?
Applet Reducer: Given a dataset and a file containing a reduct, this program outputs a new dataset containi
Reducer: Given a dataset and a file containing a reduct, this program outputs a new dataset containing only the attributes appearing in the reduct file.
matlab例程 % binomial.m by David Terr, Raytheon, 5-11-04, from mathworks.com % Given nonnegative integers n an
% binomial.m by David Terr, Raytheon, 5-11-04, from mathworks.com
% Given nonnegative integers n and m with m<=n, compute the
% binomial coefficient n choose m.
matlab例程 Find a classification error for a given decision surface D and a given set of patterns and targets
Find a classification error for a given decision surface D and a given set of patterns and targets
Java编程 The project Adventure is a simple text-based adventure game. The game, as given, involves the hero t
The project Adventure is a simple text-based adventure game. The game, as given, involves the hero trying to find his way from a deep dark forest to home and his true love. There s very little else the player can do apart from moving from place to place. It s not really very interesting.
This proje ...
其他 Problem Statement You are given a string input. You are to find the longest substring of input su
Problem Statement
You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input.
Definition
Class: ReverseSubstring
Method: findReversed
Parameter ...
其他 This code converts a Galois Field array created usin GF(2^m) for a given primitive polynomial into a
This code converts a Galois Field array created usin GF(2^m) for a given primitive polynomial into a decimal array that can be used within typical .m file coding.
数值算法/人工智能 Distribution generator Here is a simple generator which can build some distributions with given pro
Distribution generator
Here is a simple generator which can build some distributions with given properties.
Distributions generator (compile with -lm)
Typical use might be:
./distributions -u -m 1 -M 10 -n 100 -s 500
Generates a distribution of 100 uniform random numbers between 1 and 10, such that ...
数据结构 HDOJ ACM input:The input consists of T test cases. The number of test cases ) (T is given in the fi
HDOJ ACM
input:The input consists of T test cases. The number of test cases ) (T is given in the first line of the input. Each test case begins with a line containing an integer N , 1<=N<=200 , that represents the number of tables to move. Each of the following N lines contains two positive integers ...
其他 Given signal-to-noise ratio and bit error rate performance curve is a good beginner s reference prog
Given signal-to-noise ratio and bit error rate performance curve is a good beginner s reference program.