搜索资源列表
zbar-0.10
- 是一个函数库,包含了C++、qt、python,还有示例程序,方便研究二维码的同学学习使用。注意用到了ImageMagick这个图像处理库-Is a function library that contains the C++, qt, python, sample programs, students learn to use the two-dimensional code to facilitate research. Note that to use the ImageMagick im
aranduka
- 用python编写的mockups程序 ,功能完善可以直接使用,也可以查看代码学习研究-Python prepared using mockups program, the perfect function can be used directly, you can also view the code learning research
calculateExpression
- 一个四则运算计算程序,输入任意表达式,输出计算结果。解析速度比Python和Lua的解析器都要快,大概快20倍左右。-a simple programme for arithmetic.it is very fast. about 20 times faster than Python or Lua
用python和JAVA实现的TCP聊天室程序
- 分别用python与JAVA单独实现CS模式下的TCP聊天室,源代码。