-
矩阵转置,intel线程挑战赛作品,多线程,TBB,归并排序,快速排序...
矩阵转置,intel线程挑战赛作品,多线程,TBB,归并排序,快速排序-Matrix transpose, intel Challenge thread works, multi-threaded, TBB, merge sort, quick sort
- 2022-09-05 14:10:03下载
- 积分:1
-
the LEX and YACC is a combination of integers to achieve a simple example, I emb...
这个是YACC和LEX结合使用来实现整数加法的简单事例,我体现的是基本的步骤,不在于其功能的完美和强大,给我一样的菜鸟以启示,以便您不必在开始的路上徘徊太久,希望您喜欢-the LEX and YACC is a combination of integers to achieve a simple example, I embody the basic steps, not its function in a perfect and strong, give me the same exposure to enlightenment, so that you need not start wandering on the road for too long, I hope you like
- 2022-06-01 19:55:38下载
- 积分:1
-
一个基于WINCE的教学管理系统,非常不错,公司同事发给我的。...
一个基于WINCE的教学管理系统,非常不错,公司同事发给我的。-WINCE-based management system of teaching is very good, the company sent to me by my colleagues.
- 2022-06-02 19:32:00下载
- 积分:1
-
1.将各个项目子目录拷贝到硬盘上,然后可以用Visual Basic打开程序。 2.在每个项目子目录里面的sql目录里,将后缀.sql的文件打开后,拷贝到SQL...
1.将各个项目子目录拷贝到硬盘上,然后可以用Visual Basic打开程序。 2.在每个项目子目录里面的sql目录里,将后缀.sql的文件打开后,拷贝到SQL Server 2000的查询分析器里。然后执行将产生需要的数据库结构。-1. All projects will subdirectory copy to the hard drive, which can then be opened in Visual Basic procedures. 2. Each item inside the subdirectory sql directory of extensions. Sql open the document, copies of SQL Server 2000 inquiries analyzer Lane. Then needs arising from the implementation of the database structure.
- 2022-01-26 20:04:58下载
- 积分:1
-
计算器源代码,可以实现简单的计算操作,拥有普通计算器的计算功能。...
计算器源代码,可以实现简单的计算操作,拥有普通计算器的计算功能。-Calculator source code, you can realize a simple calculation of the operation, with the computing power of ordinary calculator.
- 2022-01-30 19:53:26下载
- 积分:1
-
词法分析器
该词法分析器采用C++编写,为控制台程序,没有图像化界面,但可以完成词法分析。详细试用方法可以参考本人写的使用说明。
- 2022-06-15 12:25:39下载
- 积分:1
-
深入浅出mfc1
深入浅出mfc1-easy mfc1
- 2022-01-26 06:05:00下载
- 积分:1
-
嵌入式WINCE实现画图特殊效果,用EVC开发实现的例子
嵌入式WINCE实现画图特殊效果,用EVC开发实现的例子-Embedded WINCE realize drawing special effects, and realize the development of examples of EVC
- 2022-02-02 19:28:22下载
- 积分:1
-
新建一个菜单资源,比如把菜单的ID号为IDC_POPMENU。此菜单有一项两层,即有一个可弹出的菜单项,而此菜单项的弹出内容即为将要建立的弹出式菜单的内容。至于...
新建一个菜单资源,比如把菜单的ID号为IDC_POPMENU。此菜单有一项两层,即有一个可弹出的菜单项,而此菜单项的弹出内容即为将要建立的弹出式菜单的内容。至于每一个菜单项的消息映射,与一般的菜单相同-Create a new menu of resources, such as the menu ID number IDC_POPMENU. This menu has a two-tier, that is a pop-up menu item, and此菜single pop-up content is to be established by the content of pop-up menu. As each menu item the message mapping, and in general the same menu
- 2022-04-11 20:39:15下载
- 积分:1
-
屏幕取词VC6.0源码
DLLEXPORT BOOL WINAPI SetNHW32() { if(g_hHook == NULL) { g_hHook = SetWindowsHookEx(WH_GETMESSAGE, GetMsgProc, g_hinstDll, 0); if (g_hHook == NULL) { MessageBox(NULL, __TEXT("Error hooking: SetWindowsHookEx fail"), __TEXT("GetWord"), MB_OK); return FALSE; } } return TRUE;}
- 2022-05-28 06:17:38下载
- 积分:1