搜索资源列表
实例56-多线程文件搜索
- 用多线程实现文件的搜索,从中可以学习多线程用法,里面也有通信的内容-using multithreading document search, can learn from multithreaded usage, they have the communication
jmapps1
- 很棒的java媒体播放器。还有源码可以学习。同时包括了网络流媒体的传送。-great media player. There FOSS can learn. The network also includes the transmission of streaming media.
类似代理之狐系统
- 类似代理之狐的代理系统,源程序全,是C++写,可用于网络编程学习之用-similar proxy Fox's agent system, the entire source code is in C, can be used to network programming with learning
worm.tar
- 经典的世界第一个蠕虫程序,Morris的源代码。用C来编写,linux下编译。可用于学习研究。-classic in the world a worm program, Morris source. C to prepare, compile under Linux. Can be used to study.
深度学习整站系统 v0.03 Build 20050906
- 这个系统是非常好的开发应用,可以修改以应用于其他的场合,能够给编程带来方便-the system is a very good development and application, can be modified to be used in other occasions, to bring convenience to Programming
Popedom1
- WAP网站不同于普通的WEB页面,他是采用WML描述页面元素。WML是一种基于XML的标记语言,文档类型定义是xml文件类型的。所以,让WEB程序员编写WML标记语言的页面,是一种吃力的过程,需要系统的学习XML知识和相关的WML标签。 为了减少WAP网站的建设,企业可以使用Power Diamond通用WAP网站生成系统自动生成静态WAP网站,本系统只需要在XML文件中配置相关的参数,即可生成符合WML语法规范的.wml文件,将企业的信息在手机上广泛传播。-WAP site is dif
centralized
- 这是一个学习SOCKET时的简单程序,可以用来检测ECHO协议,适合初学者-This is a learning SOCKET the simple procedures can be used to detect ECHO agreement for beginners
CHATCLIENT&SEVER
- 一个小型的网络聊天服务器和客户端,可用于网络学习-a small network chat server and client, can be used for e-learning
Delphi 7下IntraWeb应用开发详解(源码)
- delphi有着无与伦比的可视化所见及所得的程序设计优势,delphi与IntraWeb的结合使得可以用delphi的优势扩展到了Web编程上,如果你以前是写c/s结构的程序员,如果你想学习b/s开发。如果你熟悉delphi的windows开发,如果你知道vcl,那你一定学会了web-unparalleled visual observation and the process design, delphi with IntraWeb combination of technologies ca
exe伪装天使原代码
- 一款可以伪装成exe的*的源代码。学习exe捆绑的好东西-one can be disguised as a Trojan exe source. Learning exe bundled good things
QQ号码自动申请程序的源代码
- 可以批量自动申请QQ号码的程序的源代码。可以学习利用web请求实现注册功能。-volume can automatically apply for QQ number of a program's source code. Learning can use web request the implementation of the registration function.
copytool网页拷贝工具
- 网页拷贝工具 对学习捕获程序的朋友有一定的帮助-website copy capture tools to learn the procedures and friends can help
word09单词高手v0.9
- 单词高手 对学习制作学习软件的朋友有一定的帮助-top right word learn how to make friends learning software can help
Echat4.0语音视频版
- 非常好的和完善的聊天系统,大家可以参考学习一下。-very good and sound system chatting, we can learn from this reference.
FTP类,支持防火墙设置 & ftpclient_demo
- 一个FTP类,可以学习FTP的工作原理-an FTP category, we can learn from the working principle FTP, etc.
xuexi10(2)
- 一个在线学习系统,基于ASP+ACCESS 功能完善,学生能够在线考试,在线学习,上传作业等,老师能够评分,出题,上传学习内容等-An online learning system, based on the ASP+ ACCESS perfect functions, students can be online exams, online learning, the upload operation, etc., teachers can score, a title, upload c
CAN-TCP
- 基于stm32平台的can转以太网源码程序,裸机跑,适合于学些tcp/ip协议的初学者和学习stm32处理器的人员。-Stm32 platform can turn on the Ethernet source program, run bare metal, suitable for learning some tcp/ip protocol for beginners and learning stm32 processor personnel.
CAN
- CAN底层驱动代码,适合初学者,对以后的CANopen学习有帮助-CAN low-level driver code, suitable for beginners
Can
- CANopen学习资料,Linux环境下源码-Learning materials CANopen, Linux source code environment
[Python2]《机器学习实战》及源代码
- Python具有丰富和强大的库。它常被昵称为胶水语言,能够把用其他语言制作的各种模块(尤其是C/C++)很轻松地联结在一起。常见的一种应用情形是,使用Python快速生成程序的原型(有时甚至是程序的最终界面),然后对其中有特别要求的部分,用更合适的语言改写,比如3D游戏中的图形渲染模块,性能要求特别高,就可以用C/C++重写,而后封装为Python可以调用的扩展类库。需要注意的是在您使用扩展类库时可能需要考虑平台问题,某些可能不提供跨平台的实现。(Python has a rich and po