资源列表

排序选择:

« 1 2 ... .54 .55 .56 .57 .58 241159.60 .61 .62 .63 .64 ... 267456 »

[JSP源码/JavaBubbleSort

说明:冒泡排序法重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换,也就是说该数列已经排序完成。-Bubble sorting repeatedly visits the sequence to be sorted, comparing two elements at once, exchanging them if they are in the wrong order. The sequence of visits is r
<> 在 2025-09-06 上传 | 大小:1kb | 下载:0

[其他小程序kthread.tar

说明:简单的线程库,使用了C++11的thread并模仿其接口。主要目的是支持TR1中的TLS功能,同时模仿TR1中的Thread接口,在移除caffe中对boost的依赖有很大作用(VS2013不支持TLS)。-A simple thread library, which use the thread of C++11 and its interface. It can be used to support the TLS in C++ TR1. It is used to remove boost
<kinuxroot> 在 2025-09-06 上传 | 大小:15kb | 下载:0

[JSP源码/JavaQuickSort

说明:快速排序法通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-By sorting the data to be sorted into two separate parts, one part of all the data than the other part of all the data is small, and then press
<> 在 2025-09-06 上传 | 大小:1kb | 下载:0

[JSP源码/Javaday14_System

说明:System类代表系统,系统级的很多属性和控制方法都放置在该类的内部。该类位java.lang包。由于该类的构造方法是private的,所以无法创建该类的对象,也就是无法实例化该类。其内部的成员变量和成员方法都是static的,所以也可以很方便的进行调用。 -System class on behalf of the system, many of the system-level attributes and control methods are placed in the class
<> 在 2025-09-06 上传 | 大小:9kb | 下载:0

[其他小程序KTimer.tar

说明:轻量级计时库。封装了Windows/Linux的高精度计时接口,支持多线程调用,便于在产品发布后对程序中关键部分进行性能统计。-A light-weight timer library. It encapsulation the timer interface of Windows/Linux and support multi-thread. It is easy to record the performance statistics of the key parts in program
<kinuxroot> 在 2025-09-06 上传 | 大小:24kb | 下载:0

[matlab例程PSO-ANN

说明:pso优化算法,优化人工神经网络,非常好的程序-PSO optimization algorithm, optimization of artificial neural network, very good program
<z> 在 2025-09-06 上传 | 大小:38kb | 下载:1

[JSP源码/Javaday14_Math

说明:java.lang.Math 类包含的方法进行基本的数字操作,如基本的指数,对数,平方根和三角函数等.-The java.lang.Math class contains methods for performing basic numeric operations such as basic exponents, logarithms, square roots, and trigonometric functions.
<> 在 2025-09-06 上传 | 大小:6kb | 下载:0

[JSP源码/Javaday14_Calendar

说明:Calendar 类是一个抽象类,它为特定瞬间与一组诸如 YEAR、MONTH、DAY_OF_MONTH、HOUR 等日历字段之间的转换提供了一些方法,并为操作日历字段(例如获得下星期的日期)提供了一些方法。-The Calendar class is an abstract class that provides methods for transforming a set of calendar fields such as YEAR, MONTH, DAY_OF_MONTH, HOUR,
<> 在 2025-09-06 上传 | 大小:8kb | 下载:0

[JSP源码/Javaclwuliu

说明:物流配送中心,易读懂,易理解,含有配送中心,客户,库存-Logistics distribution center, easy to read, easy to understand, with distribution centers, customers, inventory
<cl> 在 2025-09-06 上传 | 大小:5.82mb | 下载:0

[其他嵌入式/单片机内容Time

说明:简易的电子钟,可以当秒表,计数范围0~99999999秒。 -It s OK!
<李华> 在 2025-09-06 上传 | 大小:108kb | 下载:0

[其它源码pachong

说明:JAVA爬虫学习DEMO test-JAVA-web reptile DEMO TTT
<luran> 在 2025-09-06 上传 | 大小:24.75mb | 下载:0

[系统编程cmocker.tar

说明:C++测试Mock库,可以运行时Mock任何函数,包括普通函数,成员函数,静态成员函数,支持Mock虚函数。实现方式是直接运行时修改机器代码。支持gcc/clang/Visual C++,支持x86/x64/arm32。- The C++ mock library for unit testing, it can be used to mock all functions, including trivial functions, member functions, static member
<kinuxroot> 在 2025-09-06 上传 | 大小:68kb | 下载:0
« 1 2 ... .54 .55 .56 .57 .58 241159.60 .61 .62 .63 .64 ... 267456 »

源码中国 www.ymcn.org