码迷,mamicode.com
首页 >  
搜索关键字:fh admin框架    ( 136个结果
5.1
整数运算 1 public class Zhengshu { 2 int zs1,zs2,sum=1;int fh; 3 Zhengshu(){ 4 5 } 6 Zhengshu(int Zs1,int Fh,int Zs2){ 7 ...
分类:其他好文   时间:2015-04-30 14:03:15    阅读次数:107
Ubuntu开启root用户及其它登录问题的解决
背景简介:    Ubuntu安装后,root用户默认是被锁定了的,不允许登录,也不允许“su”到 root。对于桌面用户来说,这样安全性更高一些,是应该的;但对于服务器可以设置成“允许 su 到root,但不允许root用户直接登录”。 参考资料: http://www.zxlm.cn/fh/thread-8061-1-1.html http://os.51cto.com/art...
分类:系统相关   时间:2015-04-29 10:06:10    阅读次数:179
结对子作业 四则运算 V2.0
#include#include#includeint cc,i,n,z;//操作数int count;//题目数目int max,min;//数据的最大值、最小值int dt=0;//记录做对题目的数目int shu[4];char fh[4]={'+','-','*','/'};void zhe...
分类:其他好文   时间:2015-04-09 21:16:20    阅读次数:170
四则运算升级版
#include#include#includeint cc,i,n,z;//操作数int count;//题目数目int max,min;//数据的最大值、最小值int dt=0;//记录做对题目的数目int shu[4];char fh[4]={'+','-','*','/'};void zhe...
分类:其他好文   时间:2015-04-09 19:22:33    阅读次数:191
关于四则运算程序的测试
本次测试主要测试数值的取值范围。代码如下:#include#include#includeint main(){ srand(time(NULL)); int sz; //sz 即数值取值范围 char fh; //fh即四则...
分类:其他好文   时间:2015-03-16 16:15:09    阅读次数:110
12.3、Libgdx的图像之截屏
(官网:www.libgdx.cn) 接下来的示例说明怎样进行截屏并且保存为PNG格式。 public class ScreenshotFactory { private static int counter = 1; public static void saveScreenshot(){ try{ FileHandle fh; do{ ...
分类:其他好文   时间:2015-02-13 09:19:25    阅读次数:144
windows XP 获取网卡MAC和IP地址
程序源码usestrict;openmy$fh,"ipconfig/all|"ordie"can‘tfindcmdipconfig/all:$!";my(%mac_ip_hash,$ip_address,$mac_address);while(defined(my$line1=<$fh>)){if($line1=~/^Windows/){print"WindowsIPConfigure:\n"};if($line1=~/([0-9A-F][0-9A-F]-[0-9A-F][0-9A-F]-..
分类:Windows程序   时间:2015-02-03 15:18:48    阅读次数:236
perl 打开和关闭文件
1 #!/usr/bin/perl -w 2 use strict; 3 4 #print "please input a string\n"; 5 #my $line = ; 6 #print $line; 7 8 #wirte a file 9 open(FH, ">aa.txt") or...
分类:其他好文   时间:2015-01-16 18:57:15    阅读次数:155
音频放大器的设计
一、实验目的1、学会根据一定的技术指标,设计音频放大器;2、掌握晶体管放大器工作点的设置与调整方法,放大器基本性能指标(Av、Ri、Ro、fH、fL、Vop-p)的测试方法、负反馈对放大器性能指标的影响、放大器的调试技术。二、实验原理1、单级音频放大器的模型和性能(1)单级音频放大器的模型: 音频放...
分类:其他好文   时间:2014-12-29 22:51:31    阅读次数:413
136条   上一页 1 ... 10 11 12 13 14 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!