搜索结果
找到约 75 项符合
Fun 的查询结果
按分类筛选
- 全部分类
- 技术资料 (14)
- 其他 (8)
- matlab例程 (6)
- Java编程 (5)
- 游戏 (4)
- 单片机开发 (4)
- 书籍 (3)
- 其他书籍 (3)
- 人工智能/神经网络 (3)
- 数值算法/人工智能 (2)
- 数学计算 (2)
- 汇编语言 (2)
- 文章/文档 (2)
- Java书籍 (2)
- 源码 (1)
- 软件 (1)
- 电子书籍 (1)
- 教程资料 (1)
- Linux/Unix编程 (1)
- 教育系统应用 (1)
- 手机短信编程 (1)
- 串口编程 (1)
- *行业应用 (1)
- 文件格式 (1)
- 通讯编程文档 (1)
- Delphi控件源码 (1)
- JavaScript (1)
- VC书籍 (1)
- GPS编程 (1)
Linux/Unix编程 my simple shell scipts just for fun :] From Russia with LOVE
my simple shell scipts just for fun :] From Russia with LOVE
其他 very fun program write c++ ,run on dos mode.
very fun program write c++ ,run on dos mode.
GPS编程 forming of a signal, GLONASS system, coherent reception, graph autocorrelation, crosscorrelation fun
forming of a signal, GLONASS system, coherent reception, graph autocorrelation, crosscorrelation function, bit-error probability[SNR]
人工智能/神经网络 Snake game with c code. very fun and a lil bit hard
Snake game with c code. very fun and a lil bit hard
matlab例程 its a 3d MoM for RWG basis function and have a fun.
its a 3d MoM for RWG basis function and have a fun.
VC书籍 county, random population coordinates were generated using the complete spatial randomness (CSR) fun
county, random population coordinates were generated using the complete spatial randomness (CSR) function in S-PLUS. Then, the background information was attached to each individual county based on the county?s distribution for the class of interest. Finally, all counties were merged into a single d ...
matlab例程 auto_correlation_matrix_fun.zip为自相关系数求解
auto_correlation_matrix_fun.zip为自相关系数求解
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----------最佳染色体所对应的目标函数值
% ...
Java书籍 teach you to use java to implement STACK aghotim etc... java function have fun
teach you to use java to implement STACK aghotim etc... java function have fun
人工智能/神经网络 河內塔問題 #include<stdio.h> #include<stdlib.h> int fun_a(int) void fun_b(int,int,int,in
河內塔問題
#include<stdio.h>
#include<stdlib.h>
int fun_a(int)
void fun_b(int,int,int,int)
int main(void)
{
int n
int option
printf("題目二:河內塔問題\n")
printf("請輸入要搬移的圓盤數目\n")
scanf("%d",&n)
printf("最少搬移的次數為%d次\n",fun_a(n))
printf("是否顯示移動過程? 是請輸入1, ...