-
关于bmp图片的文件结构头文件
关于bmp图片的文件结构头文件-bmp picture on the structure of the document header files
- 2022-10-28 06:50:04下载
- 积分:1
-
java p2p 很好找到
ackage ex1_tp2 ;
导入 java.rmi.* ;
导入 java.rmi.server.* ;
导入 java.rmi.registry.* ;
公共类 Serveur 扩展 UnicastRemoteObject 实现 ex_ser {
公共 Serveur() 引发 RemoteException {}
公共字符串 reponce (字符串 mot) 引发 RemoteException {
返回"Bonjour tous";
}
公共静态 void main (字符串 [] args) {
请尝试 {
LocateRegistry.createRegistry(1099) ;
System.out.println ("端口 1099年") ;
} catch (RemoteException e1) {
System.err.println ("pas de 端口") ;
System.exit(1) ;
}
请尝试 {
Serveur objet = 新 Serveur() ;
Naming.rebind("mounir",objet) ;
System.out.println ("Serveur prêt") ;
}
catch (异常 e) {
System.err.println ("最好派个:"+ e.getMessage()) ;
}
}
}
- 2022-10-20 00:50:04下载
- 积分:1
-
一个简单的聊天程序,功能 可以近一部完善
这是我的 作业,
一个简单的聊天程序,功能 可以近一部完善
这是我的 作业,-A simple chat program, function can be nearly a perfect This is my work,
- 2022-02-25 05:34:57下载
- 积分:1
-
快速排序算法 真的很快
快速排序算法 真的很快-quicksort algorithm really soon
- 2022-07-27 16:19:37下载
- 积分:1
-
采用WPF框架编写的多项式拟合软件,能显示拟合效果
采用WPF作为框架,构建界面,使得界面美观,易于操作。能提供任意幂次的多项式拟合。本程序采用Gauss按比例列主元消去法来解法方程组。采用开源作图控件ZedGraph来显示拟合效果。
- 2023-02-02 09:00:03下载
- 积分:1
-
该书讲解了WINCE系统内核定制、驱动程序开发、应用程序开发、PowerBuilder开发环境、EVC开发实例。...
该书讲解了WINCE系统内核定制、驱动程序开发、应用程序开发、PowerBuilder开发环境、EVC开发实例。-WINCE book explained the custom kernel, driver development, application development, PowerBuilder development environment, EVC development example.
- 2022-03-05 11:18:33下载
- 积分:1
-
使用Visual C++6.0创建富有个性的工具条
使用Visual C++6.0创建富有个性的工具条-establish toolbar
- 2022-03-25 05:15:29下载
- 积分:1
-
这的VB6代码DLL关于I2C通信和otherprotocols通过PCP…
This the VB6 code for DLL about i2c communication and otherprotocols through pcports.-This is the VB6 code for DLL about i2c communication and otherprotocols through pcports.
- 2023-03-15 11:45:04下载
- 积分:1
-
撤消上次的操作.
撤消上次的操作.-withdrawal of the last operation.
- 2022-01-25 20:27:00下载
- 积分:1
-
MFC单文档手动更换背景图片
本例采用vs2010开发工具,单文档框架结构,设置单文档背景图片,在菜单栏中弹出一个对话框,在对话框中点击按钮,然后选择bmp格式图片,调用view中的ondraw函数更换背景图片。
- 2022-08-14 23:54:42下载
- 积分:1