代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/471682/6887964
c program7_04.c
/* Program 7.4 Arrays and pointers - A simple program*/
#include
int main(void)
{
char multiple[] = "My string";
char *p = &multiple[0];
printf("\nThe address of the first a
www.eeworm.com/read/294886/8195954
m nnpin.m
function y = nnpin(x,a,b,q)
%NNPIN Neural Network Design utility function.
% NNPIN(X,A,B,Q)
% X - Number or matrix.
% A - Lower bound.
% B - Upper bound.
% Q - Quantization constant (o
www.eeworm.com/read/294870/8196717
m zak.m
function dzt=zak(sig,N,M)
%ZAK Zak transform.
% DZT=ZAK(SIG,N,M) computes the Zak transform of signal SIG.
%
% SIG : Signal to be analysed (length(X)=N1).
% N : number of Zak coefficients in time (
www.eeworm.com/read/294870/8196872
m zak.m
function dzt=zak(sig,N,M)
%ZAK Zak transform.
% DZT=ZAK(SIG,N,M) computes the Zak transform of signal SIG.
%
% SIG : Signal to be analysed (length(X)=N1).
% N : number of Zak coefficients in time (
www.eeworm.com/read/293144/8313678
txt next release.txt
Next Release: US Version
- Update and expand database
- Save program options to database table
- Multiple databases, and File Dialog search for database
- Enter passthrough SQL queries
- S
www.eeworm.com/read/392361/8348731
m exm031_3.m
%exm031_3.m
%多行串数组的直接输入示例。
clear
S=['This string array '
'has multiple rows.']
size(S)
www.eeworm.com/read/174517/9584889
todo
Some Ideas
----------
freevo intergration.
EIT decoding, simple EPG program.
fastCGI application to allow multiple dvbstreamer to be control from a web page.
PVR application, using RTSP to contro
www.eeworm.com/read/173135/9671923
txt readme.txt
This sample demonstrates the eXtremeDB High Availability Framework.
Note that this example program illustrates how the HA Framework "can" be
used, not how it "must" be used. For instance, this exampl
www.eeworm.com/read/368108/9711739
m exm031_3.m
%exm031_3.m
%多行串数组的直接输入示例。
clear
S=['This string array '
'has multiple rows.']
size(S)
www.eeworm.com/read/367457/9746688
lnt co-c86p.lnt
// co-c86p.lnt
// Compiler Options for C86 PLUS
-cc86p
// This file contains options to allow PC-lint to process source
// files for your compiler. It is used as follows:
//
//