资源列表
LuaJIT-2.1.0-beta2
- Lua JIT 2.1.0 latest beta
terra-lua
- Terra lua source code
tcc.0.9.26
- Tiny C 0.9.26 compiler source code
stb
- Collection of c++ stb one header file
uuid
- UUID生成器 支持分布式 64位 高性能 毫秒级时间戳 自增序列-uuid generator
backtracking.tar
- Backtracking problems written on prolog.
Sesion5
- Unix semaphores practical examples.
Eutectic-phase-field
- Ubuntu系统下使用Fortran求解共晶凝固相场程序-Under Ubuntu systems use Fortran to solve the eutectic phase field program
py3
- python 3 学习必备,源码 照着练习完所有的源码,保证python不说高手,至少开发项目没有问题-this is python 2 code .
datalab-handout
- 深入理解计算机 LAB2 datalab-*********************** The CS:APP Data Lab Directions to Students *********************** Your goal is to modify your copy of bits.c so that it passes all the tests in btest without violating any of the coding guide
tcp
- tcp协议传输,每次读取20个字符传给client端-tcp protocol transmission, each read 20 character pass client side
strmap
- 哈希链表 为每个Hash值,建立一个Hash桶(Bucket),桶的容量是固定的,也就是只能处理固定次数的冲突,如1048576个Hash桶,每个桶中有4个表项(Entry),总计4M个表项。其实这两种的实现思路雷同,就是对Hash表中每个Hash值建立一个冲突表,即将冲突的几个记录以表的形式存储在其中;- * strmap version 2.0.1 * * ANSI C hash table for strings. * * Version hist