搜索结果
找到约 23 项符合
smallest 的查询结果
按分类筛选
数值算法/人工智能 Binary Search Tree - with additional recursion functions (smallest, parent & successor) etc
Binary Search Tree - with additional recursion functions (smallest, parent & successor) etc
编译器/解释器 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 options.
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
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 easily understood. ...
数学计算 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 points, and let it wr ...
Linux/Unix编程 busybox smallest and full tools in an emdsys
busybox smallest and full tools in an emdsys
系统设计方案 achieving smallest MSE (in noise contamination)
achieving smallest MSE (in noise contamination)
模拟电子 针对远程系统的小型温度传感器 (tiny temperatu
The LM20, LM45, LM50, LM60, LM61, and LM62 are analog output temperature sensors. They have various output voltage slopes (6.25mV/°C to 17mV/°C) and power supply voltage ranges (2.4V to 10V).The LM20 is the smallest, lowest power consumption analog output temperature sensor National Semiconductor ...
模拟电子 DAC技术用语 (D/A Converters Defini
Differential Nonlinearity: Ideally, any two adjacent digitalcodes correspond to output analog voltages that are exactlyone LSB apart. Differential non-linearity is a measure of theworst case deviation from the ideal 1 LSB step. For example,a DAC with a 1.5 LSB output change for a 1 LSB digital codec ...
数值算法/人工智能 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?