-
matlab6.0的图形图像处理函数及实例,函数很多,例子详细易懂,可直接拷贝运行,大家可以...
matlab6.0的图形图像处理函数及实例,函数很多,例子详细易懂,可直接拷贝运行,大家可以-A lot of graph samples of Matlab6.0.
- 2022-01-21 05:53:56下载
- 积分:1
-
分割midi音符test1split1str1.cpp
// test1split1str1.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
/*
File : split1.cpp
Author : Mike
E-Mail : Mike_Zhang@live.com
*/
#include
#include
#include
#include
#include
using namespace std;
//字符串分割函数
std::vector split(std::string str,std::string pattern)
{
std::string::size_type pos;
std::vector result;
str+=pattern;//扩展字符串以方便操作
int size=str.size();
for(int i=0; i
- 2022-03-22 16:35:52下载
- 积分:1
-
TCP/IP,UDP/IP
TCP/IP,UDP/IP
- 2023-08-19 22:25:03下载
- 积分:1
-
这是一个开发WINCE系统上键盘输入法的例子,在EVC上编写,方法易懂,简单易用,可以一看。...
这是一个开发WINCE系统上键盘输入法的例子,在EVC上编写,方法易懂,简单易用,可以一看。-This is a development system, the keyboard input method WINCE case in point is the preparation of the EVC, methods easy to understand, easy to use, you can have a look.
- 2022-03-03 02:46:34下载
- 积分:1
-
C-mex files for MATLAB encounter the following problem when compiling
them with WATCOM 11.0: All access-functions to files (fprintf, fscanf)
cannot handle double variables, only integer and strings are read or
written correctly. The file convert.c contains two functions: You may
read a double-variable as a string from the file and convert it to a
double (function string2double) and you may convert a double to a string
(function double2string) and write it to a file (see main() in
convert.c).
The file conditio.dat is an example of numbers read by convert.c. The
conv.exe was compiled on a Windows95-system.
The files were tested for MATLAB 5.2 and WATCOM 11.0a
result of "ver" is: MATLAB Version 5.2.1.1420 on PCWIN-C-mex files for MATLAB encounter the following problem when compiling them with WATCOM 11.0: All access-functions to files (fprintf, fscanf) cannot handle double variables, only integer and strings are read or written correctly. The file convert.c c
- 2022-06-01 01:50:17下载
- 积分:1
-
电信模拟采集系统,比较简单,用于教学比较好。
电信模拟采集系统,比较简单,用于教学比较好。-Telecom analog acquisition system, relatively simple, used in teaching is better.
- 2022-08-25 01:45:28下载
- 积分:1
-
based Pocket PC English phonetic input of the user interface part of the source...
基于Pocket PC的简体中文拼音输入法中的用户接口部分的源代码-based Pocket PC English phonetic input of the user interface part of the source code
- 2022-06-14 18:02:03下载
- 积分:1
-
题目:用c 语言编写的程序,一个偶数总能表示为两个素数之和。...
题目:用c 语言编写的程序,一个偶数总能表示为两个素数之和。-Tilte:a programme written by c: an idol can always be expressed as summation of two prime numbers.
- 2023-06-07 22:25:02下载
- 积分:1
-
Fonts small tools do for myself vb procedures can extract used in LCD dot matrix...
字模小工具,自己做的vb程序,可以提取液晶显示使用的点阵字库。-Fonts small tools do for myself vb procedures can extract used in LCD dot matrix character.
- 2022-02-05 20:01:46下载
- 积分:1
-
计算机windows 并口编程 可以看看,不错的
计算机windows 并口编程 可以看看,不错的-Computer parallel port programming windows can see that good
- 2022-03-07 02:33:45下载
- 积分:1