-
PHP 建站工具,CMS系统,类似与oscommerce
PHP 建站工具,CMS系统,类似与oscommerce-PHP建站tools, CMS systems, similar to osCommerce
- 2023-02-04 21:30:04下载
- 积分:1
-
一次作业练习,目的是学会运用类,还有fiostream,从.txt文件中读出数据读到内存中,然后经过一系列处理将数据显示出来。...
一次作业练习,目的是学会运用类,还有fiostream,从.txt文件中读出数据读到内存中,然后经过一系列处理将数据显示出来。-a workbook, the purpose is to learn how to use category, fiostream. from. txt document read sensed data memory, and then after a series of data processing will be displayed.
- 2022-02-03 07:54:14下载
- 积分:1
-
pb开发的库存管理系统
pb开发的库存管理系统-pb development of the inventory management system
- 2023-08-15 17:10:06下载
- 积分:1
-
浏览MODIS遥感数据的HDF格式数据的IDL程序
浏览MODIS遥感数据的HDF格式数据的IDL程序-Browse MODIS remote sensing data of HDF format data IDL procedures
- 2022-03-11 06:11:12下载
- 积分:1
-
归并排序,算法分析与设计第二章分治法思想的归并排序算法实现,用C++写的....
归并排序,算法分析与设计第二章分治法思想的归并排序算法实现,用C++写的.-merge sorting algorithm analysis and design of the second chapter ideological divide-and-conquer method of merging ranking algorithm, C writes.
- 2022-03-15 19:47:12下载
- 积分:1
-
Find prime numbers prepared by screening the function: void sieve (bool isPrime...
编写筛选查找素数函数:
void sieve(bool isPrime[], int n)
其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数,
所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。
然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。
对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应的i就是素数,它们将是从筛子中掉下来的。-Find prime numbers prepared by screening the function: void sieve (bool isPrime [], int n) which isPrime [] as a Boolean array, n is the size of the array. Because 2 is the first prime number, so set the isPrime [0], and isPrime [1] a value of false, and set the initial value of the remaining elements of true. And then from 4 to n-1 for each i, to determine whether i can be divisible by 2, if i can be divisible by 2, then set the isPrime [i] is false. From 2 to n/2 possible values for each one to repeat the above processing, when the operation ended, all the true value of the isPrime [i] corresponding to i is a prime number, they will be falling from the sieve in the past.
- 2023-03-02 04:45:03下载
- 积分:1
-
心灵感应程序事实上是利用了两张图片的替换给使用者的心理暗示让人感觉琢磨不透。程序中使用了部分检测系统配置的代码,检测CPU速度的代码为汇编语言混合编程。...
心灵感应程序事实上是利用了两张图片的替换给使用者的心理暗示让人感觉琢磨不透。程序中使用了部分检测系统配置的代码,检测CPU速度的代码为汇编语言混合编程。-spiritual induction process is in fact the use of two pictures of the replacement for users of the psychological suggestion give people the impression pondering not penetrate. Procedures used in the assay system configuration code, the CPU speed detection code for compilation mixed language programming.
- 2022-04-20 20:22:50下载
- 积分:1
-
贪吃蛇,在tc++3.0下运行;
解压后打开snake.prj文件,如果出现invalid data or directory点击ok之后从新运行;...
贪吃蛇,在tc++3.0下运行;
解压后打开snake.prj文件,如果出现invalid data or directory点击ok之后从新运行;
也可将自己建立一个工程 ,将snakeh.h snakecpp.cpp use.cpp 文件添加到工程中,之后运行-snake
- 2023-04-22 17:00:02下载
- 积分:1
-
atmel 汇编代码,用于调试实验用,精简实用,适用于初学者
atmel 汇编代码,用于调试实验用,精简实用,适用于初学者-atmel assembly code
- 2022-02-01 13:20:23下载
- 积分:1
-
这是一份关于Linux下usb驱动程序原理以及代码分析的的好文档
这是一份关于Linux下usb驱动程序原理以及代码分析的的好文档-This is a report on the usb driver under Linux as well as code analysis of the principle of good documentation
- 2022-10-28 19:00:03下载
- 积分:1