代码搜索:体视化

找到约 10,000 项符合「体视化」的源代码

代码结果 10,000
www.eeworm.com/read/413809/11141668

v ps2mouse.v

/************************************************************ **模块名称:ps2mouse **模块功能:用于初始化鼠标并接受鼠标的数据发往串口发送模块 *************************************************************/ module ps2mouse(clk,rese
www.eeworm.com/read/268297/11144540

bas stdrptfunc.bas

Attribute VB_Name = "StdRptFunc" Option Explicit '//初始化数据 Public Function DataInit() As Boolean On Error GoTo ErrHandle Dim EObj As Object Set EObj = CreateObject("ABCCrypto2.Crypto") EOb
www.eeworm.com/read/268223/11149264

txt initial1.m.txt

%初始化 gen=50; %设置进化代数 popsize=15; %设置种群规模 max_velocity=1; %最大速度限制 best_fitness=inf; pop(popsize,14)=0;
www.eeworm.com/read/265573/11261010

cpp sacode.cpp

#include #include #include using std::random_shuffle; using std::swap; /********************************************************* InitialSA()——模拟退火算法的初始化 1.
www.eeworm.com/read/148393/12468437

c c_vmain.c

void C_vMain(void) //主程序 { unsigned char i; unsigned short j; init_uart(); //串口1初始化 while(1) { i=get_char(); //读串口
www.eeworm.com/read/335549/12516800

c main.c

#include"includes.h" main( void ) { /******************系统时钟初始化******************/ WDTCTL = WDTPW + WDTHOLD; //关闭看门狗 FLL_CTL0 |= XCAP14PF; //系统时钟锁定 /**
www.eeworm.com/read/335516/12519593

cpp class.cpp

#include "class.h" SystemObj::SystemObj (void) { Init (); } //inline void SystemObj::Init(void) { PortInit ();//IO初始化 if (RamTest != 0x55aa)//内存被破坏 { Count = 0;
www.eeworm.com/read/248447/12558140

asm modbus.asm

;*********************************************************************************** ;D331点胶机程序号选择及与运动控制卡通讯控件. ;编制: 洪天长 公司:特盈自动化 日期:06.01.12
www.eeworm.com/read/146592/12636669

c int.c

/****************************/ /* 初始化函数INT_1 */ /* 函数调用入口:INT_1() */ /* 函数参数库:SYSTAB,SCRTAB */ /* 函数调用变量:无 */ /* 内部调用函数: CLEAR() */ /****************************/ INT_1()
www.eeworm.com/read/237590/13944292

h giskelview.h

// GisKelView.h : CGisKelView 类的接口 // #pragma once #include "map.h" class CGisKelView : public CFormView { protected: // 仅从序列化创建 CGisKelView(); DECLARE_DYNCREATE(CGisKelView) publ