-
一个聊天程序, 包括server and client使用windows socket原理, 是学习网络编程的好demo...
一个聊天程序, 包括server and client使用windows socket原理, 是学习网络编程的好demo-a chat program, including the use of server and client socket windows theory, learning is a good network programming demo
- 2022-03-26 00:35:10下载
- 积分:1
-
C++Builder 实现的又一个抓图源码,运行全屏抓取,只抓活动窗口,抓取指定区三种方式,不敢说很先进,但至少能给初学都一个思路...
C++Builder 实现的又一个抓图源码,运行全屏抓取,只抓活动窗口,抓取指定区三种方式,不敢说很先进,但至少能给初学都一个思路-C++ Builder Grab realize another source, run full-screen crawl, grasp only the active window, crawl designated areas in three ways, did not dare say that they are very advanced, but at least give an idea of learning all
- 2022-04-19 18:02:50下载
- 积分:1
-
鱼游戏 大鱼吃小鱼
这是鱼的游戏。有一条鱼可以向上,向下,下,左,右ihere是鱼的分数,吃了鱼的那条鱼。
- 2022-07-23 01:29:17下载
- 积分:1
-
条码字体,把这些字体导入系统,在打印编程时选择这些字体则可以打印出条码...
条码字体,把这些字体导入系统,在打印编程时选择这些字体则可以打印出条码-Bar code fonts, these fonts into the system, in the print program when choosing these fonts you can print out the barcode
- 2022-12-29 08:55:03下载
- 积分:1
-
演示了随机数的产生和使用
演示了随机数的产生和使用-demonstration, the random number generation and use
- 2022-05-24 05:46:39下载
- 积分:1
-
基于qt的打地鼠小游戏
打地鼠小游戏,,可直接运行,源代码齐全一大群历不明的老鼠入侵你的农场。作为一个奶酪农场的老板,现在是时候站和保卫你的家。现在,只有你可以阻止那些贪婪的老鼠。来测试下你的反应速度够不够快!
- 2023-08-16 02:00:07下载
- 积分: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
-
hdsimulator
hdsimulator
- 2022-01-26 06:01:29下载
- 积分:1
-
OICQ探索器程序源代码
OICQ探索器程序源代码-OICQ exploration for the source code
- 2022-03-12 06:08:29下载
- 积分:1
-
Hotel Management System
酒店管理系统,是一个客户与酒店交流的平台,提供更好的服务
-Hotel Management System
- 2022-08-25 05:10:39下载
- 积分:1