代码搜索:体视化
找到约 10,000 项符合「体视化」的源代码
代码结果 10,000
www.eeworm.com/read/404031/11492354
m initial.m
%------给定初始化条件----------------------------------------------
%----粒子群的----
c1=1.4962; %学习因子1
c2=1.4962; %学习因子2
w=0.7298; %惯性权重
MaxDT=10; %最大迭代次数
www.eeworm.com/read/403832/11508939
m initial.m
%------给定初始化条件----------------------------------------------
%----粒子群的----
c1=1.4962; %学习因子1
c2=1.4962; %学习因子2
w=0.7298; %惯性权重
MaxDT=10; %最大迭代次数
www.eeworm.com/read/402337/11536920
m initial.m
%------给定初始化条件----------------------------------------------
%----粒子群的----
c1=1.4962; %学习因子1
c2=1.4962; %学习因子2
w=0.7298; %惯性权重
MaxDT=1000; %最大迭代次
www.eeworm.com/read/401950/11545563
cs gsm.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
namespace SMS.BaseClass
{
class GSM
{
//初始化gsm modem,并连接gsm modem
www.eeworm.com/read/400457/11576292
h ping.h
#ifndef __PROTOINFO_H__
#define __PROTOINFO_H__
class CInitSock
{
public:
CInitSock(BYTE minorVer = 2, BYTE majorVer = 2)
{
// 初始化WS2_32.dll
WSADATA wsaData;
WORD sockVersion = MA
www.eeworm.com/read/348490/11592075
c nandflash.c
#include "def.h"
#include "2410addr.h"
#include "2410lib.h"
#include "nandflash.h"
/**************************************
*** 初始化 K9F1208U0M nand flash ***
*******************************
www.eeworm.com/read/158420/11620055
dfm unit_custindiserv.dfm
object Frm_CustIndiServ: TFrm_CustIndiServ
Left = 34
Top = 51
Width = 762
Height = 478
ActiveControl = FlatComboBoxServMode1
Caption = '个人客户个性化服务'
Color = clBtnFace
Font.Charse
www.eeworm.com/read/260013/11751732
lis key.lis
.module key.c
.area text(rom, con, rel)
0000 .dbfile D:\ICCAVR~1\模块化~1\src\key.c
0000 .dbfunc e key_scan _key_s
www.eeworm.com/read/260013/11751742
lis lcd.lis
.module LCD.c
.area text(rom, con, rel)
0000 .dbfile D:\ICCAVR~1\模块化~1\src\LCD.c
0000 .dbfunc e LCD_INIT _LCD_I
www.eeworm.com/read/156891/11756411
cpp complex.cpp
#include
using namespace std;
class complex
{
private:
double real;
double image;
public:
complex ( ); //缺省构造函数
complex (double r, double i); //顺便初始化值的构造函数
com