联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 源码/资料(243) 
按平台查找All C/C++(243) 

[源码/资料] 土壤水分传感器的功能和作用

土壤湿度,即表示一定深度土层的土壤干湿度程度的物理量,又称土壤水分含量。土壤湿度的高低受农田水分平衡各个分量的制约。 (2023-01-12, C/C++, 12KB, 下载0次)

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

[源码/资料] 什么是实时渲染,吃显卡还是CPU?

实时渲染是吃显卡的,但这个不是实时渲染程序对显卡有要求,而是需要实时渲染的数字孪生程序等需要流化的内容,本身运行需要显卡的支持才能正常运行。这个其实是和程序本身以及该技术方案的路线有关,在本地部署的方案中运行程序其实也需要高性能的显卡,只不过显卡是安装在本地电脑上的。现在将程序放在服务器端,因此服务器上如果让程序正常运行也需要同样的显卡配置。 (2022-08-22, C/C++, 524KB, 下载0次)

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

[源码/资料] esp8266+qt上位机数据接收显示

STM32开发esp8266,利用TCP协议通过路由器发送数据至PC机,PC机VS端socket接收并利用QT将接收的数据显示。只做示例。 (2022-07-27, C/C++, 108574KB, 下载0次)

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

[源码/资料] 51单片机开发 矩阵键盘简易计算器 LCD显示

在设计4*4矩阵键盘基础上,完成两个数的加、减、乘、除运算,结果通过数码管或液晶显示。 (2022-06-10, C/C++, 335KB, 下载0次)

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

[源码/资料] 51单片机IIC多机通信实验及proteus仿真

完成主机跟两个从机之间的I2C通信,可以用数码管等显示通信的内容,也可以用示波器监视通信线路的数据信息。 (2022-06-10, C/C++, 98KB, 下载0次)

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

[源码/资料] 用89C52+DS1302+1602液晶做的多功能

用89C52+DS1302+1602液晶做的多功能音乐播放器(多级菜单),可设闹钟,附Proteus图与源程序(仿真),很完整的项目,希望对大家有所帮助 (2022-03-13, C/C++, 76KB, 下载0次)

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

[源码/资料] Qt绘图编辑器

使用QT创建一个界面,可以对界面进行绘图*(直线,矩形,圆,椭圆)
Using QT to create an interface, you can draw the interface * (line, rectangle, circle, ellipse) (2021-04-14, C/C++, 15716KB, 下载0次)

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

[源码/资料] copyfile

基于qt的文件拷贝器,使用了子线程进行拷贝,主线程只进行图像化操作
QT based file copier uses sub thread to copy, and main thread only performs image operation (2020-08-14, C/C++, 4KB, 下载5次)

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

[源码/资料] fraction

定义一个分数类(Fraction) 实例变量:分子,分母 方法:初始化方法(2个参数),便利构造器,约分,打印,加,减,乘,除。
Define a fraction instance variable: numerator, denominator method: initialization method (2 parameters), convenience constructor, reduction, printing, addition, subtraction, multiplication, division. (2020-06-20, C/C++, 29KB, 下载0次)

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

[源码/资料] C课程设计源代码

C/C++各种课程设计源代码,如计算器等典型问题,内含源代码
C / C + + various curriculum design source code, such as calculator and other typical problems, including source code (2020-06-14, C/C++, 1387KB, 下载0次)

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

[源码/资料] 开源项目5-sandstorm-master

主要解决的问题是,在自己的私有人服务器上面,安装各种开源的云服务
The main problem is to install various open-source cloud services on your own private server (2020-04-25, C/C++, 2711KB, 下载0次)

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

[源码/资料] 班级考勤管理系统

问题描述:班级考勤管理系统主要是实现对班级学生的出勤率进行管理,旨在减少旷课现象的发生,建立良好的学习氛围。该系统程序的实现至少采用所学过的一种数据结构(链表、栈、队列、树等),不能全部只使用数组。 基本功能:
Problem Description: the class attendance management system is mainly to manage the attendance rate of class students, in order to reduce the occurrence of truancy and establish a good learning atmosphere. At least one data structure (linked list, stack, queue, tree, etc.) which has been learned is used in the implementation of the system program, and not only arrays are used. Basic functions: (1) Character setting Three different user rights are required for administrators, class committee and class members. (2) Administrator module The administrator can realize the information management of class members, and can set class members as class committee, such as adding information, deleting, modifying, etc.; can also manage the attendance of class members. Class member information shall at least include student number, name and authority. (3) Class committee module (2020-03-20, C/C++, 2KB, 下载0次)

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

[源码/资料] 只愿功不唐捐

c实现的pcode编译器,BUAA大三编译原理课程设计大作业。
C implementation of the pcode compiler, BUAA Compilation Principle Course Design homework. (2019-12-28, C/C++, 17KB, 下载0次)

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

[源码/资料] IOCP服务器和客户端-改编CSDN小猪例子

IOCP的封装,支持socket的读和写,有详细注释
Package of IOCP, support socket reading and writing, with detailed comments (2019-11-28, C/C++, 3069KB, 下载5次)

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

[源码/资料] 数据结构课设计算器

体现数据结构算法的一个简单的C语言编程小软件。计算机
A simple C language programming software which embodies the algorithm of data structure. Computer (2019-11-20, C/C++, 521KB, 下载0次)

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

[源码/资料] 分数计算器

分数以a/b的形式输入输出,允许输入输出整数这种特殊形式,计算器能够对分数进行‘+’,‘-’,‘*’,‘/’四种运算,当分数的分母为零,除数为零或输入格式有误,系统会自动报错。
The score is input and output in the form of a/b, allowing the special form of input and output integers. The calculator can perform four operations on the scores of '+', '-', '*', '/', when the denominator of the score is zero. If the divisor is zero or the input format is incorrect, the system will automatically report an error. (2019-04-12, C/C++, 430KB, 下载0次)

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

[源码/资料] OS实验指导四——虚拟存储器管理

设计一个请求页式存储管理方案,并编写模拟程序实现。
Request Page Storage Management Scheme, and write simulation program to achieve. (2019-01-04, C/C++, 50KB, 下载0次)

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

[源码/资料] UDP传输

UDP socket编程 VC6.0 可实现通信,传输字节流,包括客户端与服务器
UDP socket programming VC6.0 can realize communication and transmit byte stream, including client and server. (2018-05-27, C/C++, 3305KB, 下载4次)

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

[源码/资料] try_fuzzy

传统pid程序单一参数在复杂环境以及给定量范围较大时,其控制效果往往不够好。基于C++编写的模糊控制器,与PID控制器结合具有更强的鲁棒性。
The single parameter of the traditional PID program is often not good enough in complex environment and given a wide range of quantification. The fuzzy controller based on C++ is more robust than PID controller. (2018-05-02, C/C++, 3813KB, 下载5次)

http://www.pudn.com/Download/item/id/1525225639609335.html
总计:243