资源列表

« 1 2 ... .57 .58 .59 .60 .61 1062.63 .64 .65 .66 .67 ... 5345 »

[C#编程div

说明:将一个正整数分解质因数。例如:输入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的值,重复执行第一步。 -Will be a positive integer
<雷中科> 在 2025-06-14 上传 | 大小:2kb | 下载:0

[C#编程math

说明:判断101-200之间有多少个素数,并输出所有素数。 1.程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除,       则表明此数不是素数,反之是素数。 -Between 101-200 to determine the number of prime numbers, and output all prime numbers. 1. Program analysis: methods to determine prime numbers: a few
<雷中科> 在 2025-06-14 上传 | 大小:2kb | 下载:0

[C#编程FileSplitter_src

说明:Full Source C# to build a Splitter File Tool
<pham son ha> 在 2025-06-14 上传 | 大小:37kb | 下载:0

[C#编程SymbolConverter

说明:SymbolConverter(双向转换),实现 .styel文件和.serverstyle文件的转换-SymbolConverter (two-way conversion), realize. Styel documents and. Serverstyle document conversion
<lhb> 在 2025-06-14 上传 | 大小:512kb | 下载:0

[C#编程CAMSHIFT

说明:采用 CAMSHIFT 算法快速跟踪和检测运动目标的 CC++ 源代码-CAMSHIFT algorithm using fast-track and detect moving targets CC++ Source code
<gg> 在 2025-06-14 上传 | 大小:3kb | 下载:0

[C#编程Csharpmininote

说明:主要用于桌面书签功能(比如记录一些文本的东西)还有附带脚本调试功能 可选择保存路径 希望大家喜欢~ -Mainly used for desktop bookmark feature (such as records of what some text) are attached to the scr ipt debugging feature to choose the path of hope that everyone likes to save ~
<dearf> 在 2025-06-14 上传 | 大小:72kb | 下载:0

[C#编程Csharpshutup

说明:关机重起等代码.由于时间关系,仅对个别Win32 API做了中文注释.-Shutdown, such as re-starting code. Due to time constraints, only the individual Win32 API to do the Chinese Notes.
<dearf> 在 2025-06-14 上传 | 大小:46kb | 下载:0

[C#编程kbsc

说明:。该系统主要包括文件模块、基本信息模块、排课模块、查询模块、关于系统模块等几部分组成。其工作流程为:用户登录通过权限判断,通过以后可以进入系统,进行信息录入、修改、查询和删除以及课程自动排课的操作。
<方丽> 在 2025-06-14 上传 | 大小:2.63mb | 下载:0

[C#编程FindShortPath

说明:c#与AE结合开发的查找两点之间的最短路径, -c# and AE combined with the development of search of the shortest path between two points,
<198501> 在 2025-06-14 上传 | 大小:73kb | 下载:0

[C#编程MapTip

说明:c# 与ArcGis Engine共同开发的程序,可以按不同的字段来显示,鼠标的提示-c# with ArcGis Engine co-developed the procedure, you can according to different fields to display, mouse tips
<198501> 在 2025-06-14 上传 | 大小:46kb | 下载:0

[C#编程YUVviewer

说明:播放yuv檔的 程式~~~大家可以 參考看看 不錯用-Yuv file player program ~ ~ ~ everyone can refer to see a good use
<陳仲維> 在 2025-06-14 上传 | 大小:69kb | 下载:0

[C#编程Gauss_seidel

说明:用gauss_seidel方法解N个未知数的线性方程组的解,并附有实验报告.-Methods used gauss_seidel unknown solution N of the solution of linear equations, together with the experimental report.
<sjj> 在 2025-06-14 上传 | 大小:910kb | 下载:0
« 1 2 ... .57 .58 .59 .60 .61 1062.63 .64 .65 .66 .67 ... 5345 »

源码中国 www.ymcn.org