搜索结果
找到约 42 项符合
libMiniGUI-STR 的查询结果
Linux/Unix编程 (1)myfind <pathname> 的功能: 除了具有与程序4-7相同的功能外
(1)myfind <pathname> 的功能:
除了具有与程序4-7相同的功能外,还要输出在<pathname>目录子树之下,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。程序不允许打印出任何路径名。
(2)myfind <pathname> -comp <filename>的功能:
<filename>是常规文件的路径名(非目录名,但是其路径可 ...
Linux/Unix编程 This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es
This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized,
see especially strtok,strstr,str[c]spn. They should work, but are not
very easy to understand. Every ...
人工智能/神经网络 This demonstration illustrates the application of adaptive filters to signal separation using a str
This demonstration illustrates the application of adaptive filters to signal separation
using a structure called an adaptive line enhancer (ALE). In adaptive line
enhancement, a measured signal x(n) contains two signals, an unknown signal
of interest v(n), and a nearly-periodic noise signal eta(n). ...
Linux/Unix编程 //建立顶级窗口 toplevel = XtVaAppInitialize[&app, "Label", NULL, 0, &argc, argv, NULL, NULL]
//建立顶级窗口
toplevel = XtVaAppInitialize[&app, "Label", NULL, 0,
&argc, argv, NULL, NULL]
//建立按钮上标签的字符串
str = XmStringCreateLtoR["A Simple\n Label",
XmFONTLIST_DEFAULT_TAG]
n = 0
XtSetArg[args[n], XmNlabelString, str] n++
label = XmCreateLabel[toplevel, "pushbu ...
加密解密 用维吉尼亚算法加密 /** * 维吉尼亚密码算法(BigDecimal)
用维吉尼亚算法加密
/**
* 维吉尼亚密码算法(BigDecimal),加/解密处理后仍为BigDecimal类型,正负号和小数点不进行处理
*
* @param str
* 源BigDecimal
* @param key
* 密钥,应为数字字符组成的字符串
* @param mode
* ...
汇编语言 学习arm时自己编的一个关于数组计算的小程序
学习arm时自己编的一个关于数组计算的小程序,主要用到STR和LDR等
Linux/uClinux/Unix编程 linux
简单命令使用grep等的使用
[zorro@isch ~]$ history
&nbsp; &nbsp; 1 &nbsp;ifconfig
&nbsp; &nbsp; 2 &nbsp;su
&nbsp; &nbsp; 3 &nbsp;exit
&nbsp; &nbsp; 4 &nbsp;ls
&nbsp; &nbsp; 5 &nbsp;cd Desktop/
&nbsp; &nbsp; 6 &nbsp;ls
&nbsp; &nbsp; 7 &nbsp;tar zxcf VMwareTools-8.4.5-324285.tar.gz&nbsp;
&nbsp; &nb ...
软件 学生成绩查询
#include "string.h"
#include "ctype.h"
#include "stdio.h"
search(char pd[])
{FILE *fp;
int time=0,i=0,j=0,add[80],k=0,m;
char *ch,
str[900];
m=strlen(pd);
if((fp=fopen("haha.txt","r"))==NULL)
{
printf("Cannot open this file\n");
exit(0);
}
for(;!feof(fp);i++)
{
str[i]=fgetc(fp);
if(to ...
源码 学生成绩管理啊
#include "string.h"
#include "ctype.h"
#include "stdio.h"
search(char pd[])
{FILE *fp;
&nbsp;int time=0,i=0,j=0,add[80],k=0,m;
&nbsp;char *ch,
&nbsp;str[900];
&nbsp;m=strlen(pd);
&nbsp;if((fp=fopen("haha.txt","r"))==NULL)
&nbsp;{
&nbsp; printf("Cannot open this file\n");
&nbsp; exit(0);
&nbsp;}
for( ...
源码 python爬虫获取大量免费有效代理ip--有效防止ip被封
以后再也不用担心写爬虫ip被封,不用担心没钱买代理ip的烦恼了
在使用python写爬虫时候,你会遇到所要爬取的网站有反爬取技术比如用同一个IP反复爬取同一个网页,很可能会被封。如何有效的解决这个问题呢?我们可以使用代理ip,来设置代理ip池。
现在教大家一个可获取大量免费有效快速的代理ip方法,我们访问西刺免费代理i ...