-
在实现了系数矩阵的三角分解后,为了避免“小主元”做除数而导致更大的误差,在doolittle分解的同时,每一步先选主元,再进行分解计算。...
在实现了系数矩阵的三角分解后,为了避免“小主元”做除数而导致更大的误差,在doolittle分解的同时,每一步先选主元,再进行分解计算。-achieved in the triangular matrix decomposition, in order to avoid "small PCA" do Divisor and lead to greater error, the Doolittle decomposition at the same time, every step the first choice PCA, further decomposition.
- 2023-08-29 11:55:03下载
- 积分:1
-
称重系统的上位机监控程序,通过MODBUS通讯协议实现.
称重系统的上位机监控程序,通过MODBUS通讯协议实现.-Weighing the Host Computer System Monitoring Program, MODBUS communications protocol.
- 2022-07-02 01:47:12下载
- 积分:1
-
A game engine NumenGameEngine. Can be used for the development of a simple 3D ga...
一个游戏引擎NumenGameEngine。可以用于开发简单的3D游戏。做的很不错-A game engine NumenGameEngine. Can be used for the development of a simple 3D game. To do a very good
- 2022-03-06 12:02:52下载
- 积分:1
-
使用Winsock开发的邮件发送程序,支持存储转发功能,对于初学者是一个不错的实例...
使用Winsock开发的邮件发送程序,支持存储转发功能,对于初学者是一个不错的实例-Developed by using the Winsock mail program, supports store and forward functionality, for beginners it is a good example
- 2022-02-15 08:30:37下载
- 积分:1
-
生成沃尔什
Generates the Walsh-Hadamard codes and checks orthogonality
- 2022-01-26 03:46:48下载
- 积分:1
-
结合"61板"的三个按键完成带有语音播报功能的电子钟:
// 1、KEY1--按一下播放年、月、日,再按一下播放时、分 (I/O口A0)
// 连...
结合"61板"的三个按键完成带有语音播报功能的电子钟:
// 1、KEY1--按一下播放年、月、日,再按一下播放时、分 (I/O口A0)
// 连续按3s,则进入调整状态 调整状态下调整内容的切换
// 2、KEY2--年、月、日、时、分的增加(I/O口A1)
// 3、KEY3--年、月、日、时、分的减少(I/O口A2)-combination "61 boards" to complete th ree key functions with voice broadcast electronic bell :// 1, KEY1-- by about players, month, day and broadcast press once,- (I/O A0)// by consecutive 3s, then a state of adjustment adjustment adjustment under the content switching// 2. KEY2-- the year, month, day and hour of the increase in hours (I/O A1)// 3, KEY3--, on that day, when the reduced hours (I/O A2)
- 2023-03-07 12:35:04下载
- 积分:1
-
本代码在vc环境下实现了贪吃蛇的功能,涉及动态菜单、多线程定时器、双缓冲技术重绘等技术,思路比较清晰。望能帮助初学者!...
本代码在vc环境下实现了贪吃蛇的功能,涉及动态菜单、多线程定时器、双缓冲技术重绘等技术,思路比较清晰。望能帮助初学者!-The code in vc environment realize the function of the Snake, involving the dynamic menu, multi-threaded timer, double buffering technology redraw techniques, ideas clearer. Hope can help beginners!
- 2022-02-03 05:14:12下载
- 积分:1
-
rotating polygons
这段代码介绍了如何用三角形构建一些简单的几何体,以及如何将它们作为一个整体进行移动、旋转和调整大小。
- 2022-07-08 11:38:33下载
- 积分:1
-
深入浅出MFC源代码,侯老师的作品帮助了无数的程序员.
深入浅出MFC源代码,侯老师的作品帮助了无数的程序员.-In layman
- 2022-11-08 16:55:02下载
- 积分:1
-
用户也可以点击“停止录音”,以停止声卡,结束录音。
StreamBuff中所有的剩余语音都会被送入TBNR,并通知TBNR录音完毕。
TBNR收到足够...
用户也可以点击“停止录音”,以停止声卡,结束录音。
StreamBuff中所有的剩余语音都会被送入TBNR,并通知TBNR录音完毕。
TBNR收到足够的语音后开始识别,并通过EventCallback和ResultCallback两个回调
函数通知TbnrSdiDemo当前识别状态以及识别结果。-users can click on "stop recording" to stop sound card and the end of recording. StreamBuff all the remaining voice will be sent to TBNR and notified TBNR finished recording. TBNR received adequate recognition after the speech, and through EventCallback and two callback function ResultCallback notice T bnrSdiDemo current state of identification and recognition results.
- 2023-07-13 06:25:03下载
- 积分:1