-
sharp 的几个经典实例以及.pdf格式的文档
是值得参考的书籍和代码啊...
sharp 的几个经典实例以及.pdf格式的文档
是值得参考的书籍和代码啊-some classic examples of sharp, as well as the. pdf format documents are worthy of reference and code books ah
- 2022-01-25 20:34:32下载
- 积分:1
-
WPF+AutoFac+Caliburn实现的MVVM
【实例简介】仓库管理系统源码以及数据库
- 2021-07-17 00:32:04下载
- 积分:1
-
在Windows2003系统的运行,是一个网上购物系统,非常…
关于在windows2003上运行的一个管理系统,是一个网上购物系统,很好用-Running on a windows2003 management system, is an online shopping system, a very good use
- 2022-03-12 05:23:45下载
- 积分:1
-
C++编写电力系统潮流程序
输出支路功率、节点电压,适用于多节点系统
- 2022-03-30 11:28:50下载
- 积分:1
-
ThreeLayerDemo
说明: 数据库连接典型三层结构,用于初学者了解数据库连接和存储(A typical three-tier structure of the database connection, for beginners to understand the database connectivity and storage)
- 2010-03-28 16:02:16下载
- 积分:1
-
用C#.net语言开发的五子棋完整源码,本机调试成功
用C#.net语言开发的五子棋完整源码,本机调试成功-C#. Net language of 331 complete source code, the machine debugging success
- 2022-03-11 04:44:59下载
- 积分:1
-
转载一个模拟鼠标的代码,展示了模拟鼠标移动及点击事件,出处不记得了。...
转载一个模拟鼠标的代码,展示了模拟鼠标移动及点击事件,出处不记得了。-ww
- 2023-06-26 12:15:03下载
- 积分:1
-
C#文档中文版(微软),非常不错的C#语言参考资料,比较全面,易懂,推荐一下!...
C#文档中文版(微软),非常不错的C#语言参考资料,比较全面,易懂,推荐一下!
-C# documentation Chinese version (Microsoft), a very good C# language reference materials, more comprehensive, understandable, Recommended!
- 2022-03-19 01:43:23下载
- 积分:1
-
使用POCO封装的服务器端的静态库
使用poco创建的服务端静态库,
用户只要简单的实现一个
#ifndef USERDEFINEDSERVICE_H
#define USERDEFINEDSERVICE_H
#include "plugin/base/base.h"
#include "plugin/RockSocket/BaseService.h"
#include "Mu_Global.h"
namespace SeriousMan {
class UserDefinedService : public RockSocket::BaseService {
public:
UserDefinedService();
virtual ~UserDefinedService();
virtual std::string full_name();
void CallMethod();
/*
0 表示执行OK 不需要回复 response
1 表示执行OK 需要回复 response
-1 表示执行错误
*/
int CallMethod(const std::string methodname,
&nbs
- 2022-04-16 10:03:46下载
- 积分:1
-
C# 复制当前屏幕上指定区域图像
C#复制当前屏幕上指定区域图像。运行效果如演示截图所示。最核心的两行代码如下所示:
private void button1_Click(object sender, EventArgs e)
{//复制当前屏幕上指定区域图像
Graphics g = this.pictureBox1.CreateGraphics();
g.CopyFromScreen(new Point(1, 1), new Point(0, 0),new Size(1201, 1201));
}
- 2022-02-03 00:21:26下载
- 积分:1