登录
首页 » C# » TicketHelper.1.3.4.Source.VS2010

TicketHelper.1.3.4.Source.VS2010

于 2013-02-22 发布 文件大小:189KB
0 129
下载积分: 1 下载次数: 157

代码说明:

  12306抢票源码,完整可运行,非常具有参考价值。(12306 grab the ticket source, complete run, a very valuable reference.)

文件列表:

References
..........\JSON.dll,18432,2012-01-10
TicketHelper
............\AboutForm.cs,3424,2012-01-11
............\AboutForm.Designer.cs,10461,2012-01-10
............\AboutForm.resx,49677,2012-01-11
............\AcceptAllCertificatePolicy.cs,447,2012-01-10
............\AddAttentionForm.cs,8419,2012-01-11
............\AddAttentionForm.Designer.cs,11610,2012-01-11
............\AddAttentionForm.resx,5817,2012-01-11
............\app.config,2097,2012-01-10
............\app.manifest,2180,2012-01-08
............\AsyncRequestState.cs,5155,2012-01-11
............\AttentionItem.cs,1526,2012-01-11
............\BookSuccessForm.cs,7856,2012-01-10
............\BookSuccessForm.Designer.cs,5816,2012-01-10
............\BookSuccessForm.resx,5817,2012-01-10
............\HTTP.cs,13635,2012-01-11
............\HttpRequest.cs,3994,2012-01-11
............\IEHelper.cs,2338,2012-01-10
............\MainForm.cs,26551,2012-01-11
............\MainForm.Designer.cs,60245,2012-01-11
............\MainForm.resx,9200,2012-01-11
............\MyAttentionTicketsForm.cs,4410,2012-01-11
............\MyAttentionTicketsForm.Designer.cs,32694,2012-01-11
............\MyAttentionTicketsForm.resx,9105,2012-01-11
............\MyAttentionTicketWorker.cs,5496,2012-01-13
............\Passenger.cs,417,2012-01-13
............\PassengersForm.cs,2282,2012-01-13
............\PassengersForm.Designer.cs,5976,2012-01-13
............\PassengersForm.resx,6741,2012-01-13
............\Program.cs,2047,2012-01-13
............\Properties
............\..........\app.manifest,2412,2012-01-08
............\..........\AssemblyInfo.cs,1488,2012-01-13
............\..........\Resources.Designer.cs,6041,2012-01-11
............\..........\Resources.resx,7292,2012-01-11
............\..........\Settings.Designer.cs,4520,2012-01-10
............\..........\Settings.settings,1815,2012-01-10
............\Resources

............\.........\chord.wav,113964,2012-01-11
............\.........\SeatTypeRelation.txt,2922,2012-01-04
............\.........\srca.cer,670,2012-01-08
............\.........\StationNames.txt,44352,2012-01-04
............\RunTimeData.cs,6439,2012-01-13
............\SeatTypeItem.cs,520,2012-01-10
............\StringHelper.cs,817,2012-01-10
............\SubmitOrderRequestForm.cs,20481,2012-01-13
............\SubmitOrderRequestForm.Designer.cs,12575,2012-01-13
............\SubmitOrderRequestForm.resx,7131,2012-01-13
............\TicketHelper.csproj,8867,2012-01-13
............\TicketHelper.csproj.user,538,2012-01-11
............\TicketType.cs,149,2012-01-13
............\TrainItem.cs,661,2012-01-10
............\TrainLeftTicketStatus.cs,5034,2012-01-11
............\TrainStation.cs,579,2012-01-10
TicketHelper.sln,1558,2012-01-10

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • eMuleBTsrc1
    eMuleBT又称变态驴,是中国自主研发的p2p文件共享软件。不同于easyMule和vagaa,它的代码是自主研发的。这里是他的core(核心)代码,对学习p2p编程很有帮助。(eMuleBT also known as metamorphosis donkey, is China' s homegrown p2p file-sharing software. Unlike easyMule and vagaa, its code is self-developed. Here is his core (core) code, very helpful in learning p2p program.)
    2010-01-20 17:44:53下载
    积分:1
  • 弹性网络ElasticNet
    使用到的参数跟谈到弹性网络的那一章里头所讲的是一样的, ke 则是终止条件。如果 step 被打勾,则程式在每一步之间会暂停 100毫秒(或其他使用者输入的数值)。如果 Random 被打勾,则程式会以系统时间作为乱数产生器的种子数,否则,就以使用者输入的数( Random 右边那一格)为种子数。 你可以利用 load 来载入推销员问题档与其最佳解,如此便可比较弹性网络所找出来的解与最佳解差了多少。 Central, Radius, and Error 这三个参数的前两个,只影响弹性网络的起使位置和大小,对求解没有影响。第三个参数代表城市与网络点之间的容忍距离,也就是说,如果某城市与某网络点之间的距离,小于容忍距离,那就把这个城市当成是被该网络点所拜访。 按下小 w按钮会将目前的结果与参数值写到“en.out”这个档案。使得我们可以很方便地来比较不同参数的效果。 (use to turn the parameters of the network flexibility chapter Erlitou have said are the same, ke is the termination conditions. If the step was ticking, every step of the program will be suspended between one hundred milliseconds (or other user input value). If Random was ticking, the program will be the system time as the Random Number Generator the seeds, otherwise, Take the user input (which Random right field) for seeds. You can use load to stall contained salesman problem with the optimal solution, so can be more flexible network to find the best solution and the deficit with a number of questions. Central, Radius, and Error these three parameters of the former two, flexible network affects only the starting position and size so that the solution will not be affected. The third parame)
    2020-07-06 08:08:58下载
    积分:1
  • USBDevice
    说明:  C#实现的USB HID设备访问,实现USB设备的数据收发功能(Access to USB HID Device by C# to Realize Data Transmitting and Receiving Function of USB Device)
    2020-06-20 20:40:02下载
    积分:1
  • CLR
    C环境的CLR函数库,打包下载,bios,graphic(C environment CLR library, packaging download)
    2010-03-09 17:28:32下载
    积分:1
  • 简单的客户端连接服务器
    本实验可用于不同操作系统间网络通信,使用最简单的使用套接字进行传输(It can connecte different system.)
    2020-06-23 09:40:02下载
    积分:1
  • Avateering-XNA
    自然人机交互的示例源代码,虚拟一个3D人,受显示中人的控制(Natural machine interaction sample source code, a 3D virtual person, by the display control of the human)
    2013-11-02 16:25:46下载
    积分:1
  • WinMain105
    孙鑫VC._codelesson 1Lesson1CodeWinMainWinMain.c(SUN Xin VC._codelesson 1Lesson1CodeWinMainWinMain.c)
    2016-05-08 12:08:14下载
    积分:1
  • 200611259619[1]
    mapping control 的 开发 (the development of mapping control)
    2009-02-13 10:37:05下载
    积分:1
  • CAN_ECHO-AB
    can a传送到can b,然后将数据回传给can a。 然后验证传输和接收的数据。 这个例子可以用来检查can-a和can-b之间的通信。 DSP的两个端口都需要彼此连接(通过可接收的端口)。(CAN-A transmits to CAN-B, which then echoes the data back to CAN-A. CAN-A then verifies the transmitted and received data. This example can be used to check communication between CAN-A and CAN-B. Both CAN ports of the DSP need to be connected to each other (via CAN transceivers).)
    2018-02-28 17:17:01下载
    积分:1
  • program
    通过OPENCV实现图片缩放功能,可以不丢失图片的效果 (OPENCV to achieve through the picture zoom feature, they do not have the effect of the loss of picture)
    2009-07-09 11:01:16下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载