-
人脸识别相关的英文论文,希望对你有帮助
人脸识别相关的英文论文,希望对你有帮助-Face Recognition related English papers, I hope you have help
- 2022-03-02 08:10:05下载
- 积分:1
-
网络版珠宝大对决。
Sources目录为源代码,包含所有公共单元BaseClass|客户端服务DLL GemFight|服务端 GemFightSer...
网络版珠宝大对决。
Sources目录为源代码,包含所有公共单元BaseClass|客户端服务DLL GemFight|服务端 GemFightServer
BIN目录为运行程序的目录
执行顺序
先运行bin目录下的服务端CenterServer.exe
此程序是登陆服务器 负责在线服务信息的路由。
bin目录下的服务端GemFightGameServer.exe
此程序是游戏服务器 负责珠宝大对决的游戏信息处理信息。
Bin客户端Client.exe
这个就是客户端了也就是游戏大厅 运行后
输入登陆服务器IP即可
账号可以使用 1~5登陆密码和账号相同
登陆后选择珠宝大对决服务器 任意加入2张桌子选择举手,双方都举手后即可开始2人对战。支持多人游戏。
-network version of a showdown between jewelry. Sources directory of the source code, All modules contain public BaseClass | client services DLL GemFight | server Ge mFightServer BIN directory for the program to run the list of first order of operation under the bin directory server CenterServer.exe this procedure is landing server online information service routing . The bin directory server GemFightGameServer.exe this procedure is the game Jewelry server for a showdown between the game of information processing. Bin client Client.exe the client is a games hall is running after importation Teng Lu IP server can a
- 2023-04-13 04:40:04下载
- 积分:1
-
利用有限差分算法编写的三维迭后偏移的代码,算法精度高,结果很理想。...
利用有限差分算法编写的三维迭后偏移的代码,算法精度高,结果很理想。-Prepared by using three-dimensional finite difference algorithm Diego after the offset of the code, algorithms, high precision, the result very satisfactory.
- 2022-08-06 08:01:01下载
- 积分:1
-
基于线性矩阵不等式理论对网络控制系统的控制器设计及方法进行了详细阐述,并进行了仿真试验,验证了所提出的方法的有效性。...
基于线性矩阵不等式理论对网络控制系统的控制器设计及方法进行了详细阐述,并进行了仿真试验,验证了所提出的方法的有效性。-Based on linear matrix inequalities theory of networked control systems with controller design and methods in detail, and carried out a simulation test to verify the proposed method is effective.
- 2022-01-27 21:23:12下载
- 积分:1
-
as an example, it is a very good example of learning FLASHMX
做为一个例子,它是一个很好的学习FLASHMX的例子-as an example, it is a very good example of learning FLASHMX
- 2023-03-15 02:20:03下载
- 积分:1
-
Java生成一个文件打开的文件选择对话框窗口
Java生成一个文件打开的文件选择对话框窗口,和Win系统的浏览文件窗口相似,使用Java代码模拟实现的窗口程序,相关代码如下:
button.addActionListener(new ActionListener() { //按钮事件处理
public void actionPerformed(ActionEvent e) {
int state; //文件选择器返回状态
chooser.removeChoosableFileFilter(chooser.getAcceptAllFileFilter()); //移去所有文件过滤器
chooser.addChoosableFileFilter(new MyFileFilter("gif","图像文件")); //增加文件过滤器,接爱gif文件
if (comboBox.getSelectedIndex()==0) //组合框为"打开"
state=chooser.showOpenDialog(null); //显示打开文件对话框
else
state=chooser.showSaveDialog(null); //显示保存文件对话框
File file = chooser.getSelectedFile(); //得到选择的文件
- 2022-11-18 17:40:03下载
- 积分:1
-
图像处理和功率spetrumestimation MATLBA码..
image processing and power spetrumestimation matlba codes-image processing and power spetrumestimation matlba codes..
- 2022-02-27 04:56:53下载
- 积分:1
-
I have written a show with the j2me flower software, j2me is still quite good ju...
我自己用j2me编写的一款显示花的软件,刚学j2me还是挺好玩的-I have written a show with the j2me flower software, j2me is still quite good just learning to play
- 2022-05-20 03:38:09下载
- 积分:1
-
VB检查U盘是否插入 自动复制文件
VB检查U盘是否插入 自动复制文件,本VB源码实例具备完成两个功能:1.检测U盘、USB设备是否插入电脑,2.若是U盘等存储设备则会自动复制指定文件,偷偷复制文件哦,这个功能可不要滥用哦。
- 2022-11-24 19:30:03下载
- 积分:1
-
(TC2中包含的头文件集合),有很多经典的头文件,我测试了一下可在VC6中直接调用了。...
(TC2中包含的头文件集合),有很多经典的头文件,我测试了一下可在VC6中直接调用了。-(TC2 contains a collection of header files), there are many classic header files, I tested you can directly call the VC6.
- 2023-01-07 10:50:02下载
- 积分:1