搜索结果

找到约 668 项符合 Integer-only 的查询结果

其他书籍 GRE数学宝典(英文原版GRE Math Bible)

GRE 数学圣经,下面是详细的英文介绍: Comprehensive Prep for GRE Math Every year, students pay $1,000 and more to test prep companies to prepare for the math section of the GRE. Now you can get the same preparation in a book. Although the GRE math section is difficult, it is very lea ...
https://www.eeworm.com/dl/507873.html
下载: 1
查看: 81

其他书籍 The only vocabulary List you need

对于学习英语的人,这是一本很有必要看的一本单词书,它里面有一些必要背的单词。
https://www.eeworm.com/dl/507875.html
下载: 1
查看: 35

接口技术 net_tcp.h

/* ********************************************************************************************************* *                                             uC/TCP-IP V2 *       ...
https://www.eeworm.com/dl/508248.html
查看: 56

数值算法/人工智能 a sub-cell WENO reconstruction method

We introduce a sub-cell WENO reconstruction method to evaluate spatial derivatives in the high-order ADER scheme. The basic idea in our reconstruction is to use only r stencils to reconstruct the point-wise values of solutions and spatial derivatives for the 2r-1 th order ADER scheme in one dimensio ...
https://www.eeworm.com/dl/509348.html
下载: 1
查看: 40

数据库系统 redis官方手册翻译

Redis 命令参考 1 Key(键) 1 1.1 DEL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 DUMP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.3 EXISTS . . . . . . . . . . . . . . . . . . . ...
https://www.eeworm.com/dl/509572.html
下载: 1
查看: 91

图形图像 videodenoise-meanfilter

OpenCV实现中值滤波视频去噪,效果还行,仅供大家学习交流,欢迎评论! -The OpenCV achieve the median filtering video denoising effect, we only  learn exchanges are welcome to comment!
https://www.eeworm.com/dl/510615.html
下载: 1
查看: 43

源码 c#简单计算器

// 学生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; // The title bar text TCHAR szWindowClass[MAX_LOADSTRING]; ...
https://www.eeworm.com/dl/513825.html
查看: 35

软件 简单的计算器

// 学生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; // The title bar text TCHAR szWindowClass[MAX_LOADSTRING]; ...
https://www.eeworm.com/dl/513826.html
查看: 8

源码 java学生数据库

/*import java.util.Scanner; //主类 public class student122 {   //主方法   public static void main(String[] args){     //定义7个元素的字符数组     String[] st = new String[7];     inputSt(st); &nbsp ...
https://www.eeworm.com/dl/514408.html
下载: 2
查看: 11

源码 C语言算法排序问题

1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.)
https://www.eeworm.com/dl/514506.html
下载: 1
查看: 10