资源列表

« 1 2 ... .33 .34 .35 .36 .37 4238.39 .40 .41 .42 .43 ... 5346 »

[C#编程EzTest

说明:c#,c sharp 的tcpip编程,这个是实际应用的产品,可以供广大c#爱好者参考-c sharp
<yanbo> 在 2024-09-28 上传 | 大小:87040 | 下载:0

[C#编程FTPfilebiani

说明:摘要:VC/C++源码,网络相关,FTP,文件遍历 VC++演示FTP文件遍历功能的程序源码,测试时候需要输入FTP的IP地址、端口、用户名和密码等信息,然后点击“遍历”按钮,程序可连接FTP并显示远程目录下的所有文件,包括文件夹等。目录遍历和文件遍历在IO接口操作中,非常常见,使用频繁,有兴趣可参考这个基础的文件遍历功能的实现。 -Summary: VC/C++ source, network-related, FTP,
<李星> 在 2024-09-28 上传 | 大小:21504 | 下载:0

[C#编程20060918vbxhpl

说明:是一个学习教程 利用VB软件编写一个小程序可以控制屏幕飘起漂亮的雪花-Screen Control
<杨鹏> 在 2024-09-28 上传 | 大小:4232192 | 下载:0

[C#编程BitCoinClient

说明:比特币主要网站信息获取,支持国内外主流比特币信息网站-Bitcoin info get tool,support all main web site
<vim> 在 2024-09-28 上传 | 大小:64512 | 下载:0

[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-28 上传 | 大小: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-28 上传 | 大小: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-28 上传 | 大小: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-28 上传 | 大小: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-28 上传 | 大小:12288 | 下载:0

[C#编程6

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

[C#编程51-eg

说明:关于51单片机的编程实例,一些简单的实验,供大家参考-the instructure about 51
<王佳伟> 在 2024-09-28 上传 | 大小:1053696 | 下载:0
« 1 2 ... .33 .34 .35 .36 .37 4238.39 .40 .41 .42 .43 ... 5346 »

源码中国 www.ymcn.org