码迷,mamicode.com
首页 >  
搜索关键字:temp    ( 7776个结果
c语言转二进制
1 #include 2 #include 3 #include 4 #include 5 //#include 6 // 7 //#include 8 //using namespace std; 9 10 #include 11 12 char temp[50] = "";13 14 v...
分类:编程语言   时间:2014-10-24 18:43:38    阅读次数:274
IOS 获取手机ip地址
#include #include - (NSString *)getIPAddress{NSString *address = @"error";structifaddrs *interfaces = NULL;structifaddrs *temp_addr = NULL;intsuccess ...
分类:移动开发   时间:2014-10-24 14:26:30    阅读次数:167
Reverse Words in a String | LeetCode OJ | C++
我的思路:先读取每一个单词,存放到容器中;读取完毕后,将容器中的单词倒序写入输出中。#include#include#includeusing namespace std;void f(string &s){ vector vs; string temp=""; int i=0;...
分类:编程语言   时间:2014-10-24 12:19:25    阅读次数:165
android开发:把一个byte数组转换成wav音频文件,并且播放
============问题描述============ 如题,byte数组转换成wav音频文件,并且播放,下面代码能生成data/data/com.example.playwav/cache/temp.wav但是在播放的时候报异常。我把代码和Log贴在下面了。我分析,原因应该是wav文件格式的编解...
分类:移动开发   时间:2014-10-24 10:38:44    阅读次数:265
代码复审
给结对伙伴叶露婷的代码复审:1.变量命名存在些许问题,尽量不要使用拼音,如果需要按照中文意思命名可以采用英语。1 public void dictionarystore()2 {3 String temp;4 count jishu;5 6 foreach (Object o in str)7 {8...
分类:其他好文   时间:2014-10-24 00:21:24    阅读次数:263
跨时钟域接口转换电路
1 module handshake( 2 input clka,wra_n,da,clkb,rst, 3 output reg [7:0] db, 4 output reg wrb_n 5 ); 6 7 reg ack,temp,req1; 8 reg [7:0] data; 9 always.....
分类:其他好文   时间:2014-10-23 15:45:20    阅读次数:256
Atitit.软件仪表盘(7)--温度监测子系统--电脑重要部件温度与监控and警报
Atitit.软件仪表盘(7)--温度监测子系统--电脑重要部件温度与监控and警报        Cpu温度,风扇转速 主板温度 显卡温度 硬盘温度 电池温度       鲁大师  硬盘温度               Cpu温度  core temp  1.0 (能每个核心温度监控)                 360 task m...
分类:其他好文   时间:2014-10-23 00:05:07    阅读次数:301
第九周项目3-输出星号图
a: /* *Copyright (c) 2014,烟台大学计算机学院 *All gight reserved. *文件名称:temp.cpp *作者:邵帅 *完成时间:2014年10月16日 *版本号:v1.0 * *问题描述:有趣的*号图案 *输入描述:无 *程序输出;*号图案 */ #include using namespace std; int main() {...
分类:其他好文   时间:2014-10-22 20:26:10    阅读次数:229
将abc的全排列输出
#include "iostream"using namespace std;void swap(char a[],int i,int j){ char temp; temp=a[i]; a[i]=a[j]; a[j]=temp;}void permutation(char ...
分类:其他好文   时间:2014-10-22 20:07:25    阅读次数:143
Ecrin v4.02.04 1CD(试井解释软件)
开源变色龙4.5分色印花软件_完整版\宇柏林_治具\F:\_temp_soft\18\Ansoft Maxwell 3D.2D v11.1-ISO 1CD.isoASAP入门手册简体中文.rarCoreTech.Moldex3D.R9.0_科盛科技模具专家.isoDyadem.PHA-Pro.v6....
分类:其他好文   时间:2014-10-22 17:27:27    阅读次数:297
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!