Hi, every one, Do you have any idea about Graphing Two , Three Dimensional Functions with jsp code? Or if jsp can do such kind of things or not? Thanks in advance
This demo how to use CPAN module GD::Graph Step by step: 1. install CPAN module: cpan>install GD::Graph 2. read doc with perldoc >perldoc GD::Graph 3.try this demo: filename: chart_demo.cgi [code] #!/usr/bin/perl -w use strict; use GD::Graph::lines; my $data = [ ["1st","2nd","3rd","4th","5th","6th","7th", "8th", "9th"], [1, 2, 5, 6, 3, 1.5, 1, 3, 4], [ sort { $a <=> $b } (1, 2, 5, 6,...
card:一张牌 /** * Object presenting one card * @author reniaL */ public class card { private int face; private int suit; private static final String faces[] = { "2", "3", "4", "5", "6", "7", "8", "9", "10", "J", "Q", "K", "A" }; private static final String suits[] = { "Diamonds", "Clubs", "Hearts", "Spades" }; public card(int cardFace, int cardSuit) { face = cardFa...
Location: Hangzhou, China We(not a recruiting company or headhunter) are looking for experiencedgraphic Designer to join global development teams, working closely withcolleagues who are based in the US. Job description: You will join our talented GUI design team to help develop andimplement user interfaces that are visually compelling, innovative,functional, and highly intuitive. We are looking...
Serving Dynamic Images with Python CGI and graphics Libraries Having random images is mostly a novelty, but dynamic images are more useful in more places ( CAPTCHA s, graphically displaying a log file, Sparklines , automatically resize pictures for a photo gallery, etc.) Using the ideas from Serving Random Images , and help from Python's third party graphics libraries, serving up and creatin...
[code]有没有人使用OpenVPN+智能卡登陆的实验?智能卡用飞天诚信的?[/code] [code]最近我在弄这个东东,一直没有成功,卡在弹不出PIN码窗口,导致认证失败。在cmd下面用命令就可以连接上VPN服务器[/code] [code]Client错误:Tue Jun 23 15:29:12 2009 us=265000 PKCS#11: Calling pin_prompt hook for 'OpenVPN Token'[/code] [code]Server错误: Tue Jun 23 15:28:03 2009 MULTI: multi_create_instance called Tue Jun 23 15:28...
请教高手们一下,知道的请给留言解释,在下先谢过了。Trim card是什么?安装在HP N4000的什么地方?有什么作用? [ 本帖最后由 bjddds 于 2008-6-4 20:52 编辑 ]