bmp图片数据提取
仿照别人的程序写的bmp数据提取C代码,并将提取的数据放到txt文档中 1 /* 2 date : 2014/06/24 3 designer :pengxiaoen 4 version : dev4.9.9.0 5 function :...
发表于 7/25/2014 11:15:33 AM
阅读(1500)
真正随机数的产生
今天小明和小红玩游戏,决定如果谁要是输了就要受到惩罚。可是怎么惩罚呢,惩罚的方式小明找了找,找到了这么几条:1,自己主动激情舌吻10s以上2,上下对卧,自己做10个俯卧撑3,脱内衣一件4,给对方按摩5分钟5,今天所有的衣服归你洗6,对视,将...
发表于 11/26/2013 11:14:50 AM
阅读(1233)
计算ptd
因为公司的IC扫描sensor的频率常常和adapter中的noise频率重叠,导致IC接收到的数据出错。所以我们经常会用示波器看adapter的Noise,再用傅里叶变换找到相应应该回避的频段,包括倍频,分频的频段。懒人自有自己的做法,所...
发表于 8/27/2013 11:12:37 AM
阅读(1215)
int_float_double数据类型的存储格式。
一段用来检测编辑器存储方式的程序 1 //date : 2013/8/16 2 //designer :pengxiaoen 3 //function check the C programmable language system 4 ...
发表于 8/16/2013 11:11:47 AM
阅读(1729)
LOVEU
闲来无事,自己编写一个小程序,自娱自乐 1 //date: 2013/8/14 2 //designer :pengxiaoen 3 //function : printf the word love 4 5 #include"stdio...
发表于 8/14/2013 11:09:32 AM
阅读(1467)
“*”菱形打印程序
闲来无事,还记得以前课本上的那个课后习题,那就编个小程序玩玩。 1 //date:2013/8/14 2 //designer :pengxiaoen 3 //function: just for fun 4 5 #include "st...
发表于 8/14/2013 11:07:38 AM
阅读(1236)
AddSelf
今天看 C语言深度深度解剖 第58页 看到了这么一段代码,就敲进了dev 谁知居然出现了个死循环。但是我不知道为什么。贴出来,等有空了再请教别人好好分析,或者是网络上的高人指点一下//date:2013/8/14//designe...
发表于 8/14/2013 11:06:58 AM
阅读(1245)
C语言迭代求解
date : 2013/8/12 desinger :pengxiaoen 今天看 国外电子信息科学经典教材系列 《电子电路分析与设计》 电子工业出版社的 的19页。看到里面的 求二极管的电流电压公式 Vps = ...
发表于 8/12/2013 11:06:12 AM
阅读(1154)
while执行两次的问题,已经解决
//2013 5 11//designer :pengxiaoen// function change the number 'd' to 'b'#include "stdio.h"unsigned long int in_un_numbe...
发表于 5/11/2013 11:04:05 AM
阅读(1035)
check_negation
//date : 2013 5 6//designer:pengxiaoen//function: check the symbol ~ #include "stdio.h"int main (){ char u8_char_temp;...
发表于 5/6/2013 11:03:15 AM
阅读(1063)
check_FunctionAddress
//date :2013 4 18 //designer: pengxiaoen//function :check the function addressint function (){int i = 10;return ;}int ma...
发表于 4/18/2013 11:02:25 AM
阅读(1274)
check the sentence &ff
//date 2013 4 17 //designer :pengxiaoen//function : check the sentence &ff#include "stdio.h"#include "stdlib.h"int main ...
发表于 4/18/2013 10:58:28 AM
阅读(1335)
check_return
//date : 2013 4 2 //designer :pengxiaoen//function:check the word return in function#include "stdio.h"int add (){ int a,...
发表于 4/2/2013 10:57:43 AM
阅读(1255)
break_VS_continue
//date 2013 4 2 //designer :pengxiaoen//function: look up the difference from break and continue#include "stdio.h"int ma...
发表于 4/2/2013 10:57:04 AM
阅读(1126)