-
Normal_vector
说明: 对于三维点云的每一个点利用邻域点拟合最小二乘平面并求得法向量(For each point of the three-dimensional point cloud, the neighborhood points are used to fit the least square plane and obtain the normal vector)
- 2020-06-09 08:49:59下载
- 积分:1
-
NC_刀路模拟器
很好的(GOOD)
- 2019-05-04 23:24:03下载
- 积分:1
-
CLOCK
钟面上的时针和分针之间的夹角总是在 0 ~180之间 ( 包括 0 和180 ) 。举例来说,在十二点的时候两针之间的夹角为 0 ,而在六点的时候夹角为180 ,在三点的时候为90 。本题要解决的是计算 12:00 到 11:59 之间任意一个时间的夹角。(The angle between the hour and minute hands of the clock face is always between 0 to 180 (including 0 and 180). For example, twelve o' clock, when the angle between the two pin 0, in the six o' clock when the angle is 180, three points for 90. This question must be resolved are the angle of the calculation of 12:00 to 11:59 any one time.)
- 2011-06-28 13:14:11下载
- 积分:1
-
HTML5激光防线小游戏
使用HTML5技术编写的激光防线小游戏,自带微信朋友圈分享功能。上传到你的网站目录下即可运行。不过客户端浏览需要支持HTML5的浏览器,比如chrome/火狐、IE9等。
- 2023-03-05 19:40:03下载
- 积分:1
-
ISO
想学ISO的朋友们进来看下,自学成才才是王道(Want to learn the ISO s friends came in to look is benevolent, self-taught)
- 2012-05-23 12:05:19下载
- 积分:1
-
事件研究法
说明: 运用金融市场的数据资料来测定某一特定经济事件对一上市公司价值的影响(The use of financial market data to determine the impact of a particular economic event on the value of a listed company)
- 2021-03-13 16:59:24下载
- 积分:1
-
3款简洁的JS日历插件
3款简洁的JS日历插件,实现网页上的JavaScript日历选择功能,内含有详细的调用说明,上手容易,附带有文档。calendar1调用方法:引入script src="js/calendarDateInput.js" 在calendardateinput.js修改图片的路径。
- 2022-08-31 22:25:02下载
- 积分:1
-
VC++ 模拟实现网络语音电话
VC++ 模拟实现网络语音电话,类似语音聊天的功能,这是一个通过网络实现的网络语音电话,功能目前是比较基础的,仅供学习参考吧。本实例当时在Windows 2000环境下运行通过。相关的代码如下:
#define BUFFERSIZE 5120 //缓冲区大小
static HWAVEIN hWaveIn ; //录音设备句柄
static HWAVEOUT hWaveOut ; //播放设备句柄
static PBYTE pBufferIn[2]; //用于接收和播放的两块缓冲区
static PBYTE pBufferOut[2]; //用于发送和录音的两块缓冲区
static PWAVEHDR pWHIn[2]; //用于录音的PWAVEHDR结构数组
static PWAVEHDR pWHOut[2]; //用于播放的PWAVEHDR结构数组
static WAVEFORMATEX waveform ; //用于打开音频设备的WAVEFORMATEX结构
int nIn = 0; //当前播放缓冲区号
int nOut = 0; //当前录音缓冲区号
int nComState = 1; //显示通话状态信息的变量
CString LocalIP; //本机IP地址
CString RemoteIP; //远端主机IP地址
CServerAS sServer; //服务器套接字
CClientAS sClient; //客户端套接字
CServerAS sListen; //监听套接字
BOOL ConnectDown = FALSE; //“连接”按钮是否被按下
BOOL sState = FALSE; //是否处于服务器端状态
BOOL cState = FALSE; //是否处于客户端状态
- 2022-02-14 11:56:52下载
- 积分:1
-
PSA_Esprit_Music_T1_1
使用Esprit_Music方法估计窄带极化信号(PSA_Esprit_Music)
- 2009-10-11 08:17:16下载
- 积分:1
-
DOS下进入Protect Mode,任意访问0
DOS下进入Protect Mode,任意访问0-4GB内存地址数据。-DOS into Protect Mode, random access memory address 0-4GB of data.
- 2022-02-14 01:37:57下载
- 积分:1