资源列表
IFLEAP
- 一个有关于闰年的问题-a leap year on the issue
C
- 用C语言求可达矩阵,输入阶数和矩阵,输出可达矩阵-Reachability matrix
CSharp_sendMail
- 一个实用的C#邮件发送函数(方法),可以发送带附件的邮件,可以一次发送多个邮件。-A Practical C# mail functions (methods), can send emails with attachments, send multiple messages at once.
1
- 中序遍历递归与非递归,很简单的代码,就是这么简单!-#include "stdio.h" #include"stdlib.h" #define MAXSIZE 20 typedef int datatype typedef struct Node { datatype data struct Node*lchild struct Node*rchild }Btnode,*Btree typedef struct {
lab
- 1.编写一个函数把华氏温度转换为摄氏温度,转换公式为..C=(F-32)*5/9。 2.编程计算图形的面积。程序可计算圆形、长方形、正方形的面积,运行时先提示用 户选择图形的类型,然后,对圆形要求用户输入半径值,对长方形要求用户输入长和宽的 值,对正方形要求用户输入边长的值,计算出面积的值后将其显示出来。 3.编写重载函数Maxl可分别求取两个整数,三个整数,两个双精度数,三个双精度,数的最大值. -1. Write a function to convert Fahre
cavitation_rate
- 空化模型的udf编译文件 写的是fluent中默认的空化模型的文件,可以以此为基础进行来更改-This is a udf flie about cavitation model which is in the fluent software, and you can edit it in your own method.
Ag-Crgrain-grow
- 采用相场编制的Ag-Cr晶粒长大的程序,非常有用-Prepared by the phase field Ag-Cr grain growth process, is very useful
ER
- GS算法的ER算法,可以在自行编写的主程序进行调用-GS FOR ER
grib_read_example
- 利用idl二次开发,实现了对grib数据的读取,方法简洁-using idl to read grib
image-tag
- MATLAB图像标记,可以对图像中的你感兴趣的区域进行提取和标记,为后续分析提供帮助,程序可运行-MATLAB image tag, the image of the region of interest you can be extracted and tag, provide help for subsequent analysis, program can be run
算法实现
- Cyrus和Beck用参数化方法提出了比Cohen-Sutherland更有效的算法。后来梁友栋和Barsky独立地提出了更快的参数化线段裁剪算法,也称为Liany-Barsky(LB)算法。(Cyrus Beck Cohen-Sutherland Barsky Liany-Barsky Cyrus Beck Cohen-Sutherland Barsky Liany-Barsky)
DDB2DIB
- 里面包含两个函数,主要功能是将设备相关的位图转化成设备无关的位图。(It contains two functions, the main function is to transform device related bitmaps into device independent bitmaps.)