CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - vc txt

搜索资源列表

  1. FootScan.rar

    0下载:
  2. vc下读取txt文件中的多个脚底压力数据,并分别创建出bmp位图,还将总的压力求出,显示出总的压力分布图,txt file under vc read more than the soles of the feet of the stress data, and separately to create a bmp bitmap will also stress the overall obtained, showing that the overall stress distribution
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:55kb
    • 提供者:ck
  1. 111

    0下载:
  2. 每天夜里十二点,自动删除C盘下的File4.txt文件 ,上机实验,vc编写-0:00 every day, automatically delete the C disk File4.txt document under the last experiment, vc prepared
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.09mb
    • 提供者:aa
  1. HAPPY

    0下载:
  2. 用vc++编写数据读取程序,读取txt中数据到数组中,实现数据的几种处理-With vc++ The preparation of the data reading process, read txt data into an array, the number of data processing
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:26.95kb
    • 提供者:赵振
  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
    • 文件大小:1.25mb
    • 提供者:新蛮狼
  1. readtxt

    0下载:
  2. 记事本读写文件,可以把TXT中的内容直接读入系统程序内进行操作,并把结果写回到新的TXT文件中。-Notepad to read and write documents, TXT can directly read the contents into the system to operate within the procedures and the results written back to the new TXT file.
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:74.27kb
    • 提供者:Shene
  1. Txtdatatosegydate

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

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

    0下载:
  2. 将Word 转为txt并存储的vc++源代码,对学习读取Word文件很有帮助-Txt will be converted to Word and save the vc++ source code, to be helpful to learn to read Word files
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:58.41kb
    • 提供者:fwz
  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
    • 文件大小:40.18kb
    • 提供者:李建
  1. bpdata

    0下载:
  2. VC++6.0 实现变压器故障诊断改良三比值法的编写,同时实现txt文件的读写。-Use VC++6.0 to realize transformer fault diagnosis with improved three ratio method, and the same time .
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:962.54kb
    • 提供者:吴凤娇
  1. to_text

    0下载:
  2. 使用VC++6.0编写并运行的统计并检查文本格式的小程序,其中文本输入在制定的txt文档中-Prepared using VC++6.0 and run statistics and check the small program in text format, in which text input in the development of the txt document
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:896.37kb
    • 提供者:caverkia
  1. TXT

    0下载:
  2. 这是一个用VC++6.0编写的记事本源程序代码,可以实现多种功能。好用。- it is for people to edit a text
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1.79mb
    • 提供者:wang yong
  1. filewrite

    2下载:
  2. VC++向txt文档写入的实例程序。点击button,弹出保存路径对话框。-A file(txt) write programe
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1.81mb
    • 提供者:余震
  1. simpleofcalculator

    0下载:
  2. 简单的计算器源代码,使用VC++编程欢迎查看-simpleofcalculator.txt
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.1kb
    • 提供者:文清
  1. zuoye11

    2下载:
  2. 1.编写递归函数计算Fibonacci数列,能避免重复计算 输入:input.txt,仅包含一个整数n(0-90) 输出:程序应能检查输入合法性,若有错误,输出错误提示“WRONG”;否则输出F(n)。两种情况都输出一个回车(形成一个空行)。所有实例均应在30秒内输出结果。 提示:可用一数组保存Fibonacci数列,用一个特殊值表示还未计算出Fibonacci数,递归调用前先检查数组,若已计算,直接取用,不进行递归调用;若未计算,调用递归函数,计算完成后保存入数组。实际上,这
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:690byte
    • 提供者:张蕊
  1. Cstring-transition-char-string-int

    0下载:
  2. Cstring转char、string、int等数据类型的方法,这是我们VC编程经常用到的方法,希望对大家有用!-The transfected char, string, int data type in Cstring. Txt
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:2.31kb
    • 提供者:黄德才
  1. Shake-Your-Name

    0下载:
  2. vc写的抽签程序,读取txt文件,随机选取,感兴趣的可以看一下。-vc wrote balloting procedures, read txt file, randomly selected, interested can look at.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:206.24kb
    • 提供者:水中月
  1. GetStatus

    0下载:
  2. TXT文件属性读取的例子(VC++源码)-TXT file attributes to read the examples (VC++ source)
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:19.23kb
    • 提供者:杨希
  1. VC

    0下载:
  2. VC++实现读写文件,包括txt文本里面的数据-programming achieve read or write file
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:15.93kb
    • 提供者:黎春兰
  1. 点云数据的读取与显示VC++

    2下载:
  2. 能够读取txt格式的额点云数据并且显示以及相关的鼠标操作(Can read the TXT format of the point cloud data, and display and related mouse operations)
  3. 所属分类:其他

    • 发布日期:2017-10-11
    • 文件大小:4.61mb
    • 提供者:zhonglixianyun
  1. VC++的Ansys二次开发源代码

    1下载:
  2. 1、请将安装文件下的rotor文件夹拷贝到D盘根目录下。 2、如为Windows Vista操作系统请不要将程序安装在系统盘C盘下。 3、模态分析自动用log.txt作为例子测试。 4、实时ansys请导入log_test.txt作为例子测试,此时系统已进行了建模和网格划分工作,只需要求解和后处理即可。(1, please install the file under the rotor folder copy to the D packing directory. 2, such as
  3. 所属分类:其他

« 12 »
搜珍网 www.dssz.com