-
进程间通信之管道
这是用C#实现的,包含客户端与服务端,可实现双向通讯
- 2022-08-05 23:32:45下载
- 积分:1
-
C#入门代码集.rar,你可以看看,很不错的。
C#入门代码集.rar,你可以看看,很不错的。-C# code sets. Rar, you can see, is very good.
- 2022-01-25 20:43:12下载
- 积分:1
-
net 写的画图组件,代码不错,值的参考我找了好久的.
net 写的画图组件,代码不错,值的参考我找了好久的.-net write drawing components, code Yes, the reference value for a long time, I find the.
- 2022-03-18 20:28:21下载
- 积分:1
-
windowsMagnifier
Windows屏幕放大镜功能,开小窗口,放大显示鼠标所在处屏幕详细信息(C# Windows screen magnifier)
- 2011-08-30 19:15:00下载
- 积分:1
-
test
使用状态栏控件(StatusBar):在状态栏中可以显示打开的文件名、鼠标信息和按键信
息(键入的是字母还是非字母)。(Use StatusBar: In the status bar, you can display the open file name, mouse information, and key letters.
Information (type letters or non-letters).)
- 2020-10-21 17:37:24下载
- 积分:1
-
实现约瑟尔算法
数据结构C语言算法实现约瑟尔环的功能,通过循环队列的表示,假设3的倍数出局,那么通过循环单链表的方法,下标为3的倍数就删除链表,重复此类操作,知道为1为止
- 2022-04-07 16:13:51下载
- 积分:1
-
嵌入在项目中:
将下载的皮肤文件和IrisSkin2.RAR解压,在项目中添加现有项,将皮肤文件添加进项目;将IrisSkin2.dll引用进项目。皮肤文...
嵌入在项目中:
将下载的皮肤文件和IrisSkin2.RAR解压,在项目中添加现有项,将皮肤文件添加进项目;将IrisSkin2.dll引用进项目。皮肤文件属性中的“生成操作”改为嵌入的资源。引用的IrisSkin2.dll属性中的“复制本地”改为True。 -Embedded in the project: to download files and IrisSkin2.RAR skin extract, add in the project the existing items, add the skin into the project IrisSkin2.dll reference into the project will be. File attributes in the skin " to generate the operation" to embedded resources. IrisSkin2.dll attributes cited in the " Copy Local" to True.
- 2022-01-28 07:50:37下载
- 积分:1
-
基于NRF24L01的无线指纹密码控制系统
软件工程(嵌入式软件)毕业设计,完整的无线指纹密码控制系统的代码
- 2022-02-05 10:42:56下载
- 积分:1
-
非线性滤波中值滤波opencv实现
用像素点邻域灰度值来代替该像素点的灰度值,去除脉冲噪声、椒盐噪声,同时保留图像的边缘细节
- 2023-08-10 07:05:05下载
- 积分:1
-
逆序相加的C语言实现
资源描述编程实现:将a数组中的n个数和b数组中逆序的n个数一一对应相加、求平方,其结果存放在c数组中。
例如: 若a数组中的值是:1、3、5、7、8
b数组中的值是:2、3、4、5、8
输出结果c中存放的数据是81、64、81、100、100
- 2022-05-06 12:56:08下载
- 积分:1