搜索资源列表
checkbox_link
- 两层DROPBOX的级联,比较简单,比较适合省市级别等只须两级的情况下使用-two DROPBOX the cascade, simpler, more suitable level, and other provinces and municipalities only two for the use of
XmlHelperDemo
- After working with a couple of XML projects for the last six months, I am ready to share a class I wrote called XmlHelper which got me through all the complexity of XML and made my life a lot simpler. If you are a XML beginner or have no idea about X
rilekongjian
- VisualStudio2008创建的小日历控件C#源码,使用GDI+制作控件有多种颜色风格可选,比较简单,应该对C#初学者有些帮助!-VisualStudio2008 calendar control to create a small C# source code, the use of GDI+ controls the production of a variety of optional color-style is simpler, beginners should have som
Sockets_using_CPP_streams
- 标准Socket库的使用,知道叫什么,什么时候调用它,如何建立正确的参数,哪些保持不变可有点吓人。这个C++接口提供了一个简单的接口来使用。如果你仔细想想,即使从流中读取工作像标准字符流一样,当数据无效时将阻止不可用。 这个库和例子是在Rob Tougher 的Linux Gazette文章。他的许可已被授予使用本类的目的库。如果您使用它,否则,它是由你来为您的应用程序中使用许可。 -Use of standard socket libraries can be a little i
protobuf-2.3.0
- Protocol Buffers 是一种可用于通讯协议、数据存储等领域的语言无关、平台无关、可扩展的序列化结构数据格式。目前提供了 C++、Java、Python 三种语言的 API。 只需使用 Protocol Buffers 对数据结构进行一次描述,即可利用各种不同语言或从各种不同数据流中对你的结构化数据轻松读写。 Protocol Buffers 可扩展性好,“向后”兼容性好,你甚至不必破坏已部署的、依靠“老”数据格式的程序就可以对数据结构进行升级。 Protocol Buff
phpaaCMS-UTF8-0[1].3.1
- phpAA 文章管理系统. 网站后台----------------- 初始用户名 admin 初始密码 admin 网站前台----------------- 很简陋,只是演示一下如何调用公告、新闻列表、分页、友情链接、留言 也可以自己写sql调用,系统没有用到静态模版,这样可以更加灵活简单些, 适合有一定php经验者使用-phpAA article management system. website back----------------- The in
EXAM
- 自己做的一个考试系统源码,大家互相学习学习.-Own to do a simpler test system source code, we learn from each other.
scanner
- 内置WINEGG的扫描器,做的一个端口扫面程序,代码有点简单。但是功能很实用。-Built WINEGG scanner, do a port scan area program, code a little simpler. But the functionality is very useful.
calculator
- 计算器(calculator ;counter)一般是指“电子计算器”,该名词由日文传入中国。计算器能进行数学运算的手持机器,拥有集成电路芯片,但结构简单,比现代电脑结构简单得多,可以说是第一代的电子计算机(电脑),且功能也较弱,但较为方便与廉价,可广泛运用于商业交易中,是必备的办公用品之一。 -Calculator (the calculator counter) generally refers to " electronic calculator" , the ter
xmlrpc-c-1.16.42
- 编程编写一个XML-RPC服务器或客户端在C或C ++库。 XML-RPC是一个标准的网络协议,允许一个客户端程序做一个简单的远程过程调用(RPC)类型的请求的服务器。 SOAP或CORBA一样,但要简单得多。-Programming library for writing an XML-RPC server or client in C or C++. XML-RPC is a standard network protocol to allow a client program to mak
checkbox_link
- 两层DROPBOX的级联,比较简单,比较适合省市级别等只须两级的情况下使用-two DROPBOX the cascade, simpler, more suitable level, and other provinces and municipalities only two for the use of
scaner.cpp
- 在windows 下写的一个,简单网络扫描器, 通过相应的TTL值识别目标操作系统。-simpler net scaner based windows patform ,which identify a system by TTL value.
RPGGame
- 一个java开发的rpg游戏,功能比较简单,但是大体逻辑还是有的-A Java development RPG game, the function is simpler, but generally there is some logic
2048
- 这个是我们经常是手机玩的2048游戏的源码,这个比我们玩的稍微简单一点,有兴趣的朋友可以研究一下-This is often the phone to play our game source code 2048, this play is somewhat simpler than our little friends who are interested can look
Max
- 实现了一个比较简单的基于MapReduce寻找最大值的例子。-Implements a simpler example based on graphs to find the maximum.
qqhc
- 1.调整Qzone显示方式,一行4个,大块显示,显示点入和点出数。 2.流量为隐藏(用户可以登录后查询得到本站的访问和点出信息)。 3.管理网站列表可以批量选择删除不合格网站,操作更加方便! 4.将网站改为填入QQ号码即可生成Qzone的地址,很方便更简单。 5.修改了Qzone链接的代码,支持空间留言本等直接写入,UBB代码模式。-1. Adjust Qzone display, line 4, large pieces of display, the display
epoll
- 这是一个比bingfa。rar更简单的并发模型,应用在客服端与服务器端-This is a ratio bingfa. rar simpler concurrency model, used in customer service side and server-side
js-datagrid
- 在网页开发中, 常常需要一个表格与列表相结合的控件, 即能像表格(table)一样显示丰富的信息, 又能像列表选择控件(select)一样方便地选择数据. 在桌面应用程序开发中, 许多GUI库都提供了类似的控件, 如.Net的ListView. PagerView是一个好看精巧的分页控件. PagerView+TableView为网页开发提供了类似的工具, 但代码更简单, 功能更紧凑.-In web development, often you need a combination of for
MyXML
- vc++写的xml文件生成,调用textXML()函数进行测试,类似tinyXML,但更简单。-vc++ write xml file is generated, call textXML () function to test similar tinyXML, but simpler.
PHPkz_v0.2
- NNABC PHP扩展现有两个函数:中文分词函数nnabc_fenci();IP地址查询函数nnabc_ipaddr()。 中文分词使用一个函数直接分词,使中文分词更容易更简单。 PHP扩展级的IP地址查询函数,查询IP地址速度更快。 -NNABC PHP extension of the existing two functions: Chinese word function nnabc_fenci () IP address query function nnabc_ipaddr ().
