-
用Fortran95程序源代码
Fortran95实例程序,与Fortran95程序设计配合!-source codes written by fortran95
- 2022-04-29 11:52:09下载
- 积分:1
-
词法分析器
//分割符号
#define is_end(c) (c=="{"||c=="}"||c=="("||c==")"||c=="["||c=="]"||c==","||c==";")
//表达式符号
#define is_exp(c) (c=="&"||c=="|"||c=="!" || c=="=" || c=="+"||c=="-"||c=="*"||c=="/" || c=="")
//数字
#define is_num(c) (c>= "0"&&c
- 2023-01-10 16:50:04下载
- 积分:1
-
这是一个代码,可以实现任意阶的幻方的计算(6除外)
这是一个代码,可以实现任意阶的幻方的计算(6除外)-This is a code that can be achieved any order of the magic square of terms (except 6)
- 2022-04-19 07:13:32下载
- 积分:1
-
dsdfsdffsd df wegfsd dhfgsh
***
- 2023-01-10 06:00:03下载
- 积分:1
-
数值分析的简单算法VC++实现
数值分析的简单算法VC++实现-simple numerical analysis algorithm VC
- 2023-06-03 12:00:04下载
- 积分:1
-
using Matlab based 3D
使用Matlab编制的3D-FDTD程序,程序中使用拉夫等效原理进行时谐场外推.程序中给出了阵子天线的注释代码.-using Matlab based 3D-FDTD procedures, procedures for the use of Lyford equivalence principle for the time-harmonic extrapolations. Procedures given the stream of the Notes code antenna.
- 2022-06-21 01:11:21下载
- 积分:1
-
序列二次规划程序
求解序列二次规划程序,只要编写不同的目标函数,目标函数导数,约束函数,约束函数的雅克比矩阵,即可求出不同问题的最大值或最小值。Solving sequence quadratic programming, as long as write a different objective function, the target function and constraint function, constraint function of Jacobi matrix, then find out the maximum or minimum of a different question.
- 2023-07-14 13:15:03下载
- 积分:1
-
bpNN的Matlab实现
bpNN的Matlab实现,一个数学建模书上很好的示例,自己敲的
- 2022-02-13 08:09:54下载
- 积分:1
-
一个高性能的比标准库自带的还好的随机数发生器,在此与各位同仁分享。...
一个高性能的比标准库自带的还好的随机数发生器,在此与各位同仁分享。-A high-performance than the standard library that comes Fortunately, the random number generator, in which colleagues share with you
- 2022-02-01 03:02:30下载
- 积分:1
-
Flappy Bird C语言版
风靡ios,Android世界的Flappy Bird的C语言版,附带exe文件。这是一款很好玩很有意思的游戏,但难度很大。我根据互联网上的版本修改,去除了界面上的一些文字,让整体更加简洁。如果有初学者想要学习用C语言写游戏,这是一个比较好的小例子。
- 2022-02-04 16:27:48下载
- 积分:1