-
Chapter04code
c#入门经典(第七版) 清华大学出版社 Benjamin Perkins
Jacob Vibe Hammer
Jon D.Reid(Beginning c#6 programming & Visual Studio 2015)
- 2017-04-15 23:28:34下载
- 积分:1
-
halcon识别二维码
halcon识别二维码halcon识别二维码halcon识别二维码halcon识别二维码halcon识别二维码halcon识别二维码halcon识别二维码halcon识别二维码halcon识别二维码halcon识别二维码halcon识别二维码halcon识别二维码
- 2022-07-17 23:47:41下载
- 积分:1
-
014_dxf_loader
一个载入dxf文件的例子,可用来导入dxf文件到opengl场景(An example of loading dxf files that can be used to import dxf files to opengl scene)
- 2020-07-01 06:00:01下载
- 积分:1
-
MS-VAR模型MS_Regress_FEX
MS-VAR模型,即马尔科夫状态转换的自回归模型是Hamilton (1989) 提出的,它是允许内在要素变化的特有的计量经济学模型。(MS-VAR model, the regression model Markov state transition is Hamilton (1989) proposed that the change is to allow the intrinsic elements of specific econometric model)
- 2020-07-07 00:08:57下载
- 积分:1
-
src-mcml
蒙特卡罗辐射传输计算,用于医学诊断和大气辐射传输计算(monte carlo radiative transfer)
- 2014-10-31 00:11:24下载
- 积分:1
-
51继电器使用
51单片机继电器简单使用# include
# define uchar unsigned char
# define uint unsigned int
sbit k1=P3^4;
sbit k2=P3^5;
sbit jdq=P2^1;
sbit l1=P1^0;
void delayms(uint x) //延时
{
uint i,j;
for(i=x;i>0;i--)
for(j=110;j>0;j--);
}
void main ()
{
jdq=0;
while(1)
{
if(k1==0)
{
delayms(10);
if(k1==0)
{
&nbs
- 2022-12-25 10:25:03下载
- 积分:1
-
VRDemo
用VC的opengl编制的虚拟现实的例子,是房间及电脑的表达,通过鼠标的左右键可进行平移、旋转等操作。(VC with the opengl prepared examples of virtual reality is the expression of the room and computer, through the left and right mouse button can be translation, rotation and other operations.)
- 2020-09-13 14:07:59下载
- 积分:1
-
pCopiesanalber
程序源码是对心电信号进行R 峰检测,等电位位线的检测等,能快速高效完成计算(The program source is the ECG R-peak detection, detection of potential bit line can be done quickly and efficiently calculate the)
- 2012-08-14 09:58:33下载
- 积分:1
-
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 postback), but he can jump to any page, no web page (which can be restricted by YAHOO at the same time, jump to Sina) can't skip the login protection. But slow speed is its biggest drawback! Redirect jump mechanism: first, send a HTTP request to the client, the notification needs to jump to the new page, and then the client sends the jump request to the server.)
- 2017-06-27 17:18:52下载
- 积分:1
-
C++代码 计算pi的值 测试电脑计算能力
基于winapi的求pi程序,可以自主分配线程 实现多线程并行计算
- 2022-09-04 09:15:04下载
- 积分:1