-
实现(7,4)循环码的编码和解码,生成多项式…
实现(7,4)CRC的编码和译码,其中生成多项式可以在程序中改成所需要的。输入4位码,可以编码生成7位循环码。译码的情况限于至多错一位的情形。-To achieve (7,4) cyclic code encoding and decoding, which generate the polynomials can be changed in the program need. Enter 4 yards, you can generate 7-bit cyclic code encoding. Limited to a maximum of decoding a wrong situation.
- 2022-11-26 10:55:03下载
- 积分:1
-
C++ GPS导航定位坐标转换程序
基于vs2010C++编写的实现GPS导航定位中基本的坐标转换程序。(GPS navigation to achieve the basic coordinates of the transformation)
- 2017-10-08 19:48:03下载
- 积分:1
-
一个简单的游戏观看
一个简单的猜数字游戏-a simple game viewing
- 2022-08-23 09:15:58下载
- 积分:1
-
司守奎、孙玺菁《数学建模算法与应用》随书光盘
说明: zip内包含所有章节代码以及书籍pdf版本(Zip contains all chapter codes as well as the PDF version of the book)
- 2020-12-19 00:04:25下载
- 积分:1
-
医院管理系统
1.对运行应用程序确保在 run.2 是作为应用程序在同一台计算机上创建数据库。数据库的名称是急难。"创建表"文件夹包含 SQL 创建正在运行以之前的数据库中创建表的语句...
- 2022-06-17 18:55:13下载
- 积分:1
-
超奈奎斯特采样的平台 FTN
超奈奎斯特采样的平台,包含整个系统和部分结果(faster than nyquist,including system and some of the result)
- 2021-03-29 20:49:10下载
- 积分:1
-
IpTool抓包工具
说明: 网络服务器维护,信息安全维护,日常维护工作非常有用的基础工具(the server safety set up tools)
- 2019-05-08 23:53:37下载
- 积分:1
-
kaggle_diabetic-master
说明: A commented bash script to generate our final 2nd place solution can be found in make_kaggle_solution.sh.
Running all the commands sequentially will probably take 7 - 10 days on recent consumer grade hardware. If you have multiple GPUs you can speed things up by doing training and feature extraction for the two networks in parallel. However, due to the computationally heavy data augmentation it may be far less than twice as fast especially when working with 512x512 pixel input images.
You can also obtain a quadratic weighted kappa score of 0.839 on the private leaderboard by just training the 4x4 kernel networks and by performing only 20 feature extraction iterations with the weights that gave you the best MSE validation scores during training. The entire ensemble only achieves a slightly higher score of 0.845.
- 2019-05-11 15:31:21下载
- 积分:1
-
A generic list of one
一个通用单向循环链表管理程序,有了它,无论你的应用程序里要处理多少种类的单向循环链表,都可以用它轻松实现链表节点的添加、删除、排序等操作-A generic list of one-way cycle management process, with it, no matter where your application to deal with the number of types of one-way circulation list, you can use it to easily add nodes list, delete, sort, such as operation
- 2022-06-29 15:35:07下载
- 积分:1
-
C# 模拟鼠标操作源代码
C# 模拟鼠标操作,单击后鼠标将自动上移。
const int MOUSEEVENTF_MOVE = 0x0001;//表示鼠标移动
const int MOUSEEVENTF_LEFTDOWN = 0x0002;//表示鼠标左键按下
const int MOUSEEVENTF_LEFTUP = 0x0004;//表示鼠标左键松开
您的鼠标发生了自动上移,并双击了窗体一次!
- 2022-07-03 02:35:10下载
- 积分:1