搜索结果
找到约 2,175 项符合
X-window 的查询结果
其他数据库 列出数据库中所有的表名 获取access库中表的个数及表的名称 用ado怎样实现 工程--->引用--->Microsoft ActiveX Data Object 2.x(版本
列出数据库中所有的表名
获取access库中表的个数及表的名称
用ado怎样实现
工程--->引用--->Microsoft ActiveX Data Object 2.x(版本号)
matlab例程 designed a lowpass filter to extract cos(0.1*pi) component from x(n)
designed a lowpass filter to extract cos(0.1*pi) component from x(n)
matlab例程 the magnitude responses in dB of the window functions in the frequency domain
the magnitude responses in dB of the window functions in the frequency domain
matlab例程 数值计算牛顿迭代法的matlab源程序 说明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini
数值计算牛顿迭代法的matlab源程序
说明如下:
%fun----input,the part as the form of f(x) in the equation f(x)=0
% ini----input,sets the starting point to ini
% err----input,sets admissible error
% sol----output,returns the root of equation
其他 编写具有如下原型的函数:int f(unsigned long x, int n, int& Lxn) 它负责将整数x的第n位(从左边数第n位
编写具有如下原型的函数:int f(unsigned long x, int n, int& Lxn)
它负责将整数x的第n位(从左边数第n位,n>0)的数值放到引用Lxn之中(将作为结果返回到主调函数的对应实参变量中),并将倒数第n位(从右边数第n位,n>0)的数值作为函数结果返回去。并编制主函数对它进行调用以验证其正确性。
例如,当x=123456789,n= ...
驱动编程 一个利用 WINDOW 自带的 KODAK 扫描仪控件
一个利用 WINDOW 自带的 KODAK 扫描仪控件,调用扫描仪进行扫描的DEMO,原来也用过一些第三方控件,要么太大,要么挑扫描仪,而用 KODAK 控件,则不存在这些问题。最关键的是,不挑扫描仪。
DSP编程  雙線性內插法(bi-linear interpolation) 此方法以(x,y)的四個鄰近點來求得最近似的灰度
 雙線性內插法(bi-linear interpolation)
此方法以(x,y)的四個鄰近點來求得最近似的灰度
企业管理  雙線性內插法(bi-linear interpolation) 此方法以(x,y)的四個鄰近點來求得最近似的灰度
 雙線性內插法(bi-linear interpolation)
此方法以(x,y)的四個鄰近點來求得最近似的灰度
游戏 这是我模仿window自带的小游戏扫雷编的,很简单,只实现了扫雷的基本功能,现拿出来与大家分享!
这是我模仿window自带的小游戏扫雷编的,很简单,只实现了扫雷的基本功能,现拿出来与大家分享!
VHDL/FPGA/Verilog 5位的操作数X和Y输入后暂存在寄存器A和B中
5位的操作数X和Y输入后暂存在寄存器A和B中,两位的操作控制码control暂存在寄存器C中,按照control码的不同,分布实现下列操作:
00控制X+Y
01控制X-Y
10控制X and Y
11控制 X xor Y
运算结果暂存在寄存器D中,然后输出。