-
提供windows SOCKET服务,多线程检测客户连接信息
提供windows SOCKET服务,多线程检测客户连接信息-provide services, multi-threaded client connections information Detection
- 2022-11-19 21:45:02下载
- 积分: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
-
windows串口传输文件示例
windows串口传输文件示例-windows serial transmission of documents examples
- 2023-08-22 17:15:03下载
- 积分:1
-
动态主机地址分配客户端源代码!是运行由LINUX下的,WINDOWS下的还在测试!测试完成给大家上传!...
动态主机地址分配客户端源代码!是运行由LINUX下的,WINDOWS下的还在测试!测试完成给大家上传!-Dynamic host address assignment client source code! Is run by LINUX under, WINDOWS is still under testing! From the test is completed to everyone!
- 2022-04-16 02:12:21下载
- 积分:1
-
学生用户管理系统入门工程项目
学生用户管理系统入门工程项目用户管理模块实战,从登入模块的密码教研 到用户的数据添加 删除 修改,前端的 HTML css 样式等等的入门级的学习案例,再到后端框架的开发4系统框架结构简介Spring MVC + Hibernate + Shiro + FreeMarker1)Java源代码目录src2)页面代码目录WebContent3)数据库以及重要配置文件位置src/solution.properties
- 2022-03-24 04:39:35下载
- 积分:1
-
用一种语言与文字的小程序,算法是相对的…
一个用c语言编写的波兰表达式的小程序,算法相对简单-a language with the Polish expression small procedure, the algorithm is relatively simple
- 2022-10-25 06:40:03下载
- 积分:1
-
简单的翻译功能页面,模仿主流翻印网站制作,美工还需要进一步修改....
简单的翻译功能页面,模仿主流翻印网站制作,美工还需要进一步修改.-Simple translation page reprint site mimic mainstream production, artists need to be further modified.
- 2022-04-18 16:29:35下载
- 积分:1
-
practica 1 minicalculadora
practica 1 minicalculadora
- 2022-01-26 04:34:35下载
- 积分:1
-
本代码是属性页当中操作工具条的代码,界面美观。
本代码是属性页当中操作工具条的代码,界面美观。-This code is among the properties page of the code of operation, attractive interface.
- 2022-04-06 15:46:04下载
- 积分:1
-
可实验0.5KHZ到10KHZ的简单测频,并由数码管显示出来!
可实验0.5KHZ到10KHZ的简单测频,并由数码管显示出来!-Experimental 0.5KHZ can be simple to 10KHz frequency measurement by digital tube display!
- 2022-08-14 12:47:45下载
- 积分:1