#include"stdio.h"
#define OK 1
#define true 1
#define error 0
#define MaxNum 1000
#define NULL 0
#define false 0
typedef int eletype;
typedef struct node
{
eletype data;
struct node *next;
}*node;
typedef struct queue
{
node front,rea ......
各位大侠,小弟想找一找有没有用JAVA做GIS的,但是是C/S结构的,
我现在对于Java GIS开发是零基础,不知道用什么工具,
也不知道该从什么地方入手,
还请有做过的给我指点一下,
如果要是有个简单的实例,我觉得那样入手更快!
谢谢各位朋友了!
C/S 就是 客户端/服务端模式
B/s 就是 浏览器/服务端模式 ......
求一段 C程序密码源代码~
这么直白的帖子有KC的危险
引用
求一段 C程序密码源代码~
太笼统了,什么密码源代码
貌似这个范围大,你需要的是什么样的加密方式的。
楼主,最好把东西讲清楚。
C/C++ code:
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <memory ......
如何用C画图,能否编一个具体的 。
#include <conio.h>
#include <stdio.h>
int main()
{
int i;
char *s[]={"BLACK","BLUE","GREEN","CYAN","RED","MAGENTA","BROWN","LIGHTGRAY"};
textmode(C80);//设置显示文本 ......
各位前辈帮看看哪里出错,我现在rs可以正常显示,rs1只显示一条记录并重复显示
<HTML>
<HEAD>
<title>七站 </title>
<style type="text/css">
<!--
@import url("25175_1.css");
body {
margin-top: 0px;
background-image: ......
<?xml version="1.0"?>
<root>
<status>433</status>
<msg>这个是汉字</msg>
<serialno>123</serialno>
</root>
如何用ASP读取 status值 msg值 serialno值
LZ要学会用搜索引擎
http://topic.csdn.net/u/20090626/19/67DD3047-1F86-4291-B8EF ......