-
STM32加密库
说明: STM32加密库文档说明及使用,包括AES-128, AES-192, AES-256 bits。(STM32 Cryptographic Library)
- 2021-01-27 15:48:57下载
- 积分:1
-
C++通讯录
cout
- 2022-02-28 12:57:58下载
- 积分:1
-
car4Ssale
用c++做的汽车4s店销售系统(mfc)
录入查询库存预定等功能模块
头文件中定义 class CAutomobile4SshopDlg : public CDialog
头文件中定义class sale : public CDialog
class service : public CDialog
class storage : public CDialog
class guanli : public CDialog
分别作销售,服务,库存,管理功能模块函数体调用
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_AUTOMOBILE4SSHOP_DIALOG 102
.....宏定义为函数体调用(Using c++ to do car 4s shop sales system (mfc)
Input query inventory reserve and other functional modules
Header file defines class CAutomobile4SshopDlg: public CDialog
Header file defines class sale: public CDialog
class service: public CDialog
class storage: public CDialog
class guanli: public CDialog
Respectively, for sales, service, inventory management function module calls the function body
# define IDM_ABOUTBOX 0x0010
# define IDD_ABOUTBOX 100
# define IDS_ABOUTBOX 101
# define IDD_AUTOMOBILE4SSHOP_DIALOG 102
Defined as a function of the body ..... macro call)
- 2013-10-24 17:52:29下载
- 积分:1
-
8.26
基于STM32开发的DEVICENET的不完全原代码,由于版权有限,里边有几处需要修改后才能完全符合标准。(The incomplete code of DEVICENET is developed based on STM32. Because of limited copyright, there are several points that need to be modified to meet the standards.)
- 2021-01-08 19:48:52下载
- 积分:1
-
C# 利用“[^]”通配符进行查询
C# 利用“[^]”通配符进行查询
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT 学生姓名,年龄,性别,家庭住址 FROM tb_Student");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
- 2022-03-20 15:58:24下载
- 积分:1
-
filter
此为中值滤波方法源程序,可完成图像滤波的功能,程序完整,值得下载(This is the median filtering method of source code, to be completed by the function of image filtering, the program integrity, it is worth download)
- 2009-03-16 19:00:11下载
- 积分:1
-
shdom
fortran语言的球谐函数离散坐标法大气传输模型主程序,可用于大气场景生成(FORTRAN, spheric harmonic function of the discrete coordinate method main program, the atmospheric transmission model can be used for the atmospheric scene is generated)
- 2020-10-11 09:57:33下载
- 积分:1
-
员工信息管理系统
◎ 开发环境:Ubuntu
◎ 项目描述:员工信息管理系统是基于Linux C编程,利用可靠地传输协议TCP协议来实
现的支持多用户信息管理的系统
◎ 服务器端功能:
从服务器接收到数据后先判断登陆结构体是否有变化,如果有变化,表示有新用户登陆,则创建一个子进程,如果没有变化则表示无用户登陆或收到数据为已登录用户的数据。如果是用户登陆,则判断是否是管理员账户。通过接受客户端请求操作数据文件,完成后将结果发送给客户端,并返回等待下次的数据到来,如果出现错误,则发送错误信息给客户端。
◎客户端功能:
登录模块:连接上服务器之后进入登录模块,提示用户输入用户名和密码。如果用户名和密码正确则登录成功进入相应的界面,否则返回登录界面。
用户权限选择模块:用户登录成功之后,经过服务器端判断决定用户进入对应权限的界面。
用户信息操作模块:如果进入的是管理员界面则管理员过姓名选择相应的员工信息后,具有添加用户、删除用户、修改用户信息、查询用户信息四项权限。如果进入的时普通用户界面则该用户仅具有修改
- 2022-03-25 10:03:59下载
- 积分:1
-
4469
很好的代码哦 用于非接触式的卡片的开发哦 包括读写程序哦(code oh good for non-contact cards, including the development of reading and writing procedures oh oh)
- 2007-02-23 10:23:18下载
- 积分:1
-
Validator_test1
网站开发C#开发一个小程序 (easy softwart about web )
- 2013-07-19 14:50:31下载
- 积分:1