-
G.723 audio codec DLL (with sources) for ARM (windows mobile)
G.723 audio codec DLL (with sources) for ARM (windows mobile)
- 2022-02-07 07:52:08下载
- 积分:1
-
手写板识别
资源描述联机数字、英文字符及汉字识别,mydate.dat为字库先点击file, 点open,读入字库
学习时字库自动保存
已有键盘字符,字母,数字
和简单汉字
如要识别复杂汉字,请先用学习功能
- 2022-02-05 13:37:34下载
- 积分:1
-
ruby on rails 登录注册发邮件验证
ruby on rails 登录注册发邮件验证-ruby on rails log registered e-mail authentication
- 2023-08-19 20:30:03下载
- 积分:1
-
这是用VC编的画图程序,可以实现线条,圆和其他图形的绘制,...
这是用VC编的画图程序,可以实现线条,圆和其他图形的绘制,-This is made with VC s Paint program, you can realize the lines, round and other graphics rendering,
- 2022-04-20 21:09:00下载
- 积分:1
-
片上网络 容错路由算法源代码
片上网络 容错路由算法源代码-Noc
- 2022-03-25 23:24:05下载
- 积分:1
-
java开发的对对碰
用纯java开发的对对碰游戏,用eclipse开发出来的,运行项目JFrame窗口打开,在window系统中运行,在相邻的两个动物图案中进行点击互换,当横排或竖排有3个及以上相邻的的图案相同则消除图案,上面的图案掉下来,得分,里面包含完整代码及相关图片
- 2022-07-03 13:00:23下载
- 积分:1
-
MPEG1 layer3d分度编码器C语言。
MPEG1 layer3d ecoder C语言实现。-MPEG1 layer3d ecoder C language.
- 2023-02-18 12:40:03下载
- 积分:1
-
Zuma fun game' s source code has been compiled through, you can use, there is...
好玩的祖玛小游戏的源代码,已编译通过,可以正常使用,没有密码-Zuma fun game" s source code has been compiled through, you can use, there is no password
- 2022-07-01 18:14:56下载
- 积分:1
-
在VB中使用最短路径查询(mopathfinder)开发
在mo开发中用vb写的最短路径查询(mopathfinder)-in vb was developed using the shortest path inquiries (mopathfinder)
- 2022-03-31 20:19:37下载
- 积分: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