搜索资源列表
OurMsg.rar
- LanMsg已更名为ourmsg,当前版本为1.1,修正了1.0版本中UDP组件的BUG,调试通过视频编解码,音视频即时消息软件源码。当前版本音频采用G729A算法编解码,视频采用微软MPEG4编解码。视频编解码器在Update\mpg4vki文件夹中,发布客户端打包时需要将mpg4vki一同发布,否则客户端视频将不能正常使用。,LanMsg has been renamed ourmsg, the current version 1.1, revised 1.0 version of UDP
AutoUpdate
- 自动升级工具的例程,可以在自动更新已安装的程序集dll及数据库的更新,值得学习一下-Automatic upgrade tool routines, you can automatically update the installed assembly dll and update the database, it is worth learning about
DrawImage123
- 三维地图局部更新程序,实现图像的拼接和切割-Three-dimensional map of the local update process, the realization of image stitching and cutting
AutoUpdateModule
- 可以用于程序的自动更新,设置服务器地址和文件列表即可使用-Autoupdate module, used to reflash program files, need to update filelist and server url before use
Tracker
- 以C#方式实现BT下载过程中的Tracker服务器端。监控链接的客户,提供种子发布,寻找资源,实时更新节点信息-Be achieved in C# in the process of BT download Tracker server-side. Monitor link customers to provide seed release, find the resources, real-time update the node information
CSharpAutoUpdater
- CSharp自动更新程序,服务器端和客户端。C# Windows Form开发,配合你主程序自动更新服务器端更新的资源,并下载下来,人性化逻辑。-CSharp automatic updates, the server and client. C# Windows Form development, with the main program automatically updates your server-side update of resources, and downloaded, h
jPlayerV2.0
- 利用jquery实现音乐播放器的功能,并附加数据库,一步更新,ajax,同时可以动态添加音乐文件-Using jquery to achieve the function of music player, and attach the database, step update, ajax, also add music files can be dynamically
Update
- webservice版的.net自动更新程序-webservice version. net Auto-Update
DataGridViewToDataBase
- DataGridView 通过界面操作直接更新数据库 -DataGridView through the interface to operate directly update the database
OracleHelper
- 访问oracle数据的与C#接口,在C#中如何连接oracle数据库,访问存储过程,批量更新数据库等-Oracle data access with C# interface, in C# how to connect oracle database, visit the stored procedure, update the database, such as bulk
timedisplaysystem
- 显示系统时间,按秒更新。用DateTime.Now实现。-Time display system, according to second update. Implementation using DateTime.Now.
EBanking
- 设计基于ASP.NET的WestSide Bank的应用程序,要求在当前系统的基础上进行改进,改进成为一个多功能的预想系统,即为WestSide Bank 开发一个在线银行站点。 2 设计要求 1. 开发在线银行站点时需要遵循以下决定: 1) 网站将在现有的中央数据库中维护它的数据。 2) 网站的安全需要强化以防止未经授权的访问。 3) 将在网站的主页上显示一个新闻滚动条以向用户更新任何关于新方案或现有方案的更改信息。 2. 该网站将供以下三种类型的用户使用: 客户
autoUpdate(socket)
- 软件更新程序,利用SOCKET 传输。 一个客服端一个服务器端-socket tecknology , update program
XmlHelperDemo
- After working with a couple of XML projects for the last six months, I am ready to share a class I wrote called XmlHelper which got me through all the complexity of XML and made my life a lot simpler. If you are a XML beginner or have no idea about X
OverlayAnalysis
- GIS的各种分析功能,求交叠加、求和叠加、擦除叠加、同一性叠加、更新叠加、异或叠加-A variety of GIS analysis functions, and cross-stacking, stacking sum, erase overlay, overlay identity, update the superposition of different or overlapping
AutoUpdate
- 用于自动更新的源代码,不需要修改就可使用-a program for auto update,you can use it for program update without modify
insertupdatedelete
- this a little example for insert, update, delete using c#. using mysql database and ODBC connection-this is a little example for insert, update, delete using c#. using mysql database and ODBC connection.....
CSharpWinform(Update)
- c# 源码包括主程序与升级程序源码 包括自动升级程序以及使用范例 是学习和理解升级程序的好代码-c# source code, including the main program source code with the upgrade process, including automatic upgrade program and the use of examples to learn and understand the upgrade process a good code
UPdate
- 在线更新升级程序实例UPdate 一个软件自动升级的小实例-Online renewal and upgrading program example UPdate
CSharp-Update-source
- C#在线更新程序运行说明: 打开TestApp.exe主程序,点击更新按钮开始自动更新。更新完成后TestApp.exe变为版本2.0 UpdateApp.exe使用说明: 1.在服务器上配置好更新的xml(例如:http://iamsheep.net/update/modeupdate.xml),以及对应需要更新的文件 2.在本地xml中配置好服务器xml路径,当前版本号,以及主程序名字,在主程序中直接调用UpdateApp.exe打开即可开始自动更新。这