Location:
Search - a file m
Search list
Description: The m-file is a demonstration script. Using your own array of image data, or a built-in default, a demo window is displayed where you can click to indicate points and see the snake program in action.
Platform: |
Size: 5120 |
Author: atlas |
Hits:
Description: 1、 用高级语言编写和调试一个简单的文件系统。模拟文件管理的工作过程。从而对各种文件操作命令的实质内容和执行过程有比较深入的了解。 2、 要求设计一个n个用户的文件系统。每次用户可保存m个件,用户在一次运行中只能打开一个文件。对文件必须设置保护措施,且至少有Creat,Delete,Close,Write等命令。-1, with high-level language debugging and prepared a simple file system. Simulation document management process. Thus the various documents commands to the substance and implementation of a more in-depth understanding. 2, designed a n users file system. Each time a user kept m pieces in a user operation can open a file. The document must install protective measures, but at least Creat, Delete, Close, etc. Write orders.
Platform: |
Size: 9216 |
Author: 生 |
Hits:
Description: Models UWB TX and RX using BPSK fifth derivative.
MATLAB Release: R13
Description: This m file models a UWB system using BPSK with the fifth order derivative of the gaussian pulse with correlation receiver and intgrator.
-Models UWB TX and RX using BPSK fifth derivative. MATLAB Release : R13 Description : This file m models a UWB system using BPSK with the fifth order derivative of the Gaussian pulse with correlation receiver and intgrator.
Platform: |
Size: 5120 |
Author: 王琼 |
Hits:
Description: 一个dos下面写的图形界面的文件管理器,看看怎么在dos下写图形界面吧。-a graphical interface written in the file manager to see how the dos graphics interface was under it.
Platform: |
Size: 121856 |
Author: gg |
Hits:
Description: FirteX介绍
功能:
支持增量索引,差量索引,多字段索引,提供了3种前向索引方式;
支持纯文本,HTML,PDF等文件格式;
提供快速中文分词;
从底层到高层,提供了多种索引访问接口,灵活自由地使用索引文件;
提供丰富的检索语法,支持多字段检索,日期范围检索,检索结果自定义排序等。
性能:
在Pentium 4 2.8G 2GRAM的机器上超过200Mb每分钟的索引速度
在近7G的索引文件(100G网页,11G纯文本的索引)上检索,仅使用十几M内存在数毫秒内返回查询结果;
支持Tb数量级的文本索引和检索
-FirteX introduced functions : support incremental indexing, index differential, multi-field indexing, provided to the three types of indexing; supports text, HTML, PDF and other file formats; provide rapid Chinese word segmentation; from the bottom to the top, providing a wide variety of index access interface and the flexibility and freedom to use index files; provide rich search syntax, support multi-field search, date range search, retrieval results from the definition of ranking. Performance : the Pentium 4 2.8G 2GRAM machines over 200 Mb per minute rate of the index in the last seven G. Index (100G website 11G text indexing), retrieval, Use only a dozen M memory in a few milliseconds to return to search results; Tb magnitude support the text indexing and retrieval
Platform: |
Size: 13954048 |
Author: 阮正 |
Hits:
Description: 加密算法
Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives:
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To calculate MD5, SHS, and RIPEMD-160 message digests:
cryptest m file
- To encrypt and decrypt a string using DES-EDE in CBC mode:
cryptest t
- To encrypt or decrypt a file
cryptest e|d input output
- To share a file into shadows:
cryptest s <pieces> <pieces-needed> file
(make sure file has no extension, if you re running this under DOS)
- To reconstruct a file from shadows:
cryptest j output file1 file2 [....]
- To gzip a file:
cryptest z <compression-level> input output
- To gunzip a file:
cryptest u input output
- To run validation tests:
cryptest v
- To run benchmarks:
cryptest b [time for each benchmark in seconds]
-encryption algorithm Test Driver for Crypto. a Class C Library of spreadsheets Primitives :- To generate an RSA key cryptest g-To encrypt an d decrypt a string using RSA cryptest r-To calcu late MD5, SHS, and RIPEMD algorithms-160 message digests : cryptest m file-To encrypt and decrypt a string using DES-EDE in CBC mode : cryptest t-To encrypt or decrypt a file cryptes t e | d input output- To share a file into shadows : cryptest's
Platform: |
Size: 389120 |
Author: Nikii |
Hits:
Description: m文件 可以实现一种功能仿真-m file can realize a functional simulation
Platform: |
Size: 1024 |
Author: |
Hits:
Description: Introduction
Some times it is required that we build a shared library (DLL) from an m-file. M-files are functions that are written in Matlab editor and can be used from Matlab command prompt. In m-files, we employ Matlab built-in functions or toolbox functions to compute something. In my past articles, I showed you some ways to use Matlab engine (vis. API, C++ class or Matlab engine API) for employing Matlab built-in functions, but what about functions that we develop? How can we use them in VC? Is there any interface? This article shows you an idea to employ your own Matlab functions.
Platform: |
Size: 65536 |
Author: vipjvs |
Hits:
Description: 一、目的要求
1、用高级语言编写和调试一个简单的文件系统,模拟文件管理的工作过程。从而对各种文件操作命令的实质内容和执行过程有比较深入的了解。
2、要求设计一个 n个用户的文件系统,每次用户可保存m个文件,用户在一次运行中只能打开一个文件,对文件必须设置保护措施,且至少有Create、delete、open、close、read、write等命令。
-First, the purpose of the requirements 1, with high-level language writing and debugging a simple file system, simulating the working process of document management. Thus a variety of file operations command of the substance and implementation of the process better. 2, requested the design of a n-user s file system, each user can be stored m documents, the user in an operation can only open a file, the file must be set up protective measures, and at least Create, delete, open, close, read, write and so on command.
Platform: |
Size: 30720 |
Author: Anson |
Hits:
Description: Matlab中没有现成的Hermite插值函数,必须编写一个M文件实现插值。
设n个节点的数据以数组x0 (已知点的横坐标), y0(函数值), y1(导数值)输入(注意Matlat的数组下标从1开始), m个插值点以数组x 输入,输出数组y 为m 个插值。编写一个名为hermite.m的M文件。
-Matlab is not off-the-shelf Hermite interpolation function, we must realize the preparation of a document M interpolation. N nodes for the data to an array x0 (known point of abscissa), y0 (function value), y1 (numerical derivative) input (note the subscript Matlat array starting at 1), m to the array of interpolation points x input and output array y for m months interpolation. Hermite.m the preparation of a M-file.
Platform: |
Size: 1024 |
Author: 贺鼎宏 |
Hits:
Description: This chapter contains sample programs for determining capacity. The reader is advised to go through the coding. The
file "capacity_water.m" is for measuring the waterfilling capacity. It should be made to work with a file similar to
"capacity_plot_main.m". The latter file deals with all the other capacity plots given in the book in Chapter 2.
All programs are verified with MATLAB versions 6.0 and above with signal processing and communications toolboxes.
Platform: |
Size: 4096 |
Author: cmyang |
Hits:
Description: 偏最小二乘算法在MATLAB中的实现,直接将文件拷贝至matlab文件夹下,即可使用。详细使用方法见代码本身-Partial least-squares algorithm in MATLAB in the realization of a file copy directly to the matlab folder, you can use. See detailed use of the code itself
Platform: |
Size: 430080 |
Author: 杨乾栩 |
Hits:
Description: Asp.Net探针0.90源码(Asp.net2.0版)
探测信息如下:
服务器计算机名 http://localhost/
服务器IP地址 127.0.0.1
服务器域名 localhost
服务器端口 80
服务器IIS版本 Microsoft-IIS/6.0
本文件所在文件夹 E:\downCode\ServerInfo\
服务器操作系统 Microsoft Windows NT 5.2.3790 Service Pack 1
系统所在文件夹 C:\WINDOWS\system32
服务器脚本超时时间 30000秒
服务器的语言种类 Chinese (People s Republic of China)
.NET Framework 版本 2.050727.42
服务器当前时间 2007-5-25 9:18:18
服务器IE版本 7.0000
服务器上次启动到现在已运行 51分钟
逻辑驱动器 A:\C:\D:\E:\F:\G:\H:\I:\
CPU 总数 2
CPU 类型 x86 Family 15 Model 3 Stepping 4, GenuineIntel
虚拟内存 61776M
当前程序占用内存 6.03M
Asp.net所占内存 60.48M
Asp.net所占CPU 4
当前Session数量 0
当前SessionID t4at4w45uh5pr455cq42gq55
当前系统用户名 NETWORK SERVICE
注意:当前版本只支持Asp.net2.0环境-0.90 source Asp.Net probe (Asp.net2.0 version)
Detection information is as follows:
Server computer name http://localhost/
Server IP address 127.0.0.1
Domain name server localhost
Server port 80
IIS server version Microsoft-IIS/6.0
Folder where the file E: \ downCode \ ServerInfo \
Server operating system Microsoft Windows NT 5.2.3790 Service Pack 1
System where the folder C: \ WINDOWS \ system32
The server script timeout 30000 seconds
The type of server language Chinese (People s Republic of China)
. NET Framework version 2.050727.42
Current server time 2007-5-25 9:18:18
IE server version 7.0000
Last server start up to now have been in operation for 51 minutes
Logical drive A: \ C: \ D: \ E: \ F: \ G: \ H: \ I: \
CPU a total of 2
CPU type x86 Family 15 Model 3 Stepping 4, GenuineIntel
Virtual memory 61776M
6.03M current program memory
Asp.net share memory 60.48M
Asp.net share CPU 4
Session number of the current 0
The current SessionI
Platform: |
Size: 20480 |
Author: 木头人 |
Hits:
Description: 基于核的主分量分析方法的提出者亲自写的程序(基于MATLAB-a MATLAB m-file of Kernel PCA
Platform: |
Size: 1024 |
Author: Steven |
Hits:
Description: 任务:参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m<=20,n<=20)
功能要求:
1)可以输入各个项目的前三名或前五名的成绩;
2)能统计各学校总分,
3)可以按学校编号或名称、学校总分、男女团体总分排序输出;
4)可以按学校编号查询学校某个项目的情况;可以按项目编号查询取得前三或前五名的学校。
5)数据存入文件并能随时查询
6)规定:输入数据形式和范围:可以输入学校的名称,运动项目的名称
-Tasks: participate in the Games has n school, the school numbered 1 ... ... n. Competition is divided into m-men s and women s events w months. Item number for the men s 1 ... ... m, women, m+1 ... ... m+ w. Different projects to take the top five or top three points to take the top five points are as follows: 7,5,3,2,1, the top three points are as follows: 5,3,2 which take five name or the top three set up by the students themselves. (M <= 20, n <= 20)
Functional requirements:
1) can enter the top three or top five of each item of the performance
2) The total score can be statistics of schools,
3) can be number or name of the school, the school total score, total score for men and women groups to sort out
4) can check the school by school number of an item can be achieved in the first three or item number check the top five schools.
5) data into a file and be denied access to
6) provides that: the input data format and scope: You can enter the school name, t
Platform: |
Size: 19456 |
Author: eric cui |
Hits:
Description: GMDH的MATLAB源代码,是主程序,也就是gmdhbuild.文件。与之配套的测试文件gmdhtest.m、输出误差gmdhpredice.m会接着发出。-GMDH The MATLAB source code, is the main program, which is gmdhbuild. File. Accompanying test file gmdhtest.m, output error will be followed by a gmdhpredice.m.
Platform: |
Size: 1024 |
Author: songhuaixiang |
Hits:
Description: ou can use this M-file as a guideline for implementing CRC code generation using the Communications Toolbox functionality. This M-file does not include the error detection process, but you can easily use the process specified below to perform the CRC check:
Platform: |
Size: 223232 |
Author: misseng |
Hits:
Description: this a file for embedding a messge in an image-this is a file for embedding a messge in an image
Platform: |
Size: 1024 |
Author: sj |
Hits:
Description: 功能描述:测试LMS与RLS算法,比较两种算法的收敛特性
文件名:LMS_RLS_sim.m
测试用例:
x(n)+a1*x(n-1)+a2*x(n-2)=e(n),a1=-1.6,a2=0.81,e(n)为高斯白噪声
文件输出:系数a1的值
调用函数:function [A] = LMS_Algo(M,N,mu,xn)
被调用:无
作者:mingcheng
编写时间:2009-10-13
修改时间:2009-10-13
版本:V1.0 - Function Description: Test LMS and RLS algorithm, the convergence characteristics were compared file name: LMS_RLS_sim.m test case: x (n)+ a1* x (n-1)+ a2* x (n-2) = e (n), a1 =- 1.6, a2 = 0.81, e (n) is Gaussian white noise file output: the value of coefficient a1 call the function: function [A] = LMS_Algo (M, N, mu, xn) is called: No of: mingcheng write time :2009-10-13 modified :2009-10-13 version: V1.0
Platform: |
Size: 1024 |
Author: 赵明诚 |
Hits:
Description: 1发2收的最大比合并算法源代码,Rayleigh信道-This is a matlab .m file of Maxium Ratio Combining(MRC) algorithm in rayleigh channel with 1 transmitter and 2 receiver.
Platform: |
Size: 1024 |
Author: charaz |
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»