-
《PRML(中文版)》
入门人工智能的书籍PRML,模式识别与机器学习(Pattern Recognition and Machine Learning)
- 2020-06-19 15:20:02下载
- 积分:1
-
SIFT影像匹配源代码
大学时期毕设做的用SIFT算子进行影像匹配的程序,供大家参考
- 2022-05-06 22:44:40下载
- 积分:1
-
C语言/C++学生宿舍管理系统(版权信息链接到html5网页)
C语言实践大作业!!!以下功能全部完成,所以文件全部打包!基于C语言,开发一个学生宿舍管理系统。其中student.txt中存储学生信息,room.txt中存储宿舍信息,living.txt中存储学生住宿信息。编程,实现以下需求:1 设计登录功能,登录密码加密后(加密办法自主决定,初次登录无密码,但提示输入密码),存储于二进制文件account.dat中;密码输入正确允许登录系统,否则拒绝登录;2 分别建立三个链表,读取存放三个文件中的信息;3 基于链表实现学生的增加、删除;4 基于链表实现宿舍的增加、删除;5 基于链表实现住宿信息的增加、删除; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-12 14:12:22下载
- 积分:1
-
C100
说明: 经典C编程100例子,非常实用,特别是对初学C语言的朋友有极大帮助,让他们少走弯路。(100 classic C programming examples, very useful, especially for the novice C language have great friends to help, so that they fewer detours.)
- 2008-10-27 11:01:27下载
- 积分:1
-
ajks
说明: 许多现代浮点单元的一项主要体系结构功能,是能够将一个乘法与后面紧跟的加法作为单个运算执 行,且没有中间舍入误差。例如,Intel 的 Itanium 体系结构提供了一些指令,将三元运算 (a*b+c) 、(a*b-c) 和 (c-a*b) 中的每一个都组合为单个浮点指令(分别为 fma、fms 和 fnma)。这些单个 指令都比执行独立的乘法和加法指令快,并且因为没有中间乘法舍入,所以更为精确。该优化可以显 著提高那些含有多个交错乘法和加法运算的函数的速度(many modern floating point unit of a major system structure and function is to be a follow closely behind multiplication and addition of implementation as a single operator, with no intermediate rounding error. For example, Intel's Itanium architecture provides a number of directives to the ternary operator (a* b, c), (a* b-c) and (c-a* b) each have a portfolio to a single floating point instructions (Fullmetal respectively, and fms fnma) . These individual instruction than the implementation of an independent and additive multiplication instructions quickly, and because no middle multiplication into homes, so more precise. The optimization can significantly increase those containing more than staggered multiplication and addition operations function of the speed)
- 2006-03-23 20:52:57下载
- 积分:1
-
main.c
hmac-sha1 hello worldhello worldhello worldhello worldhello worldhello worldhello world(hello worldhello worldhello worldhello worldhello worldhello world)
- 2015-11-23 18:18:03下载
- 积分:1
-
我这里有一个基于C/C++环境下的模糊神经网络源程序,用于训练神经网络并可更改样本实现你所需的功能,希望和大家一起分享...
我这里有一个基于C/C++环境下的模糊神经网络源程序,用于训练神经网络并可更改样本实现你所需的功能,希望和大家一起分享-I have here on a C/C under the FNN source, used to train the neural network may vary sample implementation of the function you need, and hope to share with everyone
- 2022-01-23 10:09:20下载
- 积分:1
-
Traffic-lights
project on traffic headlights
- 2020-06-22 13:20:02下载
- 积分:1
-
正点原子mini STM32F103-FreeModbus-uCosII 从机代码
基于整点原子mini开发板和其uCosII工程的FreeModBus-1.5代码移植,支持 01,02,03,04,05,06,15,16 共8个功能码,能够通过Modbus-poll进行LED亮灭控制(15码),读取按键状态(02码),读取AD值(04码),读写数组等操作。
- 2022-05-09 02:02:15下载
- 积分:1
-
vcwithmatlab
vc与matlab混合编程的具体实例。vc调用matlab的.m函数,经过编译之后转换为C++程序,实现进行混合编程。(vc mixed with Matlab programming specific examples. Vc call Matlab. M function, compiled after the conversion of C procedures, mixed programming.)
- 2006-10-03 11:26:19下载
- 积分:1