资源列表
排序选择:
[系统编程] NtQuerySystemInfo
说明:一个获取Windows系统当前加载的所有模块,其中关键用到了ntdll.dll中未导出的函数,可以把加载的驱动都遍历出来,极其有价值的函数,具体过程看上传源码!-Access to all the modules loaded by the Windows system, where the key used in the exported functions in ntdll.dll, loaded drivers can traverse, an extremely valuable fun<瓜哥> 在 2025-07-02 上传 | 大小:112kb | 下载:0
[其他数据库] OleDbHelper
说明:本代码可以实现对OLEDB数据库的加载,登陆,查询,非查询操作,即增,删改等功能是一般的方法,复用性良好,具体自己操作。-This code can realize OLEDB database loading, landing, query, non-query operation, ie, an increased excision and other functions is a general method, reusability, specific operation.<领然> 在 2025-07-02 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] BP3_MC_200MHz
说明:ccs上开发dsp程序的几个小程序,可以学一学,都是实验室自己的项目-ccs developed DSP program a few small programs, you can learn a school lab project<刘良友> 在 2025-07-02 上传 | 大小:270kb | 下载:0
[数学计算/工程计算] series-sum
说明:数列求和(动态规划实现) 给定n个数字和一个范围[x,y],求从这n个数字中任意取出一些数字,使得它们的和在范围[x,y]中有多少种取法。 输入: 输入第一行为整数case,case<=10 表示有case组测试数据。 对于每一组测试数据,第一行为一个整数n (n<=30),第二行为n个整数a[i],第三行为两个整数x和y。其中,a[i]>=0,sum(a[i])<2^31,0<x,y<sum(a[i])< span="">。<陈曦> 在 2025-07-02 上传 | 大小:2kb | 下载:0
[Windows编程] vc-csv
说明:Vc++读写csv文件的类,这个资源是读写CSV文件的非常实用的类。方法写得非常好,代码也写得非常简洁,很合适在实际项目中使用。经本人测试,只要把上面的代码CSVOperator.h、CSVOperator.cpp和StringParser.h拷贝到项目中,就可以直接使用。在CSV_OP.cpp文件中,main方法里面有详细的读取文件的方法。读取的是config.csv这个文件。-Class Vc++ read and write csv file, this resource is to re<李志红 > 在 2025-07-02 上传 | 大小:3kb | 下载:0
[图形图像处理(光照,映射..)] 2D-otsu2
说明:二维原始Otsu算法的MATLAB实现和其对应的文献。实现效果很好。-MATLAB realization of two-dimensional original Otsu algorithm and its corresponding literature. To achieve good results.<kongtiao> 在 2025-07-02 上传 | 大小:395kb | 下载:0
[matlab例程] exam_fourier
说明:用傅里叶变换对地震信号进行时频分析,通过修改参数可以深刻的认识傅里叶变换在时频分析中的意义,适合地震信号研究的初学者。-Fourier transform of the seismic signal frequency analysis, parameter changes can be profound understanding of Fourier transform in the time-frequency analysis of significance for the seismi<续> 在 2025-07-02 上传 | 大小:1kb | 下载:0
[JSP源码/Java] Dealwithshapes
说明:画图功能,能画出圆,长方形,正方形等,当你输入你要画的图形时程序就会自动画出图形。-Drawing functions to draw circle, rectangle, square, etc., when you enter you to draw graphics program will automatically draw the graphics.<echo> 在 2025-07-02 上传 | 大小:2kb | 下载:0
[图形图象] The-filter
说明:实现图像的高斯滤波,均值滤波,维纳滤波这三种滤波器-Gaussian image filtering, average filtering, Wiener filtering of three filters<陈霞> 在 2025-07-02 上传 | 大小:193kb | 下载:0