-
物流管理系统
使用VS2010C#+SQL Server 2008开发的物流管理系统的源代码
- 2022-07-12 09:05:58下载
- 积分:1
-
本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保...
本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保证数据在传输的过程中不会丢失。另外程序采用多个线程来避免程序阻塞。具体设计思路及部分代码如下:
程序设计目的:首先就是完成课设任务啦(大二课设内容)其他目的:
1:练习使用套接字进行网络编程。
2:练习使用自定义消息。
3:练习多线程方面的编程思想。
4:练习使用各种控件。
-This procedure is divided into server application design and part of the client application using Socket socket network programming library. (UDP) and (TCP/IP) connection method of combining, and resolved the timeliness of data transmission but also ensures that the process of data transmission will not be lost. Other procedures to avoid the use of multiple threads blocking procedures. Specific design ideas and some code as follows: program design purposes: first mission is set up you finish class (sophomore class for the content of) other purposes: 1: Practice using the socket network programming. 2: Practice the use of custom message. 3: practice aspects of multi-threaded programming idea. 4: Practice using a variety of controls.
- 2022-03-23 04:56:54下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
Able to tell whether the leap year calendar and other functions, it ah soon be a...
万年历 能够分辨闰年等功能,大家快下啊
万年历 能够分辨闰年等功能,大家快下啊-Able to tell whether the leap year calendar and other functions, it ah soon be able to tell whether a leap year calendar and other functions, we soon ah
- 2023-06-17 04:35:03下载
- 积分:1
-
如何在wince下使用键盘hook,因为wince不支持SetWindowsHookEx函数
如何在wince下使用键盘hook,因为wince不支持SetWindowsHookEx函数-How to wince under the keyboard hook, because wince does not support SetWindowsHookEx function
- 2022-07-17 17:54:38下载
- 积分:1
-
测试一个倾角。然后把数据采集到数据库。
这是一个成熟的应用。可以给大家做个示范。...
测试一个倾角。然后把数据采集到数据库。
这是一个成熟的应用。可以给大家做个示范。-just to test the angle for database use and in realtime modle. this is a good program for applly in industral fields.
- 2022-08-17 21:41:23下载
- 积分:1
-
宾馆客房管理系统 实现宾馆客房的预订、查询和结算等功能
宾馆客房管理系统 实现宾馆客房的预订、查询和结算等功能-Hotel Room Management System implementation Hotel room reservations, inquiries and billing functions
- 2022-07-02 16:48:53下载
- 积分:1
-
这个是Win32ASM教程文件,是学习Win32ASM的好书。
这个是Win32ASM教程文件,是学习Win32ASM的好书。-This is a tutorial Win32ASM documents, the books are Win32ASM study.
- 2022-05-27 13:40:57下载
- 积分:1
-
CserialPort串口通讯源码
CserialPort串口通讯源码
- 2022-02-06 00:15:57下载
- 积分:1
-
opencv3.0 人脸识别算法及代码
opencv3.0 实现的人脸识别,宝贵资源,很少有的。有别于opencv2.0
- 2022-04-20 01:49:08下载
- 积分:1