亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

CS-LM

  • C/C++ implementation of the Levenberg-Marquardt non-linear least squares algorithm. levmar includes

    C/C++ implementation of the Levenberg-Marquardt non-linear least squares algorithm. levmar includes double and single precision LM versions, both with analytic and finite difference approximated jacobians

    標簽: Levenberg-Marquardt implementation non-linear algorithm

    上傳時間: 2013-12-28

    上傳用戶:gxf2016

  • 自主開發的文件系統

    自主開發的文件系統,自由協議 調用 mov ax,600 mov [7e20h],ax mov al, A mov [7f00h],al mov al,0 文件名以數字0結束 mov [7f01h,al 本例中文件數據位于內存 0000:2000h mov ax,cs mov ds,ax mov ax,7600h jmp ax

    標簽: 文件系統

    上傳時間: 2013-12-17

    上傳用戶:qiao8960

  • #include intvcon 輸出電壓變量 sbitDIN=0x91 定義P2.1為串行數據口 sbitCLK=0x92;P2.2為串行時鐘端 sbitCS=0x93 P2.3為片選端

    #include intvcon 輸出電壓變量 sbitDIN=0x91 定義P2.1為串行數據口 sbitCLK=0x92;P2.2為串行時鐘端 sbitCS=0x93 P2.3為片選端 voiddac5618(intvcon)TLC5618DAC子程序,三線串行方式 { chari intsvcon svcon=vcon|0x8000 vcon最高位置1,選擇 TLC5618的A通道 CS=0 置5618的CS=0,允許片選 for(i=0 i<16 i++) { DIN=svcon&0x8000 串行方式送16位 數據 svcon<<=1; CLK=0; CLK=1; } CS=1 禁止片選 return } voidmain0 { dac5618(0x7FF) }

    標簽: include intvcon sbitDIN sbitCLK

    上傳時間: 2016-06-15

    上傳用戶:wsf950131

  • 利用手機或短信發射機發送短信的源碼

    利用手機或短信發射機發送短信的源碼,功能齊全。引用了mycom.cs類,并做了優化。

    標簽: 短信 手機 發射機 發送

    上傳時間: 2016-06-20

    上傳用戶:gengxiaochao

  • Of the password is: Server: "1." Client: + for the month of the date of the machine. Such as

    Of the password is: Server: "1." Client: + for the month of the date of the machine. Such as "2005/08/05", compared with the number "85" Database: "xzxq". I made the changes: 1, stations and customer-service once every 30 seconds to exchange information (to ensure continuous line) 2, computer services-an increase of the serial number 3, client-service to send the card serial number and send IP addresses to the service side 4, the desktop client by the embargo, since the definition of the icon to start the process faster (from the window Superman Code) 5, CS-shielding some function keys, but CTRL + ALT + DEL keys can not shield the hope that a revised modify these friends 6, there are some corners of Laws (such as title, etc.). Client desktop icon in the Settings page set up first class to enter FXZWN999 open on to add, delete icon button

    標簽: the password machine Client

    上傳時間: 2016-06-27

    上傳用戶:xsnjzljj

  • 本程序是雷達SAR圖像算法的經典程序集合

    本程序是雷達SAR圖像算法的經典程序集合,包含波數域算法,RD算法和CS算法,對于學習SAR成像非常有幫助

    標簽: SAR 程序 圖像 雷達

    上傳時間: 2013-12-27

    上傳用戶:541657925

  • 功能:用msp430驅動1621芯片的段碼液晶 作者:徐世龍(網名:清風徐徐) 說明:源創(調試絕對能用) ----------------------------------------

    功能:用msp430驅動1621芯片的段碼液晶 作者:徐世龍(網名:清風徐徐) 說明:源創(調試絕對能用) ---------------------------------------------------- cs-----p65 wr-----p64 dat----p63 mcu----msp430f135 ------------------------------------------------------------*/ /*------------------------ 功能:延時 參數:uint y 返回:無 說明:無 -------------------------*/

    標簽: 1621 msp 430 驅動

    上傳時間: 2014-01-02

    上傳用戶:kernaling

  • AES加密算法

    AES加密算法,可實現CS模式加解密文件,有簡單的圖形界面

    標簽: AES 加密算法

    上傳時間: 2013-12-23

    上傳用戶:ruan2570406

  • 用MATLAB仿真的BP神經網絡

    用MATLAB仿真的BP神經網絡,采用LM算法,訓練出一個比較好的訓練曲線,一塊發上來共享!

    標簽: MATLAB BP神經網絡 仿真

    上傳時間: 2016-07-29

    上傳用戶:jkhjkh1982

  • 學生成績智能管理系統源碼 該網站為畢業設計源碼

    學生成績智能管理系統源碼 該網站為畢業設計源碼,為了初學者參考方便。大部分文件名采用了中文(實際開發項目中不建議采用此方式) 分為管理員、教師和學生三個角色權限,管理后臺主要有 賬戶信息管理 學生信息管理 教師信息管理 成績課程管理 等模塊 教師后臺:查看課程成績 密碼修改 查看課程信息 成績修改 成績分布 成績錄入 學生后臺:學生成績查詢 成績排名 任課老師查詢 修改密碼 修改基本信息 DB_51aspx下為Sql數據庫文件,附加完畢后在站點所有.cs文件中替換Sql連接字符串中的相關信息(server=. database=學生成績智能管理系統 user id=sa password=sa ) 默認管理帳號/密碼:51aspx/51aspx 教師帳號/密碼:002/002 學生帳號/密碼:00001/00001

    標簽: 源碼 智能管理 畢業設計

    上傳時間: 2016-07-31

    上傳用戶:shanml

主站蜘蛛池模板: 楚雄市| 深圳市| 孙吴县| 五台县| 仙居县| 讷河市| 黑水县| 白水县| 宁都县| 汉中市| 怀化市| 屯门区| 宜川县| 巴马| 井研县| 英山县| 西乌| 武宁县| 呼玛县| 汽车| 磐石市| 彭山县| 瑞金市| 沛县| 承德市| 栾城县| 阿荣旗| 奇台县| 元氏县| 萝北县| 太仆寺旗| 淮安市| 怀化市| 涟源市| 清水河县| 高淳县| 吉首市| 东乌珠穆沁旗| 会东县| 文化| 合水县|