登录
首页 » Visual C++ » GetXSL

GetXSL

于 2013-11-25 发布 文件大小:16041KB
0 200
下载积分: 1 下载次数: 6

代码说明:

  一个基于MFC操作excel表格的应用程序。根据需求生成一张刻度与数据对应的excel表(MFC-based operation excel spreadsheet application. Excel sheet with a scale corresponding to the data generated on demand)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 穿目前所有还原下载者 C 源码
    说明:  [C/C++] 穿目前所有还原的下载者 C++源码 下载者包括四个工程: CDown:生成器 userinit:真正的下载者 Dat:驱动和下载者的安装程序 pass:驱动程序 原理:驱动程序可以穿透还原卡,并且可以修改系统文件,这里是通过修改系统文件userinit.exe来实现的。userinit.exe的功能很简单,就是启动explorer.exe。这里就是通过替换uerinit.exe,伪造一个userinit.exe。这个伪造的程序可以实现uerinit.exe的原始功能,并可以实现自定义的功能,比如下载执行,发送数据。 驱动的功能就是替换指定的系统文件。 将userinit Dat pass 编译出来的文件放到cdown的res里,再生成出生成器就可以使用它生成下载者,也就是这个穿还原的程序([C/C++] wear all current restore downloader C++ source code The download includes four projects: CDown: generator Userinit: a true Downloader Dat: driver and downloader installer Pass: Driver Principle: driver can penetrate the restore card, and you can modify the system file, here is through the modification of system file userinit.exe to achieve. The function of userinit.exe is simple, that is, to start explorer.exe. This is where you forge a userinit.exe by replacing uerinit.exe. This fake program can realize the original function of uerinit.exe, and can implement custom functions, such as downloading, executing and sending data. The driver's function is to replace the specified system files. The userinit Dat pass compiled files into the Cdown res, regeneration into the generator, you can use it to generate the download, that is, the process of wearing a restore)
    2021-03-21 03:59:17下载
    积分:1
  • dsp-signal-transform
    dsp信号处理模板,实现信号处理图形化,可自由扩展功能(dsp signal transform )
    2012-01-08 20:33:09下载
    积分:1
  • TadaptiveOFDMh
    本程序利用改进的CHOW算法,仿真了自自适应OFDM系统的性能,并画出了SNR (This program makes use of improved CHOW algorithm simulates the performance of self-adaptive OFDM system, and draw the SNR)
    2012-08-20 06:45:10下载
    积分:1
  • Office-Word-2
    基于mfc程序演示各种操作word的方式,简单明了、容易迅速上手;各种操作注释完整。(Based on word of mfc program demonstrates the various operation modes, simple, easy to get started quickly various operating Comment integrity.)
    2014-02-26 12:50:46下载
    积分:1
  • Un-Scan-It
    采集曲线图上的点数据, 可用Matlab、Excel重现此图(Collection point on the graph data available Matlab, Excel reproduce Figure)
    2013-01-23 16:17:21下载
    积分:1
  • miniFilter
    miniFilter.rar所有框架代码以及对应的PPT资料,可以直接拿来进行修改即可完成各种驱动,是你开发微软新过滤构架驱动所必下资料(miniFilter.rar all the framework code as well as the corresponding PPT information, can be directly used to modify a variety of drivers to complete, your new filter framework for the development of Microsoft, will drive the next data)
    2008-07-17 09:18:55下载
    积分:1
  • man_Mcml
    蒙特卡罗模拟光在复杂多层介质中的传播,反射,吸收等等,附对程序的详细pdf介绍。(Monte Carlo simulation of light propagation in complex multi-media, reflection, absorption, etc., with a detailed pdf program introduction.)
    2020-11-12 21:19:44下载
    积分:1
  • danshuangshitu
    窗口编程是图象处理的一部分.单视图和双视图的切换练习程序,用VC++6.0实现,(window programming is part of the image processing. Single View and View-switching practice procedures, VC 6.0.)
    2007-05-09 21:53:09下载
    积分:1
  • gmelinflist
    读取dxf文件,提取相关图元,可用于CAD CAM 数控方面,对从事数控朋友有所帮助。
    2017-02-27 17:33:49下载
    积分:1
  • Virtual-screen-and-realization-
    Visual C++语言提供了虚屏功能,利用它及Windows GDI图形函数,可编制出功能强大的图形处理程序。虚拟屏幕的原理是,首先定义一个虚拟设备描述表及一块位图象数据区,将本应在实际窗口的绘画处理转移到此图象数据区(这块图象数据区功能相当于视频存储区),绘画操作完成后可通过图象传递,将结果弹出到可视窗口。许多Windows环境的图形处理或CAD系统都采用了这种技术。如GIS软件Mapinfo、AutoCAD for Windows等,它们的图形操作功能如开窗、漫游等的基础都是建立在虚屏基础上,并且将操作界面都作成工具窗(一种特殊的窗口,客户区内规则地排列着图象按钮响应操作代码)的形式,直观、灵活且便于用户选择操作。VC++的CDC类、CBitmap类封装了对虚屏的操作,利用类的继承性,也可很容易的实现工具窗。(Visual C++ provides a virtual screen function, use it, and Windows GDI graphics functions, can be prepared in a powerful graphics program. The principle of the virtual screen, first define a virtual device description table and a bit image data area, the present should be transferred in the actual window painting processing of this image data area (this image data area function equivalent to the video memory area ), after the completion of the painting operation can be passed through the image, the results of the pop-up to the visible window. Graphics or CAD system for many Windows environment using this technology. GIS software Mapinfo, AutoCAD for Windows and other graphics operations functions such as windows, roaming the foundation are built on the basis of the virtual screen, and the operator interface made ​ ​ tool window (a special window, the client area regularly arranged in the form of image button in response to the operation code), intuitive, flexible and user-fri)
    2012-11-29 00:55:11下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载