搜索结果

找到约 348 项符合 add 的查询结果

按分类筛选

显示更多分类

matlab例程 New users and old of optimization in MATLAB will find useful tips and tricks in this document, as we

New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems. Use this tool by editing the file optimtips.m, then execute blocks of code in cell mode from the editor, or best, publish the file to H ...
https://www.eeworm.com/dl/665/237667.html
下载: 198
查看: 1090

数学计算 MATFOR FFT Visual Fortran program. MATFOR Extensions, as implied in the name, are data or component

MATFOR FFT Visual Fortran program. MATFOR Extensions, as implied in the name, are data or components external to MATFOR modules that can be used to add versatility to MATFOR programs. Currently there are two types of extensions available with MATFOR, they are MATLAB Interface and Tecplot FileIO. MAT ...
https://www.eeworm.com/dl/641/307838.html
下载: 162
查看: 1131

驱动编程 This directory builds the miniport driver for Adaptec’s 1540 family of SCSI controllers. This driver

This directory builds the miniport driver for Adaptec’s 1540 family of SCSI controllers. This driver exports several functions which are used by SCSIPORT.SYS to issue SCSI requests to the devices attached to the controller, process adapter interrupts, and various other SCSI activities. This driver ...
https://www.eeworm.com/dl/618/313916.html
下载: 113
查看: 1100

Java编程 这是一个基于命令行交互方式的议程(agenda)管理系统(采用面向对象方法和Java 语言开发) 版本:1.01 编程语言:Java 所用平台:Windows XP sp2+ Eclipse 3

这是一个基于命令行交互方式的议程(agenda)管理系统(采用面向对象方法和Java 语言开发) 版本:1.01 编程语言:Java 所用平台:Windows XP sp2+ Eclipse 3.2 + JDK 1.5.0 完成日期:2006-11-13 [主要功能说明]:已注册到系统的用户(user)可添加(add)、删除(delete)、查询(query)系统中记录的会议(meeting)安排; ...
https://www.eeworm.com/dl/633/326345.html
下载: 172
查看: 1205

其他 给VC增加多标签功能,每个打开的文件显示为一个标签,可以快速切换文件.安装后解压语言文件到安装目录,可以实现多语言切换. === === "Window Tabs" (WndTabs) is

给VC增加多标签功能,每个打开的文件显示为一个标签,可以快速切换文件.安装后解压语言文件到安装目录,可以实现多语言切换. === === "Window Tabs" (WndTabs) is an add-in for Microsoft Visual C++ v6 family of products (VC5, VC6, eVC3, eVC4 and Visual Fortran). It adds a docking bar of tabs reflecting all of t ...
https://www.eeworm.com/dl/534/356971.html
下载: 168
查看: 1118

Java编程 isual Chat 1.91 Developer Edition - Customize the Visual Chat code regarding your own requirement

isual Chat 1.91 Developer Edition - Customize the Visual Chat code regarding your own requirements - Use customchatdev.html for developing / testing - Create .jar and .cab-files containing client-specific .class-files and the images-folder (use zip and cabarc compressing tools) - Adapt the customch ...
https://www.eeworm.com/dl/633/397047.html
下载: 74
查看: 1086

其他书籍 Imagine that you are a web developer (which is probably not a stretch if you are reading this book)

Imagine that you are a web developer (which is probably not a stretch if you are reading this book) and you are being encouraged to add some Ajax features to a site you’re working on. Maybe the originator of this request is your boss or your boss’s boss, who is not even sure what Ajax is, let alon ...
https://www.eeworm.com/dl/542/459927.html
下载: 184
查看: 1207

Linux/uClinux/Unix编程 GoAhead Webs 2.1.5

===================================== GoAhead WebServer 2.1.8 Release Notes ===================================== .. NOTES: .. This document is maintained using the reStructuredText markup system. .. You may download this from <http://docutils.sf.net>. Also note that running .. the docutils code re ...
https://www.eeworm.com/dl/509531.html
下载: 2
查看: 177

Linux/uClinux/Unix编程 GoAhead Webs 2.1.5 embedded webserver arm

===================================== GoAhead WebServer 2.1.8 Release Notes ===================================== .. NOTES: .. This document is maintained using the reStructuredText markup system. .. You may download this from <http://docutils.sf.net>. Also note that running .. the docutils code re ...
https://www.eeworm.com/dl/509532.html
下载: 1
查看: 126

C/C++语言编程 定义一个复数类Complex

定义一个复数类Complex,使得下面的代码能够工作 Complex c1(3,5); // 用复数3+5i初始化c1 Complex c2 = 4.5; // 用实参4.5初始化c2 c1.add(c2); // 将c1与c2相加,结果保存在c1中 c1.show(); // 将c1输出(这时结果应该是7.5+5i)
https://www.eeworm.com/dl/511042.html
下载: 1
查看: 331