搜索:smallest
找到约 26 项符合「smallest」的查询结果
结果 26
按分类筛选
https://www.eeworm.com/dl/619/440056.html
Linux/Unix编程
busybox smallest and full tools in an emdsys
busybox smallest and full tools in an emdsys
https://www.eeworm.com/dl/678/464312.html
系统设计方案
achieving smallest MSE (in noise contamination)
achieving smallest MSE (in noise contamination)
https://www.eeworm.com/dl/518/114436.html
数值算法/人工智能
Binary Search Tree - with additional recursion functions (smallest, parent & successor) etc
Binary Search Tree - with additional recursion functions (smallest, parent & successor) etc
https://www.eeworm.com/dl/696/292116.html
Jsp/Servlet
an application that finds the smallest of several integers. Assume that the first value read specif
an application that finds the smallest of several integers. Assume that the first value
read specifies the number of values to input from the user
https://www.eeworm.com/dl/663/414314.html
VHDL/FPGA/Verilog
MCPU is a minimal cpu aimed to fit into a 32 Macrocell CPLD - one of the smallest available programm
MCPU is a minimal cpu aimed to fit into a 32 Macrocell CPLD - one of the smallest available programmable logic devices. While this CPU is not powerful enough for real world applications it has proven itself as a valuable educational tool. The source code is just a single page and ...
https://www.eeworm.com/dl/641/429860.html
数学计算
A Convex Hull is the smallest convex polygon that contains every point of the set S. A polygon P is
A Convex Hull is the smallest convex polygon that contains every point of the set S. A polygon P is convex if and only if, for any two points A and B inside the polygon, the line segment AB is inside P.
One way to visualize a convex hull is to put a "rubber band" around all the p ...
https://www.eeworm.com/dl/628/160199.html
编译器/解释器
Tiny C Compiler - C Scripting Everywhere - The Smallest ANSI C compiler Installation on a i386 Li
Tiny C Compiler - C Scripting Everywhere - The Smallest ANSI C compiler
Installation on a i386 Linux host (for Windows read win32/readme.txt)
./configure
make
make test
make install
By default, tcc is installed in /usr/local/bin.
./configure --help shows configuration opti ...
https://www.eeworm.com/dl/514690.html
手册
FLX-A301-A
The FlexiForce A301 is our smallest standard piezoresistive
force sensor.
https://www.eeworm.com/dl/633/233135.html
Java编程
生成指定点数的随机点
生成指定点数的随机点,并用两种不同的算法求出这些点的最小包围圆(Smallest Enclosing Circle),并比较结果
https://www.eeworm.com/dl/518/187750.html
数值算法/人工智能
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?