搜索资源列表
2004-01-05_优盘文件系统(FOR C)
- 这是一个用C语言编的文件系统。-This is a C language series of the file system.
词法分析程序(编译原理)
- 用C语言写的词法分析程序 #include "stdio.h" #include"string.h" #include "stdlib.h" FILE *fp; char filename[20]; char token[100]; int m=0; char getch() { char ch; ch=fgetc(fp); return ch; } char getbc
wordtube.zip
- wordTube是一款可以让您在您的 WordPress 博客上实现插入视频和音频等文件功能的插件。以此将您的博客变成播客。 在后台中,您可以设置媒体文件的相关信息,而且它也拥有一套比较完整的文件管理系统。您可以通过后台程序直接上传媒体文件,或者直接对其他服务器中的文件进行链接。以 1.53 版为蓝本进行中文化。在使用的过程中注意一下几点: 首先,媒体文件尽量不要使用中文名,在后台上传中文名文件时会报错。 其次,文件名中尽量不要有特殊符号或空格,以避免上传后的文件名与原始文件名不一致。导致
jieya
- 在线解压zip文件的php源码文件,效率很高的说.-Unzip zip files online php source file, said high efficiency.
14160_1233800004Ifp6
- Java企业人事管理系统源码javahr 配置Oracle数据库 在配置Oracle数据库时,请参见以下步骤: (1)请确定数据库已经成功启动; (2)请确认已经存在名称为“PERSONNEL_MANAGE”的用户,如果不存在,请先创建。 (3)将光盘\\TM\\03\\Database\\文件夹中的personnel_manage.dmp文件拷贝到C盘的根目录下; (4)依次单击“开始”→“运行”,在弹出的窗口文本框中输入“cmd”命令,然
CHSNSR122
- 成幻(CHSNS#)SNS1.22版源码 CHSNS# 是成幻小组 开发的一套SNS社区 是类似于Facebook 校内 占座 等SNS站点 可以通过一些配置而形成成一个较完善的SNS社区网站的程序 特色: 界面语言可采用Velocity/Asp.net编辑 扩展应用程序可使用Monorail/Winform进行编译 配置说明: 首先确认你已经安装Sql Server 2005、IIS或相关替代软件,及.net Framework 2.0sp1或以
12
- asp.net上传图片加水印.图片上传组件,可以按时间生成文件名,加水印图片,水印可以设置透明度,位置,e动力编写。-asp.net upload image plus watermark. picture upload components, be able to generate the file name, add a watermark image, watermark can set the transparency, position, e motivation to prepare
poi2
- Java操作excel文件的包Poi,是Apache组织的,这是帮助文档,非常有用的东西。-Java operating excel file package Poi, is the Apache organization, which is to help document, very useful things.
ex2subsequence
- 求取最大连续子序列之和与最大连续子序列,输入在input2.dat文件中,输出在result2文件中-Derive the maximum sum consecutive subsequence with the maximum continuous sub-sequence, enter the input2.dat file, the output file in the result2
Andriod_JNI
- 在Android平台中用C/C++语言编写Native底层库,以及对应的JNI接口的详细例子-Implement the JNI interface for Google Android system. Introduce the method of building Java Native code.
jni_sourcecode
- JNI接口的应用事例程序, 具体的详细理解接口,请参阅JNI.H头文件。-JNI interface sample codes, referance the jni.h header file in detail.
JspSmartUpload
- java的jap文件上传包的官方API文档的chm版。-The jap file upload java package chm version of the official API documentation.
metadata-extractor-2.4.0
- 读取 图片exif信息 并包含获取方法 详细方法// File jpegFile = new File( "C:\\2.jpg" ) // Metadata metadata = JpegMetadataReader.readMetadata(jpegFile) // Directory exif = metadata.getDirectory(ExifDirectory.class ) //这里要稍微注意下 // Iterator tags = exif.getTagIte
javacsv2.0
- csv 文件的读取和写入,CsvReader, CsvWriter。-csv file to read and write, CsvReader, CsvWriter.
057777
- 在文件中添加不重复数据的java源代码,可以在具体编程调用,也可以独立运行查看结果-Add in the file does not duplicate data java source code, you can call a specific program, you can also view the results independently
servletapi
- 这是一个chm文件,供大家查阅各种类、接口和方法的使用,是否善于查询手册是评价一个程序员水平的重要依据。-This is a chm file for all to access a variety of classes, interfaces and methods used to evaluate whether the manual good query an important basis for the level of a programmer.
phphttpputmethod
- File upload using wininet api and HTTP
file
- 发送短信的wenservice,使用java c# actionx-send message at java c# actionx and so on
java-S-C
- 自己用java做的一个简单的聊天软件,能够传送文本文件,不过只能单向传送(客户端到服务器之间)。-They used to do a simple java chat software, capable of delivering a text file, but only one-way transmission (between client to server).
java
- 1.根据一个已有的file c:\student.csv, 将所有学生数据读到一个ArrayList中.ArrayList中的元素类型是Student类型。 2.将得到的这个ArrayList按照小组号分组,构造一个HashMap。 Map的key是组号,value是一个ArrayList,这个arraylist中包含了所有在这个小组下的Student 3. 遍历这个HashMap,打印出每组下学生的学号。 注意,要求打印学号的除前3位其他的字符。比如学号为HSG1001,打印出来就是1