搜索结果
找到约 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)
数据结构 Given an positive integer A (1 <= A <= 109), output the lowest bit of A. For example, given A
Given an positive integer A (1 <= A <= 109), output the lowest bit of A. For example, given A = 26, we can write A in binary form as 11010, so the lowest bit of A is 10, so the output should be 2. Another example goes like this: given A = 88, we can write A in binary form as 1011000, so the lowest b ...
matlab例程 The Game: Make the snake grow longer by directing it to the food. Extra bonus points are given fro
The Game:
Make the snake grow longer by directing it to the food.
Extra bonus points are given from hearts, eat them as fast as possible as amount of bonus points decreases with time.
Higher level gives more points for the food but will also make it tougher to steer a long snake as speed increaces.
...
其他 DAGON Approach Object of this exercise: Given a subject graph and a set of pattern graph in canoni
DAGON Approach
Object of this exercise:
Given a subject graph and a set of pattern graph in canonical representation (2-input
NAND and INV), implement the second step of DAGON approach. (Both the subject
graph and the pattern graphs are trees.)
matlab例程 Returns weighted percentiles of a sample given the weight vector w % The idea is to give more empha
Returns weighted percentiles of a sample given the weight vector w
% The idea is to give more emphasis in some examples of data as compared to
% others by giving more weight. For example, we could give lower weights to
% the outliers.
% The motivation to write this function is to compute percen ...
matlab例程 % This program calculates Dilution of Precision with respect to a GPS * % receiver given its Cartes
% This program calculates Dilution of Precision with respect to a GPS *
% receiver given its Cartesian ECEF position and the positions of four or *
% more visible GPS satellites. It is a validation of the DOP algorithm and *
% contains reference positions for which the DOP results are known. * ...
数值算法/人工智能 遗传算法和“货郎担” 问题: "The traveling salesman problem, or TSP for short, is this: given a finite number of
遗传算法和“货郎担” 问题:
"The traveling salesman problem, or TSP for short, is this: given a finite number of cities along with the cost of travel between each pair of them, find the cheapest way of visiting all the cities and returning to your starting point."
驱动编程 Addfilter is a command-line application which adds and removes filter drivers for a given drive or v
Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on the x86 platf ...
数值算法/人工智能 杭电 ACM 1002 I have a very simple problem for you. Given two integers A and B, your job is to calcul
杭电 ACM 1002
I have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B.
书籍源码 Software given here is to accompany the textbook: W.H. Tranter, % K.S. Shanmugan, T.S. Rappaport,
Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with Wireless Applications,
% Prentice Hall PTR, 2004.
数学计算 中南赛区ACM竞赛题 Description Given a two-dimensional array of positive and negative integers, a sub-rec
中南赛区ACM竞赛题
Description
Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1*1 or greater located within the whole array. The sum of a rectangle is the sum of all the elements in that rectangle. In this problem the sub-rectangl ...