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

[其他] 3d_container

物流系统中的3维装箱的问题的python实现。
The python implementation of 3D packing problem in logistics system. (2020-11-12, C/C++, 5491KB, 下载11次)

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

[其他] Izhikevch模型2

Izhievich神经元加高斯噪声matlab模型仿真建模,适合初级学者
Izhievich neuron plus Gaussian noise MATLAB model simulation modeling, suitable for junior scholars (2020-09-02, C/C++, 3KB, 下载0次)

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

[其他] Izhikevch模型1

Izhievich神经元加高斯噪声matlab模型仿真建模,适合初级学者
Izhievich neuron plus Gaussian noise MATLAB model simulation modeling, suitable for junior scholars (2020-09-02, C/C++, 2KB, 下载0次)

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

[其他] 最短路课设

最短路课设,实现最短路算法,用迪杰斯特拉算法实现
The shortest path course is designed to realize the shortest path algorithm, which is realized by Dijkstra algorithm (2020-06-14, C/C++, 1586KB, 下载3次)

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

[其他] 计算器

实现加键乘除求余,计算器的基本实现源代码
Add key, multiply, divide and remainder The basic realization source code of calculator (2020-04-16, C/C++, 3KB, 下载0次)

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

[其他] 6.2日期格式处理

实现日期自加自减,日期差计算,日期格式转换
Realize date addition and subtraction, date difference calculation, date format conversion (2019-11-07, C/C++, 5472KB, 下载1次)

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

[其他] assa72

石器时代辅助,可自动加血,跑环,跑任务等
Stone Age assistance, automatic blood, running rings, running tasks, etc. (2019-04-09, C/C++, 5975KB, 下载3次)

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

[其他] 有源蜂鸣器

温度测量,使用DHT11和STM8,方便使用。
Temperature measurement, using DHT11 and STM8, easy to use. (2019-03-15, C/C++, 40KB, 下载0次)

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

[其他] caffe-rfcn-r-fcn

行人检测加分割 达到预期的效果 数据集是caltech上。
pedestrian detection (2019-03-11, C/C++, 8536KB, 下载2次)

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

[其他] main (1)

支持多编译器的循环链表实现的俄罗斯方块,与普遍的俄罗斯方块不同,该程序可以移植在不同的编译器上面
Unlike the common Russian square, the program can be transplanted to different compilers. (2019-01-25, C/C++, 5KB, 下载0次)

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

[其他] LSM6DS3_ver2.0

LSM6DS3驱动,用于驱动LSM6DS3陀螺仪传感器以及加速度计
LSM6DS3 driver for driving LSM6DS3 gyroscope sensor and accelerometer (2018-11-18, C/C++, 30KB, 下载25次)

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

[其他] 粒子群二节惯性加迟延辨识7

该程序利用粒子群算法完成工业过程二阶惯性加迟延辨识,可在线辨识。精度高,本人亲自测试
The program uses particle swarm optimization to complete the two stage inertia plus delay identification of industrial processes, and it can be identified online. High accuracy, I personally test (2018-11-14, C/C++, 3KB, 下载5次)

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

[其他] 温度计5.0

通过AT89C52加DS18B20实现温控
The implementation of temperature control through AT89C52 and DS18B20 (2018-07-12, C/C++, 80KB, 下载1次)

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

[其他] Bayesian-Matting-master

贝叶斯框架抠图,高斯分布,采样,最大似然率,三分图,前景区域,北京区域,未知区域
proposes a new Bayesian framework for solving the matting problem, i.e. extracting a foreground element from a background image by estimating an opacity for each pixel of the foreground element. Our approach models both the foreground and background color distributions with spatiallyvarying sets of Gaussians (2018-05-01, C/C++, 7KB, 下载8次)

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

[其他] vjtnztr

快速傅立叶变换算法中的分裂基算法,又称基2 4算法,对一维序列,这种算法使FFT比较完善 (2018-03-14, C/C++, 2KB, 下载1次)

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

[其他] PS2

lcd显示加ps2键盘,供大家参考学习,自己已经验证成功
LCD display plus PS2 keyboard, for your reference learning, they have verified success (2017-07-08, C/C++, 50KB, 下载3次)

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

[其他] chapter-6-multiphase-flow

主流的CFD软件之一 主要用来计算复杂几何形状的流动和换热问题 其数学模型的组成主要是以纳维-斯托克斯方程与各种湍流模型为主体 再加上多相流模型、热辐射模型、化学组分的输运、燃烧与化学反应流模型等. 大多数附加的模型是在主体方程组上补充一些附加源项、附加输运方程与关系式.
One of the major mainstream CFD software used to calculate the complex geometry of the flow and heat transfer mathematical model of the problem are mainly composed of Navier- Stokes equations with various turbulence models as the main coupled multiphase flow model, radiation model, the chemical composition of the transport, combustion and chemical reaction flow model. most of the additional model is on the main equations to add some additional source term, additional transport equation and the relationship. (2011-04-25, C/C++, 4560KB, 下载37次)

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

[其他] cfilter

应用c语言编写的可以实现的巴特沃斯低通滤波器的原理应用
C language applications can be prepared by the Butterworth low-pass filter application of the principle (2009-06-18, C/C++, 1KB, 下载142次)

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

[其他] zhuban

温度控制系统的原理图加PCB,很有用,刚刚作完的毕业设计
Temperature control system schematics plus PCB (2009-05-31, C/C++, 43KB, 下载6次)

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

[其他] 1602program

1602显示很好的汉字加图形,不需注册就可下载
1602 showed a very good Chinese increase graphics, do not register can be downloaded (2008-05-18, C/C++, 7KB, 下载148次)

http://www.pudn.com/Download/item/id/465888.html
总计:518