-
给任意长度的字符串,加CRC校验码的c语言算法
给任意长度的字符串,加CRC校验码的c语言算法-to arbitrary length of the string, plus CRC algorithm in C Language
- 2023-04-02 22:45:02下载
- 积分:1
-
遍历当局域网中的所有资源,有什么问题请大家与我联系,谢谢!...
遍历当局域网中的所有资源,有什么问题请大家与我联系,谢谢!-When the LAN traverse all the resources do you have any question please contact me, thank you!
- 2022-02-27 01:25:14下载
- 积分:1
-
java实现的门禁系统GUI界面
使用java swing实现了一个门禁系统的登录、用户信息的管理、查询以及对门禁卡的相关信息进行修改的GUI界面。本代码中加入了相关数据库的操作,方便管理员对出入门用户的管理,从而更好的保障门的安全性。
- 2022-01-24 17:08:25下载
- 积分:1
-
The Windows Installer XML (WiX) is a toolset that builds Windows installation pa
The Windows Installer XML (WiX) is a toolset that builds Windows installation packages from XML source code. The toolset supports a command line environment that developers may integrate into their build processes to build MSI and MSM setup packages
- 2023-07-09 01:30:05下载
- 积分:1
-
不错的C++ 测试工具,使用此代码可以使你可以更快更准确测试代码...
不错的C++ 测试工具,使用此代码可以使你可以更快更准确测试代码-Good C++ Test tool, use this code you can enable faster and more accurate test code
- 2022-04-08 05:49:45下载
- 积分:1
-
c++习题库,类型很全,适合C++初学者
c++习题库,类型很全,适合C++初学者-c++ Exercises Treasury, the type is very wide, suitable for C++ beginners
- 2022-04-29 08:58:55下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
利用电阻充放电来测量NTC热敏电阻的阻值.
利用电阻充放电来测量NTC热敏电阻的阻值.-Use to measure the charge and discharge resistor NTC thermistor resistance.
- 2022-04-12 15:02:21下载
- 积分:1
-
用VB编的一个小巧的模拟电视机,不防一试.
用VB编的一个小巧的模拟电视机,不防一试.-VB series with a small analog TV sets, not against a test.
- 2022-02-03 16:17:05下载
- 积分:1
-
c++程序设计教材(第一版)的源码和答案
书中的例题和书后的练习题答案...
c++程序设计教材(第一版)的源码和答案
书中的例题和书后的练习题答案-c program design materials (first edition) of the source and the sample questions and answers to the book after book answers Exercises
- 2023-07-26 06:20:02下载
- 积分:1