-
EVC高级编程及应用开发书上的例程源代码,基于X86cpu的Wince程序...
EVC高级编程及应用开发书上的例程源代码,基于X86cpu的Wince程序-EVC high-level programming and application development book on the routine source code, based on the Wince procedures X86cpu
- 2022-08-09 11:31:30下载
- 积分:1
-
be common VB users landing module! ! ! Very useful! ! The city should no longer...
可以通用的VB用户登陆模块!!!非常有用!!不要再去写 烦人的登陆了 这个模块帮你一起搞定-be common VB users landing module! ! ! Very useful! ! The city should no longer write the landing of the module help you to get together! !
- 2022-03-17 14:29:32下载
- 积分:1
-
一个简单的股票交易系统,系统的使用见源程序,系统采用C语言,对于初学者很有帮助。...
一个简单的股票交易系统,系统的使用见源程序,系统采用C语言,对于初学者很有帮助。-A simple stock exchange system source code.
- 2022-01-29 02:50:18下载
- 积分:1
-
wtl的alpha例子
wtl的alpha例子-Examples of alpha WTL
- 2023-06-26 09:40:04下载
- 积分:1
-
用单链表实现名片管理,本例还将数据结构与对话框,文档试图有机结合起来,希望能给读者以更多启发....
用单链表实现名片管理,本例还将数据结构与对话框,文档试图有机结合起来,希望能给读者以更多启发.-achieve card management, the cases will dialog with the data structure, the document attempts to combine the organic, hoping to give readers more enlightening.
- 2022-03-15 07:59:56下载
- 积分:1
-
这是一个打字输入的例子
这是一个打字输入的例子-This is an example of the importation of typing
- 2023-03-17 11:15:03下载
- 积分:1
-
进一步实现绘图功能,多文档读取保存和视窗分割功能
进一步实现绘图功能,多文档读取保存和视窗分割功能-Further realization of graphics, multi-document reading function to preserve and Windows partition
- 2022-02-06 10:24:21下载
- 积分: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++Builder成绩提交小程序
C++Builder成绩提交小程序-C Builder results submitted small program
- 2022-02-05 12:04:22下载
- 积分:1
-
Nine
九宫图,是一个将9个空格中8个不连续的数字排列成有序的小游戏。-Nine-palace map, is a nine spaces in the eight figures are not arranged in an orderly row of small game.
- 2022-01-25 19:44:39下载
- 积分:1