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. MATLAB Interface, a new feature in MATFOR 4.1, provides MATFOR users access to MATLAB functions so they can obtain functionality that has not been built into MATFOR. The ability of using MATLAB functions makes MATFOR an ideal tool for those who create prototypes using MATLAB, then do implementation in C++ and other programming languages. Through the use of MATFOR, users may perform quick results comparisons between MATLAB and other languages.
标签: MATFOR Extensions component Fortran
上传时间: 2013-12-11
上传用户:xieguodong1234
一款用JAVA制作开发的小型聊天软件,里面附有安装程序和JAVA源代码。 Visual 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 customchat.html file - Upload all the files to your webserver - Start the ChatServer by invoking java at.ac.uni_linz.tk.vchat.ChatServer [port [server-key]] from your commandline - I kindly ask you to leave copyright and credit information in the InfoPanel.class as it is - but you are invited to add your own text. In case of violations I will consider excluding this class from the source in the future.
上传时间: 2014-09-06
上传用户:龙飞艇
Of the password is: Server: "1." Client: + for the month of the date of the machine. Such as "2005/08/05", compared with the number "85" Database: "xzxq". I made the changes: 1, stations and customer-service once every 30 seconds to exchange information (to ensure continuous line) 2, computer services-an increase of the serial number 3, client-service to send the card serial number and send IP addresses to the service side 4, the desktop client by the embargo, since the definition of the icon to start the process faster (from the window Superman Code) 5, CS-shielding some function keys, but CTRL + ALT + DEL keys can not shield the hope that a revised modify these friends 6, there are some corners of Laws (such as title, etc.). Client desktop icon in the Settings page set up first class to enter FXZWN999 open on to add, delete icon button
标签: the password machine Client
上传时间: 2016-06-27
上传用户:xsnjzljj
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 is also responsible for detecting non-Plug and Play 1540 SCSI controllers—the Plug and Play controllers are detected by the operating system—and for shutting down the controller during device removal or power management operations. This sample also demonstrates the use of the SCSIWMI library to add WMI functionality to SCSI miniports. This library can be linked into a miniport and provides most of the framework needed to expose WMI data blocks to SCSIPORT and the system.
标签: driver This controllers directory
上传时间: 2016-06-28
上传用户:caiiicc
package query public class LinkQuery { private Node front private Node vear public LinkQuery() { this.front=null this.vear=null } public void add(int i) { Node newNode=new Node(i) if(vear==null && front==null) { vear=newNode front=newNode return } vear.next=newNode vear=newNode } public int remove() { if(this.front==null) { System.out.println("队是空的,无法取") return -1 } int temp=this.front.data this.front=this.front.next if(this.front==null) { this.vear=null }
标签: private public Node LinkQuery
上传时间: 2016-07-08
上传用户:天诚24
文件来源: 我的毕设 仿真结果: 在窄带Rayleigh快衰落信道下几种检测方法的误码率性能比较 说 明: 参数tx,rx,L,EbN0可以根据需要更改。 tx,rx是收发天线数,根据需要取值就好了,一般研究2发2收和4发4收 EbN0是信噪比取值范围,根据需要选择吧。取得点多当然算得慢。 L影响结果的波动性和误码率所能达到的下限,L值取得越大图像越接近真实情况。如果 EbN0最大值有20dB那么误码率可以达到10负4次方建议L不低于10000。 使用方法: 把db.m和minnorm.m存进任意文件夹,然后打开matlab,File->Set Path->add Folder加入 文件夹。在matlab中输入命令db即可
上传时间: 2014-01-13
上传用户:ynzfm
这是一个基于命令行交互方式的议程(agenda)管理系统(采用面向对象方法和Java 语言开发) 版本:1.01 编程语言:Java 所用平台:Windows XP sp2+ Eclipse 3.2 + JDK 1.5.0 完成日期:2006-11-13 [主要功能说明]:已注册到系统的用户(user)可添加(add)、删除(delete)、查询(query)系统中记录的会议(meeting)安排;系统还提供新用户注册(register)、清除(clear)某一用户所有会议安排等管理功能。
标签: Java Eclipse Windows agenda
上传时间: 2016-07-29
上传用户:坏天使kk
虚拟电子秤 程序使用说明 1. 本程序只在Windows XP平台上经过完整测试,因此只能保证该程序在WinXP系统下运行正确。 2. 由于本程序使用了Access数据库,因此需要计算机上安装有Microsoft Access。 3. 将本程序下载到本地计算机后,需要建立与用户信息.mdb的ODBC连接。建立方法如下:进入开始菜单->控制面板->管理工具->数据源(ODBC),建立一个新的系统DSN:选择add…->Microsoft Access Driver(*.mdb),数据源名称为“LVTest_UserDB”,数据库选择用户信息.mdb。点击OK完成设置。 4. 运行虚拟电子秤_陈锡辉.vi,输入用户名:admin,密码:123456 登录系统。进入系统后可以更改密码或管理用户等等。
上传时间: 2016-08-20
上传用户:yuanyuan123
JLayer is a library that decodes/plays/converts MPEG 1/2/2.5 Layer 1/2/3 (i.e. MP3) in real time for the JAVA(tm) platform. and anyone can add his contribution. JLayer is licensed under LGPL (see LICENSE.txt).
标签: i.e. converts decodes library
上传时间: 2016-08-26
上传用户:zhenyushaw
自己做的程序,分享一下,希望大家多多指点,汇编语言学习的成果,包含了两个源代码,分别是(add和sub)
标签: 程序
上传时间: 2013-12-17
上传用户:kristycreasy