资源列表
Star-Grand-Prix
- 歌星大奖赛 C语言趣味题 热爱程序员 Star Grand Prix-Star Grand Prix
who-slowest
- 谁家孩子跑最慢 C语言趣味程序 热爱程序员 who slowest-who slowest
8-ing-to-squart
- 由8个整数形成奇特的正方体 C语言趣味题 热爱程序员 -8 ing yo squart
kabulica
- 卡布列克常数 C语言趣味题 热爱程序员 -cabulica int
Windows_7VCPP6.0
- 提供了解决win7下VC++6.0的兼容性问题和无响应等问题,需要通过微软官方英文帮助与支持中心下载工程文件解决,本文提供了下载链接和操作步骤-Provides a solution for win7 VC++6.0 compatibility issues and no response and other problems, needs through the Microsoft Help and support center official English download projec
KeySystem1.0
- 登录界面实现登录注册功能 有验证码 还有注册提示-login
cisco_final_3
- cisco final all answers
1562
- 中山大学Sicily Online Judge里面的1562题目的源代码,大家可以参考学习一下-Sun Yat-sen Sicily Online Judge inside the 1562 title of source code, we can refer to learn about. . .
1818
- 中山大学Sicily Online Judge里面的1818题目的源代码,大家可以参考学习一下-Sun Yat-sen Sicily Online Judge inside the 1818 title of source code, we can refer to learn about. . .
Alphacode
- 中山大学Sicily Online Judge里面的1001题目的源代码,大家可以参考学习一下-Sun Yat-sen Sicily Online Judge inside the 1001 title of source code, we can refer to learn about. . .
Anti-prime-Sequences
- 中山大学Sicily Online Judge里面的1002题目的源代码,大家可以参考学习一下-Sun Yat-sen Sicily Online Judge inside the 1002 title of source code, we can refer to learn about. . ....
gen_rand
- 这段源码可以在VC上运行,稍加改动就可以在其他C或C++下运行。它能以70多M字节/秒产生真随机数。为了简单这里产生10M字节的随机数,放在rand.dat文件里。可供考察。 之所以能产生随机数原理前面重复多次了。这里用的方法是先建造有规律的数组,以字节为单位,数值从0到255,不断重复。然后对这个数组进行随机排序,随机数来自Nm()函数,它读系统计数器的低32位数值做模256运算得到交换序列号n1,并让序列号为i和n1的数据交换数值,并充填结果数组。-This code can be