搜索结果
找到约 1,927 项符合
R-V 的查询结果
数学计算 本次试验是讨论单源点的最短路径问题:给带权有向图和源点V到G中其余各顶点的最短路径。
本次试验是讨论单源点的最短路径问题:给带权有向图和源点V到G中其余各顶点的最短路径。
数学计算 偏微分方程数值解上机实习 运用古典显式差分格式求解二维扩散方程的初边值问题 运用P-R差分格式求解二维扩散方程的初边值问题 运用局部一维格式求解二维扩散方程的初边值问题 给出了源程序
偏微分方程数值解上机实习
运用古典显式差分格式求解二维扩散方程的初边值问题
运用P-R差分格式求解二维扩散方程的初边值问题
运用局部一维格式求解二维扩散方程的初边值问题
给出了源程序,运行结果,以及算法比较
VC书籍 S变换 C语言程序 由R.G.Stockwell 编写 包含了正反变换 以及希尔伯特变换正反变换
S变换 C语言程序 由R.G.Stockwell 编写
包含了正反变换 以及希尔伯特变换正反变换
VHDL/FPGA/Verilog HDB3码的VHDL实现 共三个模块:插入V、插入B以及单双极性变换
HDB3码的VHDL实现
共三个模块:插入V、插入B以及单双极性变换
通讯/手机编程 不同的相邻分组数目v实现的pts抑制ofdm峰均比的算法
不同的相邻分组数目v实现的pts抑制ofdm峰均比的算法,可以仿真出v越大,papr的性能越好
书籍源码 复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) C
复数运算#include<iostream.h>
class Complex
{ public:
Complex( double r =0, double i =0 )
Complex(int a) { Real = a Image = 0 }
void print() const
friend Complex operator+ ( const Complex & c1, const Complex & c2 )
friend Complex operator- ( const Complex & c1, const Complex & c2 )
friend ...
Jsp/Servlet System.out.print(s) System.out.println(t) System.out.print(u) System.out.println(v) System.o
System.out.print(s) System.out.println(t)
System.out.print(u) System.out.println(v)
System.out.print(a) System.out.print(b) System.out.print(c) System.out.println(d) x=0x5f20 y=0x5f35 z=0xffff System.out.print(x) System.out.print(y) System.out.println(z)
SQL Server Let the following relational tables be given: R = (A, B, C) and S = (D, E, F) where A, B, C, D, E, a
Let the following relational tables be given: R = (A, B, C) and S = (D, E, F) where A, B, C, D, E, and F are the attributes (columns). Write the SQL statements that will express each of the queries given below:
其他书籍 西门子tc35i AT指令集的详细说明文档。包括Standard V.25ter AT Commands、传真指令、GSM07.07指令集、以及西门子增强AT指令集说明。
西门子tc35i AT指令集的详细说明文档。包括Standard V.25ter AT Commands、传真指令、GSM07.07指令集、以及西门子增强AT指令集说明。
驱动编程 虚拟串口源代码 v-ser 以232协议为基准
虚拟串口源代码 v-ser 以232协议为基准,主要功能实现对虚拟端口的设置及访问。