搜索结果
找到约 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 ...
其他书籍 The only vocabulary List you need
对于学习英语的人,这是一本很有必要看的一本单词书,它里面有一些必要背的单词。
接口技术 net_tcp.h
/*
*********************************************************************************************************
*                                             uC/TCP-IP V2
*       ...
数值算法/人工智能 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 ...
数据库系统 redis官方手册翻译
Redis 命令参考
1 Key(键) 1
1.1 DEL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 DUMP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 EXISTS . . . . . . . . . . . . . . . . . . . ...
图形图像 videodenoise-meanfilter
OpenCV实现中值滤波视频去噪,效果还行,仅供大家学习交流,欢迎评论!
-The OpenCV achieve the median filtering video denoising effect, we only
learn exchanges are welcome to comment!
源码 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]; ...
软件 简单的计算器
// 学生管理.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]; ...
源码 java学生数据库
/*import java.util.Scanner;
//主类
public class student122 {
  //主方法
  public static void main(String[] args){
    //定义7个元素的字符数组
    String[] st = new String[7];
    inputSt(st); &nbsp ...