搜索资源列表
yqtnews
- 1,采用了智能采集,不用编写采集规则(正则表达式)照样可以采集新闻内容(要视版本而定) 2,具有无限制采集功能,可采集远程图片到本地,并自动选择适合的图片来生成新闻内容缩略图 3,所有新闻页面全部采用静态页面(.htm文件)生成,极大地提高了服务器的负载能力(根据需要也可以生成.aspx,shtml等类型文件) 4,可把RSS新闻采集成静态页面文件(rss 2.0) 5,集成企业级流量分析统计系统,让你清楚网站访问情况 6,所见所得的采集,智能记忆采集,不会重复采集,强大的实
DISSECTMFC
- 光盘图标、光标、菜单和对话框都是相互关联的,它们是Windows的全部资源型态。资源即数据,它们被储存在程序的.EXE文件中,但是它们并非驻留在程序的数据区域中。也就是说,资源不能从程序原始码中定义的变量直接存取,Windows提供函数直接或间接地把它们加载内存以备使用。我们已经遇到了两个这样的函数,即LoadIcon和LoadCursor,它们出现在范例程序,定义窗口类别结构的内容设定叙述中。它们从Windows中加载二进制图标和光标映象,并传回该图标或光标的句柄。在本章中,我们先建立自己的图
appface_vc
- AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件: 首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: \"appface.h\", \"appface.dll\" ,\"gtclassic.urf\" 。 接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将\"appface.h
Senfore_DragDrop_v4.1
- Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
htmldlg.rar
- 演示了VC++中使用网页窗口美化程序,加载并显示内存中的内容到网页,VC++ to demonstrate the use of landscaping program page window, to load and display the contents of memory to the page
FindStudent
- 课堂随机点名系统。MFC实现。要求能完全实现我们的点名程序已有的功能。即事先从教务处网站上下载某班的学生名单并存盘备用。你的程序能够以某种方式有选择性的加载某个班的存盘文件并把相应的学生信息读入内存,然后以随机的方式来查找某个学生的信息并把它显示出来以实现点名。-Classroom randomly named system. MFC implementation. Requirements to fully realize our program has been named function
xmslib
- dos下整理好的高端内存操作函数,很好用的,TC和BC均测试通过。dos系统需要加载himem.sys驱动支持。-dos finishing with a good high-end memory operation functions, the good, TC and BC were tested. himem.sys dos driver support system needs to load.
pfsz
- 内存加载皮肤设置for易语言(SkinH_EL.dll) -Memory load skin settings for easy language (SkinH_EL.dll)
LOAD
- Delphi下深入Windows核心编程,内存管理-Delphi depth under the Windows core programming, memory management
usageformemoryofselforganised
- 自动计算本机当前的内存的负载率情况,这可以为需要编写自组织网络程序的编程人员提供当前本机的内存使用情况,从而做出该让网络中哪一机器为外界做出服务-Automatically calculate the local current memory load rate, which can be prepared for the necessary self-organizing network programming to provide the current memory usage of th
1
- 多路数据采集控制器,A/D转换和D/A转换,系统分为PC机和单片机系统两部分。从系统图上可见,本系统的硬件部分较简单且成熟:其中D/A转换器选用0832,采用文献[1]的电路实现双极性电压输出,后接跟随器改善带负载能力。存储器选用62256。MAX232实现电平转换。本系统的关键是软件部分,特别是通讯的实现。-Multi-channel data acquisition controller, A/D conversion and D/A converter, the system is div
Student
- 本程序以随机的方式来查找某个学生的信息并把它显示出来以实现点名。-Classroom randomly named system. MFC implementation. Requirements to fully realize our program has been named function. That is, from the Office of Academic Affairs Web site in advance of a class of students download
VisualLeakDetector
- visual leak detector -Visual Leak Detector (VLD) Version 1.9b (beta) Change Log/Release Notes 1.9d beta (12 November 2006) ---------------------------- Bugs Fixed: + Failed assertion "freed == TRUE" pops up when running a pro
DLL_Memory_Loader
- Load a Dll From memory
neicunexe
- 从内存中加载并运行exe:程序通过执行test.exe 加载Project1.exe 到内存中,执行Project1.exe-From memory, load and run the exe: program through the implementation of test.exe loaded into memory Project1.exe Executive Project1.exe
DllMemoryLoader
- load a dll from resource to memory without writting to disk
Gaussian
- Parallel algorithm for Gaussian Elimination. Elimination in both a shared memory environment, using OpenMP, and in a distributed memory environment, using MPI. Parallel LU and Gaussian algorithms for linear systems have been studied extensi
load-Excel-file
- 导入指定的Excel文件到内存中,可以指定列与行,对初学者有参考意义。-The import specified Excel file into memory, you can specify the row and column, reference for beginners.
Memory-Load-DLL
- Windows平台提供的加载library的API(LoadLibarary, LoadLibraryEx)只能加载文件系统中的Library. 没有体哦那个从内存中加载Dll的功能。但是,有些情况下又需要这样的功能。譬如,你不想在发布包中包含很多文件,又或者你想给那些逆向工作者一些苦头吃。这时一个常见的做法是先把dll文件写到一个临时文件中,然后从临时文件中导入它。当程序终止时把临时文件删除。-The Windows platform load library the API (LoadLib
Bo2K loader
- 不创建进程,直接可以在内存加载pe文件,不使用Loadlibrary,直接在内存中展开加载(Do not create a process, you can directly load PE files in memory, do not use Loadlibrary, directly in memory expansion load)