资源列表

« 1 2 ... .16 .17 .18 .19 .20 47221.22 .23 .24 .25 .26 ... 66605 »

[Windows编程ProcessCommunication

说明:Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asy
<周晓宇> 在 2025-01-22 上传 | 大小:150kb | 下载:0

[Windows编程SEH

说明:SEH,结构化异常处理,是作为一种系统机制引入到操作系统中的,本身与语言无关。在我们自己的程序中使用SEH可以让我们集中精力开发关键功能,而把程序中所可能出现的异常进行统一的处理,使程序显得更加简洁且增加可读性。 -SEH, structured exception handling, as a system mechanism into the operating system itself has nothing to do w
<周晓宇> 在 2025-01-22 上传 | 大小:2kb | 下载:0

[C#编程LkConn

说明:c# 开发的连连看。连连算法核心算法。开发平台VS2005。-c# Lianliankan development. Again and again the core algorithm algorithm. Development platform VS2005.
<Jack> 在 2025-01-22 上传 | 大小:238kb | 下载:0

[其他小程序energy

说明:计算气象场中扰动能量和rmse随时间演变-Perturbation calculation of the meteorological field of energy and the evolution over time rmse
<罗雨> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[C#编程DocFlow

说明:在线文档管理系统,你可以试一试
<yhq> 在 2025-01-22 上传 | 大小:511kb | 下载:0

[其他小程序UThief

说明:这是一个可以盗取U盘文件的程序,它会监听U盘然后将文件拷到一个固定的地方-This is a U disk can steal documents, it will monitor the U disk and then the document Kaodao a fixed place
<angel> 在 2025-01-22 上传 | 大小:57kb | 下载:0

[其他小程序penna

说明:通过对生物基因的变化来,模拟生物死亡和繁殖的规律,进而来预测生物的年龄等信息。-Through bio-genetic changes, simulation of biological death and the law of reproduction, and then to predict the age of biological information.
<张小伟> 在 2025-01-22 上传 | 大小:2kb | 下载:0

[驱动编程usbhidio_vc6

说明:检测USB设备,同时与该设备通讯的source code-Detection of USB devices, at the same time with the source code of communications equipment
<fhf> 在 2025-01-22 上传 | 大小:33kb | 下载:0

[驱动编程hello

说明:驱动程序开发的简单例子:在debugview下查看调试信息可以看到程序输出的hello 字符串。-Driver Development of a simple example: In view debugview debugging information can see the output of the string hello.
<jpx> 在 2025-01-22 上传 | 大小:29kb | 下载:0

[C#编程nk=m

说明:给定k个正整数,用算术运算符+,-,*,/将这k个正整数连接起来,使最终的得数恰为m。完成 string Caculate(int[] k, int m)方法,它接受k和m,返回连接的字符串(比如”1*2+5”)使其恰好等于m 。如果没有这样的连接,则返回为空字符串”” 注:此算法得出的结果所有的运算顺序都是从左到右,而没有+-*/的优先级-Given a positive integer k, using the arithmet
<吕蕾钧> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[Windows编程C++builderforserial

说明:用于C++builder开发串口很好的一本专题介绍书!里面有很多的实际例子!-For C++ Builder to develop a good serial presentation book! There are so many practical examples!
<吴志强> 在 2025-01-22 上传 | 大小:159kb | 下载:0

[其他小程序fish

说明:A、B、C、D、E五人合伙夜间捕鱼,凌晨时都疲惫不堪,各自在河边的树丛中找地方睡着了,日上三竿,A第一个醒来,他将鱼平分作五份,把多余的一条扔回湖中,拿自己的一份回家去了,B第二个醒来,也将鱼平分为五份,扔掉多余的一条,只拿走自己的一份,接着C、D、E依次醒来,也都按同样的办法分鱼。问五人至少合伙捕到多少条鱼?每个人醒来后看到的鱼数是多少条?-A, B, C, D, E five-member partnership night fis
<爱因斯坦> 在 2025-01-22 上传 | 大小:34kb | 下载:0
« 1 2 ... .16 .17 .18 .19 .20 47221.22 .23 .24 .25 .26 ... 66605 »

源码中国 www.ymcn.org