资源列表

« 1 2 ... .12 .13 .14 .15 .16 3717.18 .19 .20 .21 .22 ... 5346 »

[C#编程zifucbijiao

说明:实现字符串比较函数,该函数的功能是对两个字符串进行比较,并返回其比较结果,即一个int型数。-Achieve string comparison function, which function is to compare two strings and returns the comparison result, that a number of type int.
<陈磊> 在 2024-11-02 上传 | 大小:3072 | 下载:0

[C#编程zifuchuangjiansuo

说明:实现字符串检索函数,该函数的功能是用来检索在一个指定的字符串中第一次出某个指定字符的位置。用指针和数组实现保存为 3.c-Achieve string retrieval function, which function is used to retrieve a specified string for the first time out of a specified character position. With pointer
<陈磊> 在 2024-11-02 上传 | 大小:3072 | 下载:0

[C#编程dd

说明:打印出以下的杨辉三角形(要求打印出10行)。 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 1 … … … … … … … 算法提示:设一个二维数组:a[11][11],则杨辉三角形有如下特点: A、数组的第一列和对角线元素值均为1; B、其他各元素为: a[i][j]=a[i-1][j-1]+a[i-1][j] 保存为1.cpp。 -Pr
<陈磊> 在 2024-11-02 上传 | 大小:3072 | 下载:0

[C#编程mm

说明:定义一个二维数组,int a[3][4] 依次从键盘输入1,2,3…12到数组中,用指向一维数组的指针按行输出数组中的元素。保存为2.cpp 注意:一维数组的定义方式 、 用一维数组访问二维数组的每一行 -Defines a two-dimensional array, int a [3] [4] sequentially input from the keyboard to the array, 2, 3 ... 12,
<陈磊> 在 2024-11-02 上传 | 大小:3072 | 下载:0

[C#编程hotel_management

说明:用C#制作一个简单的酒店管理系统,内含有数据库文件以及详细说明文档-C# produced a simple hotel management system, which contains a detailed descr iption of the database files and documentation
<source> 在 2024-11-02 上传 | 大小:1525760 | 下载:0

[C#编程Socket

说明:C# Socket 分包传送数据 -C# Socket transmit data C# Socket subcontracting subcontracting transfer data
<杨见> 在 2024-11-02 上传 | 大小:8192 | 下载:0

[C#编程cyuyanchengxusheji

说明:学生管理项目,“物体”之间保持着某种相对运动-Student Management Project, " object" to maintain some kind of relative motion between
<殷素莎> 在 2024-11-02 上传 | 大小:5120 | 下载:0

[C#编程supersocket-1.5beta1

说明:C# 异步socket服务器开发架构 -C# asynchronous socket server development fr a mework C# asynchronous socket server development fr a mework
<杨见> 在 2024-11-02 上传 | 大小:3817472 | 下载:0

[C#编程accord-statistics-pca-src

说明:code analyse de correspondance principale qui permet d analyser votre donnée et donne une vision descr iptive sur votre données-code analyse de correspondance principale qui permet d analyser votre donnée et donne une vi
<rachdi> 在 2024-11-02 上传 | 大小:148480 | 下载:0

[C#编程accord-statistics-regression-src

说明:Analyse discriminante liniare (data minig)
<rachdi> 在 2024-11-02 上传 | 大小:31744 | 下载:0

[C#编程cses-0.3

说明:SMTP Server The SMTP Server component (ces.smtp.server.dll) provides the ability for programs to implement a SMTP Server and process the incoming email in custom code. To use this component your code needs to do the
<jiaxianhua> 在 2024-11-02 上传 | 大小:147456 | 下载:0

[C#编程LVTN

说明:quả n ly dự báo kinh tế -quả n ly dự báo kinh tế
<kaka> 在 2024-11-02 上传 | 大小:5011456 | 下载:0
« 1 2 ... .12 .13 .14 .15 .16 3717.18 .19 .20 .21 .22 ... 5346 »

源码中国 www.ymcn.org