-
主机用串口,从机用普通的I/O口进行相互的通信
主机用串口,从机用普通的I/O口进行相互的通信-Host using the serial from the machine put it in general I/O port for communication with each other
- 2023-09-07 09:10:02下载
- 积分:1
-
Wince network time synchronization procedures. Terminal will function as local t...
Wince网络时间同步程序。功能为将终端本地时间与网络上某台服务器的时间同步。-Wince network time synchronization procedures. Terminal will function as local time with a network time server synchronization.
- 2022-03-13 01:49:56下载
- 积分:1
-
User instructions and event information are displayed during execution.
Phones...
User instructions and event information are displayed during execution.
Phones must be on hook before starting the sample.
- 2023-05-16 19:35:03下载
- 积分:1
-
CxSkinButton_src
挺简单的代码,就是先画一个内存Bitmap,画好了拷贝到窗口dc.
使用双缓冲技术实现位图按钮的不闪烁
位图按钮
实现不规则按钮
不规则有效区域
效果不错,基本上常用的功能,比如不规则的位图按钮,都实现了。
- 2022-05-06 19:29:01下载
- 积分:1
-
Visual C++源代码管理系统的小商品库存管理
visual c++源代码 小型管理系统 物品库存管理-visual c++ source code management system for small goods inventory management
- 2022-12-20 08:50:03下载
- 积分:1
-
Sichuan University ACM questions online magazine, a very valuable and worthy of...
四川大学ACM竞赛在线试题集锦,非常有价值,值得收藏和学习,对你的编程能力有很大的提高-Sichuan University ACM questions online magazine, a very valuable and worthy of collection and study, you have the programming capabilities greatly improved
- 2022-03-02 21:23:16下载
- 积分:1
-
里外有很多C++实例,并附有源码,都是在VC6.0上面调试过的,可以直接使用!...
里外有很多C++实例,并附有源码,都是在VC6.0上面调试过的,可以直接使用!-Inside and outside has a lot of C examples, with source code are in the VC6.0 debugger over the top and can be used directly!
- 2022-09-04 07:00:03下载
- 积分:1
-
吹泡泡左键显示蓝泡泡右键显示红泡泡 并不断变大 移动 同时显示区域内的泡泡数...
吹泡泡左键显示蓝泡泡右键显示红泡泡 并不断变大 移动 同时显示区域内的泡泡数-The left arrow show the blue froth,and the right arrow show red froth,and it will be largen and moving, at the same time,it will show the number of the froth.
- 2023-01-26 06:25:03下载
- 积分:1
-
死锁的程序演示 用信号量实现的
死锁的程序演示 用信号量实现的-the procedures used to demonstrate signal to achieve the volume
- 2022-03-13 10:21:56下载
- 积分: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