-
PLAYA是DIVX的前身,其源代码值得所有对音视频处理感兴趣的读者学习...
PLAYA是DIVX的前身,其源代码值得所有对音视频处理感兴趣的读者学习-PLAYA DIVX is the predecessor, its source code, all the audio and video processing for interested readers to learn
- 2022-06-13 21:58:47下载
- 积分:1
-
windows消息大全,介绍VC++的消息,方便实用
windows消息大全,介绍VC++的消息,方便实用-Guinness message windows, introduction VC++ news, convenient and practical
- 2022-03-09 12:16:23下载
- 积分:1
-
CString类的使用方法显现
CString类的使用方法显现-redeem kind of use appear
- 2022-01-31 08:18:01下载
- 积分:1
-
用于屏幕上的颜色值,并显示了较好的程序已经编译…
用于屏幕颜色值的显示,并有较好的编译程序
- 2022-06-18 06:24:24下载
- 积分:1
-
haptic六自由度主控臂的粘性摩擦效果
haptic六自由度主控臂的粘性摩擦效果-6-DOF haptic arm dominated the viscous friction effect
- 2022-03-13 20:29:45下载
- 积分:1
-
C language of a small database
用C语言编写的一个小数据库-C language of a small database
- 2022-03-19 17:21:24下载
- 积分:1
-
设计一个集合类,用来处理整型数。并具有以下功能:
1.具有为集合增加元素的功能。
2.具有处理交集,并集功能,并用“+”表示并集,“*”表示交集。...
设计一个集合类,用来处理整型数。并具有以下功能:
1.具有为集合增加元素的功能。
2.具有处理交集,并集功能,并用“+”表示并集,“*”表示交集。
3.有用链表来存储集合的功能。
-To design a collection class to handle integer. And has the following features: 1. Has increased for the collection of functional elements. 2. Have to deal with intersection, and set functions, and "+" that they set, "*" that intersection. 3. A useful list of functions to store the collection.
- 2023-04-10 02:05: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
-
最近用c++编了一个xblade,不过他只能做一些小动作。但对初学者也很有帮助...
最近用c++编了一个xblade,不过他只能做一些小动作。但对初学者也很有帮助-爱的
- 2022-01-26 08:02:31下载
- 积分:1
-
一个非常经典的小游戏,潜艇大战,很有参考的价值,不足的请多多指教...
一个非常经典的小游戏,潜艇大战,很有参考的价值,不足的请多多指教-A classic little game, Submarine War.
- 2022-03-11 03:17:53下载
- 积分:1