CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - read a file c

搜索资源列表

  1. ROAMSimple

    0下载:
  2. Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in Landscape.h and Utility.cpp. MAPS: Default map is read from HeghtXXX.raw where XXX is the MAP_SIZE (as defined in Landscape.h). If this m
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:419.19kb
    • 提供者:chenchen
  1. ActionScript编程实例

    1下载:
  2. Chapter 2: Getting Started Hello World Hello World Enhanced A simple "Hello World" application that shows the basics of how to use an Actionscr ipt 3.0 class in an application. The Enhanced version adds a name-checking feature. These exam
  3. 所属分类:FlashMX源码

  1. CSharpbyq20090225

    0下载:
  2. C#网页编译器 使用AJAX+ASP.NET+VS2005开发制作 使用帮助 直接用VS2005打开工程 如果你没有安装微软ASPAJAXExtSetup 那么请先安装下载 本程序 实现了 C#语法在线编译的控制台程序 可以显示错误信息和正确编译信息 模拟了CMD平台 如果运行提示XXX不能创建文件, 请到C盘 WINDOWS目录system32 目录 单击属性 安全 添加用户 Everyone用户 权限为写入 就行 如果其他问题 可以直接联系本人。 请不要在程序中输入 Co
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-25
    • 文件大小:235.08kb
    • 提供者:陆华俊
  1. experiment

    0下载:
  2. 利用随机数产生1000个0~100之间的考试分数,将其存入一个文本文件中,然后程序从这个文件中读取这1000个考试分数,统计其中各分数段(A[90,100],B[80,90), C[70,80), D[60,70), F[0,60))的人数 、所占百分比,平均分。-The use of 1000 random number generator between 0 ~ 100 test scores, be deposited into a text file, and then the proc
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:154.74kb
    • 提供者:庄黛
  1. VNC Dump

    0下载:
  2. vnc本地口令破解C源代码 默认情况下VNC服务端的密码是放在注册表中的,本工具只针对这种情况。首先用ASP读出注册表中的加密密码,然后用破解工具破解。-+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +This is a little Disclaimer for if you havn t read the on on our site. + +The tools and tutor
  3. 所属分类:WEB源码

    • 发布日期:2013-06-20
    • 文件大小:879byte
    • 提供者:sdsd
  1. java

    0下载:
  2. 1.根据一个已有的file c:\student.csv, 将所有学生数据读到一个ArrayList中.ArrayList中的元素类型是Student类型。 2.将得到的这个ArrayList按照小组号分组,构造一个HashMap。 Map的key是组号,value是一个ArrayList,这个arraylist中包含了所有在这个小组下的Student 3. 遍历这个HashMap,打印出每组下学生的学号。 注意,要求打印学号的除前3位其他的字符。比如学号为HSG1001,打印出来就是1
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:7.99kb
    • 提供者:flinove
  1. proj1-traces.tar

    0下载:
  2. 写一段C或Java程序对一个2,1转移预测器进行建模。你的程序需要从名为history。txt的文件中读取信息。-Write a C or Java program on a 2, 1 transfer prediction modeling. Your program needs from the name history. Txt file to read information.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3.27mb
    • 提供者:谢权威
  1. bb

    0下载:
  2. Write a C or Java program on a 2, 1 transfer prediction modeling. Your program needs from the name history. Txt file to read information.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:495.29kb
    • 提供者:谢权威
  1. HTMLEdit

    0下载:
  2. HTML编辑样本(HTMLEd)展示了如何使用图书馆的Visual C + +包类,Internet Explorer MSHTML编辑控制 - The HTML editing sample (HTMLEd) shows how to use the Visual C++ libraries classes which wrap the Internet Explorer MSHTML editing control. The Internet Explorer HTML editin
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-01
    • 文件大小:37.77kb
    • 提供者:liu
  1. Digital-certificates

    0下载:
  2. 数字证书:从文件中读取数字证书,生成文件输入流,输入文件为c:/mycert.cer,获取一个处理X.509证书的证书工厂-Digital certificate: digital certificates read from a file, the file input stream is generated input file c :/ mycert.cer obtain a certificate factory for X.509 certificates
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:14.25kb
    • 提供者:pudn1375
  1. readWav

    0下载:
  2. The program shows how to read in a wav file. In this case, the programme is expecting a single channel (mono), 16bit PCM encoded file. The complete source file can be downloaded using the link below. It is compiled and executed as follows:
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:784byte
    • 提供者:solo
  1. JOBJECTSTREAM

    0下载:
  2. Java源码,文件操作,OOP,读取数据 Java以对象形式读存数据,本例将演示如何实现以对象的形式读存数据,做到真正的OOP。在 OOP 编程中,数据经常和其上的操作一同被封装在一个类中,如工人的基本信息和其上的修改读取操作封装在一个类Worker 中。这样做得好处是数据的处理变得非常容易。但是如果在数据保存时还是沿用以前c 语言等面向过程语言的操作方法,则无论是写数据还是读数据都非常困难,容易出错。-Java source code, file operations, OOP, read
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-16
    • 文件大小:27.51kb
    • 提供者:Meikao
  1. jta-master

    0下载:
  2. JTA - Telnet / SSH JAVA(tm)的平台-JTA- Telnet/SSH for the JAVA(tm) platform ========================================== (c) Matthias L. Jugel, Marcus Meiß ner 1996-2005. All Rights Reserved. Please make sure you read and understood the do
  3. 所属分类:Applet

    • 发布日期:2017-04-01
    • 文件大小:688.42kb
    • 提供者:rrr
搜珍网 www.dssz.com