Visual Basic代碼庫是一個集收集,管理Visual Basic代碼于一體的軟件。它本身帶有1000多個源碼,同時用戶可以自己添加,刪除自己的源碼,不用打開Visval Basic,你就可以查找和瀏覽全部源代碼。
上傳時間: 2015-05-12
上傳用戶:小寶愛考拉
JTAG CPLD實現源代碼,比用簡單并口調試器快5倍以上。 以前總覺得簡單的并口jtag板速度太慢,特別是調試bootloader的時候,簡直難以忍受。最近沒什么事情,于是補習了幾天vhdl,用cpld實現了一個快速的jtag轉換板。cpld用epm7128stc100-15,晶振20兆,tck頻率5兆。用sjf2410作測試,以前寫50k的文件用時5分鐘,現在則是50秒左右。tck的頻率還可以加倍,但是不太穩定,而且速度的瓶頸已經不在tck這里,而在通訊上面了。
上傳時間: 2015-05-16
上傳用戶:xsnjzljj
psp上的reader 這個是以月光老大的cnreader為基礎 增加了zip文件瀏覽功能,象瀏覽目錄一樣瀏覽zip文件。 zip內部的中文文件名可以正常顯示 修正了原版的cnreader不能顯示中文路徑名的問題(同處理中文文件名一樣處理)。 我只有1.5的,所以1.0沒有測試過。 zlib用的是網上流行的版本,可能是1.2.2版,這個版本已經確認了有一些安全問題,稍候后我會研究一下最新1.2.3版本。 我這樣做的原因是現在rip過的game都是正好放進512m的棒子里,結果為了幾兆空間不得不刪掉很多書,相當不爽的說。 這個版本最方便的是可以把很多書放進一個zip文件里,同時解決了中文文件名亂麻問題。 原版的cnreader之所以很大是因為他把字庫也整合進去了。 下一步是準備把字庫抽出來也進行zip處理。最大限度的減少占用的空間。 文檔表明zlib有內存內壓縮功能,就是管道處理,有興趣的朋友一起來研究一下吧 我沒有在看書的時候聽歌的習慣,我覺得那樣會讓我分心。所以下一步除了提取字庫之外只打算控制頻率以實現節能(到目前為止,我還沒有看到任何測試證明低頻率可以節能)通過動態調整頻率在節能和處理速度上達到平橫。
上傳時間: 2014-01-13
上傳用戶:zhliu007
更新說明: 此版本在版本1、2的基礎上做了2點重大改進 1、改進了PhaSpa2VoltCoef函數算法,使得現算法的運行速度約是原算法的4倍 2、改進了volterra_train_lu函數算法,使得相對均方誤差提高了約1000倍,新算法不再需要對樣本做歸一化處理
標簽: PhaSpa2VoltCoef 版本 更新 函數
上傳時間: 2014-01-02
上傳用戶:z754970244
解決時鐘問題,acm競賽題 A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind. There are infinite number of coins of each kind, each marked with a number d ( 0 <= 1000 ), meaning that this coin will make the minute hand move d times clockwise the current time. For example, if the current time is 45, and d = 2. Then the minute hand will move clockwise 90 minutes and will be pointing to 15. Now you are given the initial time s ( 0 <= s <= 59 ) and the coin s type d. Write a program to find the minimum number of d-coins needed to turn the minute hand back to 0.
標簽: 時鐘
上傳時間: 2015-05-21
上傳用戶:rishian
數字運算,判斷一個數是否接近素數 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上傳時間: 2015-05-21
上傳用戶:daguda
我一直覺得 SVM 是個很有趣的東西,不過也一直沒辦法 (mostly 衝堂) 去聽林智仁老師 的 Data mining 跟 SVM 的課; 後來看了一些網路上的文件跟聽 kcwu 講了一下 libsvm 的用法後,就想整理一下,算是對於並不需要知道完整 SVM 理論的人提供使用 libsvm 的入門.
標簽: SVM
上傳時間: 2015-05-22
上傳用戶:ukuk
這里有2組圖,“1000.0.05”這一組是運行結果比較好的一組圖,但是當時修改了時間間隔而沒有改坐標說明,所以db1000.0.05.fig這幅圖的坐標說明后來做了人工改正(應該是“time(0~250ms分成5000組,步長0.05ms”)。
標簽:
上傳時間: 2015-06-01
上傳用戶:haohaoxuexi
Jollen-Kit! 2006 是非常積極進行中的專案,所有紀錄與更新將同步揭示於本網頁。 快速下載 U-Boot 的 binary code:U-Boot binary - 2006/01/03 Linux kernel 2.4.18 for jk2410:uimage.img - 2006/01/06 可開機的 Base root filesystem: urootfs.img -2006/01/07 (without tftp) 可開機的 Base root filesystem: urootfs2.img -2006/03/10 (Busybox 1.10 with tftp) GNU cross toolchain:arm-9tdmi-linux-gnu.tar.gz (armpath by Joe) 安裝方法: # cd / (切換到 / 根目錄) # tar jxf <路徑>/arm-9tdmi-linux-gnu.tar.gz (將檔案解開) "Hello, World!" 在 ARM9 的範例:hello_arm.tar.gz (使用Makefile) 其它工具與原始碼下載 驅動程式模組
標簽: Jollen-Kit 2006
上傳時間: 2015-06-16
上傳用戶:xz85592677
《角度測量器》 用光電編碼器測量角度,每個脈沖為0.72度。 測量范圍:0.0~360.0度 為保證不錯過脈沖,用timer1計數,在電平跳變中斷里判斷轉動方向,盡量加快處理過程。 數據換算和數碼管掃描顯示在主循環中實現。 譯碼器用10米長5芯屏蔽線與數顯器的兩片74HC595連接。 MCU為12F629,使用內部4兆RC振蕩和內部復位功能。
上傳時間: 2015-06-18
上傳用戶:sclyutian