-
up1
超市进销存管理系统的源码。基于.NET平台,用到了SQL语言。(Purchase, Sales and Inventory Management System supermarket source. Based on. NET platform, use the SQL language.)
- 2008-05-27 12:47:13下载
- 积分:1
-
ypz
遗传算法的概念最早是由Bagley J.D在1967年提出的;而开始遗传算法的理论和方法的系统性研究的是1975年,这一开创性工作是由Michigan大学的J.H.Holland所实行。当时,其主要目的是说明自然和人工系统的自适应过程。
(The concept of genetic algorithm by the Bagley JD was first proposed in 1967 and start method of genetic algorithm theory and systematic research in 1975, this pioneering work is undertaken by the University of Michigan JHHolland the practice. At that time, its main purpose is to describe the natural and artificial adaptive process.)
- 2010-12-21 11:12:01下载
- 积分:1
-
USB相机拍照
工业相机的网口编程源码,界面功能完善,相机控制与设置功能完善,对于网口的编程设置一目了然,对于网口编程相机学习可以起到抛砖引玉擢用。
- 2022-07-15 20:20:41下载
- 积分:1
-
C# Development platform based on MapX map map editing tools source code
C#开发的基于MapX地图平台的地图编辑工具源代码-C# Development platform based on MapX map map editing tools source code
- 2022-02-13 22:56:07下载
- 积分:1
-
AjaxSample
说明: 一个基于C#的AJAX的源代码以及DEMO项目。AJAX采用XMLHTTP + JS 实现的无刷新页面的技术,典型应用有 Google Map等。(Source code of c sharp based on AJAX, and a demo project with it. The implement of AJAX is using XMLHTTP and JavaScript without refresh web pages, specific application with AJAX is Google Map and so on)
- 2005-09-05 10:23:17下载
- 积分:1
-
chapter5
供参考学习,互相交流用,有助于开拓视野,增加知识面。(For information, learn, communicate with each other, help to broaden their horizons and increase their knowledge.)
- 2011-06-14 09:26:21下载
- 积分:1
-
rf_nad_exampl_CRC
Source code for RFM02 fm radio transmitter module with 8bit CRC code. Code for ATmega microcontrolers.
- 2009-03-16 06:47:05下载
- 积分:1
-
Face-deformation
C++,人脸变形,选择图片,在图片中选择一个四边形窗口(人物脸部),然后再在内部选择一个四边形窗口,逆时针选择,然后点击变形直接呈现变形结果,点击动画可以查看人脸变形过程(C++ program, select a picture, choose a quadrilateral window (human faces) in the picture, and then select a quadrilateral inside the window, counter-clockwise to select, then click on the deformation presented directly deformation results, click animated facial deformation process can be viewed)
- 2014-02-16 13:46:01下载
- 积分:1
-
socket编程基于Windows 实现视频传输
什么是Socket
Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。
Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的
Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket
(SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是一种面向连接的Socket,针对于面向连接的TCP服务应用;数据报式Socket是一种无连接的Socket,对应于无连接的UDP服务应用。
- 2023-02-13 15:00:04下载
- 积分:1
-
Matlab-at89c5131
this is a code for at89c5131 usb supprt micro. this code shows communication protocols to of USB in micro. this code can be used by at89c5131 and use Matlab USB code which I uploadto communicate Simulink of Matlab to a micro via USB.Enjoy it!
- 2014-03-12 20:35:34下载
- 积分:1