搜索资源列表
java_lsys
- 你看到了什么?一群苍蝇在飞舞?这是简简单单的动画么?这些家伙是“活”的么?我可以告诉你,这群飞舞的动物叫Floy,它既不是苍蝇也不是蝌蚪,而是人工生命!这就是一段简简单单的程序,而且代码的长度才有200多行!-what do you see? A group of flies in the air? This is simple animation? These guys are "live"? I can tell you that this group of animal
源代码统计
- 不说了,太经典了,统计你的程序有多少行代码,注释行为多少、空白行为多少等等,支持c,h,cpp等等文件-not, a classic too, statistical procedures you how many lines of code, how many acts of Notes, how much blank acts, support c, h, cpp file, etc.
gauss513
- 这是一个gauss算法实现的C代码。本算法采用的是具有行交换的列主元素消去法。-This is a Gauss algorithm C code. The algorithm is used in the exchange trip out the main elements of elimination method.
800PI
- 只用几行代码就可以, 算出800位的圆周率, 很是神奇-only a few lines of code can calculate the circumference 800 rate is very magical
JPEGcompressencoding
- 1.JPEG压缩编码的vc++代码 2.使用Run length algorithm Jpeg图像编解码 3.内含有测试用c,rc,h,文件,测试用图像文件,翔实,清晰的代码注释行 -1.JPEG Coding vc code 2. Run length algorith used m Jpeg image codecs 3. contain Test c, rc, h, documentation, testing with image files, informative, Note
jiandan0101
- 这是一个非常简单的遗传算法源代码,代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交和均匀变异。如果用 Gaussian变异替换均匀变异,可能得到更好的效果。代码没有任何图形,甚至也没有屏幕输出,主要是保证在平台之间的高可移植性。读者可以从ftp.uncc.edu, 目录 coe/evol中的文件prog.c中
chuangxin
- 串行运算的原代码,单机实现计算,程序写的很不错,-the original code, a single engine to achieve, the process was very good.
chuangxindaima2
- 另外一条串行运算的代码,与之前的不所不同,但效率还是可以-addition of a Serial Operational code, and not before the difference, but efficiency can still
TRAINVQ
- 這是一個利用讀取一碼本來執行向量量化的vc代码-This is a code used to read an original implementation of the vector quantization vc code
基于LBM圆柱绕流模拟matlab程序代码
- 基于LBM圆柱绕流模拟matlab程序代码,简单几行代码就可以实现圆柱绕流的可视化模拟,而且还是实时的,采用D2Q9模型,适合初学者学习。,Circular cylinder based on the LBM simulation matlab program code, a simple few lines of code can achieve circular cylinder visual simulation, but also real-time using D2Q9 model,
data
- 针对函数代码行符号、字母等进行计算统计的数据结构算法-Lines of code for the function symbols, letters and other statistical data to calculate the structure of algorithm
waveletimtransformandimagecompression
- 用Matlab实现图像的整数小波变换和逆变换,对行和列各做一次,采用最简单的S小波,它是Haar变换的整数形式。此程序代码为逆程序代码-Using Matlab for image wavelet transform and inverse integer transform, the rows and columns to do once the most simple and S-wavelet, which is the integer Haar transform. This progr
CodeCount
- VC++编写一款统计有效代码行数的代码计算器,可以计算出C++、C语言代码的有效行数,包括有效代码行数、注释行数、空白行数。-VC++ written a statistically valid number of lines of code calculator, you can calculate the C++, C language code of the number of active lines, including the effective number of lines of
20116110167907
- 本程序可以计算出C++、C语言代码的有效行数,包括有效代码行数、注释行数、空白行数。 -The program can calculate the C++, C language code of the number of active lines, including the effective lines of code, comment lines, blank lines.
F77TOF90_STEP1
- 本F77TO90.EXE for window 1) 列出原程序代码 行数 2) 用来将fortran 77 中的首栏”C” comment改成为"!“ 及将第六栏的连续号去除 并在程序前行加入 “&” 连续号 3) 列出所有function 及subroutine 名字 并在该段程序末 加入 end subroutine 名 4) 经执行后 原程序将更容易在 f90中编译执行 5) 提醒输入错误檔名 并请重新输入,或输入999停止 建议首用 scheme 1执行就可
拓扑优化源matlab99行代码
- 采用变密度法的拓扑优化99行代码,适合拓扑优化的初学者模仿学习使用。
topology3d
- 3D拓扑优化算法,经典169行代码,MATLAB语言(3D topology optimization algorithm)
文章与代码
- topology optimization 学习资料,主要涉及2d -3d 基础的拓扑优化知识,附件为论文与lsm的199行代码。欢迎大家下载学习(Topology optimization learning materials, mainly involved in 2D-3D basic topology optimization knowledge, attachment for the paper and LSM 199 lines of code. Welcome to downloa
99行代码柔性机构拓扑优化
- 经典99行拓扑优化程序,柔性机构拓扑优化,目标函数为单元密度,边界条件为位移约束
气象雷达的回播仿真代码 可运行
- 是根据论文还原的气象雷达的回播仿真代码 可运行 第三行是之前遗留的测试文件 直接删除即可