-
违约概率计算
说明: 运用KMV模型来计算债券违约概率matlab程序(Program for calculating default probability)
- 2021-03-08 01:19:28下载
- 积分:1
-
Java/JSP万年历编写实例
Java万年历源码,
TextField tfYear = new TextField("2004", 5); //显示年份的文本域
Choice monthChoice = new Choice(); //月份选择下拉框
Button btUpdate = new Button("更新"); //更新按钮
GregorianCalendar calendar=new GregorianCalendar(); //日历对象
Font smallFont = new Font("TimesRoman", Font.PLAIN, 15); //显示小字体
Font bigFont = new Font("TimesRoman", Font.BOLD, 50); //显示大字体
String days[] = {"星期日", "星期一", "星期二", "星期三","星期四", "星期五", "星期六"};
String months[] = {"一月", "二月", "三月", "四月","五月", "六月", "七月", "八月", "九月","十月", "十一月", "十二月"};
int daysInMonth[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; //每个月的天数
int searchMonth,searchYear; //查询的年份及月份
public void init(){
setBackground(Color.white); //设置背景颜色
searchMonth = calendar.get(Calendar.MONTH); //得到系统年份
searchYear = calendar.get(Calendar.YEAR); //得到系统月份
add(new Label(" 年:")); //增加组件到Applet
tfYear.setText(String.valueOf(searchYear)); //设置文本域文字
add(tfYear);
add(new Label(" 月:
- 2023-03-16 17:35:03下载
- 积分:1
-
视频采集,一些源码,供大家参考一下.供大家参考一下
视频采集,一些源码,供大家参考一下.供大家参考一下-Video Capture, some source code for the U.S. reference. For the U.S. refer to
- 2022-01-25 16:48:43下载
- 积分:1
-
dbxFirebird.4.1.v51
说明: component dbx for delphi
- 2019-03-23 09:48:10下载
- 积分:1
-
最小生成树
最小生成树问题,介绍了Kruskal,Prim算法及其优化(Minimum spanning tree problem, Kruskal, Prim algorithm and its optimization are introduced.)
- 2020-06-16 06:20:01下载
- 积分:1
-
可以将任意文件转化为bat的东西,详细内容参见源码
可以将任意文件转化为bat的东西,详细内容参见源码-Arbitrary files can be converted into bat things, the details see the source code
- 2022-01-21 02:04:37下载
- 积分:1
-
PoolRebel
PoolRebel in windows
用Windows API编写的台球游戏。在没有使用第三方物理引擎的条件下,基本实现了球的碰撞、回旋等要求。支持下杆儿角度、力度和击球点的设置,并能在调整设置时实时显示主球走位和被碰球的去向。支持更改桌台、球和球杆,并会因此能产生细微区别。
(PoolRebel in Windows
Written by Windows API billiards game. Without the use of third party physical engine conditions, the basic realization of the ball collision, cyclotron etc.. Support bar angle, strength and the contact point set, and the real-time display of the cue ball position and adjust setting is to touch the ball go. Support changing table, ball and club, and will therefore have a subtle distinction between.)
- 2013-02-22 14:13:54下载
- 积分:1
-
图片碎片组合特效
说明: 它默认提供了图片碎片组合特效,百叶窗特效,波浪特效,拼图动画特效等效果。另外它还提供了很多参数来设置各种不同的拼图动画效果(By default, it provides image fragmentation combination effects, louver effects, wave effects, puzzle animation effects and so on. In addition, it also provides many parameters to set various puzzle animation effects.)
- 2018-12-26 16:34:29下载
- 积分:1
-
y缩略图排列焦点图
jQuery缩略图排列焦点图是一款酷炫的响应式图像滑块缩略图旋转木马。(JQuery Thumbnail Arrangement Focus Map is a cool responsive image slider thumbnail merry-go-round.)
- 2019-03-22 13:18:45下载
- 积分:1
-
penman
这是本人原创程序,用于水利、水文、气象类专业研究时常见的利用彭曼公式进行蒸发估算的问题。(A program that can be used to uate evaporation based on Penman method.)
- 2015-08-06 18:02:06下载
- 积分:1