搜索资源列表
prototype-1.5.0
- Prototype is a Javascr ipt Framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase o
BowenNong-C00163585
- Python语法简捷而清晰,具有丰富和强大的类库。它常被昵称为胶水语言,它能够很轻松的把用其他语言制作的各种模块(尤其是C/C++)轻松地联结在一起。常见的一种应用情形是,使用python快速生成程序的原型(有时甚至是程序的最终界面),然后对其中有特别要求的部分,用更合适的语言改写,比如3D游戏中的图形渲染模块,速度要求非常高,就可以用C++重写。 -Python syntax is simple and clear, rich and powerful class library. It is
csharpchat
- 利用C#设计c/S结构的聊天程序,包括服务端和客户端程序,两者互相通信,实现点对点的消息发送,也就是聊天程序的雏形,程序的运行效果图如图所示,在文本框中输入消息,可实现两者的接收、发送-Chat program using C# design c/S structure, including server and client programs, both to communicate with each other to achieve point-to-point message is se
html5-css3-gray-navigation-menu
- Javascr ipt (JS) is an interpreted computer programming language.[5] It was originally implemented as part of web browsers so that client-side scr ipts could interact with the user, control the browser, communicate asynchronously, and alter the docum
ThreadPool
- C++写的linux线程库,有线程异常捕获处理,线程池负载均衡等实现。厦门智构网络科技有限公司线程池雏形-C++ written linux thread library, a thread exception trap handler, the thread pool to achieve load balancing. Network Technology Co., Ltd. Xiamen intellectual construct prototype thread pool
Chatting
- 基于java socket实现的C-S架构的即时聊天原型-Java socket-based architecture to achieve real-time chat prototype CS
[Python2]《机器学习实战》及源代码
- Python具有丰富和强大的库。它常被昵称为胶水语言,能够把用其他语言制作的各种模块(尤其是C/C++)很轻松地联结在一起。常见的一种应用情形是,使用Python快速生成程序的原型(有时甚至是程序的最终界面),然后对其中有特别要求的部分,用更合适的语言改写,比如3D游戏中的图形渲染模块,性能要求特别高,就可以用C/C++重写,而后封装为Python可以调用的扩展类库。需要注意的是在您使用扩展类库时可能需要考虑平台问题,某些可能不提供跨平台的实现。(Python has a rich and po