-
window graph
window graph
- 2022-05-28 10:57:21下载
- 积分:1
-
双精度型与16进制型数据转换工具,希望给大家提供数据转换方便。...
双精度型与16进制型数据转换工具,希望给大家提供数据转换方便。-double-precision and 16-band data conversion tools, we hope to facilitate the provision of data conversion.
- 2022-03-05 18:23:41下载
- 积分:1
-
哈夫曼树的代码实现,包括哈夫曼编码和解码过程。
哈夫曼树的代码实现,包括哈夫曼编码和解码过程。-Huffman code tree, including the Huffman encoding and decoding process.
- 2022-01-31 18:43:09下载
- 积分:1
-
中断方式实现串行接收发送数据,注释规范,不可多得啊
中断方式实现串行接收发送数据,注释规范,不可多得啊-Serial receive interrupt to send data, comments, norms, rare ah
- 2023-07-03 20:25:03下载
- 积分:1
-
http://samples.gotdotnet.com /快速/ Default.aspx
此功能是使用不同浏览器访问的不同的CSS样式表的功能!-http://samples.gotdotnet.com/quickstart/default.aspx
- 2022-03-18 20:50:41下载
- 积分:1
-
串口、Linux
利用串口调试工具和网络控制台,可通过PC机与ARM开发板进行串口通信,该代码已经调试通过,可实时看到收发的数据,并可以尝试多种串口数据收发方式
- 2022-07-19 21:11:26下载
- 积分:1
-
image to hex conversion
它用于将图像像素转换为文本文件中的十六进制值;
- 2022-07-26 12:36:26下载
- 积分:1
-
Enter the code on the implementation of the static compression, and compressed t...
实现对输入代码的静态压缩,并将压缩结果存入文件,计算出压缩率.-Enter the code on the implementation of the static compression, and compressed the results into the paper to calculate the compression ratio.
- 2022-08-24 18:17:35下载
- 积分:1
-
ping.rar
ping.rar
- 2022-04-18 06:49: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