搜索结果
找到约 975 项符合
TA-F 的查询结果
Java编程 NimROD L&F是一个具有多种主题的Swing皮肤
NimROD L&F是一个具有多种主题的Swing皮肤
数学计算 The jacobi.f program solves the Helmholtz equation on a regular mesh, using an iterative Jacobi meth
The jacobi.f program solves the Helmholtz equation on a regular mesh, using an iterative Jacobi method with over-relaxation. Parallelism is exploited in both the solver and the numerical error checking
数学计算 The program md.f implements a simple molecular dynamics simulation in continuous real space. The vel
The program md.f implements a simple molecular dynamics simulation in continuous real space. The velocity Verlet algorithm is used to implement the time stepping. The force and energy computations are performed in parallel, as is the time integration. (The program uses some Fortran90 features, so an ...
游戏 F:RobinGameincludeinputRDXJoystick.rar DX8 游戏手柄完整类
F:\RobinGame\include\input\RDXJoystick.rar
DX8 游戏手柄完整类
数学计算 给出一组实验数据集(x,y),构造一条能较好反映这组数据所包含的规律的曲线F(x)
给出一组实验数据集(x,y),构造一条能较好反映这组数据所包含的规律的曲线F(x)
数据结构 Problem F:汽车加油 Time Limit:1000MS Memory Limit:65536K Total Submit:1400 Accepted:404 Language
Problem F:汽车加油
Time Limit:1000MS Memory Limit:65536K
Total Submit:1400 Accepted:404
Language: not limited
Description
一辆汽车加满油后可行驶n公里。旅途中有若干个加油站。设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少。
编程任务:
对于给定的n和k(k <= 10000)个加油站位置, ...
数学计算 Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm
Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo
algorithm to sample from the distribution P ~ EXP(-F), where F is the
first argument to HMC. The Markov chain starts at the point X, and
the function GRADF is the gradient of the `energy function F.
数学计算 牛顿法的程序实现: 给的函数是f(x)=X*X-C 求导函数为ff() 也是在程序中已给定 若要修改则在程序中更改
牛顿法的程序实现:
给的函数是f(x)=X*X-C
求导函数为ff() 也是在程序中已给定 若要修改则在程序中更改
文件格式 #用法: perl -f bookmarks.pl "firefox 书签的完整路径“ 用于将firefox浏览器的书签转化为IE浏览器书签的代码
#用法: perl -f bookmarks.pl "firefox 书签的完整路径“
用于将firefox浏览器的书签转化为IE浏览器书签的代码
数据结构 实现最优二叉树的构造;在此基础上完成哈夫曼编码器与译码器。 假设报文中只会出现如下表所示的字符: 字符 A B C D E F G H I J K L M N 频度 186 64 13 22
实现最优二叉树的构造;在此基础上完成哈夫曼编码器与译码器。 假设报文中只会出现如下表所示的字符:
字符 A B C D E F G H I J K L M N
频度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 57
字符 O P Q R S T U V W X Y Z , .
频度 63 15 1 48 51 80 23 8 18 1 16 1 6 2
要求完成的系统应具备如下的功能:
1 ...