- 博客(10)
- 资源 (7)
- 问答 (2)
- 收藏
- 关注
原创 TestDefaultTableModel--table model in java&sql
//email:244910075@qq.com; //function:calling database in java table model package javaSwing; import java.awt.*; import java.awt.event.*; impo
2013-04-04 00:04:55
592
原创 TestDefaultListModel-java数据库调用示例
//author:Young Yuan //email:244910075@qq.com; youngyuan521@gmail.com //function:calling database in java list model package javaSwing; import java.awt.*; import java.awt.event.*; import java
2013-04-04 00:02:58
4188
原创 java调用数据库示例
package chapter23; //function:calling database in java import java.sql.*; public class TestDB { private Connection con
2013-04-04 00:01:26
530
原创 Smith数判定算法
// 08D.cpp : Defines the entry point for the console application. //244910075@qq.com youngyuan521@gmail.com #include "stdafx.h" #include #include #include int _tmain(int argc, _TCH
2013-04-03 16:38:08
1748
原创 Arnold图像变换算法
// 08C.cpp : Defines the entry point for the console application. //244910074@qq.com #include "stdafx.h" #include #include int _tmain(int argc, _TCHAR* argv[]
2013-04-03 15:45:24
2666
原创 水仙花数算法
// 08B.cpp : Defines the entry point for the console application. // //email:244910075@qq.com //function:水仙花数判定 #include "stdafx.h" #include #includ
2013-04-03 14:53:13
527
原创 等差数列判断算法
// 08A.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include int _tmain(int argc, _TCHAR* argv[]) { int isarithmetic(int array[],int n)
2013-04-03 14:38:48
2404
原创 括号匹配算法
// 09E.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include int _tmain(int argc, _TCHAR* argv[]) { int num,i,j,top; char array[100],stack[100
2013-04-03 11:48:45
425
原创 由二叉树先序序列和中序序列求后序序列的C语言算法
#include #include #include #define NULL 0 struct btree { char num; struct btree* lchild; struct btree* rchild; }; struct stack { struct btree* base; struct btree* top; int stacksize;
2013-04-03 11:22:51
1029
原创 二叉树后序遍历非递归算法
void followvisit(struct btree *bt) {//后序遍历的非递归算法 struct btree *p,array[20]; int top=0; p=bt; while(top>=0||p->num) { if(p->num) { array[top++]=*p; p=p->lchild; } else { p=&array[--top];
2013-04-03 11:21:15
527
诺顿网络安全特警2012 破解30天补丁
2015-02-26
诺顿2014 180天破解补丁
2015-02-26
Norton 2012破解文件
2015-02-26
Myeclipse中Web项目Debug时遇到这个错误,怎么处理?
2014-08-15
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅