搜索结果
找到约 1,274 项符合
F-CS 的查询结果
数学计算 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 游戏手柄完整类
教育系统应用 考试管理系统CS架构 不需更多说明
考试管理系统CS架构
不需更多说明,一看就知道 。
考试管理系统CS架构
Jsp/Servlet java 做的cs版excel编辑器,gong 参考学习 特发此包
java 做的cs版excel编辑器,gong 参考学习
特发此包
数学计算 给出一组实验数据集(x,y),构造一条能较好反映这组数据所包含的规律的曲线F(x)
给出一组实验数据集(x,y),构造一条能较好反映这组数据所包含的规律的曲线F(x)
Jsp/Servlet jsp网络考试系统,网上学生考试系统(cs版) 这是毕业设计程序,当时做的时候付出了很大的努力, 也学到很多的东西,算是对所学JAVA知识的一个综合应用吧, 做的过程中在网上找到了很多有用的东西
jsp网络考试系统,网上学生考试系统(cs版)
这是毕业设计程序,当时做的时候付出了很大的努力,
也学到很多的东西,算是对所学JAVA知识的一个综合应用吧,
做的过程中在网上找到了很多有用的东西,也深刻体会了网上"淘金"的难度,
所以现在拿出来大家共享资源 ...
数据结构 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)个加油站位置, ...
单片机开发 cs 8900 网络芯片的详细设置
cs 8900 网络芯片的详细设置
数学计算 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.