资源列表
csharp_UART
- 可以实现串口通讯功能,windows系统下vs2013开发(Serial communication can be achieved, vs2013 development under the windows system)
gps坐标转换
- 读取gps数据,转为度分秒,转为度。高斯投影等。(Read the GPS data into degrees minutes into degrees.)
一体化程序
- 多功能电子钟程序,含有闹钟蜂鸣器、修改时间等功能(Multifunctional electronic clock program)
aaa
- 有一个理发师,一把理发椅和n把提供给等候理发的顾客座的椅子。如果没有顾客,则理发师便在理发椅子上睡觉;当第一个顾客到来时,必须唤醒该理发师进行理发;如果理发师正在理发时又有顾客到来,则如果有空椅子可坐,他就坐下来等待,如果没有空椅子,他就离开理发店。 为理发师和顾客各编一段程序描述他们的行为,要求不能带有竞争条件,试用P、V操作实现。(There was a barber, a barber's chair and a chair n offered to the customer waiti
Network_2011_08_01_16_50
- 基于UDP协议 双向传输文件 增加校验代码段(Bidirectional transmission of documents based on UDP protocol)
44ASPnet跳转方法总结
- 这个跳转页面的方法跳转的速度不快,因为它要走2个来回(2次postback),但他可以跳 转到任何页面,没有站点页面限制(即可以由雅虎跳到新浪),同时不能跳过登录保护。但速度慢是其最大缺陷!redirect跳转机制:首先是发送一个http请求到客户端,通知需要跳转到新页面,然后客户端在发送跳转请求到服务器端。(Methods the jump page Jump speed is not fast, because it has to go back and forth 2 (2 postbac
1233怎样实现用户登陆后页面跳转
- 在应用程序正常登录以后,把一些用户相关的身份信息写在Session中,但为了防止恶意用户越权访问,我们还需要在每个页面加载的时候根据用户的当前身份判断他是否有权限打开当前页面。(In the application log, some related to the user identity information written in Session, but in order to prevent malicious users from unauthorized access, we al
45454新建网站与新建Web应用的区别
- web应用程序和一般的winform没有什么区别都有引用的是命名空间等;Web网站在引用后出现一个bin文件夹那里存放dll和pdb文件。(The web application is no different from the general WinForm, with reference to namespaces and so forth; the Web web site appears after referencing a bin folder where DLL and PDB f
string
- String类的实现,简单易懂,设计实现对某一个字符的查找(第一次出现、最后一次出现)、删除、string类的替换、插入等操作。(Implementation of the String class)
323ASP.net2.0跨页面提交方法
- 很多时候,ASP.NET 1.X这样工作方式使我们的开发方式受到不少限制。熟悉ASP/JSP/PHP的朋友大概很不习惯,因为以前经常使用的提交方式突然无法使用,虽然也有解决这个问题的方法(演示Webcast),可是过程太烦琐,不甚方便。令我们高兴的是,ASP.NET 2.0中有了跨页面提交的简单方法。(Many times, the way ASP.NET 1.X works has limited our approach to development. Familiar with ASP/J
windos_vim
- 参考此配置 可以使vim在windos具有强大的ide功能(Reference to this configuration allows VIM to have powerful ide capabilities in windos)
UDiskMonitor
- 实时监控磁盘文件变化,并实时刷新显示,如删除,更新等!(Real time monitoring file changes, such as delete, update etc.!)