Location:
Search - cb i
Search list
Description: activex控件呢?客户端上ie中关于activex的设置我全设为启用了 小弟在另外一台安装cb的win2000... -client on activeX ie on the set I had the whole set to open in another one brother-mounted cb the WIN2000 ...
Platform: |
Size: 296304 |
Author: fhtr |
Hits:
Description: 我在三做的课程,当时拿到了95分,包括完整的报告,有IF/else/read/for等语句的plo-I do three courses, then get 95 hours, including a full report, IF there / else / read / for such phrases as the plo
Platform: |
Size: 573545 |
Author: 陈金鹏 |
Hits:
Description: activex控件呢?客户端上ie中关于activex的设置我全设为启用了 小弟在另外一台安装cb的win2000... -client on activeX ie on the set I had the whole set to open in another one brother-mounted cb the WIN2000 ...
Platform: |
Size: 295936 |
Author: fhtr |
Hits:
Description: 我在三做的课程,当时拿到了95分,包括完整的报告,有IF/else/read/for等语句的plo-I do three courses, then get 95 hours, including a full report, IF there/else/read/for such phrases as the plo
Platform: |
Size: 573440 |
Author: 陈金鹏 |
Hits:
Description: 可灵活输入3个数据,根据已有公式CA[i]=13.7*MR[i][2]-5.76*MR[i][1] CB[i]=25.80*MR[i][1]-7.60*MR[i][2];CC[i]=4.695*MR[i][0]-0.268*(CA[i]+CB[i]) 计算得到CA,CB,CC叶绿素-input three random integers, and the program would output CA,CB,CC using the following formula:CA[i]=13.7*MR[i][2]-5.76*MR[i][1] CB[i]=25.80*MR[i][1]-7.60*MR[i][2];CC[i]=4.695*MR[i][0]-0.268*(CA[i]+CB[i])
Platform: |
Size: 1065984 |
Author: 熊瑛 |
Hits:
Description: 先讀入膚色,非膚色的圖片,在將各張圖片由RGB轉成YCbCr。讀進來的時候,我是用四維的陣列去存膚色的圖片以及非膚色的圖片。第一個維度是用來存放有幾張圖片,接下來是解析度,還有幾個channel。讀進來之後再分別對膚色,非膚色的Cb,Cr來作統計。分別會得到Cb,Cr的mean和variance。再依次分別帶入Multivariate Normal Density的公式去求得膚色,非膚色出現的機率。最後再將得到的兩個機率值相除,得到的值,拿來和threshold值相比,藉此來判斷Input的圖的pixel是否為膚色。-To read into the color, non-color pictures, all pictures in the RGB conversion from YCbCr. Reading came when I was using four-dimensional array to save color images and non-color pictures. The first dimension is used to store a few pictures, followed by the resolution, there are several channel. Respectively after reading came in color, non-color of the Cb, Cr to make the statistical. Respectively, will be Cb, Cr of the mean and variance. Then in turn were brought into the Multivariate Normal Density formula to obtain color, the probability of non-skin color appears. Finally got two chances and then divided the value obtained values, brought, and compared with threshold values, thereby to determine the Input of the map whether the color pixel.
Platform: |
Size: 1024 |
Author: Howard |
Hits:
Description: 1.程式的輸入格式,如:90 88 82 80 每個數字代表各期的價錢。
2.輸入完畢之後再以enter鍵確定。
3. f[i] = 1 - ( CB[i]/TB[i] )*( 1/(1-p[i-1] ) ) 代表第i期的遠期違約機率
可以由
[1-probability of default(i-1 periods)]*[1-forward probability of defult( period i)]
=probability the corporate bond survives past time i
=price of i-period corporate zero/ price of i-period Treasury zero
推導出來
4. p[i] = 1 - ( CB[i]/TB[i] ) 代表持續i期會違約的機率
可以由
1-probability of default (1 period ) =( price of 1-period corporate zero) /( price of 1-period Treasury zero) 而衍生到各持續i期的情形.-1.程式的輸入格式,如:90 88 82 80 每個數字代表各期的價錢。
2.輸入完畢之後再以enter鍵確定。
3. f[i] = 1- ( CB[i]/TB[i] )*( 1/(1-p[i-1] ) ) 代表第i期的遠期違約機率
可以由
[1-probability of default(i-1 periods)]*[1-forward probability of defult( period i)]
=probability the corporate bond survives past time i
=price of i-period corporate zero/ price of i-period Treasury zero
推導出來
4. p[i] = 1- ( CB[i]/TB[i] ) 代表持續i期會違約的機率
可以由
1-probability of default (1 period ) =( price of 1-period corporate zero) /( price of 1-period Treasury zero) 而衍生到各持續i期的情形.
Platform: |
Size: 110592 |
Author: pecu |
Hits:
Description: The open source, cross platform, free C++ IDE
Code::Blocks is a free C++ IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable.
Finally, an IDE with all the features you need, having a consistent look, feel and operation across platforms.
Built around a plugin framework, Code::Blocks can be extended with plugins. Any kind of functionality can be added by installing/coding a plugin. For instance, compiling and debugging functionality is already provided by plugins!
We hope you enjoy using Code::Blocks!
The Code::Blocks Team
Platform: |
Size: 9782272 |
Author: nuoajung |
Hits:
Description: 本系统最主要的是针对数据库的增删改查和对控件的熟悉
锻炼自己的思维能力以及判断做一个应用程序的步骤- //private void checkBox1_CheckedChanged(object sender, EventArgs e)
//{
// if (checkBox1.Checked==true)
// {
// for (int i = 0 i < groupBox2.Controls.Count i++)
// {
// if (groupBox2.Controls[i] is CheckBox)
// {
// CheckBox cb = (CheckBox)groupBox2.Controls[i]
// cb.Checked = true
// aa = aa+ "["+ cb.Text+ "]"
// }
// //else
// //{
// // CheckBox cb = (CheckBox)groupBox2.Controls[i]
// // cb.Checked = false
// }
// label3.Text = aa
// }
// if (checkBox1.Checked == false)
// {
// for (int i = 0 i < groupBox2.Controls.Count i++)
// {
// if (groupBox2.Controls[i]
Platform: |
Size: 2781184 |
Author: lidy |
Hits:
Description: 自己编写的关于CB观测器例子的程序,非线性那个有点不足-I have written on CB observer program examples
Platform: |
Size: 2048 |
Author: 韩苏 |
Hits:
Description: 步进电机为四相单四拍,8255输出步进电机驱动信号,电机线圈A、B、C、D四相由8255的PC口PC0-PC3控制,逆时针:D→DC→C→CB→B→BA→A→AD→D→…,顺时针:DA→A→AB→B→BC→C→CD→D→DA→…
键盘0~9控制转速,B或C控制方向,F退出
数码管显示S.SPEED- i,i为转速-Four-phase stepper motor is a single four-beat, 8255 stepper motor drive output signal, the motor coils A, B, C, D four-phase by the 8255 PC port PC0-PC3 control, counter-clockwise: D → DC → C → CB → B → BA → A → AD → D → ..., clockwise: DA → A → AB → B → BC → C → CD → D → DA → ... keyboard control the speed of 0 to 9, B and C to control the direction, F exit the Digital display S.SPEED-i, i is the speed
Platform: |
Size: 1024 |
Author: ANSILE |
Hits: