-
Managed Directx9实现的一个模型骨骼动画 很帅的 动画在方向光照下的纹理清晰可见 动作很好看...
Managed Directx9实现的一个模型骨骼动画 很帅的 动画在方向光照下的纹理清晰可见 动作很好看-Managed Directx9 realize a very handsome model skeleton animation animated light in the direction of the texture clearly visible action look good
- 2023-07-13 18:55:04下载
- 积分:1
-
客户服务器项目
资源描述应用背景用于在服务器和客户端之间进行通信的客户机服务器项目
- 2022-05-30 02:47:46下载
- 积分:1
-
一个简单的示例代码创建一个SPIM装配清单和调用函数
A simple spim assemply example code on creating a list and calling functions
- 2022-04-26 12:35:06下载
- 积分:1
-
用API函数编写一个键盘处理程序,要求在窗口中绘制一个矩形,大小与颜色自己确定,当按光标键时,矩形能够随之移动,若按字符键时能够将按键的字符写在矩形中,写满自动...
用API函数编写一个键盘处理程序,要求在窗口中绘制一个矩形,大小与颜色自己确定,当按光标键时,矩形能够随之移动,若按字符键时能够将按键的字符写在矩形中,写满自动清空。-used to prepare an API function keyboard handling procedures, requirements in the window drawing a rectangle, Size and color set ourselves that if the cursor keys, will be moved to rectangular, According to Key characters will be able to switch characters written on the rectangular, written all over automatically emptied.
- 2023-03-01 00:55:03下载
- 积分:1
-
JTAG TAP控制器的Verilog源代码
JTAG TAP controller verilog source code
- 2022-01-27 21:47:48下载
- 积分:1
-
a practice typing games, in alphabetical whereabouts TU with the same letters on...
一个练习打字的游戏,字母下落,恩与字母相同的键就可以大落字母。-a practice typing games, in alphabetical whereabouts TU with the same letters on the keys can drop large letters.
- 2022-01-25 15:31:25下载
- 积分:1
-
八数码问题,用c语言实现,有详细的注释!8 digital issues, using c language implementation, contains...
八数码问题,用c语言实现,有详细的注释!8 digital issues, using c language implementation, contains a detailed comment!-8 digital issues, using c language implementation, contains a detailed comment!
- 2022-03-16 08:26:58下载
- 积分:1
-
用Pcomm Pro开发串行通信程序
用C + +Builder 在Win9x 下 开 发 串 行 通 信 程 序 是 程 序 员 们 经 常 遇 到 却 又 令 人 头 痛 的 事 情, 不 但 要 理 解 许 多 复 杂 的API 函 数, 还 要 掌 握 多 线 程 编 程。 令 人 欣 慰 的 是 有 一 些 公 司 专 门 为C + +Builder 开 发 了 编 写 串 行 通 信 程 序 的 开 发 工 具。Pcomm Pro就是可以用来开发串行通信程序的一个工具。
- 2022-07-11 05:35:30下载
- 积分:1
-
用C语言写的多段图算法的实现,多段图是动态规划的一个典型的实例....
用C语言写的多段图算法的实现,多段图是动态规划的一个典型的实例.-C language in many of the map algorithm to achieve more of the map is a dynamic planning a typical example.
- 2022-04-20 19:39:36下载
- 积分:1
-
least squares curve fitting Author : Anonymous article Source : unknown number o...
最小二乘法曲线拟合
作者:佚名 文章来源:不详 点击数:164 更新时间:2006-1-4
【字体:小 大】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】
//最小二乘法曲线拟合
typedef CArrayCDoubleArray
BOOL CalculateCurveParameter(CDoubleArray *X,CDoubleArray *Y,long M,long N,CDoubleArray *A)
{
//X,Y -- X,Y两轴的坐标
//M -- 结果变量组数
//N -- 采样数目
//A -- 结果参数
文章录入:admin 责任编辑:admin
-least squares curve fitting Author : Anonymous article Source : unknown number of hits : 164 updated : 2006-1-4 Text : big or small-- [comment] [collections] [accession told friends] [Print this article] [Close :// least-squares method curve fitting typedef CArray
- 2022-05-27 23:23:51下载
- 积分:1