-
VC二叉排序树和平衡二叉树计算程序
VC二叉排序树和平衡二叉树计算程序-VC binary sort tree and balanced binary tree program
- 2022-03-18 13:24:16下载
- 积分:1
-
好网址添加程序软件好用,但是还没有完善,希望大家喜欢,提出宝贵意见...
好网址添加程序软件好用,但是还没有完善,希望大家喜欢,提出宝贵意见-Add a good web site easy to use software, but not yet perfect, I hope everyone likes to give valuable advice
- 2022-04-08 14:36:05下载
- 积分:1
-
sign sis for s60 symbian
sign sis for s60 symbian
- 2022-03-12 21:28:38下载
- 积分:1
-
英文
英文-西班牙文单词互译,并有单词记忆测试功能---系统自动生成用户指定数量的题目(选择英文(西班牙文)对应的西班牙文(英文)) 并能对测试结果进行统计.-English-Spanish word translation, and a word memory test function-- the system automatically generate user specified quantity of the subject (the choice of English (Spanish) counterparts in Spanish (English)) and is able to test results statistics.
- 2022-09-13 03:45:04下载
- 积分:1
-
该代码是在Turbo c中实现了一个界面化的娱乐小程序,包含了日历、时钟、贪食蛇游戏...
该代码是在Turbo c中实现了一个界面化的娱乐小程序,包含了日历、时钟、贪食蛇游戏-the code is in Turbo c fulfill the interface of a small entertainment procedures, including a calendar, clock, Tanshichi games and so on. .
- 2022-10-02 09:20:03下载
- 积分:1
-
Tsinghua University Wei
清华大学魏敏艳数据结构习题答案,虽然有些答案但它们都是很有启发性的小程序,适合初学者
- 2023-01-12 05:45:03下载
- 积分:1
-
at91sam7x256 多套源码
atm91sam7x256资源,多套源码.含有分支adc,dataflash,usart,和emac,等多部分代码。我也是之前在其他同学共享的代码,支持开源,支持免积分。其中还包含twi,sd和usb等多部分教程。希望给大家帮助。希望大家多多下载哈。
- 2022-03-01 14:26:19下载
- 积分:1
-
Dll 编写的例子,vc++写的,主要讲述导出函数,希望对大家有所帮助...
Dll 编写的例子,vc++写的,主要讲述导出函数,希望对大家有所帮助-Dll prepared examples, vc++ Write mainly about the export function, and they hope to help everyone
- 2022-11-24 21:40:03下载
- 积分:1
-
wince音频驱动(WM8753)绝对可用,
wince音频驱动(WM8753)绝对可用,-wince audio driver (WM8753) is absolutely available,
- 2022-03-14 20:57:27下载
- 积分: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