资源列表
1
- 例:用筛选法求2~100之间的所有素数。 解:我们用下面的方法来解这题:先建立一个含有2~100之间所有自然数的数表,在数表中删去2的倍数(不包括2);然后找2后面第一个被保留的数p(是3),再删除p的倍数(不包括p);然后再找下一个被保留的数(是5),继续上述步骤:这样继续下去,直至P大于100为止。这样数表中剩下的数就是所要求的所有素数。这个求素数的方法称为爱拉托散(Eratosthenes)法。 -Example: Method 2 with the screening of al
vbcripto2
- Another VB Cryptography method
TelecomCharge
- 寻找CyUsb.sys我要寻找CyUsb.sys-I' m looking for CyUsb.sys find CyUsb.sys
versions
- robocode高级代码 = = = =-robocode advantage
ProgrammingApplicationsforMicrosoftWindowschmAndCo
- Programming Applications for Microsoft Windows windows 核心编程,源代码版-Programming Applications for Microsoft Windows
VCshut
- 一个用C++写的定时关机程序,开发环境为VS2010-Using C++ to write a timed shutdown process, the development environment is VS2010
MFCRegister
- MFC 注册表编程 visual c++ 实现windows的注册表编程-MFC visual c++ programming registry windows registry programming to achieve
2008205089(1)
- 自己写的vb 小程序 模拟电信号的输出 利用的是计算机自己的频率-Vb write their own small program to simulate the output signal
china-code.net.zhy.2009627220607358681.Rar
- 多线程同时书写ABC,多线程模拟,操作系统课程设计材料-write ABC at sometime
Linuxwenjianxitong
- 1.编写并调试一个树型目录结构的文件系统,模拟文件管理工作流程。要求: (1)设计多用户文件系统,采用多级文件目录。 (2)至少要有十个以上的实用命令,应设置文件保护措施。 (3)设计一个较实用的用户界面,方便用户使用,界面要为用户提供足够的选择信息,不需用户打入打入冗长的命令。-1. Write and debug a tree directory structure, file system, simulation document management workflow. R
win32srvdemo
- windows服务程序,一个简单的windows服务程序的demo-windows service program
cpuInfo
- 获取cpu信息,可以以图形方式显示出来。-Get cpu information, can be graphically displayed.
