资源列表
time1
- TX-1C实验板上发光二极管以1s亮灭闪烁-TX-1C Experimental board light-emitting diode 1s bright flash on and off
4-10
- 设计一个用于人事管理的“人员”类。由于考虑到通用性,这里只抽象出所有类型人员都具有的属性:编号、性别、出生日期、身份证号等。其中“出生日期”声明为一个“日期”类内嵌子对象。用成员函数实现对人员信息的录入和显示。要求包括:构造函数和析构函数、复制构造函数、内联成员函数、带默认形参值的成员函数、类的组合。 -Personnel management for the design of a " people" category. Taking into account the v
SMTPEMail
- This snippet .cs file shows how to send emails via a SMTP server.
Zoeppritz
- Aki K I 和Richards P G的纵波近似正演程序-Aki KI and Richards PG forward longitudinal wave approximation procedures
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
NumberToWord
- Function that convert Number to word