搜索结果
找到约 65 项符合
VARIABLES 的查询结果
按分类筛选
- 全部分类
- 技术资料 (7)
- matlab例程 (7)
- Java编程 (5)
- 其他 (4)
- 数学计算 (4)
- 人工智能/神经网络 (4)
- 其他书籍 (3)
- Linux/Unix编程 (3)
- 单片机开发 (3)
- 书籍 (2)
- 数值算法/人工智能 (2)
- 电子书籍 (2)
- 编译器/解释器 (2)
- 软件设计/软件工程 (2)
- 源码 (1)
- 软件 (1)
- 论文 (1)
- 通讯/手机编程 (1)
- 可编程逻辑 (1)
- 驱动编程 (1)
- 编辑器/阅读器 (1)
- 文件格式 (1)
- 汇编语言 (1)
- 文章/文档 (1)
- 微处理器开发 (1)
- J2ME (1)
- VC书籍 (1)
- 其他嵌入式/单片机内容 (1)
- 邮电通讯系统 (1)
matlab例程 % [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a functio
% [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation)
% Finds a maximum of a function of several variables.
% fmaxga solves problems of the form:
% max F(X) subject to: LB <= X <= UB
% BestPop--------最优的群体即为最优的染色体群
% Trace----------最佳染色体所对应的目标函数值
% ...
技术资料 Ansoft0MaxwellV12电机瞬态分析教程
This Getting Started Guide is written for Maxwell beginners and experienced users who would like to quickly re familiarize themselves with the capabilities of MaxwelL.This guide leads you step-by-step through solving and analyzing the results of a rotational actuator magnetostatic problem with motio ...
技术资料 对单片机C语言教材中一段程序的分析
C语言是一种结构化的高级语言,具有代码紧凑、可移植性强、符合人的日常思维方式等特点.由于不需要深入了解单片机的指令系统和硬件结构、上手容易等特点,单片机的C语言学习和应用变得很普及.一些单片机开发者由于不了解单片机C语言和通用计算机C语言之间的区别,当涉及单片机内部硬件及端口操作,特别是在单片机的应用中经常使 ...
源码 c#简单计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADSTRING]; ...
软件 简单的计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADSTRING]; ...