搜索结果
找到约 13,602 项符合
A-X 的查询结果
数据结构 一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式
一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立 ...
其他 数值分析课程上机 拉格朗日插值多项式 插值多项式存在唯一性 在次数不超过N的多项式集合Hn中 满足条件的插值多项式Ln(x)^Hn 是唯一存在的! 牛顿插值 三色~
数值分析课程上机 拉格朗日插值多项式 插值多项式存在唯一性 在次数不超过N的多项式集合Hn中 满足条件的插值多项式Ln(x)^Hn 是唯一存在的! 牛顿插值 三色~
人工智能/神经网络 自己用JAVA编的人工智能的A*算法的八数码程序
自己用JAVA编的人工智能的A*算法的八数码程序
嵌入式/单片机编程 jxta最新版本v2.3.X的程序编写指南
jxta最新版本v2.3.X的程序编写指南
Applet 在applet中检测到鼠标单击的位置。。并以这个点绘制一个x.y坐标
在applet中检测到鼠标单击的位置。。并以这个点绘制一个x.y坐标
其他 parse all the hyperlinks in a saved google search results page
parse all the hyperlinks in a saved google search results page
其他数据库 这是一个V+A的学生资料管理系统~各位做 课程设计的同学可以借鉴~论文也是有的
这是一个V+A的学生资料管理系统~各位做 课程设计的同学可以借鉴~论文也是有的
驱动编程 This driver was developed using a USB keyboard from Cherry,as indicated by the VID and PID codes. Th
This driver was developed using a USB keyboard from Cherry,as indicated by the VID and PID codes. These IDs must be set for the device you intend to support. Similarly, you will need to set Class to the appropriate string for your device class.
驱动编程 IEEE1394Diag is a GUI application that presents a graphical view of an IEEE1394 network and provides
IEEE1394Diag is a GUI application that presents a graphical view of an IEEE1394 network and provides the ability to perform common 1394 operations such as async reads, writes, isoc listens and talks, as well as configuration rom browsing of all nodes present on a bus.
其他 REMOVE removes a TSR. It takes two command line arguments. The first is the name of TSR to be remove
REMOVE removes a TSR. It takes two command line arguments. The first is the name of TSR to be removed (or an * to remove the last one), and the second is a file name which MUST contain the interrupt vectors to be loaded when the TSR is removed.