CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - vc .txt

搜索资源列表

  1. scrnsave_code

    1下载:
  2. 这是一个在windows平台下运行的类似于win98的屏幕保护程序“变幻线”的东东,不过屏蔽掉了Alt+Ctrl+Del,Alt+Tab键,运行时全屏,只能用特定的密码退出,密码是:kkcocoon.呵呵,记住了,不然,可能要逼得你重新启动机器。   本程序对于每一个windows下编程的程序员(比如正在使用VC,VB,Delphi,C++Builder等的朋友)来说,相信都会是一个很有价值的示例程序。因为本程序没有使用MFC,VCL等类库,用Windows SDK(Windows Soft
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:17494
    • 提供者:kk.h
  1. Kanji_Code_Converter_assisted_tools_SourceCode

    0下载:
  2. 利用VC自动生成了汉字内码转换所需要的转换表以及头文件,生成的转换表和头文件可用于嵌入式系统开发编码转换使用.可作为类似编码转换应用的参考代码.详见readme.txt-Using VC ,automatically generated by the conversion of Chinese characters within the code conversion table and the necessary header files to generate the conversion
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1311170
    • 提供者:新蛮狼
  1. Txtdatatosegydate

    0下载:
  2. 基于VC++的segy数据合成软件及代码,用来将文本的数据合成SEGY格式数据-Txt data to segy date
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:284675
    • 提供者:Huliu
  1. JrtpCS

    0下载:
  2. 此源文件问本人参考Jrtplib的example1写的一个集服务器和客户端为一体的源文件,需要用到jrtplib3.7,jthreadlib1.2,调试时,请选择vc++6.0的debug multithread dll选项调试,其中testResult.txt为本人测试结果,源码中解释详尽,希望对大家有用-I asked the source of reference Jrtplib set example1 to write a server and client as one of the
  3. 所属分类:Internet/网络编程

    • 发布日期:2013-12-19
    • 文件大小:2066
    • 提供者:pjl
  1. analyze

    0下载:
  2. 从txt文件中读取日志数据分析并将分析结果输出到XML文件中,其中含有CMarkup(VC下操作XML文件)类,本人原创编写:)-Txt file to read from the log data analysis and the results of the analysis output to XML file, which contains CMarkup (VC operation XML file) category, I prepared original:)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:57036
    • 提供者:lu
  1. FFT

    3下载:
  2. 1. 运行myfft.exe 把音频数据经过fft后存放在data.txt文件中 2. 再运行HUITU.exe把data.txt中的数据一帧一帧的画到屏幕上,形成动态效果 3. 运行soundee.exe 是还原声音 注:其中myfft.c是fft的C语言代码,用VC实现的;HUITU.C是绘图代码,用TC实现的;soundee.c是还原声音代码,用VC实现的。 -1. Myfft.exe run the audio data stored in the post-fft
  3. 所属分类:Special Effects

    • 发布日期:2014-09-09
    • 文件大小:319660
    • 提供者:游智超
  1. 1

    0下载:
  2. 编译原理的语法分析实验,里面含有一个TXT文档,将其内容复制到VC中便可运行-Compiler parsing principle experiment, which contains a TXT document, its contents can be copied to the VC in the running
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:3509
    • 提供者:duanxinn
  1. Banker_algorithm

    0下载:
  2. 一个实现操作系统银行家算法的vc++程序,银行家算法全过程,包括MAX,NEND等资源的设定都由txt文档提供。-A banker' s algorithm to achieve the operating system of the vc++ program, the entire process of banker' s algorithm, including the MAX, NEND settings and other resources provided by the
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:16384
    • 提供者:beyond
  1. file

    0下载:
  2. VC++ 文本压缩程序,主要是操作TXT格式文件,运行于Windows系统 命令提示符环境,输入文本文件位置就可以对文件进行压缩、解压、文件测试等,属底层操作,借鉴价值比较大。-VC++ text compression process, mainly operating TXT format, running on the Windows system environment for the command prompt, type the location of a text file of
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:15744
    • 提供者:692
  1. yasuo

    0下载:
  2. VC++ 文本压缩程序,李恒作品,主要是操作TXT格式文件,运行于Windows系统 命令提示符环境,输入文本文件位置就可以对文件进行压缩、解压、文件测试等,属底层操作,借鉴价值比较大,感谢作者奉献。-VC++ text compression process, Li works, mainly operating TXT format, running on the Windows system environment for the command prompt, type the loca
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:15859
    • 提供者:124
  1. BP_neural_network_source_code

    2下载:
  2. BP神经网络源程序(程序是在VC++6.0环境下编译的,在低版本编译可能会出现错误!) 程序文件说明: 1、界面程序:wuzhou11.* 2、BP神经网络训练程序:LearnDlg.* 3、BP神经网络预报程序:ForecastDlg.* 4、BP神经网络说明程序:text.txt 5、测试范例:ldlqw11.* .nna 训练样本文件 .nnb 测试文件 .par 训练控制参数 .nnr 训练误差文件 .out 测试结果文件 .wgt 网络
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5868731
    • 提供者:czxuemei
  1. FToA_prog

    0下载:
  2. 压缩包里包括一个.h文件和一个.cpp文件,用带有TXT文件路径参数的构造函数建立对象,就可以自动把TXT文件中的数值保存到数组中,这个类用的是DOUBLE型,可以根据自己的需要更改,我初学VC,有不妥的地方请指正。具体介绍可以到http://blog.sina.com.cn/s/blog_487547aa0100afcu.html查看-Includes a compression bag. H file and a. Cpp file with a TXT file path paramete
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-07
    • 文件大小:1587
    • 提供者:robert
  1. PrintTxt

    0下载:
  2. 这个vc++工程可以通过打印机等基础设备打印你的文本文件-This program could print your txt files with a printer
  3. 所属分类:Printing program

    • 发布日期:2017-04-03
    • 文件大小:412660
    • 提供者:Ivan.Ru
  1. txteditor

    0下载:
  2. vc写的一段源代码,可编辑txt文本,类似于windows自带的记事本-vc wrote the section of source code, editable text txt, similar to the Notepad comes with windows
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4336
    • 提供者:王鼎
  1. MyNotepad

    1下载:
  2. 可以替代系统记事本的程序 首先建立基于类CEditView的单文档的工程Notepad,注意在MFC-AppWizard Step-4的Advanced中设定扩展名为txt。去掉工具栏(系统记事本里也没有),菜单按照系统的记事本来设计,并且ID用VC自带的设置,如“复制”ID为ID_EDIT_COPY。自己要加入字体的设置: 向CNotepadeView之中添加CFont类型的成员变量m_Font。为WM_CREATE消息添加映射函数。-System can replace Notepa
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:41142
    • 提供者:李建
  1. COM

    1下载:
  2. 本串口程序基于VC++6.0,应用API函数来编写完成串口收发数据,在两台机子之间收发TXT文件。程序简单简单易懂适合处学者来学习。-Based on the serial program VC++6.0, the application API function to send and receive serial data completed in between two machine to send and receive TXT file. Simple and straightfor
  3. 所属分类:通讯编程

    • 发布日期:2013-10-29
    • 文件大小:12489
    • 提供者:陈灿
  1. TXTFile

    0下载:
  2. 通过VC.net对TXT文件进行操作,可将数据存储或者读取-TXT file by VC.net right to operate, you can store or read data
  3. 所属分类:.net

    • 发布日期:2017-04-16
    • 文件大小:121956
    • 提供者:dinghu
  1. vc_ftp

    0下载:
  2. 用VC实现ftp的上传和下载,还包括数据转换,能把从Unix系统上数据fto到本地,然后转换txt文本格式-VC achieved using ftp upload and download, but also include data conversion, can the data from the Unix system to the local fto, and then convert txt text format
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-28
    • 文件大小:6241
    • 提供者:周科维
  1. ddvip_com_0135278ab3e32c2345

    0下载:
  2. VC做的界面,能生成EXCEL文件并且可以将之转化为TXT文件.-VC do interface, can generate EXCEL files and can be converted into TXT files.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2969587
    • 提供者:周辉
  1. FDCT

    0下载:
  2. VC++图像DCT快速变换源码,包括普通DCT、快速DCT、快速IDCT算法的实现。程序执行后, 将每一种变换的结果存为TXT文档 ,方便查看-VC++ Fast DCT transforms the image source, including ordinary DCT, fast DCT, fast IDCT algorithm. Program execution, it will transform the results of each saved as TXT document
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2433212
    • 提供者:hehong
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 17 »
搜珍网 www.dssz.com