-
此源代码程序是管道客户端的对应服务器端,利用它可以作为管道程序客户端的测试...
此源代码程序是管道客户端的对应服务器端,利用它可以作为管道程序客户端的测试-this source code procedure is a pipeline to the corresponding client server, using it as a pipeline Client test
- 2022-04-15 15:58:28下载
- 积分:1
-
The sample demo workspace includes two projects: DIB Test for Win32 environments...
The sample demo workspace includes two projects: DIB Test for Win32 environments, and DIB CE for CE environments that demonstrate the DIB wrapper. You will need the CE SDKs from Microsoft to be installed before you can build DIBSectionTestCE.dsw. There is also a version of the DIBSection wrapper ported by Kenny Goers with no dependancies on MFC. This version is currently slightly out of sync with the MFC version, and is provided as a convenience only. -The sample demo workspace includes two projects: DIB Test for Win32 environments, and DIB CE for CE environments that demonstrate the DIB wrapper. You will need the CE SDKs from Microsoft to be installed before you can build DIBSectionTestCE.dsw. There is also a version of the DIBSection wrapper ported by Kenny Goers with no dependancies on MFC. This version is currently slightly out of sync with the MFC version, and is provided as a convenience only.
- 2022-02-13 04:08:03下载
- 积分:1
-
VC++编写的SQL服务端和客户端
VC++编写的SQL服务端和客户端,非常简单实用的案例
- 2022-02-04 06:42:49下载
- 积分:1
-
lcd液晶12232F的串口C51程序
功能:只要用三根线就能够实现lcd的所有显示功能...
lcd液晶12232F的串口C51程序
功能:只要用三根线就能够实现lcd的所有显示功能-LCD LCD 12232F C51 Serial procedures functions : Just three lines can be realized LCD display all
- 2022-03-21 06:47:43下载
- 积分:1
-
在 VC下,使按钮不加载资源图片,而是让用户选择自己的图片加载在按牛表面上。...
在 VC下,使按钮不加载资源图片,而是让用户选择自己的图片加载在按牛表面上。-in VC, so the button is not loaded Photo resources, but allow users to choose their own pictures by cattle loaded on the surface.
- 2022-02-26 01:36:55下载
- 积分:1
-
本例实现了相应键盘的功能,按上下左右可以改变字母的位置,按字母可以改变字母。...
本例实现了相应键盘的功能,按上下左右可以改变字母的位置,按字母可以改变字母。-Example realize the corresponding functions of the keyboard, press down around the letters can change the location of alphabetical letters can be changed.
- 2023-02-16 03:00:02下载
- 积分:1
-
在一个文件中翻转字节,并把它们写在
Flip bytes in a file and write them backwards-Flip bytes in a file and write them backwards...
- 2022-03-06 23:40:47下载
- 积分: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
-
网络助手,用用就知道它的用处了
网络助手,用用就知道它的用处了-network assistants use. Know it"s useless
- 2022-01-26 04:57:39下载
- 积分:1
-
USB HID example code
USB HID example code
- 2022-04-12 13:00:06下载
- 积分:1