-
HTML5 css3实现安卓小人图标
HTML5 css3实现安卓小人图标,动画版的Android图标,那个图标会动的,会旋转,会伸胳膊,呵呵,很强大。CSS3超强大哦,甚至可以用它来制造出一个漂亮的图标来,不相信就下载本HTML5代码一看究竟,仿制出Android安卓手机图标开机画面的图标。
- 2022-03-24 02:42:22下载
- 积分:1
-
Jbuilder实现的一个三维动画演示系统!已经通过调试演示!
Jbuilder实现的一个三维动画演示系统!已经通过调试演示!-Jbuilder achieve a 3D animation demonstration system! Has been demonstrated through testing!
- 2022-03-23 23:17:50下载
- 积分:1
-
in VC coollistview use category
在VC中使用coollistview类-in VC coollistview use category
- 2022-08-06 03:55:36下载
- 积分:1
-
OFDM系统的信道估计和误差率的计算。
OFDM信道估计算法仿真,统计无线OFDM系统信道估计算法的误码率。-The channel estimation of OFDM system and error rate caculation.
- 2022-03-19 12:58:24下载
- 积分:1
-
该JavaScript可以动态的编辑TABLE中的某一行。类似.Net中的TableGrid控件的编辑功能。...
该JavaScript可以动态的编辑TABLE中的某一行。类似.Net中的TableGrid控件的编辑功能。-the JavaScript dynamically TABLE editor of a particular trip. Similar. Net TableGrid control of the editing function.
- 2022-11-28 16:20:04下载
- 积分:1
-
银行自动柜员机相关,dos下模拟实现银行自动柜员机系统
银行自动柜员机相关,dos下模拟实现银行自动柜员机系统-Bank automated teller machine-related, dos simulated realization of bank automated teller machine system
- 2022-04-17 00:38:34下载
- 积分:1
-
读取 点云数据 STL 文件 分块化编程
读取 点云数据 STL 文件 分块化编程-STL file to read point cloud data block programming
- 2023-07-25 08:50:04下载
- 积分:1
-
毕业设计的源码,关于C# WEB2.O网站管理系统
毕业设计的源码,关于C# WEB2.O网站管理系统-Graduate design source, on the C# WEB2.O Site Management System
- 2022-06-02 12:49:52下载
- 积分: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
-
C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版...
C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版已经被重新改写过,以便更加精确地讲述标准C++的特性和用法。在本书中,对于C++初学者特别有价值的是一些来自真实世界中的程序例子,它们说明了泛型程序(generic program)的设计、面向对象程序的设计、模板的用法,以及使用标准C++进行程序设计的方方面面。而且,本书也在适当的地方讲到了一些习惯用法以及效率指导。-C Primer combination of the third edition of the Stanley Lippman had practical experience and Jose; for ANSI/ISO C standard in-depth understanding. This third edition of the guide book has been redrafted too, to be more precise description of the C standard features and usage. In the book, for C beginners particular value of some real-world examples of the procedures, they show Generic procedures (generic program) in the design, object-oriented design, the use of templates, and the use of standard C for all aspects of the design process. Moreover, the book was also the right place describes some of the efficiency and usage guide.
- 2023-04-14 20:45:03下载
- 积分:1