资源列表
UNIXwlbcj1d3b_pdf
- unix网络接口编程,经典书籍,这是第三版,如果需要对unix的网络编程进行深入了解,这本书是你的不二之选(Unix network interface programming, classic books, this is the third edition, if you need to understand the Unix network programming, this book is your choice)
lttng-ust.tar
- lttng-ust printer program arch linux
QRoundBarFix
- qt 圆形进度条修正,修正绘制细边圆形时无法设置(fix the qt round bar)
assignment1
- Python codes for Machine Learning with AI. The compressed codes here is for 1st assignment which includes 6 questions.
Assignment_1
- The python codes for ml
ikalman-master
- To use these functions: 1. Start with a KalmanFilter created by alloc_filter_velocity2d. 2. At fixed intervals, call update_velocity2d with the lat/long. 3. At any time, to get an estimate for the current position, bearing, or speed
UART-QtE4.7.1
- qt在linux下,调用串口驱动的示例参考。(use serial-port demo by the linux/Qt environment)
main.c
- 用 pthread 进行1000个随机整数的快速排序,以达到加速的目的。(With pthread for 1000 random integer fast sort, in order to achieve the purpose of acceleration.)
ucenter
- 通过主进程的分发机制一次下发指定数目文件至子进程,子进程进行文件操作取文件内容进行后面的需求操作.(Through the main process distribution mechanism, send a specified number of files to the sub process at a time, the child process file operations, take the file content for the latter needs operations
MinGW-gcc440_1
- a compiler of QT, for which version is 4.8.
zuida weixianshu
- Descr iption CC非常喜欢化学,并且特别喜欢把一大堆液体倒在一起。 现在CC有n种液体,其中m对会发生反应,现在她想把这n种液体按某种顺序倒入一个容器内,让她获得最刺激的体验,使危险系数尽量大。 我们可以这样计算危险系数,一开始容器内没有任何液体,危险系数为1。每次液体倒入容器时,若容器内已有一种或多种液体会与这种液体发生反应,则危险系数会乘2,否则危险系数不变。 请你求出把这n种液体倒在一起的最大危险系数。(most dangerous numbers)
fenpaifangan
- Descr iption cxt的扑克牌越来越先进了,这回牌面的点数还可以是负数, 这回cxt准备给扑克牌分组,他打算将所有的牌分成若干个堆,每堆的牌面总和和都要大于零。由于扑克牌是按顺序排列的,所以一堆牌在原牌堆里面必须是连续的。请帮助cxt计算一下,存在多少种不同的分牌的方案。由于答案可能很大,只要输出答案除以1,000,000,009的余数即可。 Input Format 第一行:单个整数:N,1 ≤ N ≤ 10^6 第二行到N + 1行:在第i + 1行有一个整数:Ai