-
VC下通过DLL实现多语言的例子,可以用它解决程序的国际化问题
VC下通过DLL实现多语言的例子,可以用它解决程序的国际化问题-VC through multi-language DLL example, can be used in international settlement procedures of the problem
- 2022-03-02 07:21:52下载
- 积分:1
-
C++编写的简单的扫雷程序
开始时输入一个整数以产生一个随机分布雷区的10×10矩阵,不用鼠标,而是需要输入坐标表示你想点击的位置...
C++编写的简单的扫雷程序
开始时输入一个整数以产生一个随机分布雷区的10×10矩阵,不用鼠标,而是需要输入坐标表示你想点击的位置-C++ Prepared simple mine the beginning of the proceedings enter an integer to generate a random distribution of mined areas, 10 × 10 matrix, not the mouse, but need to enter the coordinates that you want to click on the location of
- 2022-02-03 08:15:59下载
- 积分:1
-
实现的一天
实现日常的日历功能,可以方便你查询日期!也可以修改后作为万能日历!-Realize day-to-day calendar function, you can easily query the date! Can also be modified as a universal calendar!
- 2022-03-06 05:29:43下载
- 积分:1
-
这是一个定时器小程序,可以暂停,继续,复位,时间片完后报警...
这是一个定时器小程序,可以暂停,继续,复位,时间片完后报警-This is a small timer procedure can be suspended, continued reduction, time after police unit
- 2023-03-14 17:50:03下载
- 积分: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
-
vc下的多进程程序
vc下的多进程程序-vc under the multi-process procedures
- 2022-01-21 23:00:08下载
- 积分:1
-
读者写者问题之写者优先
读者写者问题之写者优先 -readers to write to write those issues priorities re aders to write to write those issues priorities readers to write write those issues priorities
- 2022-02-01 13:25:16下载
- 积分:1
-
非常好的原代码,望大家好好学习
非常好的原代码,望大家好好学习 -very good source, we hope to learn a very good source, we hope to learn
- 2022-02-07 14:25:51下载
- 积分:1
-
This code describes how to create instance from object in the run time in c#
This code describes how to create instance from object in the run time in c#
- 2023-07-14 21:05:02下载
- 积分:1
-
任意阶、任意水深的流函数波浪理论求解器
任意阶、任意水深的流函数波浪理论求解器。对于学习水波动力学的朋友很有帮助。
参考文献:
1. Dalrymple, R.A., "A Finite Amplitude Wave on Linear Shear Current,
Journal of Geophysical Research, 79, 4498-4504, 1974."
2. Dean, R.G., "Stream function Representation of Nonlinear Ocean Waves,
Journal of Geophysical Research, 70, 4561-4572, 1965."
- 2022-07-16 19:20:57下载
- 积分:1