-
Bowling
保龄球一局分十轮,每轮可以滚球一次或多次,以击倒的球数为依据得分。(Bowling a Board sub-10, each round can be one or more ball to knock the ball based on the number of scores.)
- 2009-12-28 13:32:14下载
- 积分:1
-
lsm-check
Linux下基于LSM的文件访问控制,实现了LSM内核控制模块,可加载模块,并对文件访问进行记录(Linux-based the LSM file access control, to achieve the the LSM kernel control module, loadable modules, and file access records)
- 2021-02-18 11:09:46下载
- 积分:1
-
实验9 PWM输出实验
说明: 可以实验pwm输出实验,采用的是原子电路 ,使用STM32f103芯片(PWM output experimental atomic circuit)
- 2019-06-25 16:25:37下载
- 积分:1
-
udp
udp客户端以及服务器实现udp协议,用简单的程序实现其最基本的功能(UDP protocol implementation)
- 2020-06-16 15:20:02下载
- 积分:1
-
HAFUMANSHU
哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。(Huffman encoding (Huffman Coding), also called Huffman Coding, is a way of Coding, Huffman Coding is variable word length Coding (VLC). Huffman in 1952 put forward a kind of coding method, this method is completely based on the characters of the occurrence probability to construct the average length of the shortest code word, sometimes called the best coding, generally is called Huffman coding (sometimes referred to as the Huffman coding).)
- 2016-12-13 00:02:52下载
- 积分:1
-
Dual_DC_DC
自己做的双向dc/dc,双环控制,跟踪的不错(DUAL DC/DC Voltage and current loop)
- 2021-04-25 13:18:46下载
- 积分:1
-
MFC基于对话框opencv图像处理
#include "stdafx.h"
#include "MFC_lessen1-4.h"
#include "MFC_lessen1-4Dlg.h"
#include "afxdialogex.h"
#include
#include
#include
#include
#include
#include
#include
using namespace cv;
using namespace std;
#include
#include
#include
using namespace std;
using namespace cv;
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 用于应用程序“关于”菜单项的 CAboutDlg 对话框
class CAboutDlg : public CDialogEx
{
public:
CAboutDlg();
// 对话框数据
enum { IDD = ID
- 2022-01-21 00:54:46下载
- 积分:1
-
Bootloader_for_430
Msp430 的通过串口下载到Flash然后由bootloader 引导进入应用程序,实现远程升级,全部使用C语言开发,易学易懂,可用于实际项目中(
Msp430 through the serial port to download and then guided by Flash bootloader into the application, remote upgrades, all using C language development, easy to learn, can be used in the actual project)
- 2020-07-01 17:40:01下载
- 积分:1
-
rsa
rsa 实现代码,运用大数算法#include "afx.h"
#include "Integer.h"
#include <string>
#include <iostream>
using namespace std
//构造大数对象并初始化为零
CInteger::CInteger()
{
m_nLength=1
for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0
}
//解构大数对象
CInteger::~CInteger()
{
}
/*大数比较
调用方式:N.Cmp(A)
返回值:若N<A返回-1;若N=A返回0;若N>A返回1
*/
int CInteger::Cmp(CInteger& A)(#include "afx.h"
#include "Integer.h"
#include <string>
#include <iostream>
using namespace std
//构造大数对象并初始化为零
CInteger::CInteger()
{
m_nLength=1
for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0
}
//解构大数对象
CInteger::~CInteger()
{
}
/*大数比较
调用方式:N.Cmp(A)
返回值:若N<A返回-1;若N=A返回0;若N>A返回1
*/
int CInteger::Cmp(CInteger& A))
- 2012-05-16 11:09:35下载
- 积分:1
-
181029.Marlin.1.1.9
最后更新marlin固件,最后一个版本有很多修复(Last update of marlin firmware)
- 2018-10-30 03:05:47下载
- 积分:1