搜索结果
找到约 1,796 项符合
Shader-X 的查询结果
其他书籍 Perl & XML. by Erik T. Ray and Jason McIntosh ISBN 0-596-00205-X First Edition, published April
Perl & XML.
by Erik T. Ray and Jason McIntosh
ISBN 0-596-00205-X
First Edition, published April 2002.
(See the catalog page for this book.)
Table of Contents
Copyright Page
Preface
Chapter 1: Perl and XML
Chapter 2: An XML Recap
Chapter 3: XML Basics: Reading and Writing
Chapter 4: Event Streams ...
数学计算 1.功能 利用连分式法求非线性方程f(x)=0的一个实根(C语言) 2.参数说明 double *x : 指向迭代初值
1.功能
利用连分式法求非线性方程f(x)=0的一个实根(C语言)
2.参数说明
double *x : 指向迭代初值,返回时指向迭代终值
double eps : 控制精度要求
double (*f)() : 指向计算f(x)值的函数名(由用户自编)
int pqrt() : 函数返回迭代次数
3.文件说明
pqrt.c为函数程序
pqrt0.c为主函数程序 ...
*行业应用 一个能够从三次样条插值反求出X坐标的算法
一个能够从三次样条插值反求出X坐标的算法
Linux/Unix编程 AIX 5.x 下的 proc程序 的makefile 文件 实例。 供unix 编程入门使用
AIX 5.x 下的 proc程序 的makefile 文件 实例。 供unix 编程入门使用
Linux/Unix编程 max6650风扇控制芯片在linux 2.6.x下的控制程序
max6650风扇控制芯片在linux 2.6.x下的控制程序
Linux/Unix编程 performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, w
performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, where alpha and beta are scalars, x and y are vectors and A is an
m by n matrix
其他行业 注意:数据库在 x:房屋出租管理系统data文件下
注意:数据库在 x:\房屋出租管理系统\data文件下,
2.修改iniFw.ini数据库的服务器,用户,密码,
3.点FangWuMis.exe就能执行。
4超级用户为admin 密码为admin
5.。pas文件可以看到代码。
软件设计/软件工程 function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag) %CUM2X Cross-covariance % y_cum = cum2x
function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag)
%CUM2X Cross-covariance
% y_cum = cum2x (x,y,maxlag, samp_seg, overlap, flag)
% x,y - data vectors/matrices with identical dimensions
% if x,y are matrices, rather than vectors, columns are
% assumed to correspond to independent real ...
通讯编程文档 yx-em-sy485读写器模块 y x-em-sy485读写器模块
yx-em-sy485读写器模块
y x-em-sy485读写器模块
数学计算 求解对流微分方程:u_t+a(x,t)u_x=0
求解对流微分方程:u_t+a(x,t)u_x=0,具体说明在程序中,四种经典格式,写成类的形式,VC6.0环境