-
MATLAB-DNN-master
说明: dnn的训练及搭建源代码,非常实用,对初学者是一个不错的起点,特别是深度学习方面的(Training and building source code of DNN)
- 2021-04-28 21:38:43下载
- 积分:1
-
用c#解一元二期方程程序
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { double x1 = 0; double x2 = 0; Console.WriteLine("求 ax^2+bx+c=0 的解"); Console.Write("请输入a的值:"); double a = Convert.ToInt32(Console.ReadLine()); Console.Write("请输入b的值:"); &nb
- 2022-03-06 01:10:58下载
- 积分:1
-
hamming-code
Implementation of Hamming code in C program
- 2017-05-12 13:10:57下载
- 积分:1
-
计算机图形学Bresenham算法直线绘制实验
基于MFC框架使用Bresenham算法进行直线绘制,具体包括直线绘制代码,直线颜色选择代码,鼠标点击映射函数代码
- 2022-01-29 01:45:31下载
- 积分:1
-
FTCP动态库
FTCP动态库是使用C++语言编写的可以实现与DTU交互的工具包(The FTCP dynamic library is a toolkit that uses the C++ language to interact with DTU)
- 2018-02-09 08:58:01下载
- 积分:1
-
MES系统源代码
MES系统源代码
- 2021-05-06下载
- 积分:1
-
2-D_circular_convolution
二维圆周卷积,已经通过测试,效率很高。适合信号处理,通信专业学生使用。(2-D circular convolution. It works very well. )
- 2009-04-14 01:36:10下载
- 积分:1
-
xy64
用BCB6.04编写的舍6入5看齐,奇进偶不进的数值修约法
根据GB8170—87《数值修约规则》[2]及GB3101—93附录B《数值修约规则》[3],修约时不能简单地采用“4舍5入”的办法。应遵循的原则是:①拟舍弃的数字的最左一位数字等于、小于4,则舍去;大于、等于6,则进1。②拟舍弃数字的最左一位数字等于5,若其右边数字并非全部为“0”时,则进1;其右边数字皆为“0”时,所拟保留的末位数字若为奇数则进1,若为偶数或“0”则不进。(BCB6.04 prepared with care in line 6 to 5, Ki Jin Jin does not even repair some of the numerical method in accordance with GB8170-87 Numerical revision of the rules [2] and GB3101-93 Appendix B Numerical revision of the rules [3], when revision can not simply use 4 homes 5 in approach. Should follow the principle is: ① to give up most of the figures, a figure equivalent to the left, less than 4, then rounding greater than, equal to 6, then enter 1. ② figures to be the most left-up a digital equivalent to 5, if not all of the right figure for the 0 , then enter 1 its right figures are 0 when the bottom of the figures to be retained if it is an odd number into 1, if an even number or 0 does not enter.)
- 2008-04-25 11:58:05下载
- 积分:1
-
LDPC
该程序给出了LDPC编译码程序的经典算法,即BP算法,性能比较好(The program gives the classic algorithm LDPC decoding procedures, namely BP algorithm, the performance is better)
- 2013-06-13 15:42:39下载
- 积分:1
-
LPC1788-RTX-LCD7inch
此代码是一个回合驱动器与信息网 GUI 的 7 英寸液晶。
此代码的框架是 LPC1788 微控制器。在此代码中,我们使用 RTX 作为
多线程操作系统。KAVIR 电子集团编写此代码是一个例子。与
信息网我们创建两个按钮,当你点击它其背景图像将
更改。
- 2022-09-25 21:10:03下载
- 积分:1