“网络基本输入/输出系统”(Network Basic Input/Output System, NetBIOS)是一种标准的应用程序编程接口( A P I),1 9 8 3年由S y t e k公司专为I B M开发成功)
标签: Network NetBIOS Output System
上传时间: 2015-12-09
上传用户:wanghui2438
2007考研大纲词汇 ,Y.mp3
上传时间: 2015-12-09
上传用户:fnhhs
FuncPlotter is a combined Java application and applet for displaying two-dimensional plots of explicit functions in one variable (ie, FuncPlotter plots functions of the form y = f(x), where f(x) is composed from common mathematical operators).
标签: two-dimensional FuncPlotter application displaying
上传时间: 2015-12-16
上传用户:妄想演绎师
龙格-库塔方法的使用,例子 求y’=y-2x/y,y(0)=0。 解:输入X0=0,X1=1,H=0.2,N=6。
标签:
上传时间: 2014-03-06
上传用户:woshiayin
用两个步进电机对激光扫描,一个x轴,一个y轴,有64中图案哦
上传时间: 2013-12-21
上传用户:zhouchang199
基于linux kernel 2.6.20的UDA1341声音芯片的声卡驱动,在s3c2410 cpu下调试通过。 使用方法:源码树的根下新建local目录,并将其解压缩到该目录,修改源码树根下的Makefile文件的559行为: vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) $(core-y) $(core-m) $(drivers-y) $(drivers-m) $(net-y) $(net-m) $(libs-y) $(libs-m))) local/ 就可以编译了,不过是模块编译,编译好了之后不要忘了insmod进内核啊
上传时间: 2015-12-26
上传用户:小宝爱考拉
this will produce the dci program in the src/ directory, or in /path/to/your/installation/bin if you used the--prefix option during the configure step and issued a "make install".
标签: installation directory the produce
上传时间: 2016-01-04
上传用户:15071087253
用递推法产生正交多项式系,即求alpha[j+1]、beta[j] 入口参数:m是数据点数,n是拟合的最高阶数, float x[],float y[]是对应纵横坐标,出口参数:a[] 是最小二乘拟合参数,alpha[]、beta[]是递推系数
上传时间: 2014-01-19
上传用户:gyq
this document is about probabilistic database techniques and applications it is a good tutorial if you are interested in this area
标签: probabilistic applications techniques document
上传时间: 2013-12-29
上传用户:ddddddos
问题描述 序列Z=<B,C,D,B>是序列X=<A,B,C,B,D,A,B>的子序列,相应的递增下标序列为<2,3,5,7>。 一般地,给定一个序列X=<x1,x2,…,xm>,则另一个序列Z=<z1,z2,…,zk>是X的子序列,是指存在一个严格递增的下标序列〈i1,i2,…,ik〉使得对于所有j=1,2,…,k使Z中第j个元素zj与X中第ij个元素相同。 给定2个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z是序列X和Y的公共子序列。 你的任务是:给定2个序列X、Y,求X和Y的最长公共子序列Z。
上传时间: 2014-01-25
上传用户:netwolf