搜索结果

找到约 613 项符合 main 的查询结果

按分类筛选

显示更多分类

压缩解压 huffman coding and decoding adaptive huffman coding and decoding it is a assignment from my cours

huffman coding and decoding adaptive huffman coding and decoding it is a assignment from my course and code is main-c decode is main-e hope it is useful for everybody
https://www.eeworm.com/dl/617/462079.html
下载: 192
查看: 1095

教育系统应用 This project is developed for school management system in vb and sql server 2000. All source code in

This project is developed for school management system in vb and sql server 2000. All source code includes database is present.The main functions of this software are fees managment,employees managment,student attendance,result and reports developed in vb.
https://www.eeworm.com/dl/621/462455.html
下载: 88
查看: 1049

其他行业 This project is to design the automated system for the inventory of Al-Ahmad Cotton and Oil Mills si

This project is to design the automated system for the inventory of Al-Ahmad Cotton and Oil Mills situated at Vehari road, Multan. It is difficult to keep the track of sale purchase and production system of any company, department or organization. It is decided to computerize the sale purchase and p ...
https://www.eeworm.com/dl/668/462460.html
下载: 113
查看: 1060

加密解密 用SHA算法实现对任意文件的hash摘要

用SHA算法实现对任意文件的hash摘要,并且把hash摘要值(至少为160bit)存入另一个文件,形如: hash inputfile hashvaluefile 说明:SHA算法的实现至少为160bit,或者可以选择256,384或者512的,可以查阅相关资料,按照标准来实现(hash的算法是否正确,可以和网上的标准算法对比,用相同的输入看是否能够得到相 ...
https://www.eeworm.com/dl/519/463970.html
下载: 164
查看: 1158

Java书籍 10个JAVA实例本书全部代码全部在JDK中调试成功

10个JAVA实例本书全部代码全部在JDK中调试成功,因此一般可在其他开发工具中使用。 注意有些实例只提供了部分模块,因此运行时需要添加其他代码。 光盘中的.java文件可以用任何文本编辑器打开。如果要执行,则使用如下方法: 使用jdk: 编译所有文件,然后仅执行一次有main的文件。 使用jb: 若已有一个空工程存在,则将所 ...
https://www.eeworm.com/dl/656/465039.html
下载: 155
查看: 1027

加密解密 C编写

C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。
https://www.eeworm.com/dl/519/467273.html
下载: 70
查看: 1027

VHDL/FPGA/Verilog In this work an implementation of a geometric nonlinear controller for chaos synchronization in a Fi

In this work an implementation of a geometric nonlinear controller for chaos synchronization in a Field Programmable Gate Array (FPGA) is presented. The Lorenz chaotic system is used to show the implementation of chaos synchronization via nonlinear controller implemented in a Xilinx FPGA Virtex-II 2 ...
https://www.eeworm.com/dl/663/469405.html
下载: 124
查看: 1045

Java编程 分别定义图形类Shape(抽象基类)

分别定义图形类Shape(抽象基类),继承类矩形类Rectangle、正方形类Square、 圆形类Circle;并且计算周长和面积。在另一个main函数中分别创建矩形、 正方形和圆形对象,设置所需的属性值,打印其周长和面积。(备注:只要把该文件解压,把里面的东东COPY去即可使用) ...
https://www.eeworm.com/dl/633/469458.html
下载: 119
查看: 1294

VC书籍 本程序运用C语言中结构化程序的思想

本程序运用C语言中结构化程序的思想,将程序分为函数模块的方法逐一实现。程序分为2个函数模块HUFFMAN(tree1)、HUFFMANCODE(code1,tree1),和主体函数main;程序结构清楚,运行正常,正常实现哈夫曼编码。
https://www.eeworm.com/dl/686/470984.html
下载: 90
查看: 1036

*行业应用 client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> i

client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> include <netinet/in.h> include <arpa/inet.h> include <unistd.h> int main() { int sockfd int len struct sockaddr_in address int result char ch = A sockfd = socket(AF_INET, SOCK_STREAM, 0) address.sin_fami ...
https://www.eeworm.com/dl/631/471268.html
下载: 76
查看: 1036