-
VC++教学视频由孙鑫老师主讲并录制,这个文件夹是视频中所有程序的源码。...
VC++教学视频由孙鑫老师主讲并录制,这个文件夹是视频中所有程序的源码。-VC++ Teaching video by the Sun Xin speaker teachers and recording, this folder is the video source for all procedures.
- 2022-02-02 16:52:06下载
- 积分:1
-
ajax应用/*
[Discuz!] (C)2001
ajax应用/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$RCSfile: ajax.js,v $
$Revision: 1.117 $
$Date: 2007/08/09 08:49:19 $
*/
- 2022-06-12 15:35:01下载
- 积分:1
-
一个windows里面的播放器2
一个windows里面的播放器2-a windows inside the two players
- 2022-07-18 00:23:38下载
- 积分:1
-
nrComm componentes
Delphi nrComm XE5的组件,包含gsm、串行端口和许多其他组件
- 2023-06-23 04:10:08下载
- 积分:1
-
A group communication toolkit that provides a high performance messaging service...
A group communication toolkit that provides a high performance messaging service that is resilient to faults across local and wide area networks.
- 2022-02-13 00:06:13下载
- 积分:1
-
实现GPS+IMU扩展卡尔曼滤波组合导航,重力场和磁场推算姿态
实现GPS+IMU扩展卡尔曼滤波组合导航,重力场和磁场推算姿态-Achieve the GPS+ IMU extended Kalman filter integrated navigation, gravity field and magnetic field profile projection
- 2022-07-24 18:56:53下载
- 积分:1
-
bios 1351 编程技巧
bios1351.编程技巧-bios1351. Programming Skills
来自:http://www.bockelkamp.de/
- 2022-01-24 13:32:10下载
- 积分:1
-
网络编程的入门程序,对初学者很有帮助! 程序分客户端和服务器端,能通信!...
网络编程的入门程序,对初学者很有帮助! 程序分客户端和服务器端,能通信!-The introduction program leading to network programming.It could make a good help to the beginners! The program include Client-end and Server-end,and can communicate between the two.
- 2022-08-09 21:35:18下载
- 积分:1
-
Curso dedicado a la calidad y mejoramiento de procesos de software
Curso dedicado a la calidad y mejoramiento de procesos de software
- 2023-08-27 14:50:03下载
- 积分:1
-
这是关于erasthosthenes代码
应用背景 ; Eratosthenes筛;是一个简单的算法,发现了一个给定的整数的素数。实现该算法,用唯一的优化,外环可以停止在平方根的限制,和内循环可以开始在方的总理刚刚发现。这尤其意味着你不应该使用预计算 优化;车轮,即不要以为你只需要跨出奇数(2基础轮),数等于1或5模6(2和3为基础的轮),或基于低素数相似的车轮。关键技术如果你喜欢编程难题和挑战,你会注意到他们中的很多人都是以一种或另一种方式来进行的。因此,有一个大的表的素数准备好了。一个简单而有效的方法来生成一个列表的素数如果Eratosthenes筛 ;(链接到维基百科)。这是基本的想法:创建一个所有正整数的列表(从2开始,1个不被认为是素数)。开始在第一个有效的数字(在这个点上是有效的),并消除所有的倍数从列表中。因此,从2开始,消除4,6,8,10,12等。一旦所有的倍数被淘汰到下一个有效的数字(没有被淘汰的一个)和重复的过程,直到有没有更多的有效数字提前到。
- 2023-06-16 01:40:03下载
- 积分:1