-
袜子5 / 4客户端/服务器的例子。
socks 4/5 client/server example.
- 2022-03-14 02:32:06下载
- 积分:1
-
题目:某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:
每位数字都加上5,然后用和除以10的余数代替该数字,再将第...
题目:某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:
每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。
-Topic: using a public telephone transmission of data, integer data is four, in the transmission process is encrypted, encryption rules are as follows: each number plus 5, and then use and the balance divided by 10 instead of the figures, then the first and fourth exchange, second and third exchange.
- 2022-05-27 16:04:21下载
- 积分:1
-
相册管理器,一个相册管理的软件。运行程序时请将本目录中的两个类库拷贝到bin/Debug或者bin/Release目录下,此两个类库是程序运行所必需的。...
相册管理器,一个相册管理的软件。运行程序时请将本目录中的两个类库拷贝到bin/Debug或者bin/Release目录下,此两个类库是程序运行所必需的。-Album manager, an album management software
- 2022-09-26 20:20:03下载
- 积分:1
-
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus...
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub-Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub
- 2022-06-29 02:05:14下载
- 积分:1
-
用MAXPLUS制作计算机组成原理实验I/O中断管理电路的模拟。
用MAXPLUS制作计算机组成原理实验I/O中断管理电路的模拟。-Segments produced using Computer Engineering Experiment I/O circuit interruption management simulation.
- 2022-02-03 11:55:29下载
- 积分:1
-
基于。NET三
一个基于.net三层架构,多功能数据库操作,仿百度词条系统的实例。-Based on. Net three-tier architecture, multi-functional database operations, like Baidu entry system example.
- 2023-06-25 23:55:03下载
- 积分: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
-
C语言实现MATLAB 6.5中M文件的方法,对学习matlab有一定帮助
C语言实现MATLAB 6.5中M文件的方法,对学习matlab有一定帮助-C language MATLAB 6.5 in M documents, have a certain learning matlab help
- 2022-03-07 16:30:05下载
- 积分:1
-
一种实现列表框的方法
带颜色的listBox,有例子,用起来很方便
功能很简单-a method to realize listBox
- 2022-02-01 04:43:02下载
- 积分:1
-
USB摄像头控制源码
通过DShowNET技术控制USB摄像头的源码,简单实用,用于登录控制时候拍照或者关键操作拍照留证
- 2022-07-13 10:11:40下载
- 积分:1