搜索结果
找到约 1,869 项符合
X-scale 的查询结果
数据结构 说明:子集和问题 给定一个n个整数的集合X = {x1, x2, …, xn}和整数Y
说明:子集和问题
给定一个n个整数的集合X = {x1, x2, …, xn}和整数Y,找出和等于Y的X的子集subX。
比如说,如果X ={10,20,30,40,50,60} 和 Y = 60
则有三种不同长度的解,它们分别是
subY = {10,20,30},{20,40} 和{60}
使用回溯法实现.开发VS2005工具 ...
Linux/Unix编程 Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features:
Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux
Main Features:
* Creates a virtual encrypted disk within a file and mounts it as a real disk.
* Encrypts an entire partition or storage device such as USB flash drive or hard drive.
* Encrypts a partition or dr ...
汇编语言 CAN of C8051F500/F510 CAN 2.0 Bus 發送跟接收Keil C source sample code.可以用在CAN 2.x的上面喔~
CAN of C8051F500/F510 CAN 2.0 Bus 發送跟接收Keil C source sample code.可以用在CAN 2.x的上面喔~
matlab例程 Matlab 6.X辅助优化计算与设计----源代码
Matlab 6.X辅助优化计算与设计----源代码
Modem编程 X / Y Modem 协议 XMODEM/YMODEM PROTOCOL REFERENCE
X / Y Modem 协议
XMODEM/YMODEM PROTOCOL REFERENCE
Linux/Unix编程 显驱动 Intel英特尔G45G43G41G35G33G31G965Q963Q965GM965系列显卡最新X.Org驱动2.4.0版For Linux
显驱动
Intel英特尔G45G43G41G35G33G31G965Q963Q965GM965系列显卡最新X.Org驱动2.4.0版For Linux
matlab例程 用Blackman-Tukey方法(自相关法)实现对任意输入的实序列函数x(n)作功率谱估计。
用Blackman-Tukey方法(自相关法)实现对任意输入的实序列函数x(n)作功率谱估计。
VHDL/FPGA/Verilog VERILOG Synchronous FIFO. 4 x 16 bit words.
VERILOG
Synchronous FIFO. 4 x 16 bit words.
VC书籍 C语言巧妙的宏定义, 如:得到指定地址上的一个字节或字 #define MEM_B( x ) ( *( (byte *) (x) ) ) #define MEM_W( x ) ( *( (wor
C语言巧妙的宏定义,
如:得到指定地址上的一个字节或字
#define MEM_B( x ) ( *( (byte *) (x) ) )
#define MEM_W( x ) ( *( (word *) (x)
并行计算 dysii is a C++ library for distributed probabilistic inference and learning in large-scale dynamical
dysii is a C++ library for distributed probabilistic inference and learning in large-scale dynamical systems. It provides methods such as the Kalman, unscented Kalman, and particle filters and smoothers, as well as useful classes such as common probability distributions and stochastic processes.