资源列表
[控制台(字符窗口)编程] Database--0215935Crypto50678784
说明:这是用别人那拿写的系统编程源码Database 0215935Crypto50678784,同学们可以下载-This is written in others that take system Database programming source code- 0215935 crypto50678784, students can download and see<GHHutwh_3859> 在 2024-11-05 上传 | 大小:1024 | 下载:0
[控制台(字符窗口)编程] batch-get-ver-or-bit-of-windows
说明:通过批处理获取系统版本及位数,可获取Win95、Win98、Winme、WinNT35、Win2000、WinXP、Win2003、WinVista、Win7、Win8、Win10等,代码简洁,方便修改-Batch access to the system version and the number of available Win95, Win98, WinNT35, Win2000, WinXP, Win2003, Winme,<fxziyu> 在 2024-11-05 上传 | 大小:1024 | 下载:0
[控制台(字符窗口)编程] Batch-access-windows-administrator
说明:通过批处理获取windows系统管理员权限,兼NET以下平台,可完美支持Win7、win8、win10,代码简洁,方便修改,包含实现原理说明。-Access to the windows system administrator permissions through the batch, and NET the following platform, the perfect support for Win7, win8, win10,<fxziyu> 在 2024-11-05 上传 | 大小:1024 | 下载:0
[控制台(字符窗口)编程] BinaryGap
说明:Code for finding the gap in the binary representation of an integer. Solution to the codility s binary gap question. Please check wikipedia for descr iption.<mustafa> 在 2024-11-05 上传 | 大小:1024 | 下载:0
[控制台(字符窗口)编程] load_control
说明:第五届泰迪杯数据挖掘比赛数据处理,对其中15个可控变量的数据进行分析,得到与负载的关系。-The fifth Teddy Cup data mining game data processing, of which 15 controllable variables of the data analysis, get the relationship with the load.<tyler> 在 2024-11-05 上传 | 大小:1024 | 下载:0
[控制台(字符窗口)编程] reload_perf_counters
说明:PowerShell scr ipt for reload perfomance counters in Exchange server<Ingvin> 在 2024-11-05 上传 | 大小:1024 | 下载:0
[控制台(字符窗口)编程] hello
说明:This program, written in the language C++, creates the same “Hello, world!” output as the machine ... typed into a plain text file. And, most programming language use English-like words, like the FORTRAN and C++ examples<test/test> 在 2024-11-05 上传 | 大小:1024 | 下载:0
[控制台(字符窗口)编程] 80bitToDouble
说明:将80位浮点型二进制数据转化为64位浮点型小数-convert 80-bit float to 64-bit float<罗文斌> 在 2024-11-05 上传 | 大小:1024 | 下载:0
[控制台(字符窗口)编程] Max-Multiply
说明:i.最大K乘积问题 问题描述 设I是一个n位十进制整数。如果将I划分为k段,则可得到k个整数。这k个整数的乘积称为I的一个k乘积。试设计一个算法,对于给定的I和k,求出I的最大k乘积。 例如十进制整数 1234 划分为 3 段可有如下情形: 1 × 2 × 34 68 1 × 23 × 4 92 12 × 3 × 4 144 编程任务 对于给定的I 和k,编程计算I 的最大k 乘积。 数据输<武磊> 在 2024-11-05 上传 | 大小:1024 | 下载:0
[控制台(字符窗口)编程] zhongweishu
说明:i.中位数问题 问题描述 设X[ 0 : n - 1]和Y[ 0 : n – 1 ]为两个数组,每个数组中含有n个已排好序的数。找出X和Y的2n个数的中位数。 编程任务 利用分治策略试设计一个O (log n)时间的算法求出这2n个数的中位数。 数据输入 由文件input.txt提供输入数据。文件的第1行中有1个正整数n(n< 200),表示每个数组有n个数。接下来的两行分别是X,Y数组的元素。<武磊> 在 2024-11-05 上传 | 大小:1024 | 下载:0