资源列表
XJad2.2
- 可以将编译后的java字节码文件反编译为java文件,更好的查看源代码(You can decompile the compiled Java bytecode file into a java file to better view the source code)
井字游戏
- 实现编译井字游戏的代码,由C编写,可在VS2013直接运行(Code for compiling tic tac toe games)
txcrm
- A complete record of all customer information and contact, and never lost the fast inquiry, customer status and follow a team collaboration, information synchronization, greatly improving work efficiency of the to-do list reminders, birthday time-sav
导数
- 利用C#语言进行函数求导,涉及三次样条函数(Derivation of function using C# language)
ControlArrayList(0)
- Control Array Sample
高斯最小二乘法拟合
- 利用高斯拟合原理对数据进行处理分析。适用于谱图数据分析(Data processing and analysis are carried out by using Gauss fitting principle.)
MetroProgressbar
- Custom Progressbar for Vb.net
HOOK
- Hooking for vb.net,visiual studio 2010
SimpleChat
- simple chatting sample for vb.net in visiual studio 2010
sjgsdcx
- Attribution of mobile phone through PHP GETapi return home ownership of information, very useful
基于DSP和FPGA的运动控制技术的研究_邱云周
- 基于ETHERCAT开发,纯软件ARM的系统开发(Ethercat of arm,Embedded development system, field bus)
lock和多线程
- C#,lock和多线程的简单例子,使用线程的好处·使用线程可以把占据长时间的程序中的任务放到后台去处理 ·用户界面可以更加吸引人,这样比如用户点击了一个按钮去触发某些事件的处理,可以弹出一个进度条来显示处理的进度 ·程序的运行速度可能加快 ·在一些等待的任务实现上如用户输入、文件读写和网络收发数据等,线程就比较有用了。在这种情况下可以释放一些珍贵的资源如内存占用等等。(A simple example of C#, lock, and multithreading, the b