搜索资源列表
实习设计袁红利03060218
- C语言的的windons下大数阶乘实现,运行良好.感觉很不错,相反啊独特.需要的可以打开开看,主要运用乘法思想的原理编写而成-C language of the majority of factorial windons under achieving, well-functioning. The feeling is very good, contrary ah unique. The need to be opened opened, the main use of the principl
解决生产者-消费者问题
- public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter < 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw
LabelLink
- win7+vs2008下编译完成;本人正在公司里做C++界面编程,这个实现的功能主要是在应用程序里显示链接,大概类似打开的QQ聊天窗口下的那种广告链接效果。-win7+ vs2008 compile complete I am now learning C++ programming interface, the main function of this implementation is shown in the application link, probably similar to
