代码搜索:多时钟域
找到约 10,000 项符合「多时钟域」的源代码
代码结果 10,000
www.eeworm.com/read/466504/7037993
txt 新建 文本文档.txt
Dim oConn
Dim oRs
Dim Pic
Dim PicSize
' 利用安装在Microsoft SQL Server PUBS 数据库中PUB_INFO表格里的Image域
Response.Buffer = TRUE
Response.ContentType = "image/gif"
www.eeworm.com/read/460016/7259017
m 例11-4.m
#include "mex.h"
#include "string.h"
#define MAXCHARS 80 /* 每个域所能包含的最大字符数 */
/* 入口子程序 */
void mexFunction(int nlhs, mxArray *plhs[],
int nrhs, const mxArray *prhs[])
{
cons
www.eeworm.com/read/454809/7382700
m 例11-4.m
#include "mex.h"
#include "string.h"
#define MAXCHARS 80 /* 每个域所能包含的最大字符数 */
/* 入口子程序 */
void mexFunction(int nlhs, mxArray *plhs[],
int nrhs, const mxArray *prhs[])
{
cons
www.eeworm.com/read/443158/7636766
m shuffle.m
function is=shuffle(is)
%%打乱 染色体的 次序
N=length(is);
for n=N:-1:2
inceil(rand*n(n-1));
tmp=is(in);is(in)=is(n);is(n)=tmp;
%将第n个元素域第in个元素交换
end
www.eeworm.com/read/144478/12788255
m bin2decdata.m
%把十进制数转换成对应域的数值
function bin2decData= bin2decData(X,a,b,chromlength)
bin2decData=X*(b-a)/(2^chromlength-1)+a;
www.eeworm.com/read/240291/13226769
java actiondemo.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
//控件的相互控制与消息传递
public class ActionDemo extends JFrame{
JTextField jtfName; //名字输入域
JTextArea jtaChat; //显示聊天信息
JTextAr
www.eeworm.com/read/314904/13556009
cpp my_fft.cpp
#include
#include "My_ComplexDefines.h"
#include "My_Constants.h"
// MyFFT(频率域指针引用,信号数组指针引用,总个数,fft or ifft指示)
// 0表示fft,1表示ifft
//time
www.eeworm.com/read/311447/13630920
m pdfb_nest.m
function nstd = pdfb_nest(nrows, ncols, pfilt, dfilt, nlevs)
% PDFB_NEST Estimate the noise standard deviation in the PDFB domain估计噪声标准偏差在PDFB域
%
% nstd = pdfb_nest(nrows, ncols, pfilt, dfilt, nlev
www.eeworm.com/read/311262/13633146
java actiondemo.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
//控件的相互控制与消息传递
public class ActionDemo extends JFrame{
JTextField jtfName; //名字输入域
JTextArea jtaChat; //显示聊天信息
JTextAr
www.eeworm.com/read/264779/11301942
cpp asd.cpp
#include
using namespace std;
class test
{
private:
int number;
public:
float socre;
int pp;
public:
int rp(int);
};
int test::rp(int a)//在外部利用域区分符定义test类的成员函数