-
C++Builde做的俄罗斯方块源程序
C++Builde做的俄罗斯方块源程序-C Builde do Tetris source
- 2022-08-09 16:08:18下载
- 积分:1
-
百威软件维护
这是 我以前做百威软件技术员的时候写的一个维护工具,里面涵盖的东西非常多。
涉及到的知识操作:数据库操作,注册表操作,INI文件操作,资源管理器操作,皮肤操作,界面控件的自动缩放 ,窗体大小记忆功能,小票机,顾客显示器,钱箱等POS设备的操作,cmd管道操作,cmd命令返回等。
总之,本工具涉及到的东西方方面面,你如果研究懂了这个源码,基本自己可以写一套功能相当完整的POS收银系统。
分享这个源码,只为抛砖引玉,希望更多的人分享更多的知识。更希望可以帮助到各位!
- 2022-03-13 16:47:01下载
- 积分:1
-
用VB做的股票软件,看到网站给你的信息。
用VB做的看网站股票的软件,给各位参考。-VB to do with the stock software, see the website to give your information.
- 2023-06-10 14:00:04下载
- 积分:1
-
Typical video processing YUV image sequence, stefan, cif format
视频处理的典型YUV图像序列,stefan,cif格式,-Typical video processing YUV image sequence, stefan, cif format
- 2022-02-05 03:51:40下载
- 积分:1
-
本源码是用封闭的LabVIEW仿真直流电机
本源码是用labview仿真直流电机闭环控制的程序,希望对大家有用-The source is a DC motor using LabVIEW Simulation of closed-loop control procedures, in the hope that useful to everybody
- 2022-02-13 19:41:16下载
- 积分:1
-
游戏逻辑是用python实现的,底层用D3D绘制。对于初学D3D与python的朋友有帮助,其中还有从C++扩展python的方法。...
游戏逻辑是用python实现的,底层用D3D绘制。对于初学D3D与python的朋友有帮助,其中还有从C++扩展python的方法。-Game logic is to use python to achieve, the underlying mapping using D3D. D3D and python for beginner friends have to help, including from the C++ Expansion python method.
- 2022-01-21 05:03:50下载
- 积分:1
-
推箱子游戏,直得对游戏开发的朋友学习或参考.
推箱子游戏,直得对游戏开发的朋友学习或参考.-Sokoban games, straight to the game developers have a friend learning or reference.
- 2022-09-20 00:55:03下载
- 积分:1
-
C language prepared by the time the year procedures, as long as you enter a numb...
用C语言编写的时间年份程序,只要你输入一个数后,便可以马上看到结果.-C language prepared by the time the year procedures, as long as you enter a number, they can immediately see the result.
- 2022-07-02 22:38:52下载
- 积分:1
-
这是俄罗斯方块的原代码 虽然不是太完善 但是已经很具构架
这是俄罗斯方块的原代码 虽然不是太完善 但是已经很具构架-This is the Rubik"s cube of the original code is not very sound but has very architecture
- 2022-07-04 23:07:00下载
- 积分:1
-
prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, p
- 2022-03-22 16:15:25下载
- 积分:1