资源列表

« 1 2 ... .32 .33 .34 .35 .36 45037.38 .39 .40 .41 .42 ... 66581 »

[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。 -Print out the following Triangle
<陈磊> 在 2025-06-29 上传 | 大小:3kb | 下载: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, with a one-dimensional array o
<陈磊> 在 2025-06-29 上传 | 大小:3kb | 下载:0

[控制台(字符窗口)编程trainbook

说明:火车票订票代码,有订票与售票系统,有车次查询,车站查询等功能。-Train ticket booking code, booking and ticketing system, there are trips inquiries, station query.
<Victor> 在 2025-06-29 上传 | 大小:2kb | 下载:0

[进程与线程ThreadPoolTest

说明:自定义的线程池,在VC6.0环境下实际测试有效-a custom Thread Pool program that has been tested on VC6.0
<祝驹> 在 2025-06-29 上传 | 大小:1.13mb | 下载:0

[其他小程序kongzai_bingwangsubsystem1

说明:双馈风力发电空载并网前的模型,以实现定子电压与电网电压一致-Doubly-fed wind power generation and net pre-load model, in order to achieve consistency with the grid voltage stator voltage
<董敏> 在 2025-06-29 上传 | 大小:11kb | 下载:0

[其他小程序castalia

说明:castalia 仿真 基于omnet++平台-castalia simulation platform based omnet++
<> 在 2025-06-29 上传 | 大小:1.77mb | 下载:0

[其他小程序fadian

说明:自己搭建的DFIG空载并网后的运行模型,以实现稳定运行-DFIG load and build their own network after running the model, in order to achieve stable operation
<董敏> 在 2025-06-29 上传 | 大小:19kb | 下载:1

[文件操作StudentsScore-System

说明:使用了指针链表,可以对学生的成绩进行添加、查询、删除、修改等操作,还可以保存数据。-Using a pointer list, you can add them on student achievement, query, delete, modify, etc., you can also save the data.
<陈宇桥> 在 2025-06-29 上传 | 大小:2kb | 下载:0

[其他小程序kalmanfilter

说明:卡尔曼滤波跟踪目标,开发平台C++ 2010 -kalmanfilter trace the target ,development platform vc++ studio 2010
<tmstd> 在 2025-06-29 上传 | 大小:14.44mb | 下载:0

[其他小程序DFIGMPPTwenzhang

说明:有关 最大风能捕获控制的好文章 可以研究研究 -For maximum wind energy capture control a good article can study
<董敏> 在 2025-06-29 上传 | 大小:1kb | 下载: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> 在 2025-06-29 上传 | 大小:1.46mb | 下载:0

[Windows编程volumeConvert

说明:计算机数据容量大小转化, 根据单位和数值大小转化到合适的单位进行显示-convert the date to the suitable format
<肖伟> 在 2025-06-29 上传 | 大小:1kb | 下载:0
« 1 2 ... .32 .33 .34 .35 .36 45037.38 .39 .40 .41 .42 ... 66581 »

源码中国 www.ymcn.org