-
kuanfang-
以dac7811带动的宽放的编写程序,
以dac7811带动的宽放的编写程序
以dac7811带动的宽放的编写程序,,(In dac7811 driven liberalization of programmingIn dac7811 driven liberalization of programming)
- 2013-09-04 08:26:14下载
- 积分:1
-
full-search-ME
matlab 对于块全搜索运动估计 源代码 视频压缩技术h.264(matlab block full search motion estimation for the source code h.264 video compression technology)
- 2013-12-10 17:29:33下载
- 积分:1
-
C# 开发的异步多线程服务器程序源代码。
代码包括客户端和服务器程序。采用VS2010开发,使用的时候修改服务器的IP地址和端口号,支持多客户端连接。开发语言C#, 采用winform技术,代码格式规范。可以作为初学者的参考。
- 2022-07-24 22:50:34下载
- 积分:1
-
USART1
SMT32 usart1(非阻塞) 中断接收,DMA发送
- 2014-11-24 15:14:02下载
- 积分:1
-
DrawOfMemory
DrawOfMemory源码包,VC++内存绘图例子代码,包括了多个实用的VC++函数:比如DrawLine函数:将传入函数的值以图像的形式显示到对应的控件上(int AllNum:总的数据量,int Value[]:数据值数组,COLORREF PenColor:画笔的颜色,CWnd *pWnd:需要显示曲线的控件指针);DrawWave函数,将传进函数的值以图像的形式显示到对应的控件上;DrawMultiLine函数:将传进函数的值以图像的形式显示到对应的控件上,可以显示多个数据段。参数定义:
int Mult:总共需要显示几类数据
int AllNum:每类数据总的数据量
int Value[]:数据值数组,组成形式:数据1+数据2+数据3+ ...
COLORREF PenColor:每类数据的画笔的颜色
CWnd *pWnd:需要显示曲线的控件指针
还有一些函数不一一列举了,请自行下载源码查看(DrawOfMemory source package, VC++ memory mapping code examples, including a number of practical VC++ function: for example DrawLine function: the value passed to the function displayed in the form of the image to the corresponding controls (int AllNum: the total amount of data, int Value []: an array of data values , COLORREF PenColor: brush color, CWnd* pWnd: need to show the curve control pointers) DrawWave function, will pass into the function value is displayed in the form of an image to the corresponding controls DrawMultiLine function: the passed into the function value is displayed in the form of an image to the corresponding control, you can display multiple data segments. Parameters are defined:
int Mult: A total of several types of data to be displayed
int AllNum: total amount of data for each type of data
int Value []: an array of data values , consisting of forms: Data 1 Data 2+ 3+ ...+ data
COLORREF PenColor: brush color for each type of)
- 2014-07-02 10:52:43下载
- 积分:1
-
读者写者问题
说明: 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。
2、定义一个读者函数:
?当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。
?当有其他读者在占用buffer时,读者可对buffer进行读取操作。
?当buffer中有数据时,则从其中读取一个数据,并显示然后退出。
?当buffer中没有数据时,应等待,直到buffer中有数据可读。
3、定义一个写者函数
?当有读者在占用buffer时,写者应该等待,直到所有的读者都退出为止。
?当有其他写者占用buffer时,该写者应该等待,直到占用buffer的写者退出为止。
?当buffer有空闲时,写者应该在buffer中写入一个数据并退出。
?当buffer满时,写者应该等待,直到buffer有空闲为止。
4、定义主函数,在其中可以任意创建读者与写者。
可根据用户输入创建读者或写者进程(线程)。(1. Define a data buffer and semaphores for synchronization and mutual exclusion.
2. Define a reader function:
When a writer is occupying the buffer, the reader should wait until the writer no longer uses the buffer.
When other readers occupy the buffer, they can read the buffer.
When there is data in the buffer, read a data from it, display and exit.
When there is no data in the buffer, wait until the data in the buffer is readable.
3. Define a writer function
When a reader is occupying the buffer, the writer should wait until all readers quit.
When other writers occupy the buffer, the writer should wait until the writer who occupies the buffer exits.)
- 2019-12-27 18:49:46下载
- 积分:1
-
UG-7.5change name
说明: 对UG的装配组件重命名,适用与UG多个版本(Rename assembly components of UG,Applicable to multiple versions of UG)
- 2020-06-16 14:25:20下载
- 积分:1
-
STM32_FOC_C语言源代码,IAR编译环境。
基于STM32的FOC源代码,稀有资源,IAR编译器编译通过。是你学习的绝佳参考资料。支持单电阻采样、双电阻采样、三电阻采样、霍尔电流传感器采样。
- 2023-07-26 18:20:04下载
- 积分:1
-
imagepreprocessing
关于医学图像的基于形状的图像检索。预处理用小波去噪 ,特征选用不变矩。(image preprocessing)
- 2012-04-23 19:29:34下载
- 积分:1
-
QRCodeSample
说明: 现在网上有许多三维条形码的工具,包括QRCode码的工具。但是,很多都是生成码的软件,没有解析码的软件,小弟不才近日做了一个,解析QRCode三维条形码的软件和大家分享一下。
我这个代码 解析的库不仅在 pc上能够运行, 而且 在windows mobile 下的 ppc 和 smartphone平台下都可以运行,当然不是用这个库,如果你要可以问我拿。(now many online 3D bar code tools, including tools QRCode yards. However, many are generating software code, not the code analysis software, finding suggested recently done one, and three-dimensional bar code QRCode analytic software and share with you. My code analysis of the library not only on the PC can run, but the windows of mobile machines and smartphone platforms can run, of course, not using the library, if you can ask me to take.)
- 2005-11-15 14:40:49下载
- 积分:1