资源列表
MouseDocume
- 算法5.1 1. 输入a,b,ε。 2. 置n=1,h=(b-a)/2,T0=h(f(a)+f(b)). 3. 置F=0,对i=1,2,....n,求 F=F+f(a+(2i-1)h) 4. T=T0+hF. 5.若|T-T0|<3ε,输出I≈T停机 否则置2n=>n,h/2=>h,T=>T0,转步骤3。 程序说明: 本程序暂时支持正弦函数的计算
are
- 输入1个实数x,计算并输出其平方根(保留1位小数)。输入华氏温度f,计算并输出相应的摄氏温度c(保留2位小数)。c = 5/9(f-32).输入2个整数time1和time2,表示火车的出发时间和到达时间,计算并输出旅途时间。 有效的时间范围是0000到2359,不需要考虑出发时间晚于到达时间的情况。 输入1个四位数,将其加密后输出。方法是将该数每一位上的数字加9,然后除以10取余,做为该位上的新数字,最后将第1位和第3位上的数字互换,第2位和第4位上的数字互换,组成加密后的新数。-En
ex11
- 1. 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(),用以改变静态数据成员rate的值。定义两个不同的SavingsAccount对象saver1和saver2,当前存款数额bal
LineJd
- 求两条直线段的交点坐标的算法说明,是网上资料的经典积累-Seeking two coordinates of line segment intersection algorithm descr iption
VBA
- VBA程序,用于库存文件的处理,EXCEL里面特定项按照一定的要求显示不同的颜色,对库存管理的人员具有参考价值-VBA procedures for the handling of inventory documents, EXCEL which in accordance with certain requirements for a particular item display different colors, inventory management personnel of the
655
- 子集和问题的一个实例为〈S,t 〉。其中,S={ X1 ,X2 ,…,Xn } 是一个正整数的集合,C是一个正整数。子集和问题判定是否存在S 的一个子集S1 ,使得∑X (X∈S1) = C。 -it is about zijihe question.
TimeOutSocket
- 连接数据库超时的一个类,超时时间可以自已定-Timeout a class to connect to the database, the timeout can own set
Win7-VBS-Choose-File
- 在 Vista 和Windows 7 系统中默认是不自带 UserAccounts.CommonDialog 组件的。那么如何在 Windows 7 系统中向用户显示一个用来选择文件的对话框呢?答案是 html 中的文件选择对话框。-Vista and Windows 7 system default is not own UserAccounts.CommonDialog components. So how Windows 7 system to the user to display a
CSharpStart
- C#制作程序启动画面,可以根据自己的喜好,换用不同的图像,实现启动画面。-C# making a splash screen, you can according to their preferences and replace it with a different image and achieve the splash screen.
couette---11
- couette流动,关于一个比较简单地平板之间的couette流动,对于初学cfd的有一定价值-couette flow, on a relatively simple couette flow between the plates, cfd for beginners have a certain value
FDTD1_1
- This is FDTD example for sullivan book the origine program was C
Resample
- downsampling timeseries with new sample rating