搜索结果
找到约 110 项符合
integer 的查询结果
按分类筛选
- 全部分类
- 技术资料 (9)
- Java编程 (9)
- 数学计算 (8)
- 数据结构 (7)
- Delphi控件源码 (7)
- 其他 (6)
- 源码 (4)
- 单片机编程 (4)
- 其他书籍 (4)
- 压缩解压 (4)
- 单片机开发 (4)
- matlab例程 (4)
- 数值算法/人工智能 (3)
- DSP编程 (2)
- 加密解密 (2)
- 书籍源码 (2)
- 模拟电子 (2)
- 教程资料 (2)
- 可编程逻辑 (2)
- Internet/网络编程 (2)
- 编译器/解释器 (2)
- Applet (2)
- 人工智能/神经网络 (2)
- Delphi/CppBuilder (2)
- 软件工程 (1)
- 电子书籍 (1)
- Mentor (1)
- 语音压缩 (1)
- 其他数据库 (1)
- 嵌入式/单片机编程 (1)
- 微处理器开发 (1)
- VHDL/FPGA/Verilog (1)
- 系统设计方案 (1)
- Oracle数据库 (1)
- 软件设计/软件工程 (1)
- JavaScript (1)
- SQL Server (1)
- 并行计算 (1)
- VIP专区 (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 ...
压缩解压 The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisi
The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes an API intended to be as similar as possible to the familiar vorbisfile library i ...
压缩解压 The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisi
The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes an API intended to be as similar as possible to the familiar vorbisfile library i ...
软件工程 Private Sub cancel_Click(Index As Integer) Unload form1 End Sub
Private Sub cancel_Click(Index As Integer)
Unload form1
End Sub
数据结构 merge sort give a set S of n integers and another integer x, determine whether or not there exits tw
merge sort give a set S of n integers and another integer x, determine whether or not there exits two elements in S whose sum is exactly x.
压缩解压 Computes the permanent of a nonnegative integer matrix. Notes: Compile in C++, "g++ -o permanent per
Computes the permanent of a nonnegative integer matrix. Notes: Compile in C++, "g++ -o permanent permanent.c".
其他 Input The first line of the input contains a single integer T (1 <= T <= 20), the number of t
Input
The first line of the input contains a single integer T (1 <= T <= 20), the number of test cases. Then T cases follow. The first line of each case contains N, and the second line contains N integers giving the time for each people to cross the river. Each case is preceded by a blank line. Ther ...
其他 Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same d
Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (this codes are in C, not C++). The program is then run by the ...
人工智能/神经网络 #ifdef INTEGER #include "ibp.h" #else #include "rbp.h" #endif /* built-in C functions */
#ifdef INTEGER
#include "ibp.h"
#else
#include "rbp.h"
#endif
/* built-in C functions */
数值算法/人工智能 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?