资源列表

« 1 2 ... .32 .33 .34 .35 .36 4337.38 .39 .40 .41 .42 ... 5346 »

[C#编程1

说明:要求质数很简单,但如何快速的求出质数则一直是程式设计人员与数学家努力的课题,在这边介绍一个着名的 Eratosthenes求质数方法。-Requirements primes is very simple, but how fast it has been determined primes programmers and mathematicians efforts topics here introduce a famous Era
<王硕> 在 2024-09-30 上传 | 大小:11264 | 下载:0

[C#编程2

说明:最大公因数使用辗转相除法来求,最小公倍数则由这个公式来求: GCD * LCM = 两数乘积 -The greatest common divisor using Euclidean algorithm to seek, to find the least common multiple by this formula: GCD* LCM = product of two numbers
<王硕> 在 2024-09-30 上传 | 大小:11264 | 下载:0

[C#编程3

说明:现将举行一个餐会,让访客事先填写到达时间与离开时间,为了掌握座位的数目,必须先估计不同时间的最大访客数。-Now hold a banquet, so that visitors pre-filled arrival time and departure time in order to keep the number of seats, you must first estimate the maximum number of vis
<王硕> 在 2024-09-30 上传 | 大小:11264 | 下载:0

[C#编程4

说明:Gray Code是一个数列集合,每个数使用二进位来表示,假设使用n位元来表示每个数好了,任两个数之间只有一个位元值不同,-Gray Code is a collection of columns, each number is represented using binary, assuming the number of n bits to represent each well, only a bit different valu
<王硕> 在 2024-09-30 上传 | 大小:12288 | 下载:0

[C#编程5

说明:选择排序(Selection sort)、插入排序(Insertion sort)与气泡排序(Bubble sort)这三个排序方式是初学排序所必须知道的三个基本排序方式,它们由于速度不快而不实用(平均与最快的时间复杂度都是O(n2)),然而它们排序的方式确是值得观察与探讨的。-Selection Sort (Selection sort), insertion sort (Insertion sort) and bubble sort
<王硕> 在 2024-09-30 上传 | 大小:12288 | 下载:0

[C#编程6

说明:快速排序法(quick sort)是目前所公认最快的排序方法之一(视解题的对象而定),虽然快速排序法在最差状况下可以达O(n2),但是在多数的情况下,快速排序法的效率表现是相当不错的。 快速排序法的基本精神是在数列中找出适当的轴心,然后将数列一分为二,分别对左边与右边数列进行排序,而影响快速排序法效率的正是轴心的选择。 -Quick sort (quick sort) is currently recognized as one
<王硕> 在 2024-09-30 上传 | 大小:11264 | 下载:0

[C#编程src

说明:h.264码流原码,十分的厉害和复杂。很好的源码程序,无论对高手还是新手-h.264 stream of the original code, very powerful and complex. Good source program, regardless of the expert or novice
<ltj> 在 2024-09-30 上传 | 大小:228352 | 下载:0

[C#编程mima

说明:实现简单的密码锁的功能,包括密码验证,还有串口通信等-tures, including password authentication, as well as serial communications
<陈树东> 在 2024-09-30 上传 | 大小:95232 | 下载:0

[C#编程chaoliu

说明:该代码用于电力系统潮流分析,只要输入各个节点、支路信息就能得到计算结果。-The code for power flow analysis, simply enter each node, the branch will be able to get information on the calculation results.
<LDM> 在 2024-09-30 上传 | 大小:10240 | 下载:0

[C#编程IIR

说明:用冲击响应不变法实现了级联型IIR数字滤波器的设计.-Achieve a cascade IIR digital filter design using the same impulse response method.
<LDM> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[C#编程FFT

说明:这个代码利用时间抽取算法,编写基2点的快速傅立叶变换(FFT)程序。-This code takes advantage of the time extraction algorithm, written in base 2:00 Fast Fourier Transform (FFT) program.
<LDM> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[C#编程CW

说明:DS18B20 测温,利用protues和keil联调的方式实现,测量的温度范围在-55°C~+125°C。-DS18B20 temperature measurement using keil FBI protues and means to achieve the measured temperature range-55 ° C ~+125 ° C
<willie> 在 2024-09-30 上传 | 大小:66560 | 下载:0
« 1 2 ... .32 .33 .34 .35 .36 4337.38 .39 .40 .41 .42 ... 5346 »

源码中国 www.ymcn.org