资源列表

« 1 2 ... .81 .82 .83 .84 .85 213586.87 .88 .89 .90 .91 ... 216384 »

[Windows编程Mutex

说明:首先,调用 CreateEvent函数创建一个事件对象,该函数返回一个事件句柄。然后,可以设置(SetEvent)或者复位(ResetEvent)一个事件对象,也可以发一个事件脉冲(PlusEvent),即设置一个事件对象,然后复位它。复位有两种形式:自动复位和人工复位。在创建事件对象时指定复位形式。 自动复位:当对象获得信号后,就释放下一个可用线程(优先级别最高的线程;如果优先级别相同,则等待队列中的第一个线程被释放)。 人工复位:当对象获得信号后,就释放所有可利用线程。 最后,使
<zjbcp> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[其他小程序anti

说明:输入一个整数n,将n!分解为质因子的幂的乘积,例如:输入4,则4!=2^3*3-Enter an integer n, will be decomposed into prime factors n! power of the product, such as: type 4, then 4! = 2 ^ 3* 3
<hesse> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法sanyuanzu

说明:是数据结构中三元组的C代码 可以实现三元组的基本操作-Is the data structure of the C code can triple triples the basic operation to achieve
<vicky> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法operation

说明:对链表的基本操作,删除,插入操作,绝对能实现-The basic operation of the list, delete, insert, absolutely can achieve
<曹卫蒙> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法LMS

说明:LMS算法,实现对自适应谱线增强希望对大家有帮助-LMS ALGORITHM, WISH HELPFUL
<刘欢> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)uart

说明:单片机串口通信和电子时钟设计,通过串口调试助手给单片机发送k,单片机把当前时间通过串口发送到电脑。-Serial Communication and electronic clock design, debugging assistant to the microcontroller through the serial port to send k, the current time through the microcontroller serial port to the computer
<刘俊杰> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)lanhuacao

说明:单片机C语言开发,设计音乐兰花草的音乐播放器。-SCM C language development, design, music player music orchids.
<刘俊杰> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[matlab例程BPfengdianyuce

说明:一段基于BP人工神经网络的预测程序,希望对大家有用-A BP artificial neural network based forecasting process, we hope to be useful
<苏婷> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[多媒体编程yinyuebofangqi

说明:这是一个用C++编写的音乐播放器,可供C/C++初学者学习下-This is a written in C++, music player, available for C/C++ for beginners to learn the next
<hehha > 在 2025-07-15 上传 | 大小:1kb | 下载:0

[matlab例程peaksh

说明:this matlab function finds peaks of a plot. it takes a coordinate matrix as an input. also removes redundent peaks (for instance, in case of a step plot, it finds one peak)
<oj> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法BPxunhuan

说明:采用for循环的BP神经网络预测程序,可实现不同隐层神经元数目的自动循环训练。-Loop with BP neural network for forecasting process can be realized with different number of hidden neurons in the automatic cycle training.
<苏婷> 在 2025-07-15 上传 | 大小:1kb | 下载:0

[Windows编程shuzu

说明:com组件与vc之间数组类型的传递与接收-vc com component and between the transmission and reception array type
<jane> 在 2025-07-15 上传 | 大小:1kb | 下载:0
« 1 2 ... .81 .82 .83 .84 .85 213586.87 .88 .89 .90 .91 ... 216384 »

源码中国 www.ymcn.org