-
百威软件维护
这是 我以前做百威软件技术员的时候写的一个维护工具,里面涵盖的东西非常多。
涉及到的知识操作:数据库操作,注册表操作,INI文件操作,资源管理器操作,皮肤操作,界面控件的自动缩放 ,窗体大小记忆功能,小票机,顾客显示器,钱箱等POS设备的操作,cmd管道操作,cmd命令返回等。
总之,本工具涉及到的东西方方面面,你如果研究懂了这个源码,基本自己可以写一套功能相当完整的POS收银系统。
分享这个源码,只为抛砖引玉,希望更多的人分享更多的知识。更希望可以帮助到各位!
- 2022-03-13 16:47:01下载
- 积分:1
-
华为PCB设计规范,详细介绍了电路板EMI,EMC
华为PCB设计规范,详细介绍了电路板EMI,EMC-Huawei PCB design specifications, detailing the circuit board EMI, EMC
- 2022-01-31 17:49:15下载
- 积分:1
-
译码器在接口电路中的作用,学习带有译码器的接口电路设计方法...
译码器在接口电路中的作用,学习带有译码器的接口电路设计方法-The decoder in the interface circuit in the role of learning with a decoder interface circuit design method
- 2022-04-20 09:12:36下载
- 积分:1
-
模拟可变存储管理部一,设计成为一句很好的诗…
模拟实现可变分区存储管理
一、设计目的
在熟练掌握计算机分区存储管理方式的原理的基础上,利用C程序设计语言在windows操作系统下模拟实现操作系统的可变分区存储管理的功能,一方面加深对原理的理解,另一方面提高根据已有原理通过编程解决实际问题的能力,为进行系统软件开发和针对实际问题提出高效的软件解决方案打下基础。
二、各功能模块分析实现
设计合理的数据结构来描述存储空间:
对于未分配出去的部分,用空闲分区链表来描述。-simulation variable Storage Management Division I. designed to become well versed in computer storage area management approaches on the basis of principle, C programming language in the windows operating system simulation systems of variable storage area management function, on the one hand, to deepen their understanding of the principles, Under the enhanced program has been through the principle of solving practical problems. for systems software development and puts forward a highly-efficient software solutions lay the groundwork. 2, the functional analysis module designed to achieve reasonable data structure to describe the storage space : Unallocated out of the question, use idle Linklist to describe.
- 2023-06-05 11:05:03下载
- 积分:1
-
在 ns2 数据骡子集合代码
这是关于由移动接收器与一些特定的压缩技术的传感器综合数据集合中数据骡子的编码
- 2022-07-19 06:07:46下载
- 积分:1
-
simulationqpsk
仿真QPSK,包含源程序,调制,解调过程也有,仅供参考。-simulationQPSK
- 2023-01-19 01:00:03下载
- 积分:1
-
8路模拟数据采集,希望能帮助到需要的朋友,加油。
8路模拟数据采集,希望能帮助到需要的朋友,加油。-8-channel analog data acquisition, the need to help friends and refueling.
- 2022-01-25 20:48:00下载
- 积分:1
-
用Visual Basic编写收发电子邮件的程序
用Visual Basic编写收发电子邮件的程序-Prepared by using Visual Basic procedures for sending and receiving e-mail
- 2022-03-15 08:34:14下载
- 积分:1
-
SPOJ3 AC程序 BF
SPOJ3 AC程序 BF
SPOJ3 AC程序 BF
SPOJ3 AC程序 BF-SPOJ3 AC program BF SPOJ3 AC program BF SPOJ3 AC program BF
- 2022-02-16 02:24:53下载
- 积分:1
-
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E...
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E->E+T|E-T|T
T->T*F|T/F|F
F->id|(E)|num-Write parser to achieve parsing of arithmetic expressions. Requirements analysis arithmetic expressions generated by the following grammar: E-> E+ T | ET | T T-> T* F | T/F | F F-> id | (E) | num
- 2022-05-14 08:22:03下载
- 积分:1