搜索结果
找到约 903 项符合
stRing-include 的查询结果
驱动编程 This ZIP archive includes the sources (and executable) for the FileTest utility, written by Ladisla
This ZIP archive includes the sources (and executable) for the FileTest
utility, written by Ladislav Zezula.
The archive also includes the source of a general purpose "Utils" lib
which contains some generally useful functions and is also necessary
to build the executable.
The project and library a ...
编译器/解释器 IDE开发环境
IDE开发环境,可以挂载SDCC
The BASIC IDE is a new, RAD (Rapid Application Development) IDE (Integrated Development Environment) for the RapidQ programming language. The IDE currently has rich project options, a form designer (similar to Delphi s), and code editor. The BASIC IDE is being coded in Borl ...
电子书籍 在ext2文件系统中
在ext2文件系统中,文件由inode(包含有文件的所有信息)进行唯一标识。一个文件可能对应多个文件名,只有在所有文件名都被删除后,该文件才会被删除。此外,同一文件在磁盘中存放和被打开时所对应的inode是不同的,并由内核负责同步。
ext2 文件卷中的数据结构主要包括:superblock 块、组描述符、inode等。
ext2文件 ...
Ajax 本程序是用JNI技术实现的读取硬盘序列号 将ChenminDiskIDJoc.jar 加入环境变量 这两个文件放入window 文件夹 或者JDK的bin文件夹 或者你的应用文件夹 DiskID
本程序是用JNI技术实现的读取硬盘序列号
将ChenminDiskIDJoc.jar 加入环境变量
这两个文件放入window 文件夹 或者JDK的bin文件夹 或者你的应用文件夹
DiskID32.dll
DiskID.dll
public static String chenmin.io.DiskID.Factory() 返回硬盘厂家
public static String chenmin.io.DiskID.DiskID() 返回硬盘序列号
ChenminDisk ...
加密解密 md5加解密 System.out.println("解密后的二进串:" + byte2hex(clearByte)+" ") System.out.println("解密后的字符串
md5加解密
System.out.println("解密后的二进串:" +
byte2hex(clearByte)+"\n")
System.out.println("解密后的字符串:" +
(new String(clearByte))+"\n")
其他书籍 The Rails Cookbook is is packed with the solutions you need to be a proficient developer with Rails,
The Rails Cookbook is is packed with the solutions you need to be a proficient developer with Rails, the leading framework for building the new generation of Web 2.0 applications. Recipes range from the basics, like installing Rails and setting up your development environment, to the latest techniqu ...
Linux/Unix编程 多年来
多年来,通常的做法是直接从内核源代码中复制出“原始”的内核头文件,放在 /usr/include 中使用。但是最近几年,内核开发人员强烈要求停止这种做法。因此诞生了 Linux-Libc-Headers 项目,其目的就是维护一个API版本稳定的内核头文件。 ...
微处理器开发 在TC下使用鼠标的例子
在TC下使用鼠标的例子,调试环境为TC2.0或者TC3.0。运行这个程序需要tc提供的几个头文件。建议修改options菜单中的include目录项到tc的include的目录下,或把源程序拷贝到tc目录下运行。
其他 APPCCFG.H vc++的头文件
APPCCFG.H vc++的头文件,要放到vc98/include里面去
Java编程 学员成绩管理系统(设计+代码)。用Java编写一个程序实现学员成绩管理
学员成绩管理系统(设计+代码)。用Java编写一个程序实现学员成绩管理,每个学员包括3门课的成绩,从键盘输入学员信息(最多输入20个,但最少并不知道),包括学号(String)姓名(String) 三门课成绩(用整形数组来存)计算出学员的平均成绩(float),按照学员平均成绩由大到小排序插入功能:在排序后的学员成绩表中插入一个学员的信 ...