P

Unix C库函数 文档

Unix 的C语言库函数说明大全,内有全部库函数的详细代码及说明。

herd14 2014-02-16   2484   0
UNIX  
P27

  HP UNIX常用命令 文档

HP UNIX常用命令 (2010-06-15 09:14:14) HP-UX常用命令 1、 cd命令的使用   返回上一次的目录(cd -)   2、 Esc键的使用   在命令行中可通过击两次E

CoderDream 2012-05-08   3861   0

Sample code for a Java RESTful back end with a fun subject matter 经验

build a Java backend for an app with a fun subject matter. The RESTful backend is essentially a Java web

JasmineLafo 2016-03-05   12581   0
Java   REST   Java开发  

FancyBackground is a tiny Android library designed to animate a set of resource Drawables. 经验

FancyBackground FancyBackground is a tiny Android library designed to animate a set of resource Drawables. It

jopen 2016-02-05   8482   0
P14

  《unix网络编程》第一卷第三版unp.h 文档

readv/writev */ #include #include #include /* for Unix domain sockets */ #ifdef HAVE_SYS_SELECT_H # include

safedazhi 2013-05-30   5480   0
UNIX  

模仿帝国时代的开源3D游戏 0 A.D. Alpha 10 发布 资讯

factions: Athenians, Macedonians and Spartans Healing: a priest can now heal units New models/artwork: Roman

openkk 2012-05-16   9902   0
游戏  

C++:后现代的系统编程语言 资讯

C++作为一门经典的编程语言,从上世纪八十年代起至今一直被广泛应用在系统开发和高性能计算领域。近几年来随着各种编程语言和范式的兴起,C++的身影渐渐淡出了人们的视野。但是作为一个仍在不断进步的语言,C

jopen 2016-02-05   24273   0
C/C++  

如何为可扩展系统进行Socket编程 经验

Socket模型演变之旅 上世纪九十年代后期,我在一家在线视频游戏工资工作,在哪里我主要的工作就是编写Unix Unix Berkley Socket和Windows WinSock代码。我的任务是确保视频游戏客

jopen 2015-05-21   23600   0

VC++编程中获取系统时间的代码 代码段

总结了在程序中如何获得系统时间的方法 void CGetSystenTimeDlg::OnBnClickedGettimeButton() { // TODO: 在此添加控件通知处理程序代码 //方法一

jopen 2015-01-09   1185   0
C/C++  

系统编程语言Nim 0.11.0发布 资讯

Mingw-w64 、Linux是GCC和Mac对应Clang。 Binaries 只支持 Windows 系统 32 bit: nim 0.11.0 x32.exe 64 bit: nim 0.11.0 x64

jopen 2015-05-04   7385   0

Facebook面试Q&A 资讯

你的学历、学校、专业、英语成绩、论文、竞赛获奖、工作经验、参与开源项目等背景情况?一定很牛吧? A: 真的不牛,矮丑穷,纯 RP 爆发而已。本科天津大学软件学院,硕士天津大学计算机学院。高中无竞赛经历,本科阶段

openkk 2012-08-20   30761   0

Gitalist - a modern git web viewer 经验

Gitalist 是一个基于Web的 Git 资料库浏览器。

jopen 2012-09-18   16449   0

Cracking passwords with a simple genetic algorithm 经验

com/lyle-nel/siga siga(simple genetic algorithm) This is a small experiment that focuses on leveraging population-based

AurDashwood 2016-02-27   8366   0

Create a Realistic Hover Effect With jQuery 开源项目

利用jQuery为一组图标链接添加当鼠标移过时,图标会产生向上升起+倒影的效果。

码头工人 2019-02-23   472   0
jQuery  

Create a Twitter Style Login Form with jQuery 开源项目

利用jQuery创建一个Twitter风格的下拉登录表单。

码头工人 2019-02-23   452   0
Forms   jQuery  

A Wrapper of JQuery Dynatree Plugin - MagicDTree 博客

http://www.boarsoft.com/javascript/dtree MagicDTree是 JQuery 著名树形插件Dynatree的包装类,增加右键菜单,添加、删除、更新接口。 基本示例

Mac_J 2011-08-11   3456   0

Hibernate Annotator (H8A8) 开源项目

Hibernate Annotator能够让你利用Java 5注释(annotations)来生成Hibernate mapping xml文件.它可作为那些原来使用xdoclet但要移植到Java5的一个替代品或作为Hibernate Annotations项目之外的另一个可选项目.

码头工人 2019-01-17   7730   0
P

Python in a Nutshell, 2nd Edition 文档

This book offers Python programmers one place to look when they need help remembering or deciphering the syntax of this open source language and its many powerful but scantily documented modules. This comprehensive reference guide makes it easy to look up the most frequently needed information--not just about the Python language itself, but also the most frequently used parts of the standard library and the most important third-party extensions.

f74f 2015-01-18   642   0
P

Java in a Nutshell, 5th Edition 文档

Java in a Nutshell, 5th Edition

wxf2378 2012-10-14   3560   0

C++算法之A*算法 代码段

  那么,这时候就要A*算法就可以排上用场了。 A*算法和普通的算法有什么区别呢?我们可以用一个示例说明一下: /* * 0 0 0 0 0 * 1 1 1 1 1 * 1 0 0 0 1 * 1 0 0 0 1

jopen 2015-06-24   4410   0
算法  
1 2 3 4 5 6 7 8 9 10