代码搜索:体视化
找到约 10,000 项符合「体视化」的源代码
代码结果 10,000
www.eeworm.com/read/434355/7871055
m shenjingwangluo.m
clc
clear all
close all
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%神经网络
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%模板格式5*5,归一化0-1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%输入层神经元25个,中间层100,输出层1
%%%%%%%%%%%%%%%%%
www.eeworm.com/read/199255/7875371
h studentscoredoc.h
// StudentScoreDoc.h : CStudentScoreDoc 类的接口
//
#include "User.h"
#define WM_REFRESHLIST =WM_USER+50
#pragma once
class CStudentScoreDoc : public CDocument
{
protected: // 仅从序列化创建
CStudentSc
www.eeworm.com/read/198974/7898686
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/298388/7963531
h function.h
#if !(defined FUNCTION_H)
#define FUNCTION_H
//初始化窗口
BOOL InitWindow( HINSTANCE hInstance, int nCmdShow );
//消息处理函数
LRESULT CALLBACK WinProc( HWND hWnd, UINT message, WPARAM wParam, LPARAM lPar
www.eeworm.com/read/297829/7993125
c xhdl.c
#define MAXQSIZE 100
#define N 5
typedef struct{ int *base;
int front;
int rear; }Sqqueue;
Sqqueue initqueue(Sqqueue Q)/*队列初始化函数*/
{ Q.base=(int *)malloc(MAXQSIZE*sizeof(int));
www.eeworm.com/read/397809/8020519
java initframe.java
package jinchengdiaodu;
import javax.swing.UIManager;
import java.awt.*;
import javax.swing.*;
//在该类中初始化界面
public class InitFrame {
public InitFrame(JFrame frame){
Dimension screenSize = Toolki
www.eeworm.com/read/297292/8032532
txt 06-15.txt
/* 范例:6-15 */
#include
#include
int main()
{
/* 以下是可视化程序 */
int a; /* #1 */
printf("请输入一数字"); /* #2 */
scanf("%d",&a); /* #3 */
if(
www.eeworm.com/read/396985/8080686
java coursemanager.java
package manager;
import java.io.*;
import data.*;
import util.*;
public class CourseManager {
// 五门课程
private Course[] courses = new Course[Constant.MAX_TEACHER_COUNT];
// 初始化五
www.eeworm.com/read/247291/12667713
cpp 矩阵求逆.cpp
#include
#include
#define MAX 179
#define PI 3.14159265357929
//*******弧度化度.分秒函数说明***********
double h_d(double x)
{
//用度制表示弧度
dou
www.eeworm.com/read/333542/12676073
txt 6-15.txt
/* 范例:6-15 */
#include
#include
int main()
{
/* 以下是可视化程序 */
int a; /* #1 */
printf("请输入一数字"); /* #2 */
scanf("%d",&a); /* #3 */
if(