-
参加多次笔试,居然有几次都考到了冒泡算法,一次是C#版的填空,一次是javascript版的全部写出。虽然每次都凭着我对冒泡法的理解给弄出来的,但是多多少少与标...
参加多次笔试,居然有几次都考到了冒泡算法,一次是C#版的填空,一次是javascript版的全部写出。虽然每次都凭着我对冒泡法的理解给弄出来的,但是多多少少与标准模式有点差别,在网上搜了一下关于C#版的冒泡算法,居然也没有一个象样的,自己对照算法模式认真写了一个C#版的,已经测试成功-Surprisingly, there are several bubbling to the test algorithm, is a C# version of the Union, is a javascript version of the full write. Although I always relying on the Bubble Act of possibly understand, but something to do with the standard a little difference in the Internet search for a moment on the C# version of the Bubble algorithm, it would be not a decent, their control algorithm model seriously wrote a version of the C#, has been tested successfully
- 2023-07-05 23:05:04下载
- 积分:1
-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
EnumProcessModulesEx和NtQueryInformationThread功能在C#。
void PrintModules (Int32 ProcID)
{
IntPtr hProcess = OpenProcess(ProcessAccessFlags.QueryInformation | ProcessAccessFlags.VMRead, false, ProcID);
if (hProcess != IntPtr.Zero)
&nbs
- 2022-01-22 17:14:27下载
- 积分:1
-
一个关于秒表的小程序,用VB和c#写的,可以练习以下基本程序写法...
一个关于秒表的小程序,用VB和c#写的,可以练习以下基本程序写法-A small stopwatch program, using VB and c# Written, you can practice the following basic procedures for writing
- 2022-01-26 01:13:25下载
- 积分:1
-
Net代码20个,需要我们学习!
Net代码20个,需要我们学习!-20, we need to learn!
- 2022-07-17 07:40:17下载
- 积分:1
-
Good muster for your 404 error page. Source code includes fit preheads for index...
Good muster for your 404 error page. Source code includes fit preheads for index bots.
- 2022-03-20 12:55:34下载
- 积分:1
-
选票系统,各项目名次取法:
1.取前5名:第1名得分7,第2名得分5,第3名得分3,第4名得分2,第5名得分1。
2.取前3名:第1名得分5,第2名得分...
选票系统,各项目名次取法:
1.取前5名:第1名得分7,第2名得分5,第3名得分3,第4名得分2,第5名得分1。
2.取前3名:第1名得分5,第2名得分3,第3名得分2。
3.用户自定义:各名次权值由用户指定。-Vote system, the project取法ranking: 1. Check before 5: No. 1 scoring 7, No. 2 scoring 5, 3 scored 3, four scored 2, 5 scoring 1.2. Take the first 3 Name: the first one scored 5, two scored 3, 3 scores 2.3. User-defined: the right to value the place designated by the user.
- 2022-02-12 09:50:33下载
- 积分:1
-
This program has been written in .net platform on visual basic and it provides r...
This program has been written in .net platform on visual basic and it provides remote control.
- 2022-03-23 14:12:43下载
- 积分:1
-
VC源代码应用小程序MD5算法示例,比较难
VC源代码应用小程序MD5算法示例,比较难-VC source Application small program MD5 algorithm for example, more difficult
- 2022-03-01 21:28:46下载
- 积分:1
-
对wince下的数据库编程,其中包括对access和sqlserver ce两种!
对wince下的数据库编程,其中包括对access和sqlserver ce两种!-to wince under the Database Programming, These include the access and sqlserver ce two!
- 2022-02-20 16:47:35下载
- 积分:1
-
WINDOWS编程技巧
WINDOWS编程技巧-Windows programming skills
- 2022-03-09 21:59:34下载
- 积分:1