-
这个是讲排序的东东,我也刚学习到的,共享给大家一起学
这个是讲排序的东东,我也刚学习到的,共享给大家一起学-say this is the sort of Eastern, I have just learned that we shared together to learn
- 2022-02-15 12:28:08下载
- 积分: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
-
wince 串口源代码
串口是嵌入式系统中应用很广的一种通讯接口。在WinCE中,通常会有一个串口供调试使用,另外的串口可与外围设备连接,如GSM和GPS等模块,以获取相应的信息并进行处理。在WinCE中,为了使用串口,必须有相应的串口驱动程序,一般在BSP中都有实现。串口驱动是典型的流驱动。应用程序中可通过CreateFile()、ReadFile()和WriteFile()等文件系统的操作函数来访问串口,从而实现串口数据的收发。
- 2023-06-13 00:25:04下载
- 积分:1
-
glut.h 把这个文件"include"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。
glut.lib(SGI版)和glut3...
glut.h 把这个文件"include"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。
glut.lib(SGI版)和glut32.lib(微软版),这个文件会被链接到您的程序,所以,把它放到编译器的lib文件夹下。
glut.dll(SGI版)和glut32.dll(微软版),把这个文件放在%WinDir%System32文件夹下。
然后拷贝对应的文件到对应的目录:
glut32.dll to %WinDir%System, //这里或者是System32
glut32.lib to $(MSDevDir)....VC98lib,
glut.h to $(MSDevDir)....VC98includeGL
对于vc2005,则应拷贝到:
VCPlatformSDKLib和VCPlatformSDKIncludeGL-glut.h put this file include to your source code. Usually put this file on your compiler s header files directory gl folder. glut.lib (SGI version) and glut32.lib (Microsoft version), this document will be linked to your procedures, therefore, put it on the compiler s lib folder. glut.dll (SGI version) and glut32.dll (Microsoft version), put the document on the WinDir System32 folder. And copies of the corresponding documents to the corresponding directory: glut32.dll to WinDir System,// here or are System32glut32.lib to $ (MSDevDir ).... VC98lib, glut.h to $ (MSDevDir ).... VC98includeGL for vc
- 2022-06-28 06:41:31下载
- 积分:1
-
基于VC++,用数字键盘和列表框设计计算器
基于VC++,用数字键盘和列表框设计计算器-Based on VC++, using the digital keyboard and the list box design calculator
- 2022-03-25 01:44:08下载
- 积分:1
-
很好的代码请使用
很好的代码请使用-good use of the codes, please
- 2022-01-28 01:49:15下载
- 积分:1
-
dial out phs call and window screen control in micro window system.
dial out phs call and window screen control in micro window system.
- 2022-02-26 11:59:10下载
- 积分:1
-
求A、B对称差,用静态链表实现。对称差即是AB并上BA。
求A、B对称差,用静态链表实现。对称差即是AB并上BA。-For A, B symmetric difference, and the realization of the static list. That is, symmetric difference A B and on B A.
- 2022-07-11 23:11:23下载
- 积分:1
-
C语言实现通讯录管理
萌新出投稿,这个程序其实不难,理解简单,适合初学者阅读与学习。
- 2022-06-30 10:36:57下载
- 积分:1
-
用VB实现的计算器,功能丰富,关键一点是绝对能满足你提交VB作业的要求殴...
用VB实现的计算器,功能丰富,关键一点是绝对能满足你提交VB作业的要求殴-Using VB realize calculator, feature-rich, the key point is that you absolutely can satisfy the requirements of operation submitted by VB assault
- 2023-03-14 09:50:03下载
- 积分:1