-
用LPC93251操作nand flash K9F6408,能正确擦,写,读。改用其它芯片,方法类似,注意时序就行了。如换用大容量flash,请注意每块的页数,...
用LPC93251操作nand flash K9F6408,能正确擦,写,读。改用其它芯片,方法类似,注意时序就行了。如换用大容量flash,请注意每块的页数,6408每块是16页的。【-with LPC93251 operation nand flash K9F6408 can correct rub, writing and reading. Other chip switch, a similar manner, the attention on the timing of the trip. If used for large-capacity flash, to every piece of pages, 6,408 each block is the 16.
- 2022-12-01 08:05:03下载
- 积分:1
-
类似winamp那样的界面的源码
类似winamp那样的界面的源码-The sourcecode of implementing the UI as winamp
- 2022-02-10 17:09:33下载
- 积分:1
-
MFC线程控制
资源描述
创建线程
1、创建线程 AfxBeginThread();
2、线程函数 typedef UINT(AFX_CDECL *AFX_THREADPPOC)(LPVOID);
线程控制
1、暂停
2、继续
3、终止
说明
1、主线程一般用来做界面响应
2、线程函数声明(.h)
//线程函数声明
UINT DemoA(LPVOID pParam);//线程函数需设成全局的,不能写在类下(类下要做成静态函数)
UINT DemoB(LPVOID pParam);
UINT DemoC(LPVOID pParam);
3、线程函数定义(.cpp)
CWinThread* g_pThreadA;
BOOL g_bRunningA;//记录线程是否运行
//线程函数定义
UINT DemoA(LPVOID pParam)
{
for (int m = 1; m m_pMainWnd->m_hWnd,IDC_OUTPUT2, m,false);
Sleep(1000);
}
g_bRunningA = false;
g_pThreadA = NULL;
return 0;
}
UINT DemoB(LPVOID pParam)
{
for (int n = 1; n m_pMainWnd->m_hWnd, I
- 2023-05-28 17:40:24下载
- 积分:1
-
3d studio max sliding style of the tools of the very complex tools for the conte...
3d studio max 样式的可滑动的工具条,非常适合复杂的工具条内容的显示-3d studio max sliding style of the tools of the very complex tools for the content of the show
- 2023-03-20 18:55:03下载
- 积分:1
-
本程序主要作用与TXT电子小说的阅读,在您的阅读过程中程序可自动翻页,并且您还可以自己设置自动翻页时间间隔,程序自带书签功能,您可以随时保存您的阅读进度方便下次...
本程序主要作用与TXT电子小说的阅读,在您的阅读过程中程序可自动翻页,并且您还可以自己设置自动翻页时间间隔,程序自带书签功能,您可以随时保存您的阅读进度方便下次的阅读,程序会在您打开的TXT文件的相同目录下创建一个*.m的文件,此文件为书签文件,删除后会造成保存的阅读进度的丢失。 开发平台 vs 2008
-A major role in this process with TXT e-fiction reading, in the course of your reading program can be automatically flip, and you can also set up their own auto-flip time interval, the program comes with a bookmark feature, you can always save your progress to facilitate reading the next reading, the program will open in your TXT file the same directory to create a*. m files, the file for the bookmarks file, delete saved will result in the loss of reading progress. Development platform vs 2008
- 2022-04-24 18:47:11下载
- 积分:1
-
一个分割条动态添加或者合并视图的例子
一个分割条动态添加或者合并视图的例子--An example that splitter is dynamically added or merged with views
- 2022-03-12 23:05:32下载
- 积分:1
-
手把手叫你做Eclipse界面,这是一个使用swt作成的界面效果,大家试试看,自己做的哦...
手把手叫你做Eclipse界面,这是一个使用swt作成的界面效果,大家试试看,自己做的哦
-handholding tell you to do the Eclipse interface, which is used can make an interface effects, we try and do for myself, oh
- 2022-02-26 06:42:42下载
- 积分:1
-
small computer security guards (VB source) (Beta Version 1 [1] oh)
电脑安全小卫士(VB源码)(Beta Version 1[1].0.0)-small computer security guards (VB source) (Beta Version 1 [1] oh)
- 2022-05-28 08:41:46下载
- 积分:1
-
unanimous critical acclaim statements controls. After downloading ardemo.exe ope...
获得一致好评的报表控件。下载后运行ardemo.exe安装就可以,安装完毕后运行activereport11.reg进行注册就可以使用了。-unanimous critical acclaim statements controls. After downloading ardemo.exe operation can be installed on the installation after running activereport11.reg registration can use it.
- 2022-05-12 19:42:50下载
- 积分:1
-
from memory structure and create dialog, to prevent the application's resour...
从内存中构造和创建对话框, 防止应用程序的资源文件被串改-from memory structure and create dialog, to prevent the application"s resource file is altered
- 2022-08-14 10:08:25下载
- 积分:1