联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按平台查找All C(182) 

[人工智能/神经网络/深度学习] alx-higher_level_programming

简介进入令人兴奋的高级编程世界,在那里我们体验到强大的抽象,因此程序更短。更令人兴奋的是使用口译。
NTRODUCTION Entering the exciting world of High Level Programming, where we experience strong abstraction hence shorter programs. What s even more exciting is the use of an interpretor. (2024-03-13, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1710269378683635.html

[人工智能/神经网络/深度学习] Programming-1-End-Project

结束编程1课程的项目。本课程包括学习C语言的基础知识。最终的项目是创建一个ATM机…
End project for the course Programming 1. The course consists of learning the basics of C. The end project was to create an ATM machine t… (2024-01-15, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1705362035532822.html

[人工智能/神经网络/深度学习] alx-higher_level_programming

欢迎来到Python世界PYTHON是一种易于学习、功能强大的编程语言。它具有高效的高级数据结构和简单的数据结构...
WELCOME TO PYTHON WORLD Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for programming. (2023-11-29, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1701283434110164.html

[人工智能/神经网络/深度学习] libft

当人们不能访问非常有用的标准函数时,C编程可能会非常乏味。这个项目是关于了解...
C programming can be very tedious when one doesn’t have access to the highly useful standard functions. This project is about understanding the way these functions work, implementing and learning to use them. This is my own library. It is helpful since we will use it in the C school assignments. (2023-11-13, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1699894869289384.html

[人工智能/神经网络/深度学习] MLP-in-C

该代码使用C编程语言定义和构造MLP。它包括创建层、神经元和连接...,
The code defines and structures the MLP using the C programming language. It includes the creation of layers, neurons, and the connections between them, effectively building a neural network tailored for performing xor calculations. (2023-10-26, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1698368927648487.html

[人工智能/神经网络/深度学习] libft

当人们不能访问非常有用的标准函数时,C编程可能会非常乏味。这个项目是关于了解...,
C programming can be very tedious when one doesn’t have access to the highly useful standard functions. This project is about understanding the way these functions work, implementing and learning to use them. I created my own library. It will be helpful since we use it in our next C school assignments. (2022-03-30, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1696816649858416.html

[人工智能/神经网络/深度学习] Brainf-ck-Interpreter

这是一个用C编写的简单Brainfc解释器。Brainfc是一种极简主义和深奥的编程语言,以其极简主义而闻名...,
This is a simple Brainfck interpreter written in C. Brainfck is a minimalist and esoteric programming language known for its minimalistic syntax consisting of only eight commands. (2023-09-13, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694788326550334.html

[人工智能/神经网络/深度学习] alx-low_level_programming

该存储库是用C编程语言编写的项目的集合。无论你是初学者还是经验丰富的程序员,...,
This repository is a collection of projects written in the C programming language.Whether you re a beginner or an experienced programmer, this repository is a valuable resource for honing your C programming skills. (2023-09-12, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694607917951065.html

[人工智能/神经网络/深度学习] alx-low_level_programming

该存储库由[Precious O Amaechi]维护,它作为低级编程概念的学习和实践资源...,
This repository is maintained by [Precious O Amaechi], and it serves as a learning and practice resource for low-level programming concepts in the C programming language. It contains a series of projects, each focusing on specific aspects of low-level programming, such as pointers, arrays, strings, and basic algorithms. (2023-08-03, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1691106195600904.html

[人工智能/神经网络/深度学习] alx-low_level_programming

该存储库是用C编程语言编写的项目的集合。无论你是初学者还是经验丰富的程序员,...,
This repository is a collection of projects written in the C programming language.Whether you re a beginner or an experienced programmer, this repository is a valuable resource for honing your C programming skills. (2023-07-23, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1690841046200556.html

[人工智能/神经网络/深度学习] alx-low_level_programming

该存储库包含ALX低级编程课程的项目和练习,涵盖与C程序相关的各种主题...,
This repository contains projects and exercises for the ALX Low Level Programming curriculum, covering various topics related to C programming. It serves as a resource for learners to develop their skills and gain practical experience in low-level programming concepts. (2023-04-23, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688866042451222.html

[人工智能/神经网络/深度学习] Brain-Game-C-

以前,当我还是初学者时(在我学习编程的头几个月),我从头开始创建这个脑力游戏,以便开发...,
Previously when I was beginner (in my first months of learning programming ) I was create this brain game from scratch in order to develop my problem solving skill ... (I hope you like it) (2021-07-14, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688748770742419.html

[人工智能/神经网络/深度学习] Unix_Network_Programming_codes

网络编程涉及编写通过计算机网络与其他程序通信的程序。
Network Programming involves writing programs that communicate with other programs across a computer network. (2022-08-02, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688466143533629.html

[人工智能/神经网络/深度学习] Santorini-230-ver

圣托里尼-230版本。,这个项目的目标是使用C编程语言实现游戏Santorini。比赛将在国际...
The goal of this project is to implement the game Santorini using the C programming language. The game will be interactive and played between a human user and an AI (artificial intelligence). (2021-01-31, C, 8KB, 下载0次)

http://www.pudn.com/Download/item/id/1612046384902831.html

[人工智能/神经网络/深度学习] Hoist_Simulator

提升机模拟器,关于提升机控制器模拟器开发的高级机器人编程的第一项任务,使用名称...
First assignment of Advanced Robot Programming regarding the development of an hoist controller simulator, using named pipes in C (2021-12-05, C, 49KB, 下载0次)

http://www.pudn.com/Download/item/id/1638687088199468.html

[人工智能/神经网络/深度学习] brainzy-library

brainzy库,一个Arduino库,用于轻松编程您自己的差分或全向机器人。
brainzy-library, An Arduino library for easily programming your own differential or omnidirectional robot. (2020-01-08, C, 105KB, 下载0次)

http://www.pudn.com/Download/item/id/1578434994633729.html

[人工智能/神经网络/深度学习] Introduction-to-Robotic-Systems-Education-Kit

机器人系统教育工具包简介,机器人入门材料以及编程和控制机器人与我互动所需的关键实用技能...
Introductory material on robotics and key practical skills required to program and control a robot to interact with its environment and perform simple manoeuvres. (2023-01-20, C, 71178KB, 下载0次)

http://www.pudn.com/Download/item/id/1674181924651212.html

[人工智能/神经网络/深度学习] blockly

布洛克利,奥托·布洛克利;一个完全集成的图形编程,适用于任何类型的Arduino项目,包括机器人,随时准备输入...
Otto Blockly; a fully integrated graphical programming for any type of Arduino projects, including robots, ready to install in your computer, it works offline and also online (2023-05-04, C, 95897KB, 下载0次)

http://www.pudn.com/Download/item/id/1683206709480350.html

[人工智能/神经网络/深度学习] PerformanceProgramming

性能编程,旨在优化实现卷积神经网络的图像分类程序。二手性能优化...
Aimed to optimize an Image Classifying program that implements a Convolutional Neural Network. Used Performance Optimization techniques such as Parallel Programming, utilization of Intel’s SSE Instruction Set and micro- optimizations involving Cache-Blocking and Loop Unrolling. Optimization techniques led to a speed up of the benchmark by 26x. (2019-11-20, C, 6797KB, 下载0次)

http://www.pudn.com/Download/item/id/1574189539751323.html

[人工智能/神经网络/深度学习] dreyeve

dreyeve,[TPAMI 2018]预测驾驶员的注意力焦点:DR(眼睛)VE项目。一个深度神经网络学会了重新编程...
[TPAMI 2018] Predicting the Driver’s Focus of Attention: the DR(eye)VE Project. A deep neural network learnt to reproduce the human driver focus of attention (FoA) in a variety of real-world driving scenarios. (2019-09-03, C, 9687KB, 下载0次)

http://www.pudn.com/Download/item/id/1567472268205754.html
总计:182