资源列表

« 1 2 ... .73 .74 .75 .76 .77 278.79 .80 .81 .82 .83 ... 5346 »

[C#编程sdf

说明:题目:将一个正整数分解质因数。例如:输入90,打印出90 2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n<>k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n,  重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。
<顾亚飞> 在 2024-10-10 上传 | 大小:9216 | 下载:0

[C#编程DemoMVVM

说明:简述如何使用wpf实现一个简单的MVVM框架代码,用到了Prism-The Demo which realizes the MVVM fr a mework
<曾建陵> 在 2024-10-10 上传 | 大小:160768 | 下载:0

[C#编程Camera

说明:c#对摄像头的操作案例。包括对摄像头流抓取,截图,录像。对实时监控软件中有很好的帮助。-C# camera operation case. Including camera capture, screenshots, video. Real time monitoring software has a very good help.
<卢花> 在 2024-10-10 上传 | 大小:188416 | 下载:0

[C#编程WindowsFormsAirCooling

说明:用于温度PID算法,通过次算法可实现对风机变频器的频率控制-PID Algorithm for Temperature ControlPID
<> 在 2024-10-10 上传 | 大小:159744 | 下载:0

[C#编程WordToHtml

说明:Word转html文件,便于不同格式文件的文件进行转换,可以适用于初学者学习。-Word transfers html document, is advantageous for the document which the different form document carries on the transformation, may apply to the abecedarian to study.
<21> 在 2024-10-10 上传 | 大小:916480 | 下载:0

[C#编程OD_Match

说明:对数据进行分析和分类,并进行OD矩阵匹配。-analysis the dataset and match the correspoding OD matrix
<王刚> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[C#编程ge_writecollada

说明:对Googleearth进行数据采集并分类点,包括详细的代码说明。-collect data googleearth and class them
<王刚> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[C#编程authoptions

说明:利用googleearth,对采集到的点进行自动分类,包含详细的代码说明。-use the geegleearth to auto-option the data.
<王刚> 在 2024-10-10 上传 | 大小:2048 | 下载:0

[C#编程ge_axes

说明:利用Googleearth,在matlab开发平台上,对采集的数据进行在坐标轴里分类。-use the google-earth,build the axes and classify the dataset to the corresponding axes.
<王刚> 在 2024-10-10 上传 | 大小:2048 | 下载:0

[C#编程ge_barbdaes

说明:利用google-earth,在matlab开发平台上对采集到的信息数据进行处理,包含详细的文字说明。-using the google-earth,deal with the infoemation data.
<王刚> 在 2024-10-10 上传 | 大小:5120 | 下载:0

[C#编程SerialPort

说明:串口通讯方法,winform程序显示串口调用方法。-port use
<黄永志> 在 2024-10-10 上传 | 大小:77824 | 下载:0

[C#编程9.25-cSharp

说明:ArcGIS Engine入门源码 C#-Getting Started with ArcGIS Engine Code
<xuyaoyao> 在 2024-10-10 上传 | 大小:22528 | 下载:0
« 1 2 ... .73 .74 .75 .76 .77 278.79 .80 .81 .82 .83 ... 5346 »

源码中国 www.ymcn.org