搜索结果
找到约 81 项符合
CENTER 的查询结果
按分类筛选
- 全部分类
- 技术资料 (7)
- Java编程 (6)
- 其他 (5)
- Linux/Unix编程 (3)
- matlab例程 (3)
- 电源技术 (2)
- GPS编程 (2)
- 软件设计/软件工程 (2)
- Internet/网络编程 (2)
- 数学计算 (2)
- 其他书籍 (2)
- Jsp/Servlet (2)
- 通讯/手机编程 (2)
- 源码 (2)
- 精品软件 (2)
- 多媒体处理 (1)
- 单片机编程 (1)
- 教程资料 (1)
- 通信网络 (1)
- 可编程逻辑 (1)
- 测试测量 (1)
- 编译器/解释器 (1)
- 串口编程 (1)
- TAPI编程 (1)
- 书籍源码 (1)
- Java书籍 (1)
- 单片机开发 (1)
- DSP编程 (1)
- Modem编程 (1)
- SCSI/ASPI (1)
- 教育系统应用 (1)
- 技术管理 (1)
- 加密解密 (1)
- 邮电通讯系统 (1)
- Delphi控件源码 (1)
- 嵌入式Linux (1)
- 嵌入式/单片机编程 (1)
- 软件工程 (1)
- 网络 (1)
- VHDL/FPGA/Verilog (1)
- 人工智能/神经网络 (1)
- 编辑器/阅读器 (1)
- 其他数据库 (1)
- 多国语言处理 (1)
- 认证考试资料 (1)
- C/C++语言编程 (1)
- 无线通信 (1)
- 自动化控制 (1)
- 软件 (1)
- 书籍 (1)
- 笔记 (1)
- VIP专区 (1)
数学计算 The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccion
The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccione while at the National Center for Atmospheric Research between 2002 and 2005. The library contains a functional subset of FFTPACK and SPHEREPACK, including real and complex FFTs in 1-3 dimensions, an ...
单片机开发 * DEFINITION * This is the header file for a library module used to calculate the median * of a
* DEFINITION
* This is the header file for a library module used to calculate the median
* of a list of values. It finds the value that would be in the center if
* the list were sorted. If the list contains an even number of values, the
* lower of the two center values is reported. The values th ...
Java编程 模糊聚类算法FCM的JAVA源代码。输入data_in.txt和parameters.txt文件
模糊聚类算法FCM的JAVA源代码。输入data_in.txt和parameters.txt文件,输出center.txt和matrix.txt文件
SCSI/ASPI <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="util.asp" --> <% Head="您放入购物车的物品已经全数
<%@ LANGUAGE="VBSCRIPT" %>
<!--#include file="util.asp" -->
<%
Head="您放入购物车的物品已经全数退回!"
Session("ProductList") = ""
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html charset=gb2312">
<STYLE type=text/css>.main {
FONT-SIZE: 9pt
}
.main1 {
FONT-SIZE: 14px
}
</S ...
教育系统应用 系统的数据库课程设计的后台用SQL语言(页 1) - 数.. 数据库相关 求助图书管理系统的数据库课程设计的后台用SQL语言 2005-6-30 16:50 hsw2000 求助图书管理系统的数据库
系统的数据库课程设计的后台用SQL语言(页 1) - 数..
数据库相关 求助图书管理系统的数据库课程设计的后台用SQL语言 2005-6-30 16:50 hsw2000 求助图书管理系统的数据库课程设计的后台用SQL语言 [center][/center]大侠们快帮帮我啊<br />我要一个图书管理系统的数据库课程设计啊后台要用... ...
加密解密 On Sunday, April 27, 2003, Fresno will celebrate Earth Day in downtown Fresno at Courthouse Park. Th
On Sunday, April 27, 2003, Fresno will celebrate Earth Day in downtown Fresno at Courthouse Park. The event will begin at noon.
This year we will include music, speakers, and vendors, plus activities for children.
Fresno Earth Day is recognized as the only Earth Day festival that happens in Fresno ...
邮电通讯系统 Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification.
Sofia-SIP is an open-source SIP User-Agent library, compliant
with the IETF RFC3261 specification. It can be used as
a building block for SIP client software for uses such as VoIP,
IM, and many other real-time and person-to-person communication
services. The primary target platform for Sofia-SIP ...
Jsp/Servlet 1、在Eclipse中导入工程
1、在Eclipse中导入工程,可以通过Eclipse中的菜单File→Import→Existing Projects intoWorkspace中选择Project;
2、在MySQL中创建数据库,使用MySQL Control Center执行database目录下的dbscript.sql数据库脚本文件创建数据库SQL语句创建数据库和表及数据;
3、设置数据库连接配置,修改doc目录下的exam.xml文件,将其中 ...
其他书籍 Microsoft PowerPoint 2002 Visual Basic 对象模型中已做了大量更改
Microsoft PowerPoint 2002 Visual Basic 对象模型中已做了大量更改,以支持应用程序中新增和经过改进的功能。
请访问 MSDN Online 上的 Office Developer Center 以获取最新的 Microsoft PowerPoint 开发信息,包括新技术文章、下载、示例、产品新闻以及更多信息。
新的语言元素
以下主题提供 PowerPoint 2002 中新增的 ...
Java编程 Java五子棋程序 本软件使用JAVA语言实现
Java五子棋程序
本软件使用JAVA语言实现,通过对SCOKET技术的理解,在此基础上建立服务器与客户端相连接,从而实现局域网内两人互动进行五子棋游戏。整体采用BorderLayout来布局,分为toolBar, board 和statusBar三部分,分别位于NORTH、CENTER和SOUTH。其中board部分采用null的布局方式,toolbar部分采用FlowLayout的布局 ...