-
display configuration info to the screen
display configuration info to the screen
- 2022-08-13 10:32:48下载
- 积分:1
-
一个简单的改变背景色彩的windows程序
一个简单的改变背景色彩的windows程序-a simple change background colors of windows procedures
- 2022-02-14 15:42:41下载
- 积分:1
-
最基础的Win CE程序源码(模块化程序):HELLo WINCE
最基础的Win CE程序源码(模块化程序):HELLo WINCE-The most basic procedures for Win CE source (modular procedures): HELLo WINCE
- 2022-02-22 01:27:52下载
- 积分:1
-
Windows动态链接库是一种很重要的资源,如何运用动态库也是VC程序员爱好者追求的...
Windows动态链接库是一种很重要的资源,如何运用动态库也是VC程序员爱好者追求的-Windows dynamic link library is a very important resource, how to use the dynamic library is also pursued by VC programmers lovers
- 2022-03-11 10:34:42下载
- 积分:1
-
c#编写的TV点歌平台
资源描述这是一款由c#编写的KTV的点歌平台,页面新颖,里边包含了按照地区点歌,歌星点歌,男女歌手点歌,拼音点歌,以及已选歌曲的重新播放等等,系统小,但功能强大
- 2022-04-08 23:32:59下载
- 积分:1
-
mpeg1的编码,c语言实现。希望对大家有帮助哦。
mpeg1的编码,c语言实现。希望对大家有帮助哦。-mpeg1 encoder writen by C, Hopefully, it can help everyone.
- 2022-06-01 13:59:40下载
- 积分:1
-
收银系统的VC++实现
收银系统的VC++实现
- 2022-03-18 16:15:39下载
- 积分:1
-
很好的代码!请使用
很好的代码!请使用-good code! Please use
- 2023-05-28 22:50:03下载
- 积分:1
-
907求多元线形回归方程及预报
一.功能 x1,x2, x3,………..xp为自变量,Y为随机变量,
求线形回归方程
Y= + +…+ +
其...
907求多元线形回归方程及预报
一.功能 x1,x2, x3,………..xp为自变量,Y为随机变量,
求线形回归方程
Y= + +…+ +
其中 。。。, 为常数, 是随机变量,且 ―N(0, )
来描述Y与X的变化规律。并用T检验法检验线形回归是否显著。
如果线性回归显著,可用经验回归平面方程对Y作出预报,并给出预报值的置信区间。
-907 for multiple linear regression equation and a prediction. Functional x1, x2, x3, ... .. xp as variables, Y random variables, linear regression equation for Y = ... which. . . For the constant, random variables and-N (0), to describe the X and Y changes. Using T-test whether linear regression significantly. If the linear regression notable experience available on the return plane equation Y forecasts, and gives the predicted confidence interval.
- 2023-01-01 14:35:09下载
- 积分:1
-
C# 自动查询百度排名
C#自动查询网站在百度的排名,精确,上传成功有声音提示string txt = textBox1.Text.Trim(); int index = webBrowser1.Document.Body.InnerHtml.IndexOf(txt); HtmlElement he = webBrowser1.Document.GetElementById("page"); if (index > 0) { if (he != null) { HtmlElementCollection strong = he.GetElementsByTagName("strong"); label1.Text = "已找到 第 " + strong[0].Children[1].InnerText + " 页"; timer1.Stop(); &
- 2022-07-23 07:10:25下载
- 积分:1