代码搜索:体视化

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

代码结果 10,000
www.eeworm.com/read/286405/8765148

cs selectinfo.cs

using System; using System.Collections.Generic; using System.Text; using System.Data; using DataAccess; namespace Bussiness { public class SelectInfo { //初始化数据层里的ReaderInfo的实
www.eeworm.com/read/187171/8850906

cpp c_mutex.cpp

#include "c_mutex.h" //将锁进行初始化 void c_mutex::init() { pthread_mutexattr_t _attr; pthread_mutexattr_init(&_attr); pthread_mutexattr_setpshared( &_attr, PTHRE
www.eeworm.com/read/186912/8892079

cpp 最佳适应算法.cpp

#include #include int k=4; struct list // 初始化数据的结构体 { int num; //分区序号 int adr;//首地址 int end;//尾地址
www.eeworm.com/read/186843/8902108

java jdbcbean.java

package test; import java.sql.*; public class JdbcBean { Connection con=null; ResultSet rs=null; //实例化,装载JDBC驱动程序 public JdbcBean() { try{ Class.forName("sun.jdbc.odbc
www.eeworm.com/read/186478/8930863

m 人体组织sc=10.m

%RBF法建模 %标准化的建模数据集 m_data=[0 0 0.06977 0.069713409 0.13952 0.139067795 0.20928 0.207755664 0.27904 0.275432908 0.3488 0.341770314 0.41856 0.406445183 0.48832 0.469142906 0.55808 0.52955849
www.eeworm.com/read/186118/8958922

c keystate.c

#include #include #include /* define variable type */ #define uchar unsigned char void INITIAL(void); /*液晶显示初始化*/ void CLEAR(void);
www.eeworm.com/read/186071/8962368

cpp ch8_5.cpp

//********************* //** ch8_5.cpp ** //********************* #include void main() { int iArray[10]; int* iPtr=iArray; //用数组名iArray给指针初始化 for(int i=0;i
www.eeworm.com/read/382913/8990630

m f3_2.m

%线性调频函数 sig=fmlin(128); f=0:0.05:0.5; %估计群延迟 gd=sgrpdlay(sig,f); %显示结果 plot(gd,f); xlabel('时间 t'); ylabel('归一化的频率 f');
www.eeworm.com/read/426630/9010709

c keystate.c

#include #include #include /* define variable type */ #define uchar unsigned char void INITIAL(void); /*液晶显示初始化*/ void CLEAR(void);
www.eeworm.com/read/283403/9023364

c spi_test.c

#include "DSP28_Device.h" unsigned int Spi_VarRx[100]; unsigned int i,j; //interrupt void ISRSciaTx(void); //interrupt void ISRSciaRx(void); void main(void) { /*初始化系统*/ InitSysCtrl(); /*