-
TEST6_C1
利用vc++实现的一个直接序列扩频通信处理程序,包含了简单的测试数据。此程序很详尽。(Using vc++ to achieve a direct sequence spread spectrum communication processes, including a simple test data. This program is very detailed.)
- 2009-12-18 20:34:50下载
- 积分:1
-
MIPS五级流水线模拟程序
MIPS五级流水线模拟程序,能执行简单的MIPS指令,模拟流水线状态及寄存器结果,实现cpu流水的概念(MIPS five-level stream-line simulation program, this program can execute simple MIPS instruction, simulat stream-line s status and register result, and it implements stream-line of cpu.)
- 2021-04-26 15:18:45下载
- 积分:1
-
OperateAccess
自己写的用ADO操作数据库,添加,删除,修改功能,显示在listctrl上,已经数据导出EXCEL。(ado )
- 2010-06-24 21:27:14下载
- 积分:1
-
buffer2wav
根据数据文本转换成二进制文件再写成wave文件的格式转换保存成.wav文件、(According to the text data into binary files and then write wave files into a format conversion to preserve. Wav files,)
- 2007-12-18 10:37:41下载
- 积分:1
-
MiniDll
一段vc++的dll的编程代码,主要通过dll访问并口,通过并口收发数据(section of the dll vc programming code, mainly through dll visit Parallel, through the parallel port data transceiver)
- 2006-09-01 10:29:23下载
- 积分:1
-
GetPixel
取色源代码,功能满足一般的需求,重在学习,共同努力吧(GetPixel From Windows)
- 2009-06-12 10:54:53下载
- 积分:1
-
当前流行的串口调试助手的源码-自己编写
串口调试助手的源码,自己编写,界面与当前流行的串口调试工具基本相同。该工具使用方便,而且可以自定义串口速率,由状态显示内容(serial debugging aids source, their preparation, interface with the popular serial debugging tools basically the same. The tool is easy to use, but can define serial rate, as indicated by the state)
- 2020-06-26 07:20:01下载
- 积分:1
-
yemianzhihuansuanfa
说明: MFC实现页面置换,可视化!
先入先出法(FIFO)
最优置换算法(OPT)
最久未使用算法(LRU)
(AppWizard has created this group_20 application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.)
- 2010-03-24 23:22:08下载
- 积分:1
-
AP_For_VRPTW100
车辆路径问题的C代码,里面有测试数据和结果分析。(Vehicle routing problem with the C code, there are test data and results analysis.)
- 2009-05-17 11:40:39下载
- 积分:1
-
MDIFrameBackground
To get this task done, my first instinct was to catch the WM_ERASEBKGND in CMainFrame and do the FillSolidRect there. But I soon realized that approach didn t do anything other than make the frame flicker and show red only when it s being resized, otherwise the gray background was completely intact. Not exactly what I was looking for. Suddenly it became a little mystery. Why doesn t the background of the frame change when I fill it with a color in the frame s WM_ERASEBKGND handler? So I went on a hunt, I went through a lot of the CMDIFrameWnd and CFrameWnd code looking for methods that would draw on the frame, and there was not much there. I finally ended up at CMainFrame::OnCreate method, I set a breakpoint and stepped through the CMDIFrameWnd::OnCreate method. After what seemed to be hours of searching I came across the following code in CMDIFrameWnd::CreateClient:
- 2010-08-06 14:07:20下载
- 积分:1