搜索结果
找到约 42,997 项符合
KEIL uvision4汉化包1.0 的查询结果
matlab例程 % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.
% 文件名:randlsbget.m
% 程序员:余波
% 编写时间:2007.6.25
% 函数功能: 本函数将完成提取隐秘于上的秘密信息
% 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001)
% 参数说明:
% output是信息隐藏后的图象
% len_total是秘密信息的长度
% goalfile是提取出的秘密信息文件
% key是随机间隔函数的密钥
...
Java书籍 一本开源框架Jfreechart的使用文档
一本开源框架Jfreechart的使用文档,对利用JFreeChart开发的人来说是一本很不错的使用手册,这也是网友分享的!其版本是1.0.1
J2ME 功能更强的基于J2ME的蓝牙程序
功能更强的基于J2ME的蓝牙程序,本程序说明如何使用蓝牙 API 和可视编辑器的一组 MIDlet。
需要:MIDP 2.0、Java APIs for Bluetooth Wireless Technology 1.0 (JSR 82)
Java编程 These two classes show an extremely simple example of java.net socket programming. They implement th
These two classes show an extremely simple example of java.net socket programming. They implement the Unix daytime protocol, an extremely simple protocol that consists entirely of the server sending its current local time and date to the client as an ASCII string. The server, to keep it very simple, ...
Linux/Unix编程 嵌入式LINUX中瑞士军刀BusyBox源码
嵌入式LINUX中瑞士军刀BusyBox源码,
版本1.0,1
更高的版本请至www.busybox.net
系统设计方案 VoiFax is a program that manage voice/data/fax modem in the same manner of vgetty and mgetty.VoiFax
VoiFax is a program that manage voice/data/fax modem in the same manner of vgetty and mgetty.VoiFax is thinking for use in the small businness as in the enterprises. It is fully compatible with vgetty scripts and manage (via efax) modem fax 1.0/1.1/2.0
文件格式 包括了《C语言学习和精华文摘》
包括了《C语言学习和精华文摘》,和C语言资料大全1.0 是c语言学习的很好工具。
电子书籍 Digital Visual Interface
Digital Visual Interface,DVI数字显示接口规范1.0版
其他 学会对文件的记录锁定
学会对文件的记录锁定,及解锁。#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
int main()
{
int fd
int i
struct {
char name[20]
uint ID
int age
} myrec
fd =open("name", O_RDWR|O_CREAT, 0755)
if (fd == -1) return -1
printf("Input your name:") scanf("%s", myrec.name)
...