Skip to content

Instantly share code, notes, and snippets.

%record and play back as fast as possible
%with digital filtering
clear all;
clf;
delete(daqfind);
%sample rate and number of inputs per tirgger
numinput = 2000;
samrate = 8000;
%Simple analog output
%define the output
adaptor = 'winsound';
id = 0;
chan = 1;
% Analog output object Configuration.
% Create an analog input object with one channel.
ao = analogoutput(adaptor, id);
%Simple analog diaplay
figure(2); clf;
clear all
%trash any existing analog i/o objects
delete(daqfind);
%define the input
adaptor = 'nidaq';
adaptorData = daqhwinfo(adaptor);
%get the adaptor id,
%Simple analog diaplay
figure(2)
%define the input
adaptor = 'winsound';
id = 0;
chan = 1;
% Analog input object Configuration.
process; ikili kodun bellekte çalıştırılabilir hale gelmiş haline denir.
scheduling; zaman tahsili
dispatch; scheduling bittiğinde başka bir processe geç
nice; işletim sistemine oncelikli görev belirleme
scheduler dispatch; kuyruga geri yolla yenisini al
<html>
<body>
<h2> Denemeler</h2>
<ol>
<li>coffee</li>
<li>coffee</li>
<li>coffee</li>
<ol>
<li>hmmm</li>
<li>hmmm</li>
@zaman
zaman / sayz.html
Created March 14, 2011 13:31
web programlama
<html>
<body>
<table border=2>
<tr>
<td rowspan=2> telefon</td>
<td>0900 000 0000</td>
<td>0900 000 0000</td>
</tr>
<tr>
<td>0900 000 0000</td>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
int main()
{
char *s,*p;
int i,k=0;
s="+,- 1234";
p=malloc(strlen(s));
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
char *ayikla(char *dizgi)
{
int i,k=0;
char *b;
b=malloc(strlen(dizgi));
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
int main()
{
char *s;
float a;
s="12.34";
a=atof(s);