搜索资源列表

  1. 文件系统设计.cpp

    0下载:
  2. 操作系统文件系统管理,可实现建立文件,打开文件,写文件,读文件等操作。-OS file system management, achieving the document, open the paper, writing paper, read documents operation.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2959
    • 提供者:高春梅
  1. KoSMSGateWay_Pro36

    0下载:
  2. 使用单链表实现本程序要求,单链表每个节点存储一个学生的信息。 创建一个链表类(List),链表类可实现如下功能: 创建链表,插入节点,删除节点,编辑节点,显示节点,保存链表信息等功能,读入数据文件等功能(详细说明请查看源代码)。 创建一个操作类(Operater),操作类实现如下功能: 显示菜单,操作链表。-use a single linked list to achieve the procedural requir
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1281768
    • 提供者:路国年
  1. ptest

    0下载:
  2. VB写的ORACLE连接程序,可实现ORACLE数据的读写操作,-VB wrote ORACLE link, which enables the Oracle data read and write operations,
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:77787
    • 提供者:hejinwu
  1. Map_OpenGL

    2下载:
  2. 读取dem文件来生成二维和三维场景,可实现放大、缩小、漫游等功能-read dem document to generate 2D and 3D scenes can achieve amplification, narrow, roaming capabilities
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1075836
    • 提供者:毛玉柱
  1. comVC

    1下载:
  2. 串口读写VC源程序,内容完整,可实现串口读写-VC source, the content is complete, can read and write Serial
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:64272
    • 提供者:潘炀均
  1. SDRW~~

    0下载:
  2. WINCE的SD卡程序~~可实现读写的代码-pulled SD card procedures ~ ~ can read and write code to achieve flat
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:70502
    • 提供者:潘炀均
  1. FindManSrc

    0下载:
  2. 句柄值查询器. 可实现集灰色按钮客星、星号密码查看器、无效菜单激活器于一身的实用工具。由于现在很多程序员习惯把软件的密码或序列号事先计算出来,存放到一个不可见的控件元素中,所以,添加上类的搜索与关键字查询功能, 它还具有密码读取的能力。 -handle inquiries for value. Set achievable gray button-passenger Star Password viewer, invalid
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:9044
    • 提供者:zqd
  1. ExcelandVC

    0下载:
  2. 本程序可实现对Excel文件的写入\读取,对表格中指定行、列、单元格进行查询、插入、替换等操作。是一个较完善的将EXCEL与VC结合起来的实例-this program can be realized on the Excel document into the \\ read, the table designated rows and columns. Inquiries into cells, insert, replace su
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:126326
    • 提供者:zz
  1. Soft20060210105922892

    0下载:
  2. 这是学《编译原理》时的上机实验。可实现对C语言的词法分析,关键字32个,包含了C的绝大部分运算、限界符,主要是对文件进行读、写操作,节省内存消耗,自以为是一个不错的词法分析程序。运行环境为VC++6.0。-This is the time for "compiler theory," the experiment on the plane. To be able to achieve C language lexic
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4373
    • 提供者:why
  1. LRDraw

    0下载:
  2. 可实现简单画图功能,且能设置设置图元属性,可读写,多文档应用程序源码。-simple drawing can be functional and can set the map units installed, can read and write, multi-document application source code.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:105007
    • 提供者:李松原
  1. word-analysis

    0下载:
  2. 词法分析程序。可实现对C语言的词法分析,关键字32个,包含了C的绝大部分运算、限界符,主要是对文件进行读、写操作,节省内存消耗,是一个不错的词法分析程序。-lexical analysis procedure. To be able to achieve C language lexical analysis, keyword 32, C contains the majority of operations Bound website
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:32829
    • 提供者:nimeda
  1. KoSMSGateWay_Pro36

    0下载:
  2. 使用单链表实现本程序要求,单链表每个节点存储一个学生的信息。 创建一个链表类(List),链表类可实现如下功能: 创建链表,插入节点,删除节点,编辑节点,显示节点,保存链表信息等功能,读入数据文件等功能(详细说明请查看源代码)。 创建一个操作类(Operater),操作类实现如下功能: 显示菜单,操作链表。-use a single linked list to achieve the procedural requir
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1282048
    • 提供者:路国年
  1. filesys

    0下载:
  2. Windows系统文件过滤驱动源代码. 采用Windows 2000 DDK开发. 可修改文件Create, Open, Write, Read, Flush, Cleanup, Close例程. 参考此代码可实现文件加密,文件监控,版权保护等特殊文件操作. -Windows system file system filter driver source code. Using Windows 2000 DDK deve
  3. 所属分类:驱动编程

    • 发布日期:2024-05-18
    • 文件大小:175104
    • 提供者:
  1. wav

    0下载:
  2. 该程序可实现wav文件的读取,读取wav文件的各个参数并输出。-The program allows to read wav files, wav files to read the various parameters and output.
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:4199424
    • 提供者:
  1. write_read_eeprom

    0下载:
  2. PIC单片机读写eeprom程序代码,主要适用于24c0x系列的芯片,可实现大量数据读写功能-PIC microcontroller to read and write eeprom code, mainly for 24c0x series of chips that can read and write capabilities to achieve large amounts of data
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:172032
    • 提供者:赵晓静
  1. read-and-write-CSV-file

    0下载:
  2. 可以实现CSV的写入文件读取。同样如果将程序稍作改动就可实现各种格式的文件的写入和读取。文件是以逗号和回车为间隔的写入的。这样可以用excel软件打开该文件。同时,在读取时,将存取的数字在逗号和回车的交替中提取出来。-You can write the CSV file to read. The same if the program make a little change can be achieved in various for
  3. 所属分类:文件操作

    • 发布日期:2024-05-18
    • 文件大小:1944576
    • 提供者:potterwei
  1. Serial-Write-and-Read

    0下载:
  2. 可实现VISA串口读写操作,界面简单,可对VISA源、通讯频率等参数进行设置。-VISA serial read and write operation can be realized, a simple interface, can set the parameters of the VISA source, communication frequency.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-18
    • 文件大小:24576
    • 提供者:lily
  1. 法向量可视化

    0下载:
  2. opengl,实现对obj模型的读取以及法向量的可视化(OpenGL, to achieve the obj model read and the visualization of normal vectors)
  3. 所属分类:OpenGL

    • 发布日期:2024-05-18
    • 文件大小:17148928
    • 提供者:珙桐麻衣
  1. 仿excel表格,可实现运算

    0下载:
  2. ANDROID对Excel文件的解析,读取Excel文件(ANDROID parsing the Excel file, read Excel file)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:1371136
    • 提供者:seriala
  1. 蓝牙BLE自定义server

    0下载:
  2. 本人自定义的一个蓝牙server,可实现基本的read,write,notification等功能,仅供网友参考(I customize a Bluetooth server, can achieve the basic read, write, notification and other functions, only for users to refer to)
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:Alin1992
« 12 3 4 5 6 7 8 9 10 ... 33 »

源码中国 www.ymcn.org