-
一个非常好的肆意
很不错的一个-a very good Wanton
- 2022-04-30 12:47:18下载
- 积分:1
-
code for enabling user chat
code for enabling user chat
- 2022-08-17 00:25:22下载
- 积分:1
-
你有没有遇到过任何问题,了解你的电话是用什么?你的马…
iphone查看本机IP地址,31天开源工程中的第四个!-Have you ever had any trouble understanding what IP your phone is using? You may working with a friend or family member and typically you would have them use IPConfig or website to return the IP, however it isn t that simple on the iPhone. With What is my IP? you can get an IP with ease. Run the program and you see the IP being used. Please note this only runs on your iPhone, it does not return the correct output in the simulator.
- 2022-04-30 05:31:20下载
- 积分: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
-
modus tcp
qt 实现的modus tcp server和 client,主要包括两个文件夹,一个是server,一个是client。
一个TCP/IP主机是Modbus/TCP读取寄存器的源代码,只需修改TCP/IP的接口部分就可以在以下环境下使用:
1. 命令行的JAVA应用程序
2.
UNIX下基于命令行的C应用程序
3.
Win32下基于命令行的
- 2022-03-10 20:02:17下载
- 积分:1
-
In the LabWindows called for measuring time in the control of high precision, fo...
在LabWindows中要求对测量时间的控制精确度很高,为此我们常用Timer控件并不能精确控制。在此例程中列举了同步定时器与异步定时器,希望对大家有帮助。-In the LabWindows called for measuring time in the control of high precision, for which we often can not be precise control Timer control. Listed in this routine of synchronous and asynchronous timer timer, want to help everyone.
- 2022-03-09 18:29:51下载
- 积分:1
-
set on the phone Invoicing software, containing the following functions : 1 : ph...
一套有关于手机进销存方面的软件,含有如下功能: 1:手机及附件入库,销售,库存 2:手机及附件代理商铺货,退领,销售,库存 3:自动查询保价手机的范围,并能进行二次选定。 4:串号全程跟踪功能 5:强大的客户服务功... -set on the phone Invoicing software, containing the following functions : 1 : phones and accessories warehousing, marketing, inventory, 2 : phones and accessories agents dramatically, retired from sales, inventory 3 : automatic inquiries, the price of the phone, and secondary selected. 4 : Series of tracking function 5 : strong customer service work ...
- 2022-03-18 15:46:19下载
- 积分:1
-
this is my matlab program
this is my matlab program
- 2022-03-22 03:27:39下载
- 积分:1
-
利用C++编写的100点程序,对初学者有帮助
利用C++编写的100点程序,对初学者有帮助-The use of C++ programs written in 100 points
- 2022-03-23 00:09:38下载
- 积分:1
-
undo/redo操作实现
用栈数据结构非常简洁完美的管理了undo redo命令的实现。每条command结构体里面保存了当前操作的ID,操作前状态,操作后状态,执行命令的同时把该命令push入undo管理栈,undo的时候pop出undo命令栈并push入redo命令管理栈,redo的时候pop出redo栈并push到undo栈。算法清楚明了,可以在此基础上拓展自己的任何类似操作。 &nbs
- 2022-12-31 03:25:03下载
- 积分:1