#include<stdio.h>
#include<stdlib.h>
void main()
{
FILE *f_pic,*f_file,*f_finish;
char pic_name[20],file_name[20],finish_name[20],ch;
printf("请输入需要合成的图片和文件的名称:\n");
printf("图片:");
scanf("%s",pic_name);
printf("文件:");
scanf("%s",file_name);
printf("生成为:");
......................
阅读全部
|
玉面狂龙
贴于 2012年2月24日 04:52
hide
bbsi
using System;
using System.Text.RegularExpressions;
namespace MyId
{
class Program
{
static void Main(string[] args)
{
Console.Write("请输入18位身份证号码:");
string ageText;
......................
阅读全部
|
w024680
贴于 2012年2月23日 01:54
hide
bbsi
web.config
<appSettings>
<add key = "startdate" value="7"/>
</appSettings>
代码
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
Init_Page();
BindData();
......................
阅读全部
|
yjyuyu96
贴于 2012年2月21日 18:44
hide
bbsi
public partial class BusiView_Busi_Query : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
Init_Page();
BindData();
}
}
private void Init_Page()
......................
阅读全部
|
yjyuyu96
贴于 2012年2月20日 19:15
hide
bbsi
int i=0;
int lines=0;
int vertro=4,temp,times=0,times_inner=0;
double coord,coord_x,coord_z;
char* coord_line;
FILE *f_mark;
int wmark[1584]={0};
int aj=0,cj=0,pj=0;
bool flag=TRUE;
f_mark=fopen("mark1.txt","rb");
int wj;
......................
阅读全部
|
share_ours
贴于 2012年2月13日 20:43
hide
bbsi