搜索结果
找到约 345 项符合
String 的查询结果
按分类筛选
- 全部分类
- Java编程 (49)
- 其他 (23)
- 技术资料 (22)
- 数据结构 (18)
- Delphi控件源码 (15)
- 源码 (13)
- 加密解密 (12)
- JavaScript (10)
- VC书籍 (9)
- 单片机编程 (8)
- Internet/网络编程 (8)
- 汇编语言 (8)
- 单片机开发 (8)
- Linux/Unix编程 (7)
- 网络 (6)
- Jsp/Servlet (6)
- 驱动编程 (5)
- 编辑器/阅读器 (5)
- 编译器/解释器 (5)
- 人工智能/神经网络 (5)
- J2ME (5)
- Delphi/CppBuilder (5)
- 其他书籍 (4)
- 数学计算 (4)
- STL (4)
- C/C++语言编程 (3)
- 数据库系统 (3)
- 书籍源码 (3)
- 电子书籍 (3)
- 压缩解压 (3)
- 教育系统应用 (3)
- 多国语言处理 (3)
- 通讯编程文档 (3)
- Java书籍 (3)
- 其他行业 (3)
- Symbian (3)
- 其他嵌入式/单片机内容 (3)
- VIP专区 (3)
- 操作系统开发 (2)
- 磁盘编程 (2)
- Applet (2)
- 文件格式 (2)
- 嵌入式/单片机编程 (2)
- 文章/文档 (2)
- 软件设计/软件工程 (2)
- SQL Server (2)
- Ajax (2)
- 软件 (1)
- 手册 (1)
- 习题答案 (1)
- 应用设计 (1)
- 行业应用文档 (1)
- 数值算法/人工智能 (1)
- 通讯/手机编程 (1)
- 嵌入式综合 (1)
- 源码/资料 (1)
- 手机短信编程 (1)
- 串口编程 (1)
- *行业应用 (1)
- 金融证券系统 (1)
- 嵌入式Linux (1)
- 微处理器开发 (1)
- BREW编程 (1)
- VHDL/FPGA/Verilog (1)
- matlab例程 (1)
- 家庭/个人应用 (1)
- Windows CE (1)
- 系统设计方案 (1)
- Oracle数据库 (1)
- 行业发展研究 (1)
- GPS编程 (1)
数据结构 基于N进制的多精度问题 本代码可以处理N进制的多精度四则运算。 输入格式: 全是正数
基于N进制的多精度问题
本代码可以处理N进制的多精度四则运算。
输入格式: 全是正数,string(或int)格式,请参见函数原型!开头不要有多余的零!
其他 #include<stdlib.h> #include "dos.h" #include "graphics.h" #include "math.h" #define PI 3.1
#include<stdlib.h>
#include "dos.h"
#include "graphics.h"
#include "math.h"
#define PI 3.1415926
#define NULL 0
#include<stdio.h>
#include<string.h>
单片机开发 This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose
This directory contains the memtest 8051 firmware
for the Anchor Chips EZ-USB chip.
The purpose of this software is to test the different
memory segments in the Ez-Usb chip.
This example will output the string "good" on the 7 segment
LED if the mem test passes, or it will output the first addres ...
汇编语言 This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose
This directory contains the memtest 8051 firmware
for the Anchor Chips EZ-USB chip.
The purpose of this software is to test the different
memory segments in the Ez-Usb chip.
This example will output the string "good" on the 7 segment
LED if the mem test passes, or it will output the first addres ...
单片机编程 微型打印机的C语言源程序
微型打印机的C语言源程序:微型打印机的C51源程序#define uchar unsigned char#define uint unsigned int#include <reg52.h>#include <stdio.h>#include <absacc.h>#include <math.h>#include <string.h>#include <ctype.h>#include <stdlib.h>#define PIN XBYTE[0x8000]#define POUT XBYTE[0x9000]sbit PRINTSTB =P1^6;sbi ...
其他 Resourcer is an editor for .resources binaries and .resX XML file formats used with the .NET platfor
Resourcer is an editor for .resources binaries and .resX XML file formats used with the .NET platform. The program allows the integration of bitmaps, icons and text strings into resource packages. Resourcer allows editing of name/string pairs, import of various kinds of data formats (bitmaps, icons, ...
数学计算 Two functions, num2bin and bin2num are provided. num2bin takes a double and converts it to a binary
Two functions, num2bin and bin2num are provided. num2bin takes a double and converts it to a binary string representation. bin2num is its inverse operation. It can be used in a numerical analysis course when floating point arithmetic is discussed.
Applet java 100例子 import javax.swing.JOptionPane //调用method class c { //定义名字 public static void
java 100例子
import javax.swing.JOptionPane //调用method
class c { //定义名字
public static void main(String[] args)
{ //开始method
JOptionPane.showMessageDialog( null, "错误" ) //显示一条信息
System.exit(0) // 结束程序
} //结束method
} //结束class ...
其他行业 class NumberListener implements ActionListener{ public void actionPerformed(ActionEvent e){ if (
class NumberListener implements ActionListener{
public void actionPerformed(ActionEvent e){
if (!append) {
tf.setText("")
append=true
}
String s=tf.getText()
s+=e.getActionCommand()
tf.setText(s)
if (!btn[10].isEnabled()){
for(int i=10 i<=14 i++) btn[i].setEnabled(true)
}
} ...