-
龟图,用vc实现,我写的第一个小程序,可以在dos环境下画出任意的直角图形...
龟图,用vc实现,我写的第一个小程序,可以在dos环境下画出任意的直角图形-turtles map, using vc realized, I wrote a small section of the procedure, the environment dos draw arbitrary rectangular graphics
- 2022-09-27 16:15:03下载
- 积分:1
-
毕业设计,含论文及源码,希望可以帮助到需要的的,不是自己做。...
毕业设计,含论文及源码,希望可以帮助到需要的的,不是自己做。-Graduation Project, including papers and source code, hoping to help the needy, not their own to do.
- 2022-07-07 19:31:42下载
- 积分:1
-
详细44b0的启动过程,需要移植源代码的可以参考
详细44b0的启动过程,需要移植源代码的可以参考-44b0 detailed start-up process, the need to transplant the source code can refer to
- 2022-01-25 17:24:00下载
- 积分:1
-
序列
The sequence-pair was proposed to represent a rectangle
packing and a placement, and is used to place modules automatically
in VLSI layout design. Several decoding methods
of sequence-pair were proposed. However, encoding methods
are not found except the original one called “gridding”.
- 2023-02-18 09:55:04下载
- 积分:1
-
K-7121S_DEMO
K-7121S_DEMO,完整实现K-7121S通讯功能,实现CAN消息发送和接收,并具有表格显示CAN消息记录,记录可保存
- 2022-06-19 20:10:49下载
- 积分:1
-
calculator
一个简单的计算器,可以实现一些简单的功能-calculator
- 2022-05-14 07:42:47下载
- 积分:1
-
压缩感知OMP算法
这是关于压缩感知的OMP算法,代码不仅包含OMP算法,还包括测量数M与重构成功概率的关系和稀疏度K与重构成功率的关系。
- 2022-05-09 05:13:40下载
- 积分:1
-
scientific kalkulator
单位:dhelpi;
- 2023-08-21 07:10:04下载
- 积分:1
-
Acm zju questions right to participate in 1113 that the ACM would help
Acm zju 试题1113题对参加ACM的人会有所帮助-Acm zju questions right to participate in 1113 that the ACM would help
- 2022-06-01 00:46:57下载
- 积分: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