搜索资源列表

  1. BankPrint

    0下载:
  2. 从数据库读取数据,然后控制尺码单分段打印程序-read data from the database and then control the size of single-section Print
  3. 所属分类:打印编程

    • 发布日期:2008-10-13
    • 文件大小:3.68kb
    • 提供者:wanghui
  1. windowsbios

    0下载:
  2. 大家都知道,windows接管了对物理内存的直接存取,而bios信息存在物理内存 的f000:0000处,关键就是如何读取物理内存。 函数说明 第一个函数ZwOpenSection用来打开section,第一个参数是指向HANDLE变量的指针,第二个是访问参数,第三个是指向OBJECT_ATTRIBUTES的指针 第二个函数ZwMapViewOfSection用来建立物理内存和当前进程的一段物理内存的联系,参数很
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:66.1kb
    • 提供者:王涛
  1. readinifile_H

    0下载:
  2. /* * 读取INI文件的函数(C语言) * File: readinifile.h * Read INI File * char* GetInitKey(FileName, Section, Key) * Return Key=>Value * + [config] * + dbhost=localhost * * strcpy(dbhost,GetInitKey(\"config.ini\"
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:972byte
    • 提供者:eFun
  1. clk_gen

    0下载:
  2. 读取CLOCK GENATOR 的一段程序,可以看一看啊-read the section procedures can look at the ah
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:957byte
    • 提供者:徐组军
  1. dssdf

    0下载:
  2. 本程序在EVC4.0+PPC SDK 2003下调试通过。 用Independent JPEG Group发行的JpegLib进行Jpeg图像的读取与保存。 这里只加了一个简单的处理示例——负片。其他的处理可以用与这个类似的方法,有了处理的算法对像素数据进行操作。或者加上鼠标事件的处理来完成绘画功能等等,这里主要是对JPEG文件进行操作的部分。 注意:程序中的CTScreenBuffer并未使用,原因是使用它加载后有段
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:732.76kb
    • 提供者:king
  1. xmlOperate

    1下载:
  2. 用于在windows环境下读取xml文件的一段源码,在VC的编译条件下运行-for the windows environment xml document read a section of the source code, the compiler in VC operating conditions
  3. 所属分类:Internet/网络编程

    • 发布日期:2011-12-01
    • 文件大小:5.33kb
    • 提供者:黎程
  1. IniFile

    0下载:
  2. 操作INI文件,非常方便... 使用方法: 1.先把IniFile.h,IniFile.ccp加入Porject,在要使用该类的头文件中加入 #include \"IniFile.h\",及CIniFile IniFile 2.读取和写入: string = IniFile.GetString(\"section\",\"item\",\"默认\") int = IniFile.GetInt(\"
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2.92kb
    • 提供者:电风扇
  1. 3fprint

    0下载:
  2. 公司打印机转接板的一段小代码 主要功能是从ARM上通过I2C读取数据,然后用并口控制打印机打印,使用单片机控制-companies printer adapter plate section of the main functions of the small code is adopted from ARM I2C read data, and then use the parallel port printer control, t
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4.49kb
    • 提供者:丁衍
  1. RSA加长分段解密

    0下载:
  2. RSA加长分段解密算法,界面操作。算法步骤如下:1. 读取私钥d和n,作解密之用。 2. 从EncText中读取一大段密文,再把该大段密文分成若干小段密文。 3. 使用d和n把所有小段密文进行解密成对应的小段密文sectByte[],再合成一大段明文字节数组Byte[],并转化成大段明文添加到DecText。 4. 读取下一大段密文,若密文为空,完成解密;否则转2-RSA decryption algorithm lengthened
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:32.76kb
    • 提供者:何泽荣
  1. 加密解密技术内幕

    0下载:
  2. 加密解密技术内幕 第1章 PE文件格式深入研究 1.1 PE文件格式格式纵览 1.1.1 区块(Section) 1.1.2 相对虚拟地址(Relative Virtual Addresses) 1.1.3 数据目录 1.1.4 输入函数(Importing Functions) 1.2 PE文件结构 1.2.1 The MS-DOS头部
  3. 所属分类:电子书籍

    • 发布日期:2010-11-23
    • 文件大小:1.32mb
    • 提供者:vachel
  1. o2smsv

    0下载:
  2. Oxygen SMS ActiveX Control允许你发送接受文字及图片消息,读写缺省的SMS中心号码,获得保存的信息总数和统计它们的位置,从SMS收件箱中读取和删除信息。可以获得手机的IMEI,型号的软件和硬件版本和日期,电池容量和信号强度。控件可以和任何支持Active X的编程环境相融合(如,ASP。Microsoft Visual Basic,Microsoft Visual C ,Microsoft Access,Borl
  3. 所属分类:手机短信编程

    • 发布日期:2025-01-08
    • 文件大小:476kb
    • 提供者:站长
  1. 3fprint

    0下载:
  2. 公司打印机转接板的一段小代码 主要功能是从ARM上通过I2C读取数据,然后用并口控制打印机打印,使用单片机控制-companies printer adapter plate section of the main functions of the small code is adopted from ARM I2C read data, and then use the parallel port printer control, t
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2025-01-08
    • 文件大小:4kb
    • 提供者:丁衍
  1. view

    0下载:
  2. 读取一段视频的代码,注意需要命令行的形式运行,命令行的参数要给出视频文件名,视频文件必须要avi格式,并且放到debug中。-Read the code section of the video, pay attention to the need for the form of command-line operation, command line parameters should be given video file name
  3. 所属分类:多媒体编程

    • 发布日期:2025-01-08
    • 文件大小:1kb
    • 提供者:ww
  1. Opencvcvcammodulereadvideostreaming

    0下载:
  2. 利用opencv编写的一段用cvcam模块读取视频流的程序代码-Opencv prepared to use a section of cvcam module used to read the program code video streaming
  3. 所属分类:图形图象

    • 发布日期:2025-01-08
    • 文件大小:2kb
    • 提供者:xuefengathena
  1. labview-read-any-section-of-the-file

    0下载:
  2. labview读取文件程序,可以读取文件中的任意一段并做频谱分析,并附加了一段参考数据-labview read file program, you can read any section of the file and do spectrum analysis, and additional reference data for some
  3. 所属分类:LabView

    • 发布日期:2025-01-08
    • 文件大小:1.44mb
    • 提供者:Hou
  1. 单片机读取矩阵键盘并在4LED上显示按键值

    0下载:
  2. 单片机读取矩阵键盘并在4段数码管上显示按键值(SCM read matrix keyboard, and display button value in the 4 section of the digital)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2025-01-08
    • 文件大小:29kb
    • 提供者:不再沉默
  1. sql读取并生成到控件树

    0下载:
  2. 读取sql数据部分并初始化图像增强初始化参数,然后生成控件树。(Read the SQL data section, initialize the image, enhance the initialization parameters, and then generate the control tree.)
  3. 所属分类:其他小程序

    • 发布日期:2025-01-08
    • 文件大小:205kb
    • 提供者:yh880
  1. 声音读取

    0下载:
  2. c#编程实现读取一段wav音频文件,仅仅是读取哦(C# programming to read a section of wav audio file)
  3. 所属分类:其他小程序

    • 发布日期:2025-01-08
    • 文件大小:1.79mb
    • 提供者:御魂笑
  1. ReadElfs

    0下载:
  2. 可以读取elf文件的所有节名字,类型及偏移量。(You can read all the section names, types, and offsets of the elf file.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2025-01-08
    • 文件大小:245kb
    • 提供者:lazyo0s
  1. 读取截面尺寸及钢筋布置

    1下载:
  2. 利用该程序可读取某一钢筋混凝土构件截面尺寸及钢筋布置情况(The program can be used to read the section size and reinforcement layout of a reinforced concrete member)
  3. 所属分类:图形图像处理(光照,映射..)

« 12 3 4 5 »

源码中国 www.ymcn.org