-
此程序是RFID中使用的一种CRC16校验原理,采用了移位法,查表法做好后再上传。此外,下载解压后要把文件后缀名改为.c !...
此程序是RFID中使用的一种CRC16校验原理,采用了移位法,查表法做好后再上传。此外,下载解压后要把文件后缀名改为.c !-This procedure is the use of RFID as a CRC16 checksum principle, the use of the displacement method, look-up table method to do a good job and then upload. In addition, the downloaded file to extract the suffix after the name change. C!
- 2022-02-05 01:00:18下载
- 积分:1
-
Meissen魔方还原之路(容易学会的)
Meissen魔方还原之路(容易学会的)-Meissen Cube to restore the road (easy to learn to)
- 2022-12-14 02:05:05下载
- 积分:1
-
C语言的各种常用的算法, 包含相关应用范例.
C语言的各种常用的算法, 包含相关应用范例.-C language, a variety of commonly used algorithms, including examples of relevant applications.
- 2022-05-22 12:45:11下载
- 积分:1
-
socket编程 sever端设计
这是我写的一个socket的sever端,可以实现与多个客户端连接,使用了多线程和非阻塞,是windows下的编程,是基于对话框的。希望对大家有帮助。
- 2023-03-25 19:45:06下载
- 积分:1
-
cc2640 adc
主要是用于研究cc2640adc的研究,希望对开发cc2640的小伙伴有一定的帮助啊
- 2022-03-04 14:26:18下载
- 积分:1
-
Students can realize the management and control, and can carry out statistics an...
可以实现对学生的管理及控制,并且可以将其进行统计及学籍的管理-Students can realize the management and control, and can carry out statistics and school management
- 2022-01-25 18:39:39下载
- 积分:1
-
数控系统的非实时插补算法
资源描述数控系统的非实时插补算法,包含数控系统的粗插补、动态链接库以及刀具运动组件等,同时设计了用户实时调试界面,兼容数控加工的通用G代码指令,实现数控系统的运动控制
- 2022-01-24 14:17:49下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
一个颜色互换的例子,显示了不同图形不同颜色随着时间而变化,入门好程序...
一个颜色互换的例子,显示了不同图形不同颜色随着时间而变化,入门好程序-a color swap example to show that the different color graphics change with the times, good entry procedures
- 2022-08-16 22:00:41下载
- 积分:1
-
VB制作的简单文件搜索器
VB制作的简单文件搜索器,因水平有限,急需完善。。。。。VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form FrmMain
BorderStyle = 1 "Fixed Single
Caption = "文件搜索器"
ClientHeight = 1590
ClientLeft = 45
ClientTop = 390
ClientWidth = 3990
Icon = "FrmMain.frx":0000
LinkTopic = "Form1"
MaxButton = 0 "False
ScaleHeight = 1590
ScaleWidth = 3990
StartUpPosition = 3 "窗口缺省
Begin VB.CommandButton Command3
Caption = "清除信息"
Height = 300
Left = 1560
TabIndex = 5
Top = 1155
Width = 1575
End
Begin MSComDlg.CommonDialog CommonDialog1
L
- 2023-07-12 05:45:03下载
- 积分:1