清霜一梦

bmp图片数据提取

仿照别人的程序写的bmp数据提取C代码,并将提取的数据放到txt文档中 1 /* 2 date : 2014/06/24 3 designer :pengxiaoen 4 version : dev4.9.9.0 5 function :...

真正随机数的产生

今天小明和小红玩游戏,决定如果谁要是输了就要受到惩罚。可是怎么惩罚呢,惩罚的方式小明找了找,找到了这么几条:1,自己主动激情舌吻10s以上2,上下对卧,自己做10个俯卧撑3,脱内衣一件4,给对方按摩5分钟5,今天所有的衣服归你洗6,对视,将...

计算ptd

因为公司的IC扫描sensor的频率常常和adapter中的noise频率重叠,导致IC接收到的数据出错。所以我们经常会用示波器看adapter的Noise,再用傅里叶变换找到相应应该回避的频段,包括倍频,分频的频段。懒人自有自己的做法,所...

int_float_double数据类型的存储格式。

一段用来检测编辑器存储方式的程序 1 //date : 2013/8/16 2 //designer :pengxiaoen 3 //function check the C programmable language system 4 ...

用C语言打印出三角函数

在网上看到一个实例,是用C 中的* 打印出三角函数

LOVEU

闲来无事,自己编写一个小程序,自娱自乐 1 //date: 2013/8/14 2 //designer :pengxiaoen 3 //function : printf the word love 4 5 #include"stdio...

“*”菱形打印程序

闲来无事,还记得以前课本上的那个课后习题,那就编个小程序玩玩。 1 //date:2013/8/14 2 //designer :pengxiaoen 3 //function: just for fun 4 5 #include "st...

AddSelf

今天看 C语言深度深度解剖 第58页 看到了这么一段代码,就敲进了dev 谁知居然出现了个死循环。但是我不知道为什么。贴出来,等有空了再请教别人好好分析,或者是网络上的高人指点一下//date:2013/8/14//designe...

C语言迭代求解

date : 2013/8/12 desinger :pengxiaoen 今天看 国外电子信息科学经典教材系列 《电子电路分析与设计》 电子工业出版社的 的19页。看到里面的 求二极管的电流电压公式 Vps = ...

while执行两次的问题,已经解决

//2013 5 11//designer :pengxiaoen// function change the number 'd' to 'b'#include "stdio.h"unsigned long int in_un_numbe...

check_negation

//date : 2013 5 6//designer:pengxiaoen//function: check the symbol ~ #include "stdio.h"int main (){ char u8_char_temp;...

check_FunctionAddress

//date :2013 4 18 //designer: pengxiaoen//function :check the function addressint function (){int i = 10;return ;}int ma...

check the sentence &ff

//date 2013 4 17 //designer :pengxiaoen//function : check the sentence &ff#include "stdio.h"#include "stdlib.h"int main ...

check_return

//date : 2013 4 2 //designer :pengxiaoen//function:check the word return in function#include "stdio.h"int add (){ int a,...

break_VS_continue

//date 2013 4 2 //designer :pengxiaoen//function: look up the difference from break and continue#include "stdio.h"int ma...