-
在立宇泰arm9 2440 开发板上测试RTP协议,往上位机发送字符串
在立宇泰arm9 2440 开发板上测试RTP协议,往上位机发送字符串-Li Yu-tai arm9 2440 in the development of on-board test RTP protocol to send the string up crew
- 2022-04-12 19:21:45下载
- 积分:1
-
队列和堆栈的执行情况
它是一个自助书面 c + + 程序执行队列。
队列被实施作为首先在第一次出来的办法。
因此,我们采取两个变量前面和后方为跟踪的前面和后面的队列。
在此程序中,我们展示了如何插入、 删除和显示队列。
也被保持一个数组。
包括堆栈执行。
堆栈最后遵循先进先出的方法。
所以,维持顶部以指向堆栈的顶部。
- 2022-02-04 18:47:49下载
- 积分:1
-
tsp recursive program (Java)
tsp递归程序实现(Java)-tsp recursive program (Java)
- 2022-02-05 16:04:47下载
- 积分:1
-
语言的描述是正确的DBF的C系列,请改变可。
对dbf的描述,用的是c语言编的,请修改一下就可以用.-right dbf description of the language is c series, please change it can be used.
- 2022-03-18 06:58:49下载
- 积分: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
-
简单管道通信,介绍了如何通过pipe实现父子进程间的通信
简单管道通信,介绍了如何通过pipe实现父子进程间的通信-Simple pipeline communications, through the introduction pipe realize how the process of communication between father and son
- 2022-07-12 17:29:51下载
- 积分:1
-
企业短信助理源代码 具体内容由于程序较长,没有自习研读。...
企业短信助理源代码 具体内容由于程序较长,没有自习研读。-Enterprise message source code of the specific content of the Assistant as a result of the procedure is longer, there is no study hall.
- 2022-02-10 02:26:57下载
- 积分:1
-
M-序列模糊函数,其中包含模糊函数,频移差为0和时移差为0时的函数图形。-M-sequence ambiguity function, which includes fuzzy function, frequency shift difference for the 0 and times have changed for the worse 0:00 a function of graphics.
- 2022-01-24 15:14:16下载
- 积分:1
-
s3c2410, WinCE complete BSP package, including bootloader, driver: atapi, CANBus...
s3c2410,WinCE的完整BSP包,包含bootloader,driver:atapi,CANBus,CS8900,LCD,flash,USB,touch,-s3c2410, WinCE complete BSP package, including bootloader, driver: atapi, CANBus, CS8900, LCD, flash, USB, touch,
- 2023-05-19 17:20:04下载
- 积分:1
-
读者写者问题
操作系统中中线程同步时一个很重要的问题,而有时候同步却会造成死锁。为了解决这个问题,一种方式是通过信号量来实现线程调度。本代码使用c语言开发,vc++6.0 ide,在windows下运行。即可展示信号量在读者写者问题中的图形化界面表示。
- 2023-06-06 22:00:03下载
- 积分:1